Johannes Kirschbauer
|
e0be2f3435
|
fix(cli/inventory): update classes
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
a69b81488b
|
fix(inventory/instances): fix jsonschema compatibility
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
b133a2407a
|
feat(clan/services): init recursive service module
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
68ae27899a
|
feat(clan/services): init test-suite for eval test
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
b83d3ecba2
|
feat(clan/services): init adapter function to convert inventory instances into clan.service module configurations
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
bec4317709
|
feat(inventory/instances): init instances as new attribute for adding distributed services
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
f37f15c482
|
feat(clan/services): init new clanInternals attribute 'distributedServices'
|
2025-03-29 13:25:19 +01:00 |
|
Johannes Kirschbauer
|
fae8ec318d
|
feat(inventory/modules): allow inline modules
|
2025-03-29 13:25:19 +01:00 |
|
Mic92
|
94781bb358
|
Merge pull request 'clan_cli: fix support for non-root deployment user (from rtunreal)' (#3124) from Qubasa/clan-core:main into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3124
|
2025-03-28 17:26:33 +00:00 |
|
Jörg Thalheim
|
de740cf686
|
tests: add fake_sudo to sshd fixture
This allows to use the same code for both testing and real-world.
|
2025-03-28 17:14:22 +00:00 |
|
Qubasa
|
064edf61ef
|
test_secrets_upload: Don't prepend sudo inside test; Improve secret upload test
|
2025-03-28 17:14:22 +00:00 |
|
renovate[bot]
|
aaf58d7be8
|
chore(deps): update treefmt-nix digest to 29a3d7b
|
2025-03-28 15:50:19 +00:00 |
|
renovate[bot]
|
03f8e41291
|
chore(deps): update nixpkgs digest to 6c59633
|
2025-03-28 15:30:25 +00:00 |
|
renovate[bot]
|
43bd4403c6
|
fix(deps): update dependency @tanstack/solid-query to v5.70.0
|
2025-03-28 15:20:17 +00:00 |
|
renovate[bot]
|
ebee55ffdc
|
chore(deps): update nixpkgs digest to 25d1b84
|
2025-03-27 03:30:23 +00:00 |
|
renovate[bot]
|
47e9e5a8f0
|
chore(deps): update dependency @types/node to v22.13.14
|
2025-03-27 03:20:15 +00:00 |
|
Qubasa
|
d1a79653fe
|
checks/installation-without-system: modify to install through normal user instead of root
|
2025-03-26 18:37:31 +01:00 |
|
RTUnreal
|
351ce1414a
|
clan_cli: fix support for non-root deployment user
|
2025-03-26 18:37:31 +01:00 |
|
DavHau
|
e2ccd979ed
|
vars/prompts: print var name even if custom description is set
|
2025-03-26 10:48:05 +00:00 |
|
renovate[bot]
|
f5f3f96809
|
chore(deps): update treefmt-nix digest to 61c8834
|
2025-03-26 10:10:09 +00:00 |
|
Mic92
|
59253a9c71
|
Merge pull request 'ADR: init clan api as library decision record' (#2975) from hsjobeki/clan-core:adr/architecture into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2975
|
2025-03-26 10:01:55 +00:00 |
|
Johannes Kirschbauer
|
aa03adc581
|
ADR: init clan api as library decision record
|
2025-03-26 09:52:05 +00:00 |
|
Mic92
|
ffd84d50f7
|
Merge pull request 'Fix(classgen): support number conversion from jsonschema' (#3119) from hsjobeki/clan-core:class-fix into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3119
|
2025-03-26 09:45:09 +00:00 |
|
Johannes Kirschbauer
|
679387e4ba
|
Fix(classgen): support number conversion from jsonschema
|
2025-03-25 19:27:01 +01:00 |
|
hsjobeki
|
1d60f94cc5
|
Merge pull request 'docs/configure: Remove reference to unfinished feature' (#3097) from kenji/clan-core:docs-remove-upcoming into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3097
|
2025-03-25 18:12:09 +00:00 |
|
Mic92
|
1235177541
|
Merge pull request 'Enable all pytest without core' (#3118) from enable-more-macos into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3118
|
2025-03-25 17:41:04 +00:00 |
|
Jörg Thalheim
|
5c08e9a38d
|
add missing lock around "flake" "lock"
|
2025-03-25 18:30:18 +01:00 |
|
Jörg Thalheim
|
28dd54d866
|
make gnupg a dependency of sops
if anything uses a gnupg key, we need the gnupg binary.
Sucks a bit, but at least it makes it work everywhere.
|
2025-03-25 18:30:18 +01:00 |
|
Jörg Thalheim
|
5baf37f7e9
|
fix gpg key fixture on macOS
macOS has length limitations for unix sockets, which are violated by the
default length of temporary directories.
|
2025-03-25 18:30:18 +01:00 |
|
Jörg Thalheim
|
ff669e2957
|
move git_repo fixture to its own file for consistency
|
2025-03-25 18:30:11 +01:00 |
|
Jörg Thalheim
|
8d4c1839e7
|
use pre-generate gpg key for tests
this is a bit faster.
|
2025-03-25 18:30:11 +01:00 |
|
Jörg Thalheim
|
0765d981c6
|
enable python tests without core on macOS
|
2025-03-25 18:29:49 +01:00 |
|
Jörg Thalheim
|
10c27a0152
|
skip sshd-based tests on macOS for now
|
2025-03-25 18:29:49 +01:00 |
|
Mic92
|
ccb5af9565
|
Merge pull request 'docs/index: Clear up API Reference description' (#3098) from kenji/clan-core:docs-overview into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3098
|
2025-03-25 09:34:18 +00:00 |
|
renovate[bot]
|
828eff528a
|
chore(deps): lock file maintenance
|
2025-03-25 02:10:52 +00:00 |
|
renovate[bot]
|
cbf47580cf
|
chore(deps): update nixpkgs digest to 1750f3c
|
2025-03-25 01:50:24 +00:00 |
|
renovate[bot]
|
355ac57ccb
|
chore(deps): update nixpkgs digest to dd61313
|
2025-03-24 19:30:24 +00:00 |
|
renovate[bot]
|
227e293421
|
chore(deps): update typescript-eslint monorepo to v8.28.0
|
2025-03-24 17:20:18 +00:00 |
|
renovate[bot]
|
9b3621b516
|
chore(deps): update dependency @types/node to v22.13.13
|
2025-03-24 11:20:15 +00:00 |
|
renovate[bot]
|
62f09a450f
|
chore(deps): update dependency vite to v6.2.3
|
2025-03-24 10:30:17 +00:00 |
|
Michael Hoang
|
95282bd880
|
Merge pull request 'checks/flash: fix on aarch64-linux' (#3109) from push-wyyyplplwnpy into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3109
|
2025-03-24 10:23:24 +00:00 |
|
Michael Hoang
|
7a49ec252e
|
checks/flash: support aarch64-linux
|
2025-03-24 19:13:20 +09:00 |
|
Michael Hoang
|
5f9ee97cab
|
Merge pull request 'checks/installation-without-system: support aarch64-linux' (#3108) from push-wnsmqwtkplqw into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3108
|
2025-03-24 09:47:53 +00:00 |
|
Michael Hoang
|
c6be9bbf07
|
checks/installation-without-system: add aarch64-linux facter.json
This doesn't fix the test on `aarch64-linux` but brings it inline with
where `test-installation` fails.
|
2025-03-24 18:37:46 +09:00 |
|
Michael Hoang
|
d77ae5eed0
|
Merge pull request 'checks/backups: don't hardcode system' (#3107) from push-unpltryrzlsx into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3107
|
2025-03-24 08:38:28 +00:00 |
|
Michael Hoang
|
3c2888edc7
|
checks: don't build test machines as they may be system-less now
|
2025-03-24 17:27:36 +09:00 |
|
Michael Hoang
|
b0f23353ef
|
checks/backups: don't hardcode system
|
2025-03-24 17:26:48 +09:00 |
|
renovate[bot]
|
3fccccc092
|
chore(deps): update dependency @types/node to v22.13.12
|
2025-03-24 06:40:15 +00:00 |
|
Michael Hoang
|
0a5d1bf322
|
Merge pull request 'checks: disable all failing aarch64-linux checks' (#3104) from push-zqxwrttvxuqy into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3104
|
2025-03-24 04:01:16 +00:00 |
|
Michael Hoang
|
9ca5cb7bcc
|
checks: disable all failing aarch64-linux checks
|
2025-03-24 12:50:57 +09:00 |
|