Commit Graph

207 Commits

Author SHA1 Message Date
b8fd28af2f move flake-parts into pkgs or toplevel
All checks were successful
build / test (push) Successful in 8s
2023-08-03 17:11:36 +02:00
5ac5e32214 Merge pull request 'cli: add test for --help' (#79) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 7s
2023-08-03 13:33:52 +00:00
b540f318c7 cli: add test for --help
All checks were successful
build / test (push) Successful in 8s
2023-08-03 15:33:08 +02:00
cfd1089ff3 tea-create-pr: use force push 2023-08-03 15:33:08 +02:00
69ea75cfdc Merge pull request 'cli: fix installation of subpackages' (#78) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 8s
2023-08-03 13:29:10 +00:00
31a2d90df9 cli: fix installation of subpackages
All checks were successful
build / test (push) Successful in 9s
2023-08-03 15:22:22 +02:00
936e836832 Merge pull request 'clan-cli/sops: rename add_key to write_key' (#77) from mic92 into main
All checks were successful
build / test (push) Successful in 7s
2023-08-03 13:00:29 +00:00
ae4f36ecf9 clan-cli/sops: rename add_key to write_key
All checks were successful
build / test (push) Successful in 12s
2023-08-03 14:58:51 +02:00
ece108e073 Merge pull request 'replace pre-commit with shell script' (#76) from mic92 into main
All checks were successful
build / test (push) Successful in 8s
2023-08-03 12:43:58 +00:00
930923512c replace pre-commit with shell script
All checks were successful
build / test (push) Successful in 9s
This saves one flake input and some python dependencies
2023-08-03 14:43:20 +02:00
7fa6808478 Merge pull request 'clan-cli: fix error message if registering parser fails' (#75) from mic92 into main
All checks were successful
build / test (push) Successful in 8s
2023-08-03 11:39:10 +00:00
3fde7c3eb5 Merge branch 'main' into mic92
All checks were successful
build / test (push) Successful in 8s
2023-08-03 11:38:56 +00:00
9b1f0cf918 clan-cli: fix error message if registering parser fails
All checks were successful
build / test (push) Successful in 12s
2023-08-03 13:38:35 +02:00
a405b4e53f Merge pull request 'mic92' (#74) from mic92 into main
All checks were successful
build / test (push) Successful in 8s
Reviewed-on: #74
2023-08-03 11:35:23 +00:00
7199f405ab cli: fix broken type checks in config module
All checks were successful
build / test (push) Successful in 14s
2023-08-03 13:34:44 +02:00
fa8dbf0e4f cli: re-expose missing dependenices 2023-08-03 13:34:44 +02:00
cb0197fcf3 simplify clan cli build expression
also re-expose missing age
2023-08-03 13:34:44 +02:00
e603ee6f49 readd mypy/pytest to checks
Some checks failed
build / test (push) Failing after 16s
2023-08-03 11:31:56 +02:00
25b5f58866 drop nix-unit from flake-inputs 2023-08-03 11:29:05 +02:00
54e9d4427c fix cirular import 2023-08-03 11:07:17 +02:00
7f54a64c0a Merge pull request 'clan-config: allow passing schema or module file' (#72) from DavHau-clan-edit into main
All checks were successful
build / test (push) Successful in 9s
2023-08-02 19:11:19 +00:00
56c018d61c clan-config: add bin wrapper
All checks were successful
build / test (push) Successful in 10s
2023-08-02 21:10:54 +02:00
7299a63a13 clan-config: allow passing schema or module file 2023-08-02 21:10:41 +02:00
70ec58f68b Merge pull request 'flake: add input nix-unit' (#71) from DavHau-clan-edit into main
All checks were successful
build / test (push) Successful in 9s
2023-08-02 18:04:57 +00:00
b88ac7a2bf clan-config: init
All checks were successful
build / test (push) Successful in 20s
- 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
5268ecb595 flake: add input nix-unit 2023-08-02 18:44:36 +02:00
c532d9bee4 Merge pull request 'test list/remove secret' (#70) from mic92 into main
All checks were successful
build / test (push) Successful in 7s
Reviewed-on: #70
2023-08-02 12:00:32 +00:00
dab483339a test list/remove secret 2023-08-02 12:00:32 +00:00
8ee073668f Merge pull request 'installer: reuse pkgs' (#69) from lassulus-lassulus into main
All checks were successful
build / test (push) Successful in 7s
2023-08-02 09:58:31 +00:00
25024861f9 installer: reuse pkgs
All checks were successful
build / test (push) Successful in 7s
2023-08-02 11:51:20 +02:00
d6ec2922bf Merge pull request 'silence state version warnings in flake' (#68) from mic92 into main
All checks were successful
build / test (push) Successful in 7s
2023-08-02 09:24:17 +00:00
9220e20ccd silence stateversion warnings in flake
All checks were successful
build / test (push) Successful in 9s
2023-08-02 11:23:55 +02:00
84fd3ddf10 Merge pull request 'secrets' (#30) from mic92 into main
All checks were successful
build / test (push) Successful in 8s
Reviewed-on: #30
2023-08-02 09:19:14 +00:00
658c76336f add secrets integration
clan-cli: also depend on age for secrets
2023-08-02 09:19:14 +00:00
dd96877b9e pre-commit: disable flake check 2023-08-02 09:19:14 +00:00
019980123b Merge pull request 'turn install-vm into an app to be nix-runable' (#67) from lassulus-app into main
All checks were successful
build / test (push) Successful in 8s
2023-08-02 09:09:20 +00:00
08fed0b274 turn install-vm into an app to be nix-runable
All checks were successful
build / test (push) Successful in 9s
2023-08-02 11:08:15 +02:00
afce8734bd Merge pull request 'add clanModules, autoimport nixosModules' (#64) from modules into main
All checks were successful
build / test (push) Successful in 12s
2023-08-02 08:35:37 +00:00
572213f1e7 clanModules: add zerotier
All checks were successful
build / test (push) Successful in 14s
2023-08-02 10:32:51 +02:00
1355ceff4a fixup! move modules into nixosModules, add autoimport 2023-08-02 10:32:51 +02:00
96067a789d move modules into nixosModules, add autoimport 2023-08-02 10:24:01 +02:00
bf44bb9b8d Merge pull request 'Automatic flake update - 2023-08-02T00:00+00:00' (#65) from flake-update-2023-08-02 into main
All checks were successful
build / test (push) Successful in 12s
2023-08-02 00:00:40 +00:00
Clan Merge Bot
04741cbe66 update flake lock - 2023-08-02T00:00+00:00
All checks were successful
build / test (push) Successful in 13s
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/8e8d955c22df93dbe24f19ea04f47a74adbdc5ec' (2023-07-04)
  → 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e6ab46982debeab9831236869539a507f670a129' (2023-07-29)
  → 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2' (2023-08-01)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/719c2977f958c41fa60a928e2fbc50af14844114' (2023-07-17)
  → 'github:numtide/treefmt-nix/fab56c8ce88f593300cd8c7351c9f97d10c333c5' (2023-08-01)
2023-08-02 00:00:13 +00:00
17a2f19532 Merge pull request 'python-template: backport some changes from clan-cli' (#63) from DavHau-clan-edit into main
All checks were successful
build / test (push) Successful in 15s
2023-08-01 13:30:42 +00:00
1165fee6f3 python-template: backport some changes from clan-cli
All checks were successful
build / test (push) Successful in 15s
2023-08-01 15:30:14 +02:00
284e1ef54f Merge pull request 'Automatic flake update - 2023-07-31T00:00+00:00' (#61) from flake-update-2023-07-31 into main
All checks were successful
build / test (push) Successful in 13s
2023-07-31 00:00:37 +00:00
Clan Merge Bot
24aa5c46ee update flake lock - 2023-07-31T00:00+00:00
All checks were successful
build / test (push) Successful in 14s
Flake lock file updates:

• Updated input 'disko':
    'github:nix-community/disko/43f17a8b31c49f6696b8b258d317161afdc7e36b' (2023-07-28)
  → 'github:nix-community/disko/4015740375676402a2ee6adebc3c30ea625b9a94' (2023-07-30)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2a9d660ff0f7ffde9d73be328ee6e6f10ef66b28' (2023-07-28)
  → 'github:NixOS/nixpkgs/e6ab46982debeab9831236869539a507f670a129' (2023-07-29)
• Updated input 'pre-commit-hooks-nix':
    'github:cachix/pre-commit-hooks.nix/1e2443dd3f669eb65433b2fc26a3065e05a7dc9c' (2023-07-29)
  → 'github:cachix/pre-commit-hooks.nix/fcbf4705d98398d084e6cb1c826a0b90a91d22d7' (2023-07-30)
2023-07-31 00:00:10 +00:00
aeb977f173 Merge pull request 'Automatic flake update - 2023-07-30T00:00+00:00' (#60) from flake-update-2023-07-30 into main
All checks were successful
build / test (push) Successful in 12s
2023-07-30 00:00:34 +00:00
Clan Merge Bot
d8286bfd21 update flake lock - 2023-07-30T00:00+00:00
All checks were successful
build / test (push) Successful in 14s
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c9cf0708f00fbe553319258e48ca89ff9a413703' (2023-07-26)
  → 'github:NixOS/nixpkgs/2a9d660ff0f7ffde9d73be328ee6e6f10ef66b28' (2023-07-28)
• Updated input 'pre-commit-hooks-nix':
    'github:cachix/pre-commit-hooks.nix/9289996dcac62fd45836db7c07b87d2521eb526d' (2023-07-27)
  → 'github:cachix/pre-commit-hooks.nix/1e2443dd3f669eb65433b2fc26a3065e05a7dc9c' (2023-07-29)
2023-07-30 00:00:08 +00:00
258b4e3950 Merge pull request 'dirs: fix user_config_dir on macos' (#59) from cli-prep into main
All checks were successful
build / test (push) Successful in 15s
2023-07-29 12:22:43 +00:00