DavHau
|
7262208a4c
|
clanLib.jsonschema: move tests from pkgs/clan-cli
|
2023-08-09 16:05:33 +02:00 |
|
DavHau
|
9438a9eb5f
|
clan-config: move jsonschema lib to clanLib
|
2023-08-09 16:05:33 +02:00 |
|
Jörg Thalheim
|
d977499ffe
|
rename cli tests to have a common suffix
rename test_import_sops -> test_import_sops
|
2023-08-09 15:54:27 +02:00 |
|
Jörg Thalheim
|
8fea55da32
|
move ssh cli to cli submodule
|
2023-08-09 15:46:34 +02:00 |
|
Jörg Thalheim
|
daf1058312
|
clan-cli: fix secrets test
|
2023-08-09 10:50:48 +02:00 |
|
Jörg Thalheim
|
68905fc233
|
don't add user to a secret if they already can access the secret
If the user is part of a group we don't need to add them explicitly
|
2023-08-09 10:17:30 +02:00 |
|
Jörg Thalheim
|
2988532909
|
allow to set groups/admins/users when setting secrets
|
2023-08-08 19:40:35 +02:00 |
|
Jörg Thalheim
|
6f9aaef56a
|
add option to import sops secrets with groups,users,machines,prefixes
|
2023-08-08 18:46:37 +02:00 |
|
Jörg Thalheim
|
d8c2df2e72
|
add test for import-sops command
|
2023-08-08 16:28:38 +02:00 |
|
Jörg Thalheim
|
0533948085
|
fix rotating keys with sops
|
2023-08-08 13:44:15 +02:00 |
|
DavHau
|
b88ac7a2bf
|
clan-config: init
- nixos-modules to jsonschema converter
- nix unit testing via adisbladis/nix-unit
- clan config: configuration CLI for nixos-modules
|
2023-08-02 20:04:16 +02:00 |
|
Jörg Thalheim
|
dab483339a
|
test list/remove secret
|
2023-08-02 12:00:32 +00:00 |
|
Jörg Thalheim
|
658c76336f
|
add secrets integration
clan-cli: also depend on age for secrets
|
2023-08-02 09:19:14 +00:00 |
|
Jörg Thalheim
|
6e7c34cd5c
|
tests/clan-flake: yield flake path rather than homedir
|
2023-07-28 15:01:37 +02:00 |
|
Jörg Thalheim
|
bc7dada58c
|
tests/clan_flake: fix fixture name
|
2023-07-28 13:47:32 +02:00 |
|
Jörg Thalheim
|
29c711db30
|
add clan_flake fixture to setup a temporary clan
|
2023-07-28 12:54:49 +02:00 |
|
Jörg Thalheim
|
88a2c2656a
|
get_clan_flake_toplevel: fix check
|
2023-07-28 12:36:01 +02:00 |
|
Jörg Thalheim
|
5e5fbfcf06
|
write test for get_clan_flake_toplevel
|
2023-07-28 10:22:25 +00:00 |
|
Jörg Thalheim
|
df6e94b20e
|
move environment to helpers module
This fixes registering pytest plugins
|
2023-07-28 10:22:25 +00:00 |
|
Jörg Thalheim
|
b4ba9c70cd
|
move moc_env to module
|
2023-07-26 15:22:52 +02:00 |
|
Jörg Thalheim
|
09cc79867d
|
cli: get optional deps from our own flake
This ensures we actually test if all those binaries build
|
2023-07-26 09:31:49 +02:00 |
|
Jörg Thalheim
|
83005a6795
|
cli: use nixpkgs in nix shell in pure mode
This avoids nixpkgs config and overlay provided by the user.
Also enables caching in nix.
|
2023-07-26 09:31:49 +02:00 |
|
Jörg Thalheim
|
9aa75336b7
|
cli: use nix_shell also in ssh.py
|
2023-07-26 06:53:33 +00:00 |
|
Jörg Thalheim
|
a6e8e08dec
|
add module to generate zerotier configuration
|
2023-07-25 19:13:24 +02:00 |
|
DavHau
|
1183ac9618
|
clan-cli: format
|
2023-07-25 15:43:45 +02:00 |
|
DavHau
|
310bdacb9d
|
clan-cli/ssh: add tests + fixes
|
2023-07-25 15:16:05 +02:00 |
|
lassulus
|
a3bcb93f2f
|
clan-cli: split out ssh subcommand, add more tests
|
2023-07-24 21:15:39 +02:00 |
|
Jörg Thalheim
|
0b654c7434
|
apply treefmt
|
2023-07-21 14:11:46 +02:00 |
|
DavHau
|
7223b25ac6
|
clan-cli: fix tests
|
2023-07-21 14:07:38 +02:00 |
|
Jörg Thalheim
|
b7cf89dba8
|
clan-cli: add missing typing
|
2023-07-21 13:50:46 +02:00 |
|
DavHau
|
e806b5549d
|
clan-cli: enable mypy for tests
|
2023-07-21 13:43:29 +02:00 |
|
Jörg Thalheim
|
7f937077cf
|
clan-cli/tests: fixup imports
|
2023-07-21 13:30:49 +02:00 |
|
Jörg Thalheim
|
3ce01871e5
|
fix black and ruff checks
|
2023-07-21 13:03:51 +02:00 |
|
Jörg Thalheim
|
926de547e2
|
clan-cli/tests: reformat
|
2023-07-21 12:48:26 +02:00 |
|
DavHau
|
4c4ff01b64
|
clan-cli: write some unit tests
|
2023-07-21 11:19:03 +02:00 |
|
DavHau
|
9906d12384
|
clan-cli: initialize python project from template
clan-cli: remove unnecessary unit test file
clan-cli: fix shell.nix too stateful
clan-cli: remove conftest.py
clan-cli: fix flake-module.nix
|
2023-07-21 11:19:03 +02:00 |
|