Johannes Kirschbauer
|
8f04b510dd
|
UI/machines: remove deprecated details before redoing
|
2024-12-04 17:46:28 +01:00 |
|
Johannes Kirschbauer
|
653cca9276
|
UI/disk: remove dreprecated disk hook
|
2024-12-04 17:45:31 +01:00 |
|
Johannes Kirschbauer
|
d07d59a4fc
|
api: create machine touch only the created machine
|
2024-12-04 17:44:56 +01:00 |
|
Johannes Kirschbauer
|
b72344085a
|
clan.cli.inventory: init partial write
|
2024-12-04 17:43:20 +01:00 |
|
Johannes Kirschbauer
|
40704d7626
|
clanInternals.inventory: expose used priorities
|
2024-12-04 17:41:41 +01:00 |
|
Johannes Kirschbauer
|
fca193073e
|
lib.values: init getPrio
This function can be used to get the priority of all values within a module
|
2024-12-04 17:37:23 +01:00 |
|
Johannes Kirschbauer
|
fb6fa46a3b
|
api.inventory.modules: filter out /nix/store paths
|
2024-12-04 17:37:23 +01:00 |
|
clan-bot
|
8da4fceb24
|
Merge pull request 'Better install instructions for macos' (#2550) from arm64 into main
|
2024-12-04 16:32:02 +00:00 |
|
Jörg Thalheim
|
d5eb60d904
|
test_vars: set hostPlatform
|
2024-12-04 17:25:20 +01:00 |
|
Jörg Thalheim
|
742494967a
|
classgen: better message how to update
|
2024-12-04 17:25:20 +01:00 |
|
Jörg Thalheim
|
25236a813d
|
clan-cli/clan_cli/inventory/update.sh: make script idempotent
|
2024-12-04 17:15:54 +01:00 |
|
clan-bot
|
742b0c2c45
|
Merge pull request 'vm-tests' (#2558) from vm-tests into main
|
2024-12-04 16:14:54 +00:00 |
|
lassulus
|
8b12578c13
|
test_vars_deployment: fix race condition with multiple VMs on error case
|
2024-12-04 17:07:36 +01:00 |
|
lassulus
|
acb78d4fb8
|
test_vars_deployment: pass stdin as DEVNULL to vm
|
2024-12-04 17:07:36 +01:00 |
|
Jörg Thalheim
|
77d05a6bd6
|
test_vms_cli: set hostPlatform x86_64-linux
|
2024-12-04 17:04:12 +01:00 |
|
lassulus
|
2aa1395f8f
|
spawn_vm: pass stdin
|
2024-12-04 16:57:49 +01:00 |
|
lassulus
|
b1260749fa
|
qemu_command: disable monitor if non interactive
|
2024-12-04 16:44:30 +01:00 |
|
lassulus
|
3a4aec2c7e
|
start_vm: log VM start command
|
2024-12-04 16:43:59 +01:00 |
|
Jörg Thalheim
|
e80a6c2139
|
test_flake_with_core: set system explicit
|
2024-12-04 15:54:00 +01:00 |
|
Jörg Thalheim
|
7e28cca612
|
revert pytest log format
This is makes error output of command extremly unreadable.
If someone wants a different value they can specify it on the
commandline.
|
2024-12-04 15:22:43 +01:00 |
|
Jörg Thalheim
|
e499aa0903
|
getpwnam-preload.c: no longer log shell
|
2024-12-04 14:57:00 +01:00 |
|
Jörg Thalheim
|
6135b52c32
|
only enable show-trace if we run in debug mode
|
2024-12-04 14:54:47 +01:00 |
|
Jörg Thalheim
|
2e07bfa834
|
fix deploying from darwin to linux
|
2024-12-04 14:54:44 +01:00 |
|
Jörg Thalheim
|
39daf4e3df
|
flash: drop wifi option
This feature is broken and will be replaced by templates machines
eventually.
|
2024-12-04 12:52:38 +01:00 |
|
Jörg Thalheim
|
093bdf7c5c
|
document clan machines create
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
74d65e4d2f
|
machines no longer need to be specified in buildClan
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
ee88e70a9f
|
no longer show prefix
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
7158f64800
|
commit file instead of just git adding it
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
6b8a9ff0dc
|
skip writing the empty inventory json
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
0b83bea2c6
|
add install instructions for macos
|
2024-12-04 12:14:32 +01:00 |
|
Jörg Thalheim
|
54b6503ee1
|
re-add missing wget
|
2024-12-04 11:26:22 +01:00 |
|
clan-bot
|
1511b14b3c
|
Merge pull request 'fix vars migration prompts. add secretsForUsers to vars interface and implement that for pass' (#2551) from lassulus/clan-core:vars-stuff into main
|
2024-12-04 09:03:24 +00:00 |
|
clan-bot
|
15458c33ba
|
Merge pull request 'Add missing quotes around nix-command flakes' (#2557) from Enzime/clan-core:push-ovqtprtkzuvm into main
|
2024-12-04 08:49:02 +00:00 |
|
Michael Hoang
|
b414b153ba
|
clan_cli: fix missing quotes around nix-command flakes
Before:
[$] nix \
--extra-experimental-features nix-command flakes \
show-config \
--json
After:
[$] nix \
--extra-experimental-features 'nix-command flakes' \
show-config \
--json
|
2024-12-04 19:40:15 +11:00 |
|
Michael Hoang
|
caef3dd64c
|
gui-installer: add missing double quotes for nix-command flakes
|
2024-12-04 19:38:20 +11:00 |
|
clan-bot
|
6cb3a01d47
|
Merge pull request 'vars: print() -> log.info()' (#2555) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 07:15:36 +00:00 |
|
DavHau
|
37ad4eaad5
|
vars: print() -> log.info()
|
2024-12-04 14:08:50 +07:00 |
|
clan-bot
|
f8bf918415
|
Merge pull request 'vars: Improve logging for migration' (#2554) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 05:48:25 +00:00 |
|
DavHau
|
f5226ec7ff
|
vars: Improve logging for migration
|
2024-12-04 12:42:03 +07:00 |
|
clan-bot
|
c44a9e0ad3
|
Merge pull request 'secrets: improve error message on wrong age key format' (#2553) from DavHau/clan-core:DavHau-dave into main
|
2024-12-04 05:12:14 +00:00 |
|
DavHau
|
ae24672c54
|
secrets: improve error message on wrong age key format
|
2024-12-04 12:04:07 +07:00 |
|
clan-bot
|
84ed44309e
|
Merge pull request 'Add --print-build-logs to some Nix commands' (#2552) from Enzime/clan-core:push-szyyvnvymllq into main
|
2024-12-04 00:39:39 +00:00 |
|
Michael Hoang
|
fd3e741eba
|
Add --print-build-logs to some Nix commands
|
2024-12-04 10:04:07 +11:00 |
|
lassulus
|
4b63296d5f
|
vars sops: passthrough neededForUsers
|
2024-12-03 23:54:21 +01:00 |
|
lassulus
|
c6a713d393
|
cli vars generate: log in global context what is global
|
2024-12-03 22:29:25 +01:00 |
|
lassulus
|
d89ee46d7f
|
vars password-store: add neededForUsers option
|
2024-12-03 22:28:39 +01:00 |
|
lassulus
|
2916798e84
|
vars generate: show prompts only if not migrating
|
2024-12-03 22:25:16 +01:00 |
|
clan-bot
|
70c4da9011
|
Merge pull request 'link to arm64 image' (#2549) from arm64 into main
|
2024-12-03 19:27:12 +00:00 |
|
Jörg Thalheim
|
9636c37d69
|
link to arm64 image
|
2024-12-03 20:20:00 +01:00 |
|
clan-bot
|
182a01e266
|
Merge pull request 'clan/update: make build-host overridable in cli' (#2548) from updates into main
|
2024-12-03 16:46:47 +00:00 |
|