Commit Graph

3181 Commits

Author SHA1 Message Date
3d3dcc800b Merge pull request 'Fixed wrong flake template name' (#118) from Qubasa-ui-node-list into main
All checks were successful
build / test (push) Successful in 16s
2023-08-09 15:32:18 +00:00
b9c6ffd95c UI: Added /nodes page
All checks were successful
build / test (pull_request) Successful in 16s
2023-08-09 17:31:28 +02:00
f20ff2abea Merge branch 'main' of git.clan.lol:clan/clan-core 2023-08-09 17:27:07 +02:00
dd9f1820a5 Merge pull request 'add test for local commands' (#114) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 23s
2023-08-09 14:24:06 +00:00
f8f9cd457a add test for local commands
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-09 16:23:15 +02:00
6db74d4fe7 Merge pull request 'clan-config: move jsonschema lib to clanLib' (#109) from DavHau-clan-config into main
All checks were successful
build / test (push) Successful in 20s
2023-08-09 14:07:03 +00:00
7262208a4c clanLib.jsonschema: move tests from pkgs/clan-cli
All checks were successful
build / test (pull_request) Successful in 26s
2023-08-09 16:05:33 +02:00
9438a9eb5f clan-config: move jsonschema lib to clanLib 2023-08-09 16:05:33 +02:00
6b71f0c75e Merge pull request 'move ssh cli to cli submodule' (#113) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 16s
2023-08-09 13:55:00 +00:00
d977499ffe rename cli tests to have a common suffix
All checks were successful
build / test (pull_request) Successful in 25s
rename test_import_sops -> test_import_sops
2023-08-09 15:54:27 +02:00
8fea55da32 move ssh cli to cli submodule
Some checks failed
build / test (pull_request) Failing after 23s
2023-08-09 15:46:34 +02:00
e1265b2e04 Merge pull request 'add api for secret groups and listing secrets' (#112) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 15s
2023-08-09 13:31:14 +00:00
1f79a610d4 groups: add more api
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-09 15:30:50 +02:00
e103a4186c add api for secret groups and decrypting secrets
Some checks failed
build / test (pull_request) Failing after 23s
2023-08-09 15:17:43 +02:00
caa1c0dfd8 pre-commit: fix weird bug where commit_files is undefined in bash 2023-08-09 15:17:38 +02:00
7f918437bc Merge pull request 'add secret api for machines/users/secrets' (#111) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-09 12:50:42 +00:00
6c169b0bed print nothing if secret collections are empty
All checks were successful
build / test (pull_request) Successful in 29s
2023-08-09 14:50:04 +02:00
c535cf78a1 add secret api for machines/users/secrets
Some checks failed
build / test (pull_request) Failing after 21s
2023-08-09 14:10:04 +02:00
0bef07e0c3 Merge pull request 'clan-cli: add deploykit' (#110) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 27s
2023-08-09 11:57:22 +00:00
2483e29819 users: seperate cli from library
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-09 13:56:24 +02:00
119d68bdcd clan-cli: add deploykit 2023-08-09 13:05:26 +02:00
eeb272d8b0 Merge pull request 'improve error message if users don't exist' (#108) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 21s
2023-08-09 08:51:42 +00:00
daf1058312 clan-cli: fix secrets test
All checks were successful
build / test (pull_request) Successful in 37s
2023-08-09 10:50:48 +02:00
7d39f8346c clan-cli: fix grep in breakpoint check
Some checks failed
build / test (pull_request) Failing after 22s
2023-08-09 10:36:46 +02:00
9189c31def improve error message if users don't exist
Some checks failed
build / test (pull_request) Failing after 17s
2023-08-09 10:33:54 +02:00
0314fbbec5 Merge pull request 'don't add user to a secret if they already can access the secret' (#107) from Mic92-mic92 into main
Some checks failed
build / test (push) Failing after 16s
Reviewed-on: #107
2023-08-09 08:22:14 +00:00
3d5a37ad03 check for breakpoint() function in code
Some checks failed
build / test (pull_request) Failing after 25s
2023-08-09 10:21:59 +02:00
68905fc233 don't add user to a secret if they already can access the secret
Some checks failed
build / test (pull_request) Failing after 21s
If the user is part of a group we don't need to add them explicitly
2023-08-09 10:17:30 +02:00
0f32aa79e4 Merge pull request 'allow to set groups/admins/users when setting secrets' (#106) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 17:41:38 +00:00
2988532909 allow to set groups/admins/users when setting secrets
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-08 19:40:35 +02:00
447f9ed95d Merge pull request 'only print names when listing existing users' (#105) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 17:08:35 +00:00
5ee620b77b only print names when listing existing users
All checks were successful
build / test (pull_request) Successful in 16s
2023-08-08 19:07:38 +02:00
3151018c16 Merge pull request 'make error message nicer when members are not found' (#104) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 17:06:29 +00:00
504adb4f6d make error message nicer when members are not found
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-08 19:05:32 +02:00
355a2287ca Merge pull request 'add option to import sops secrets with groups,users,machines,prefixes' (#103) from Mic92-flake-parts-refactoring into main
All checks were successful
build / test (push) Successful in 21s
2023-08-08 16:48:13 +00:00
6f9aaef56a add option to import sops secrets with groups,users,machines,prefixes
All checks were successful
build / test (pull_request) Successful in 25s
2023-08-08 18:46:37 +02:00
43c1b2e2e1 Merge pull request 'sops: make symlinks relative' (#102) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 15:25:46 +00:00
efa0546da5 sops: make symlinks relative
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-08 17:24:40 +02:00
9addbc8918 Merge pull request 'add dummy sops manifest' (#101) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 14:47:19 +00:00
35f2d6a76e add dummy sops manifest
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-08 16:40:32 +02:00
ab661f059b Merge pull request 'add test for import-sops command' (#100) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 21s
2023-08-08 14:29:44 +00:00
d8c2df2e72 add test for import-sops command
All checks were successful
build / test (pull_request) Successful in 24s
2023-08-08 16:28:38 +02:00
240c1538a4 Merge pull request 'add import-sops command to secrets' (#99) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 13:49:00 +00:00
1d1452ddd5 add import-sops command to secrets
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-08 15:48:19 +02:00
b2f30bd600 Merge pull request 'also rename project/pypi name' (#98) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 16s
2023-08-08 12:21:41 +00:00
4cf82f3596 also rename project/pypi name
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-08 14:20:45 +02:00
1ca04c2829 Merge pull request 'rename clan to clan-cli' (#97) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 15s
2023-08-08 12:18:54 +00:00
4296ef92a9 rename clan to clan-cli
All checks were successful
build / test (pull_request) Successful in 25s
It's already confusing enough to have so many things called clan-cli
2023-08-08 14:18:10 +02:00
6934b0a056 Merge pull request 'move out non-toplevel flake modules from flake.nix' (#96) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 20s
2023-08-08 12:04:46 +00:00
6d1de943e1 move out non-toplevel flake modules from flake.nix
All checks were successful
build / test (pull_request) Successful in 21s
2023-08-08 14:03:26 +02:00