Commit Graph

164 Commits

Author SHA1 Message Date
c9d2cfcda5 init template view
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-19 12:04:27 +02:00
33f85380ae add static code analysis
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-19 10:11:14 +02:00
96bf33a76d Fixed jumping icon on selected
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-15 20:37:34 +02:00
46566131d4 Added fixed speed dial 2023-08-15 20:06:55 +02:00
980b64d3d0 Merge branch 'Qubasa-main' into new_edit_way
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-15 17:57:14 +02:00
48eeba1dc1 Revamped node selection and edit process 2023-08-15 17:53:27 +02:00
52d6798315 clan-config: stop using jsonschema at all for CLI
All checks were successful
build / test (pull_request) Successful in 19s
- instead use options.json coming from nixosOptionsDoc
2023-08-15 15:48:17 +02:00
2d40c01db0 Merge pull request 'init: step formular for new image templates' (#144) from feature/installer into main
All checks were successful
build / test (push) Successful in 28s
2023-08-15 12:46:02 +00:00
66617c0d62 init: step formular for new image templates
All checks were successful
build / test (pull_request) Successful in 34s
2023-08-15 14:44:51 +02:00
348e503789 clan-config: get rid of jsonschema dependency
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-15 13:29:48 +02:00
257e6c1d8e UI: Added Metadata view with Grids to List for mobile
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-14 19:39:26 +02:00
c020cce56b UI: Replaced enum infavor of hash keys 2023-08-14 19:08:15 +02:00
3489ebc5c4 Added collapse to table 2023-08-14 18:25:06 +02:00
b112969d87 Fixed mobile layout in Pie Chart and in table 2023-08-14 15:56:31 +02:00
ed9e0c1623 add more example utils to dashboard
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-13 12:55:22 +02:00
cdef88e55e add: some util to dashboard
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-12 17:11:41 +02:00
6ab0298b1b add: fix responsive layout transition
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-12 13:44:35 +02:00
ff89bcba4b add: responsive layout for sidebar and dashboard
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-12 12:25:44 +02:00
a243f97574 Merge pull request 'UI: Fixed missing key tag in Grid' (#135) from Qubasa-Qubasa-main into main
All checks were successful
build / test (push) Successful in 27s
2023-08-11 22:16:07 +00:00
2720f47fdb UI: Fixed missing key tag in Grid
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-12 00:15:06 +02:00
16f674e281 Merge pull request 'UI: NodeList added Pie Chart and extracted Table Data' (#134) from Qubasa-Qubasa-main into main
All checks were successful
build / test (push) Successful in 27s
2023-08-11 22:02:22 +00:00
de9cac534b UI: NodeList added Pie Chart and extracted Table Data
All checks were successful
build / test (pull_request) Successful in 39s
2023-08-12 00:01:09 +02:00
295591ed79 clan-cli/update: only pass flake-uri/flake-attr if they are set
All checks were successful
build / test (pull_request) Successful in 29s
2023-08-11 17:27:36 +02:00
51f40a4f09 test_update_cli: also test --help
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-11 17:11:47 +02:00
c3a1c89efc cli/admin: drop unused commands
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-11 16:39:03 +02:00
8f858ca86a cli: add missing help descriptions 2023-08-11 16:39:03 +02:00
da2c1629fe cli: register update command 2023-08-11 16:39:03 +02:00
a096d8ddcc clan-cli: add update command
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-11 16:10:25 +02:00
c9b77e5927 clan-cli/tests/clan_flake: add flake.nix 2023-08-11 16:10:12 +02:00
8bf809d0ec clan-cli/sshd: fix pytest warnings 2023-08-11 16:10:12 +02:00
2a31b1d65b add host_group fixture 2023-08-11 16:10:12 +02:00
b3a665cb19 clan-cli/ssh: rename Group -> HostGroup 2023-08-11 16:10:12 +02:00
0a9b914ad5 clan-config: improve jsonschema arg parsing
All checks were successful
build / test (pull_request) Successful in 21s
- output json to stdout after success
- expect args in the style: `foo.bar = baz`
- handle different input types
- cast input types on best effort basis
- throw meaningful errors
2023-08-11 00:05:52 +02:00
d04278e9b1 clan-config: add tests 2023-08-10 21:17:17 +02:00
c2ff6acef4 sops: pass empty manifest when decrypting
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-10 12:08:17 +02:00
8e07fc28ab clan-cli: unbreak build
All checks were successful
build / test (pull_request) Successful in 20s
2023-08-10 11:30:12 +02:00
2fa0c38625 Merge pull request 'add test for remote ssh commands' (#115) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 29s
2023-08-10 09:05:48 +00:00
a17baa4861 add test for remote ssh commands
All checks were successful
build / test (pull_request) Successful in 28s
2023-08-10 11:05:05 +02:00
a2648f2afb clan-cli: prepare source in extra derivation
Towards not rebuilding clan-cli on each commit
2023-08-09 18:38:44 +02:00
0f54eccb78 clan-cli: unbreak dev-shell
All checks were successful
build / test (pull_request) Successful in 19s
2023-08-09 18:03:46 +02:00
f9aaa5ad39 clan-config: unbreak + include data files
All checks were successful
build / test (pull_request) Successful in 27s
2023-08-09 17:59:18 +02: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
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
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
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
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