Commit Graph

737 Commits

Author SHA1 Message Date
18c360f729 make all pytest dependencies also available to impure tests 2023-09-21 17:25:32 +02:00
4096ea3adb don't set age keyfile if don't have a secret for it 2023-09-21 17:22:20 +02:00
0314132a1a rewrite sops backend for secret generation and add tests 2023-09-21 17:22:20 +02:00
ead5c6e6a8 secrets: add has_machine and has_secret function 2023-09-21 17:22:20 +02:00
dc51ca5803 factor out deployment address parsing into a function 2023-09-21 17:22:20 +02:00
486ff4e7f4 age: generate private and public key in one go 2023-09-21 17:22:20 +02:00
521f4ee5bc secrets sops: deploy age key 2023-09-21 17:22:20 +02:00
1ae314d39c init clanModules.diskLayouts 2023-09-21 17:22:20 +02:00
70374b62c2 Merge pull request 'docs/quickstart: use the clan create command and mention flake.nix more' (#316) from docs into main
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 35s
assets1 / test (push) Successful in 6s
Reviewed-on: #316
2023-09-21 12:41:40 +00:00
ae0f2d3d2f docs/quickstart: use the clan create command and mention flake.nix more 2023-09-21 12:41:40 +00:00
12263f02ad Merge pull request 'clan-cli: add git.commit_file() to auto commit files if inside a git' (#315) from DavHau-dave into main
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 34s
assets1 / test (push) Successful in 7s
2023-09-21 12:10:44 +00:00
6a359c0a2f clan-cli: add git.commit_file() to auto commit files if inside a git
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 34s
- commit only if inside a git repo
- commit only the specified file and nothing else
- auto-generate commit message if not specified
2023-09-21 14:07:54 +02:00
8e157f891f Merge pull request 'fix updating assets in devshell' (#314) from Mic92-main into main
All checks were successful
checks / test (push) Successful in 35s
assets1 / test (push) Successful in 6s
checks-impure / test (push) Successful in 10s
2023-09-20 13:42:44 +00:00
584b6e2775 fix updating assets in devshell
All checks were successful
checks-impure / test (pull_request) Successful in 11s
checks / test (pull_request) Successful in 35s
2023-09-20 15:39:55 +02:00
0eb23d58b2 update ui-assets.nix
All checks were successful
assets1 / test (push) Has been skipped
checks-impure / test (push) Has been skipped
checks / test (push) Has been skipped
2023-09-20 12:54:35 +00:00
b9510ff997 Merge pull request 'CI: Created separate user for CI' (#313) from Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 35s
assets1 / test (push) Successful in 22s
2023-09-20 12:53:28 +00:00
357d7f3fd5 CI: Created separate user for CI
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 35s
2023-09-20 14:51:34 +02:00
273fcb7f2d Merge pull request 'CI: Created separate user for CI' (#312) from Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 10s
checks / test (push) Successful in 34s
assets1 / test (push) Has been skipped
2023-09-20 12:50:11 +00:00
ec497276bd CI: Created separate user for CI
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 34s
2023-09-20 14:48:16 +02:00
975a2e8e94 Merge pull request 'checks: run impure pytest tests in CI pipeline' (#310) from DavHau-dave into main
All checks were successful
checks-impure / test (push) Has been skipped
checks / test (push) Has been skipped
assets1 / test (push) Has been skipped
2023-09-19 14:49:52 +00:00
0ee6de86af checks: run impure pytest tests in CI pipeline
All checks were successful
checks-impure / test (pull_request) Successful in 10s
checks / test (pull_request) Successful in 34s
2023-09-19 16:46:46 +02:00
9cff6a39e8 Merge pull request 'CI: Added ui-assets workflow.' (#309) from Qubasa-Qubasa-main into main
All checks were successful
checks-impure / test (push) Has been skipped
checks / test (push) Has been skipped
assets1 / test (push) Has been skipped
2023-09-19 14:24:34 +00:00
08f8815806 CI: Added ui-assets workflow.
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 33s
2023-09-19 16:21:53 +02:00
6a220d1a0b Merge pull request 'Removed workflow' (#308) from Qubasa-Qubasa-main into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 1m11s
2023-09-19 13:48:52 +00:00
ad2218cca9 UI: Renamed ui from my-app to clan-ui
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 33s
2023-09-19 15:46:15 +02:00
4a0949f5dc Merge pull request 'clan-cli/update: also use correct flake attr for generating secret' (#307) from Mic92-deploy-fix into main
All checks were successful
checks / test (push) Successful in 1m27s
checks-impure / test (push) Successful in 7s
2023-09-19 13:32:18 +00:00
63b6b14109 Merge branch 'main' of git.clan.lol:clan/clan-core into Qubasa-main 2023-09-19 15:30:25 +02:00
3cb916d50f clan-cli/update: also use correct flake attr for generating secret
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 1m27s
2023-09-19 15:20:11 +02:00
07d5b2bf1c Merge pull request 'docs: fixes in quickstart and secrets-management' (#303) from DavHau-dave into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s
2023-09-19 13:15:48 +00:00
c11f73c4d0 clan config: fix settings file location
All checks were successful
checks-impure / test (pull_request) Successful in 12s
checks / test (pull_request) Successful in 1m10s
2023-09-19 15:12:29 +02:00
9b6fafcb2d clan config: re-enable clan config 2023-09-19 15:12:29 +02:00
76ee9893f2 docs/secrets-management: machine -> machines 2023-09-19 15:12:29 +02:00
dfa3b2acaa quickstart: fixes 2023-09-19 15:12:29 +02:00
175119b72c Merge pull request 'clan-cli/update: use correct flake attr when deploying' (#306) from Mic92-deploy-fix into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s
2023-09-19 12:24:23 +00:00
de069af7a3 Merge branch 'main' into Mic92-deploy-fix
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 33s
2023-09-19 12:23:40 +00:00
2931b08b46 clan-cli/update: use correct flake attr when deploying
Some checks reported warnings
checks-impure / test (pull_request) Has been cancelled
checks / test (pull_request) Has been cancelled
2023-09-19 14:19:48 +02:00
06bb3c52bf Merge pull request 'Automatic flake update - 2023-09-18T00:00+00:00' (#301) from flake-update-2023-09-18 into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s
2023-09-19 11:34:50 +00:00
Clan Merge Bot
e66d61bb69 update flake lock - 2023-09-18T00:00+00:00
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 1m25s
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/be98cffef02e5ebf438ea80b34b86e669c48eff1' (2023-09-12)
  → 'github:nix-community/disko/9ab96378f8cf602d5f3ce5a32f2c339509288d8e' (2023-09-17)
• Updated input 'floco':
    'github:aakropotkin/floco/1e84b4b16bba5746e1195fa3a4d8addaaf2d9ef4' (2023-08-03)
  → 'github:aakropotkin/floco/d16bd444ab9d29a6640f52ee4e43a66528e07515' (2023-09-16)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/3a2786eea085f040a66ecde1bc3ddc7099f6dbeb' (2023-09-11)
  → 'github:NixOS/nixpkgs/ace5093e36ab1e95cb9463863491bee90d5a4183' (2023-09-15)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/b8d3a059f5487d6767d07c3716386753e3132d9f' (2023-09-04)
  → 'github:numtide/treefmt-nix/7a49c388d7a6b63bb551b1ddedfa4efab8f400d8' (2023-09-12)
2023-09-19 13:32:51 +02:00
4c95896e1a Merge pull request 'devShell: use rm -f to clean up old pre-commit file' (#304) from Mic92-vm-api into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s
2023-09-19 11:30:53 +00:00
81bc0d7ea4 devShell: use rm -f to clean up old pre-commit file
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 1m26s
2023-09-19 13:20:12 +02:00
90718da5b4 Merge pull request 'use experimental flags everywhere' (#298) from Mic92-vm-api into main
Some checks reported warnings
checks / test (push) Has been cancelled
checks-impure / test (push) Has been cancelled
2023-09-19 11:16:30 +00:00
e753b9a87f try to fix ci by pinning nix-fast-build
All checks were successful
checks-impure / test (pull_request) Successful in 6s
checks / test (pull_request) Successful in 1m25s
2023-09-19 13:14:44 +02:00
f6a7e42e38 cli: rename admin create to create 2023-09-19 13:12:10 +02:00
164f95723d pytest: add impure marker 2023-09-19 13:12:10 +02:00
d41cca2e28 add clan_core path helper function 2023-09-19 13:12:10 +02:00
a65413c98e use experimental flags everywhere 2023-09-19 13:12:10 +02:00
4a1dcc1639 Merge pull request 'add join clan page' (#300) from feat/join-ui into main
All checks were successful
checks-impure / test (push) Successful in 6s
checks / test (push) Successful in 33s
2023-09-16 14:31:33 +00:00
18714d6657 reformat
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 1m24s
2023-09-16 16:28:36 +02:00
3db0285a3b merge conflicts
Some checks failed
checks / test (pull_request) Failing after 33s
checks-impure / test (pull_request) Successful in 6s
2023-09-16 16:24:02 +02:00
1bcff16b66 add join clan page
Some checks failed
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Failing after 1m39s
2023-09-16 16:21:33 +02:00