a-kenji
0a502ab242
pkgs/cli: Add facts deprecation warning to clan facts help output
2025-07-15 14:28:36 +02:00
hsjobeki
b2e424fa2e
Merge pull request 'ui/scene: refactor simplify select animation' ( #4325 ) from ui-scene-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4325
2025-07-13 18:56:12 +00:00
Johannes Kirschbauer
1568bb3860
ui/scene: simplify select animation
2025-07-13 20:44:12 +02:00
Johannes Kirschbauer
b549012aa1
ui/scene: rename file
2025-07-13 20:43:35 +02:00
hsjobeki
45594e118b
Merge pull request 'clan_cli: move __init__.py into cli.py' ( #4323 ) from cli into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4323
2025-07-13 16:14:21 +00:00
Johannes Kirschbauer
b36abb8fcd
clan_cli: add empty __init__.py for relative imports
2025-07-13 18:03:56 +02:00
Johannes Kirschbauer
63b4813c46
clan_cli: rename references
2025-07-13 15:53:10 +02:00
Johannes Kirschbauer
3d103fdb26
clan_cli: move __init__.py into cli.py
...
This helps to reduce import cycles in python
If ANY python module from clan_cli is imported all the imports of the __init__.py are executed leading to a lot of cycles
2025-07-13 15:52:29 +02:00
hsjobeki
ed470ed2b1
Merge pull request 'api/services: add get_service_module_schema endpoint' ( #4324 ) from lazy-schemas into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4324
2025-07-13 13:07:48 +00:00
Johannes Kirschbauer
4d7aad78ae
api/services: add get_service_module_schema
2025-07-13 14:56:57 +02:00
Johannes Kirschbauer
5c0ac5d0cc
services: add modules schema to inventoryClass
2025-07-13 14:17:57 +02:00
hsjobeki
4cc149b3c3
Merge pull request 'api/modules: remove redundant localModules' ( #4322 ) from api-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4322
2025-07-13 12:05:11 +00:00
Johannes Kirschbauer
db592a565d
instances: create_service_instance init
2025-07-13 13:57:02 +02:00
Johannes Kirschbauer
84865f37b8
lib/modules: list modules consistent argument
2025-07-13 13:57:02 +02:00
Johannes Kirschbauer
21f8a69989
lib/modules: rename 'list_modules' to 'list_service_modules'
2025-07-13 13:57:02 +02:00
Johannes Kirschbauer
fb745beda5
lib/disks: move from api to templates
2025-07-13 13:57:02 +02:00
Johannes Kirschbauer
86db003973
lib/modules: move from api to services module
2025-07-13 13:57:02 +02:00
Johannes Kirschbauer
d9368ec01c
api/modules: remove redundant localModules
2025-07-13 11:52:19 +02:00
hsjobeki
f6bf1481f5
Merge pull request 'docs/getting-started: seperate step to add a user' ( #4321 ) from docs-users into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4321
2025-07-13 09:37:17 +00:00
Johannes Kirschbauer
0ac0b422e6
docs/users: add explanation for groups
2025-07-13 11:33:22 +02:00
Johannes Kirschbauer
2ecb9a533d
docs/getting-started: seperate step to add a user
2025-07-13 11:31:14 +02:00
Michael Hoang
379d675372
Merge pull request 'users: fix eval when used to manage root' ( #4319 ) from push-qnllumxpxumt into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4319
2025-07-13 02:35:35 +00:00
Michael Hoang
10f89d6612
users: fix eval when used to manage root
2025-07-13 12:30:16 +10:00
hsjobeki
cde9df1536
Merge pull request 'docs/deploy: remove unneeded --update-hardware-config nixos-facter' ( #4318 ) from templates-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4318
2025-07-12 15:51:13 +00:00
Johannes Kirschbauer
8c1587e400
docs/deploy: remove unneeded --update-hardware-config nixos-facter
2025-07-12 17:48:13 +02:00
hsjobeki
e88b05dd9c
Merge pull request 'Templates/cli: improve ux and docs' ( #4317 ) from templates-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4317
2025-07-12 15:31:55 +00:00
Johannes Kirschbauer
318cc4b1ec
Templates/cli: improve ux and docs
2025-07-12 17:21:23 +02:00
hsjobeki
6ff2e8de94
Merge pull request 'Templates: remove deprecated files' ( #4316 ) from templates-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4316
2025-07-12 15:11:32 +00:00
hsjobeki
346e56191a
Merge pull request 'pkgs/clan(templates): Fix template help' ( #4315 ) from ke-fix-template-help into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4315
2025-07-12 15:06:31 +00:00
Johannes Kirschbauer
696e4b984f
Templates/flake-parts: remove machines
...
Users create machines if they need them
2025-07-12 16:59:16 +02:00
Johannes Kirschbauer
de1d0c8747
Templates: remove disko.nix from all templates
2025-07-12 16:58:52 +02:00
Johannes Kirschbauer
86ea1b0a60
Templates: remove shared.nix
...
- user-password is now part of the new 'users' module (https://docs.clan.lol/reference/clanServices/users/ )
- setting 'users.users.user' is not needed and also part of the 'users' module
- services.avahi.enable = true; is not strictly needed can become part of an mdns guide, but shouldnt be part of the default template
2025-07-12 16:58:02 +02:00
hsjobeki
241550921f
Merge pull request 'docs/getting-started: refactor and align with new templates' ( #4313 ) from getting-started into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4313
2025-07-12 14:43:29 +00:00
a-kenji
f69dd29f79
pkgs/clan(templates): Fix template help
...
Currently the template help has the following interface:
```
usage: clan [-h] [SUBCOMMAND]
The clan cli tool
positional arguments:
{show,backups,b,flakes,f,templates,flash,ssh,secrets,facts,vars,va,machines,m,vms,select,se,state,st}
show Show meta information about the clan
backups (b) Manage backups of clan machines
flakes (f) Create a clan flake inside the current directory
templates Subcommands to interact with templates
flash Flashes your machine to an USB drive
ssh Ssh to a remote machine
secrets Manage secrets
facts Manage facts
vars (va) Manage vars
machines (m) Manage machines and their configuration
vms Manage virtual machines
select (se) Select nixos values from the flake
state (st) Query state information about machines
options:
-h, --help show this help message and exit
Online reference for the clan cli tool: ]8;;https://docs.clan.lol/reference/cli\https://docs.clan.lol/reference/cli ]8;;\
For more detailed information, visit: ]8;;https://docs.clan.lol\https://docs.clan.lol ]8;;\
```
2025-07-12 16:42:05 +02:00
hsjobeki
648f3ec084
Merge pull request 'pkgs/clan(templates): Add machine completions' ( #4312 ) from ke-templates-machines-add-shell-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4312
2025-07-12 14:40:57 +00:00
Johannes Kirschbauer
f362cfb983
Docs: fix code annotations
2025-07-12 16:40:02 +02:00
Johannes Kirschbauer
66ddc399d0
Docs: fix typos
2025-07-12 16:39:20 +02:00
Johannes Kirschbauer
20a6375c2a
Docs: align workflow, remove targetHost before deployment
2025-07-12 16:35:43 +02:00
Johannes Kirschbauer
2882e9e8da
Docs: rewrite deployment instructions
2025-07-12 16:35:43 +02:00
Johannes Kirschbauer
2c910f8616
docs: add guide how to create configuration.nix
2025-07-12 16:35:43 +02:00
Johannes Kirschbauer
5e80e0a833
docs: add service update instructions
2025-07-12 16:35:43 +02:00
Johannes Kirschbauer
055cf3d924
docs: add machines update instructions
2025-07-12 16:35:43 +02:00
Johannes Kirschbauer
3d8ddd1be1
docs: create clan update cli instructions
2025-07-12 16:35:41 +02:00
a-kenji
71ee2fcbb6
pkgs/clan(templates): Add machine completions
...
Add machine completions for the `--to-machine` subcommand
2025-07-12 16:02:51 +02:00
hsjobeki
279df893cc
Merge pull request 'cli/create: add interactive name method' ( #4310 ) from getting-started into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4310
2025-07-12 13:27:38 +00:00
Johannes Kirschbauer
ed2663ac7b
clan/create: rename path to name argument
2025-07-12 15:16:31 +02:00
Johannes Kirschbauer
c4f67ca44d
templates/copy: fix use shutil to copy hidden dot files
2025-07-12 15:08:40 +02:00
kenji
5f8d65bd80
Merge pull request 'pkgs/clan: Fix command typos' ( #4309 ) from kenji/ke-fix-command-typos into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4309
2025-07-12 12:49:57 +00:00
Johannes Kirschbauer
98185217bd
templates: add example how to add inventory.machines
2025-07-12 14:49:27 +02:00
Johannes Kirschbauer
876e57e81e
cli/create: add interactive name method
2025-07-12 14:12:10 +02:00
hsjobeki
d601237853
Merge pull request 'modules/user: Improve user module' ( #4305 ) from user into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4305
2025-07-12 11:57:44 +00:00
a-kenji
2439d508ef
pkgs/clan: Fix command typos
2025-07-12 13:54:37 +02:00
Johannes Kirschbauer
0dd5b284eb
Users: add option for regularUser
2025-07-12 13:44:16 +02:00
hsjobeki
a47d65d3ed
Merge pull request 'diskId: add migration docs and a big fat warning' ( #4307 ) from disk-migration into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4307
2025-07-12 11:15:51 +00:00
hsjobeki
5484b584f1
Merge pull request 'cli/templates: init apply disk' ( #4306 ) from templates-cli into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4306
2025-07-12 11:15:47 +00:00
Johannes Kirschbauer
461c628a98
diskId: add migration docs and a big fat warning
2025-07-11 20:47:53 +02:00
Johannes Kirschbauer
70454878ff
cli/templates: init apply disk
2025-07-11 18:53:54 +02:00
Johannes Kirschbauer
7b6e63d6ca
lib/disks: add parameter to disable hardware checking
2025-07-11 18:53:54 +02:00
Johannes Kirschbauer
67eb2274ab
cli/machine/hardware: improve error message
2025-07-11 18:53:54 +02:00
Johannes Kirschbauer
794872e235
get_machine: fix error message for not existing machine
2025-07-11 18:53:54 +02:00
Johannes Kirschbauer
7765e7155e
lib/copy: fix, copying the content of tempate directory, not the directory itself
2025-07-11 18:53:54 +02:00
Johannes Kirschbauer
3871cb7ab4
Templates: keep clan.nix in sync between default and flake-parts
2025-07-11 16:42:20 +02:00
Johannes Kirschbauer
a4131a0822
Modules/users: add isNormalUser true
...
NormalUsers get:
- Home directory
- Can login
This is expected for users created through this module. We can make it configurable if the use arises
2025-07-11 16:32:16 +02:00
hsjobeki
02111109f8
Merge pull request 'Vars/helper: remove unneeded wrapper arount collectFiles' ( #4304 ) from vars-angnostic into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4304
2025-07-11 14:31:20 +00:00
Johannes Kirschbauer
3e489d5cff
Templates/flake-parts: consistent default clan
2025-07-11 16:19:01 +02:00
Johannes Kirschbauer
2f027cad3c
Vars/helper: remove unneeded wrapper arount collectFiles
2025-07-11 16:14:02 +02:00
hsjobeki
16d70c6441
Merge pull request 'templates/flake-parts: remove importing clanModules' ( #4300 ) from templates-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4300
2025-07-11 13:53:37 +00:00
Johannes Kirschbauer
40bf79e5c6
Template/docs: improve gnome example
2025-07-11 14:56:40 +02:00
Johannes Kirschbauer
c9dc21fb72
Templates/minimal: move name to flake.nix
2025-07-11 14:53:41 +02:00
hsjobeki
9830e711fd
Merge pull request 'modules/user: add extraGroups setting with default' ( #4301 ) from user-groups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4301
2025-07-11 12:51:58 +00:00
hsjobeki
9ab5afb9b9
Merge pull request 'modules: add explicit class constraints' ( #4303 ) from module-classes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4303
2025-07-11 12:51:29 +00:00
Johannes Kirschbauer
b22668629d
modules: add explicit class constraints
2025-07-11 14:38:59 +02:00
Johannes Kirschbauer
400c51cdf3
modules/user: improce description, drop default groups
2025-07-11 14:35:28 +02:00
Johannes Kirschbauer
e9275de8d7
modules/user: add extraGroups setting with default
2025-07-11 09:13:59 +02:00
Johannes Kirschbauer
30fbe76e8d
templates: remove duplicate logic, update gnome template
2025-07-11 08:57:06 +02:00
Johannes Kirschbauer
c44bf846de
templates/flake-parts: remove importing clanModules
2025-07-11 08:46:21 +02:00
Johannes Kirschbauer
cff445229d
docs: fix user module prompt description
2025-07-11 08:46:21 +02:00
hsjobeki
2895c18bba
Merge pull request 'Docs: improve api docs of {open_file, open_clan_folder}' ( #4299 ) from open-clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4299
2025-07-10 16:54:35 +00:00
Johannes Kirschbauer
34abd4b8ce
openapi: remove verb {open}, noun {file}
2025-07-10 18:44:34 +02:00
Johannes Kirschbauer
1449ff622f
API: rename {open_file, open_clan_folder} into {get_system_file, get_clan_folder}
2025-07-10 18:42:03 +02:00
Johannes Kirschbauer
4d25f29ce7
Docs: improve api docs of {open_file, open_clan_folder}
2025-07-10 18:40:48 +02:00
hsjobeki
fccae71ebb
Merge pull request 'UI/App: improve cube scene' ( #4298 ) from ui-scene into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4298
2025-07-10 16:27:49 +00:00
Johannes Kirschbauer
3a1c36e7b0
UI/Cubes: init circle positioning
2025-07-10 18:23:32 +02:00
Johannes Kirschbauer
c12a6cad27
UI/qubescene: add create animation
2025-07-10 17:00:36 +02:00
Johannes Kirschbauer
63ad20b157
UI/qubescene: add delete and reposition animation
2025-07-10 16:53:49 +02:00
Johannes Kirschbauer
d3def537b4
UI/qubescene: dynamically recalculate the positions
2025-07-10 16:49:14 +02:00
Johannes Kirschbauer
456150744d
UI/cubescene: init delete cube
2025-07-10 16:45:49 +02:00
pinpox
5528a1af3f
Merge pull request 'Add example for data-mesher service usage' ( #4297 ) from data-mesher-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4297
2025-07-10 10:59:12 +00:00
pinpox
8874e0311d
Add example for data-mesher service usage
2025-07-10 12:54:04 +02:00
pinpox
c42de173b3
Merge pull request 'Migrate data-mesher to clan service' ( #4240 ) from migrate-data-mesher-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4240
Reviewed-by: brianmcgee <brian@bmcgee.ie >
2025-07-10 10:35:48 +00:00
Luis Hebendanz
4d554cad6a
Merge pull request 'impl_non_blocking_http' ( #4296 ) from Qubasa/clan-core:impl_non_blocking_http into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4296
2025-07-10 10:32:03 +00:00
pinpox
58a06d2261
Migrate data-mesher to clan service
2025-07-10 12:30:29 +02:00
Qubasa
7e6d94795b
clan-app: Make http server non blocking, add tests for the http server and for cancelling tasks
2025-07-10 17:21:18 +07:00
Qubasa
5142794fa3
stash
2025-07-10 16:09:08 +07:00
Qubasa
335f1c7e4c
clan-app: Working swagger requests
2025-07-10 16:09:08 +07:00
Luis Hebendanz
4de2df7c86
Merge pull request 'Add check_valid_clan and open_clan_folder api requests' ( #4295 ) from Qubasa/clan-core:impl_open_clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4295
2025-07-10 08:14:12 +00:00
Qubasa
3d26214009
clan-lib: Fix @API.register_abstract not throwing correct error when called directly without implementation
...
clan-app: Fix mypy lint
clan-lib: Mark test as with_core
2025-07-10 15:09:51 +07:00
Qubasa
dd12104e2f
clan_lib: Add test for check_valid_clan function
2025-07-10 14:20:02 +07:00
Qubasa
f8ecd4372e
clan-app: Implement open_clan_folder api request
2025-07-10 14:19:19 +07:00
Qubasa
0a8c7d9e10
clan-app: Moved thread handling up to the ApiBridge
2025-07-10 12:02:30 +07:00
Michael Hoang
d9e034d878
Merge pull request 'docs: set manifest.readme for services to include README in the docs' ( #4294 ) from push-rlukssmkxtky into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4294
2025-07-10 03:00:36 +00:00
Michael Hoang
230f3ad36c
docs: set manifest.readme for services to include README in the docs
2025-07-10 12:55:27 +10:00
renovate[bot]
a18cd40525
chore(deps): update disko digest to 7926429
2025-07-10 02:30:12 +00:00
kenji
1cb1c53dfd
Merge pull request 'pkgs/clan: Fix template listing' ( #4291 ) from kenji/ke-template-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4291
2025-07-09 17:40:01 +00:00
a-kenji
2281e61232
pkgs/clan: Fix template listing
2025-07-09 19:29:15 +02:00
hsjobeki
9300fd9dc7
Merge pull request 'refactor: move docs transformOptions to clanLib to reduce rebuilds' ( #4259 ) from self into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4259
2025-07-09 15:31:25 +00:00
hsjobeki
6ad5d8d28c
Merge pull request 'openapi: add strict top-level checking' ( #4280 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4280
2025-07-09 15:24:45 +00:00
Johannes Kirschbauer
dd1429c89f
Docs: fix rendering clan source code url
2025-07-09 17:24:20 +02:00
Jörg Thalheim
8d4099d13d
refactor: move docs transformOptions to clanLib to reduce rebuilds
...
- Add clanLib.docs.stripStorePathsFromDeclarations to deduplicate code
- Update all documentation generation to use the shared function
- This strips store paths from option declarations to prevent options.json
from rebuilding when only store paths change but content remains the same
- Reduces unnecessary documentation rebuilds when making unrelated changes
2025-07-09 16:59:58 +02:00
Johannes Kirschbauer
e3a882002c
openapi: add strict top-level checking
2025-07-09 16:57:06 +02:00
Johannes Kirschbauer
150e070a09
api: rename {list_system_services_mdns, list_system_storage_devices}
2025-07-09 16:51:42 +02:00
lassulus
cf3e5befda
Merge pull request 'feat: implement macOS sandboxing for vars generation using sandbox-exec' ( #4228 ) from darwin-sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4228
2025-07-09 14:37:24 +00:00
Jörg Thalheim
b53ff99248
sandbox_exec: refactor to use context manager for cleanup
...
Changed sandbox_exec_cmd to return a context manager that automatically
handles profile file cleanup. This ensures the temporary profile is
always removed, even if exceptions occur.
2025-07-09 16:27:04 +02:00
Mic92
0f1b816844
Merge pull request 'bump flake.lock' ( #4290 ) from flakes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4290
2025-07-09 12:53:20 +00:00
Jörg Thalheim
9f1eabd3e1
bump flake.lock
2025-07-09 14:38:23 +02:00
Luis Hebendanz
74489d399a
Merge pull request 'clan-app: init clan http api' ( #4278 ) from Qubasa/clan-core:add_middleware_tests into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4278
2025-07-09 11:53:10 +00:00
lassulus
7c11ed1d8d
clan-cli: implement macOS sandboxing for vars generation using sandbox-exec
...
Adds macOS sandboxing support similar to Linux bubblewrap implementation:
- Created clan_lib/sandbox_exec module with sandbox profile creation
- Implemented file system isolation allowing only tmpdir and nix store access
- Added network restrictions (deny outbound except localhost)
- Integrated sandbox-exec command into vars generation on macOS
- Added comprehensive test suite for macOS sandbox functionality
- Fixed working directory handling for generators writing to CWD
2025-07-09 13:51:18 +02:00
Mic92
ac7e082ce4
Merge pull request 'generate_test_vars: fix it' ( #4289 ) from generate_test_vars-fix-it into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4289
2025-07-09 11:49:06 +00:00
Qubasa
c76f7bb020
clan-app: Add swagger redirect
2025-07-09 18:48:00 +07:00
Qubasa
317cd7b5f5
clan-app: Cleaned up http code
2025-07-09 18:45:42 +07:00
Qubasa
3fbf34044a
clan-app: Working swagger
2025-07-09 18:34:58 +07:00
kenji
ab7d4409f6
Merge pull request 'pkgs/clan: Fix state list and add regression tests' ( #4284 ) from kenji/ke-test-state-list into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4284
2025-07-09 11:33:59 +00:00
a-kenji
65778cb9fe
pkgs/clan: Fix state list and add regression tests
...
Fix the `clan state list` subcommands, it now correctly propagates the
flake argument.
Also adds regression tests.
2025-07-09 13:22:21 +02:00
Mic92
8180745c50
Merge pull request 'fix build host with sudo' ( #4267 ) from fix-sudo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4267
2025-07-09 10:03:01 +00:00
Qubasa
4008d2c165
clan-app: Better http architecture
2025-07-09 16:40:49 +07:00
Qubasa
1c269d1eaa
clan-app: init clan http api
...
clan-app: nix fmt
2025-07-09 16:40:49 +07:00
DavHau
84a21d1bab
generate_test_vars: fix it
2025-07-09 16:20:37 +07:00
kenji
28d5294292
Merge pull request 'pkgs/clan: Add test for clan flash list' ( #4281 ) from kenji/ke-test-flash into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4281
2025-07-09 09:08:34 +00:00
a-kenji
3a52189ed6
pkgs/clan: Add test for clan flash list
...
Add a test for `clan flash list`.
This tests the basic functionality, as well as that listing actually
works.
2025-07-09 11:02:24 +02:00
kenji
5c33e02e24
Merge pull request 'pkgs/clan: Add test for clan templates list' ( #4282 ) from kenji/ke-test-templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4282
2025-07-09 08:37:26 +00:00
a-kenji
2aa2145876
pkgs/clan: Add test for clan templates list
...
Add a test for clan templates list.
This tests the basic functionality, as well as that listing actually
works.
2025-07-09 10:29:29 +02:00
hsjobeki
fa517e1149
Merge pull request 'openapi: improve spec compat with swagger.io' ( #4279 ) from openapi into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4279
2025-07-09 07:52:49 +00:00
Johannes Kirschbauer
6855ab859d
api: rename run_blocking_task into run_task_blocking
2025-07-09 09:43:56 +02:00
Johannes Kirschbauer
3828a0cf49
openapi: improve spec compat with swagger.io
2025-07-09 09:40:06 +02:00
hsjobeki
75501a914b
Merge pull request 'API Improvements' ( #4276 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4276
2025-07-08 21:17:12 +00:00
Johannes Kirschbauer
c9b8bdd6de
api/docs: sort resources into tree order
2025-07-08 23:06:20 +02:00
hsjobeki
5a4a7e9158
Merge pull request 'UI: init cubes scene' ( #4277 ) from ui-scene into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4277
2025-07-08 20:40:42 +00:00
Johannes Kirschbauer
83ad0ae836
UI: fix lint
2025-07-08 22:36:14 +02:00
Johannes Kirschbauer
57163cf135
UI: Cubes improve memory usage
2025-07-08 22:33:52 +02:00
Johannes Kirschbauer
13185d005d
UI: dispay selected cube base
2025-07-08 22:14:44 +02:00
Johannes Kirschbauer
18a6b57673
UI: Init CubesScene
...
UI: init cube base scene
2025-07-08 22:14:42 +02:00
kenji
31f2c5106d
Merge pull request 'refactor: decouple vars stores from machine instances' ( #4269 ) from davhau/vars-new into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4269
2025-07-08 18:11:03 +00:00
Johannes Kirschbauer
4dfd151cd2
api: rename 'run_machine_deploy' into 'run_machine_update'
2025-07-08 17:21:18 +02:00
Johannes Kirschbauer
8ddd2b607e
api/disk_schema: make getter consistent
2025-07-08 17:20:59 +02:00
hsjobeki
b4544b824a
Merge pull request 'api/disk_schema: rename getter consistent' ( #4274 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4274
2025-07-08 14:43:29 +00:00
hsjobeki
50122c2215
Merge pull request 'docs: disable footer navigation' ( #4275 ) from docs-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4275
2025-07-08 14:42:36 +00:00
Johannes Kirschbauer
c65b35edc1
docs: disable footer navigation
...
This gives the content more space
Especially for plugins (options, developer tabs)
2025-07-08 16:38:33 +02:00
Johannes Kirschbauer
2eb6ee2264
api/disk_schema: make getter consistent
2025-07-08 16:31:51 +02:00
hsjobeki
ec1363aedf
Merge pull request 'UI: remove 2d-ui, its broken now since we deleted the symlinked files in #4266 ' ( #4273 ) from ui-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4273
2025-07-08 14:28:56 +00:00
Johannes Kirschbauer
90495d4157
UI: remove 2d-ui, its broken now since we deleted the symlinked files in #4266
2025-07-08 16:23:30 +02:00
kenji
b8fa4b4677
Merge pull request 'pkgs/cli: Add regression test for clan show' ( #4272 ) from kenji/ke-test-add-show into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4272
2025-07-08 14:01:02 +00:00
a-kenji
ec8effcd46
pkgs/cli: Add regression test for clan show
2025-07-08 15:55:01 +02:00
hsjobeki
09b8e2f49c
Merge pull request 'Templates/default: move clan configuration into its own file' ( #4262 ) from templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4262
2025-07-08 13:46:19 +00:00
Johannes Kirschbauer
7fefc8e3b2
Tests: dont expect a hardware-configuration.nix file
2025-07-08 15:34:16 +02:00
Johannes Kirschbauer
62cadb8fbe
Docs: mention clan.nix file, which is present in the default template now
2025-07-08 14:58:24 +02:00
Johannes Kirschbauer
f8748d021b
tests: dont expect .clan-flake file, it is not strictly required
2025-07-08 14:58:24 +02:00
Jörg Thalheim
f9740909e9
checks/nixos-test-flash: increase ram to workaround gc bug in nix
2025-07-08 14:25:44 +02:00
Jörg Thalheim
b42395234d
fix build host with sudo
2025-07-08 14:25:44 +02:00
kenji
b84df095a2
Merge pull request 'templates(minimal): Add .envrc' ( #4268 ) from kenji/ke-template into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4268
2025-07-08 11:58:36 +00:00
DavHau
dbd48a54a3
refactor: decouple vars stores from machine instances
...
Stores now get machine context from generator objects instead of storing
it internally. This enables future machine-independent generators and
reduces coupling.
- StoreBase.__init__ only takes flake parameter
- Store methods receive machine as explicit parameter
- Fixed all callers to pass machine context
2025-07-08 18:30:16 +07:00
Luis Hebendanz
3b2f0e2029
Merge pull request 'Add middleware interface to clan-app' ( #4265 ) from Qubasa/clan-core:generalize_webview into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4265
2025-07-08 11:16:36 +00:00
Qubasa
639d227055
clan-app: Fix delete tasks
...
clan-app: Fix delete tasks
2025-07-08 18:11:59 +07:00
a-kenji
7ac4d257d9
templates(minimal): Add .envrc
...
Add .envrc also to the minimal template to homogenize our templates.
2025-07-08 13:09:04 +02:00
brianmcgee
e45e809553
Merge pull request 'prep-ui-version2' ( #4266 ) from prep-ui-version2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4266
2025-07-08 10:57:54 +00:00
Qubasa
48c7613556
clan-cli: Add verb 'cancel' to openapi
2025-07-08 17:43:14 +07:00
Brian McGee
fe89d954da
fix(ui): display required asterisk in label
2025-07-08 11:41:34 +01:00
Brian McGee
b8604d334b
feat(ui): prep V2
...
Preparation for rebuilding the UI with V2 components.
2025-07-08 11:41:33 +01:00
Qubasa
50cbe3c825
clan-app: Move json.loads to try catch
2025-07-08 17:38:24 +07:00
Qubasa
acab3b8905
clan-app: Ignore ruff errors
2025-07-08 17:32:59 +07:00
Qubasa
eb6166796c
clan-app: Generalize architecture for API requests
2025-07-08 17:32:59 +07:00
Qubasa
6d8fd42faa
clan-app: Add plug and play middleware interface
2025-07-08 17:32:59 +07:00
Qubasa
494830326d
clan-app: Add plug and play middleware interface
2025-07-08 17:32:59 +07:00
Luis Hebendanz
edfad04305
Merge pull request 'fix_ruff_regression' ( #4264 ) from Qubasa/clan-core:fix_ruff_regression into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4264
2025-07-08 10:30:45 +00:00
Qubasa
81d3437ff7
clan-cli: Fix Ruff linting errors
...
clan-cli: Ruff fixes
ignore noqa lint
fix more ruff issues
2025-07-08 17:25:02 +07:00
Qubasa
d656167cf2
ruff: Ignore TRY301 'raise-within-try' as there are legitimate reasons to do this
2025-07-08 17:23:32 +07:00
Qubasa
49e83954c5
clan-cli: Fix regression in ruff linter, where linter rules got overriden by local pyproject.toml
...
clan-app: Fix ruff regression where linter rules got overriden by local pyproject.toml
2025-07-08 17:23:32 +07:00
Johannes Kirschbauer
8d1e0353f8
test: don't expect a machines folder
2025-07-08 11:53:20 +02:00
Johannes Kirschbauer
05658589a0
Docs: execute 'clan show' as first step
2025-07-08 10:24:01 +02:00
Johannes Kirschbauer
809a115e58
clan/show: fix cli command
2025-07-08 10:15:35 +02:00
Johannes Kirschbauer
79d8d0707b
Templates/default/modules/gnome: Add doc-comment - what the module does, how to use it
2025-07-08 10:06:22 +02:00
Johannes Kirschbauer
b2179c9293
Templates/default: remove predefined machines
2025-07-08 10:05:35 +02:00
Johannes Kirschbauer
e33af96705
Templates/default: move clan configuration into its own file
...
Doing this with the idea in mind, that flake-parts / default should define the same clan in clan.nix
We can add a CI check to ensure both are the same files
They got desynced in the past and describe completely different clans now
2025-07-08 10:04:17 +02:00
Johannes Kirschbauer
14a221d1d1
Docs: remove 'replaces' sentence; it is not describing any purpose
2025-07-08 10:01:51 +02:00
brianmcgee
9f9ab3de19
Merge pull request 'feat(ui): SidebarPane component' ( #4248 ) from ui/sidebar-pane into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4248
2025-07-08 07:37:47 +00:00
hsjobeki
9739a5ae2b
Merge pull request 'templates: rename 'new_clan' to default' ( #4244 ) from templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4244
2025-07-08 07:31:22 +00:00
Mic92
54446d751f
Merge pull request 'checks/backup: no longer depend on self' ( #4258 ) from self into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4258
2025-07-07 19:57:30 +00:00
Jörg Thalheim
7bc8e091a5
checks/backup: no longer depend on self
2025-07-07 21:51:51 +02:00
Mic92
3462d458ac
Merge pull request 'override-inputs: filter out self' ( #4257 ) from improve-perf into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4257
2025-07-07 19:32:51 +00:00
Jörg Thalheim
bd42d67b0c
override-inputs: filter out self
2025-07-07 21:25:33 +02:00
Mic92
d99ca36f9f
Merge pull request 'checks/eval-module-clan-vars: optimize to use filtered source' ( #4255 ) from borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4255
2025-07-07 19:02:25 +00:00
Jörg Thalheim
57f9cd9eee
checks/eval-module-clan-vars: optimize to use filtered source
...
- Replace self.filter with lib.fileset for more precise filtering
- Remove unnecessary clan-core dependency from the test
- Test only needs lib and pkgs, not the full flake context
- Prevents unnecessary rebuilds when unrelated files change
2025-07-07 20:55:04 +02:00
Mic92
a9ec94b0df
Merge pull request 'checks/inventory: optimize eval tests to use filtered sources' ( #4254 ) from borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4254
2025-07-07 18:48:58 +00:00
Jörg Thalheim
c64dbceceb
checks/inventory: optimize eval tests to use filtered sources
...
Replace full flake source (self) with minimal filtered filesets to prevent
unnecessary rebuilds when unrelated files change. All three inventory eval
tests now use the same unified fileset containing only necessary files.
This follows the same optimization pattern applied to other eval tests,
significantly reducing rebuild frequency during development.
2025-07-07 20:41:20 +02:00
Mic92
5d924e0c98
Merge pull request 'docs: no longer depend on self' ( #4253 ) from borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4253
2025-07-07 18:31:35 +00:00
Jörg Thalheim
6a6688019b
docs: no longer depend on self
2025-07-07 20:24:11 +02:00
Mic92
f33172fa73
Merge pull request 'don't rebuild eval tests on each ci run' ( #4252 ) from borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4252
2025-07-07 18:13:57 +00:00
Jörg Thalheim
00914311a4
don't rebuild eval tests on each ci run
2025-07-07 20:05:45 +02:00
Mic92
ceeb40d9ac
Merge pull request 'checks/borgbackup: don't rebuild on every pull request' ( #4251 ) from borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4251
2025-07-07 17:44:16 +00:00
Jörg Thalheim
afab33056e
checks/borgbackup: don't rebuild on every pull request
2025-07-07 19:35:48 +02:00
Mic92
a5183f4b4c
Merge pull request 'avoid shebang in update-private-flake-inputs' ( #4250 ) from fix-devflake-tryeval into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4250
2025-07-07 16:56:21 +00:00
Jörg Thalheim
a686d7523b
avoid shebang in update-private-flake-inputs
2025-07-07 18:48:11 +02:00
Mic92
56b784992d
Merge pull request 'devFlake: don't load if sources have been filtered out' ( #4249 ) from fix-devflake-tryeval into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4249
2025-07-07 16:47:27 +00:00
Jörg Thalheim
5f723dc376
devFlake: don't load if sources have been filtered out
2025-07-07 18:38:01 +02:00
Brian McGee
1609989734
feat(ui): SidebarPane component
...
* implement Divider component using Kobalte's Separator
* refine read only state of form components to match the Sidebar Pane design
* introduce a SidebarPane component with sections that can toggle between editing and view states.
2025-07-07 17:31:58 +01:00
Mic92
0c07d5cfe0
Merge pull request 'add dev flake pattern' ( #4245 ) from private-flake into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4245
2025-07-07 16:02:29 +00:00
Jörg Thalheim
9c37ef4cbe
add dev flake pattern
...
This allows us to have dev dependencies which are not propagated to the user.
2025-07-07 15:59:09 +00:00
Jörg Thalheim
783b6a8b06
add gitea action to update private flake inputs
2025-07-07 15:59:09 +00:00
Jörg Thalheim
4f13049ee2
put flake input overrides into a helper function
2025-07-07 15:59:09 +00:00
Johannes Kirschbauer
2f4f303048
create/clan: do initial commit
2025-07-07 15:50:00 +00:00
Johannes Kirschbauer
d02868b950
templates: add .gitignore files to all templates
2025-07-07 15:50:00 +00:00
Johannes Kirschbauer
4f7d82671f
Templates: remove 'minimal-flake-parts'
2025-07-07 15:50:00 +00:00
Johannes Kirschbauer
0dce3fc7ec
templates: rename 'new_clan' to default
2025-07-07 15:50:00 +00:00
brianmcgee
a635f9c6fe
Merge pull request 'ui: Modal component' ( #4241 ) from feat/modal into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4241
2025-07-07 15:16:50 +00:00
Mic92
a8ed1c30e4
Merge pull request 'make treefmt work with git-worktrees' ( #4246 ) from pytest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4246
2025-07-07 15:07:53 +00:00
Jörg Thalheim
c0c41d52bd
make treefmt work with git-worktrees
2025-07-07 16:55:36 +02:00
hsjobeki
bb236bb543
Merge pull request 'Docs: add missing documentation to api functions' ( #4243 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4243
2025-07-07 14:02:08 +00:00
Johannes Kirschbauer
d7cf79faa7
openapi: error on missing api function docstring
2025-07-07 15:48:36 +02:00
Johannes Kirschbauer
dab11cb020
docs/api: add docstrings to {list_mdns_services, set_clan_details}
2025-07-07 15:47:14 +02:00
Johannes Kirschbauer
f2cb6fef41
api: remove unused get_directory
2025-07-07 15:45:51 +02:00
Johannes Kirschbauer
655b87ad04
docs/api: add docstrings to {run_machine_install,run_machine_deploy}
2025-07-07 15:41:02 +02:00
Johannes Kirschbauer
d462ae501e
docs/api: add docstrings to {check_machine_ssh_login}
2025-07-07 15:38:09 +02:00
Johannes Kirschbauer
59a8c402ba
docs/api: add docstrings to {delete_machine}
2025-07-07 15:36:16 +02:00
Johannes Kirschbauer
3b309ea74b
docs/api: add docstrings to {get_flash_options, run_machine_flash}
2025-07-07 15:34:49 +02:00
Johannes Kirschbauer
508cd3c784
docs/api: add docstrings to {get_clan_details}
2025-07-07 15:31:06 +02:00
Johannes Kirschbauer
2bff7403df
docs/api: add docstrings to {create_clan}
2025-07-07 15:29:19 +02:00
Johannes Kirschbauer
b5a6e809d0
docs/api: add docstrings to {get_generators, run_generators}
2025-07-07 15:22:44 +02:00
Johannes Kirschbauer
ec28c5c307
api/machines: document {get_machine,get_machine_details}
2025-07-07 15:13:23 +02:00
hsjobeki
10f9e5d11b
Merge pull request 'api/generators: remove term 'vars' interact purely with 'generators'' ( #4242 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4242
2025-07-07 13:04:00 +00:00
Johannes Kirschbauer
b8ba8b79ca
api/check_machine_ssh_reachable: add function docs
2025-07-07 15:02:35 +02:00
Johannes Kirschbauer
fd07d02d2d
openapi: warn on missing description
2025-07-07 14:52:49 +02:00
Johannes Kirschbauer
2a3d1efc6f
api: expose docstring as function description
2025-07-07 14:51:15 +02:00
Johannes Kirschbauer
947e0a5488
openapi: add strict verb checking
2025-07-07 14:35:56 +02:00
Mic92
57b5520143
Merge pull request 'Add missing f to f-string' ( #4234 ) from jfly/clan-core:oops-f-string into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4234
2025-07-07 12:30:20 +00:00
Mic92
9fd1031f4d
Merge pull request 'Fix bug? member_id -> member_ip' ( #4235 ) from jfly/clan-core:possible-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4235
2025-07-07 12:30:08 +00:00
Johannes Kirschbauer
c382e8f1f3
api/tasks: rename 'cancel_task' into 'delete_task'
2025-07-07 14:07:53 +02:00
Johannes Kirschbauer
cf92303f31
api/hw: rename 'describe_machine_hardware' into 'get_machine_hardware_summary'
2025-07-07 14:05:57 +02:00
Johannes Kirschbauer
80d0dc9805
api/hw: rename generate_machine_hardware_info into 'run'
2025-07-07 14:04:39 +02:00
Johannes Kirschbauer
4e2cbb188c
api/generators: remove term 'vars' interact purely with 'generators'
2025-07-07 13:59:12 +02:00
Brian McGee
eb6460fb40
feat(ui): update playwright to match version in nixpkgs
2025-07-07 12:51:22 +01:00
hsjobeki
155bd36d2b
Merge pull request 'api/tasks: prefix impure actions with run' ( #4239 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4239
2025-07-07 11:28:07 +00:00
Johannes Kirschbauer
40ea5bf591
api/machine checks: rename, add checkResult
2025-07-07 13:13:00 +02:00
hsjobeki
0cd9c84de0
Merge pull request 'machine/host: degrade into info and add docs' ( #4238 ) from host-info into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4238
Reviewed-by: Luis Hebendanz <consulting@qube.email >
2025-07-07 11:10:05 +00:00
Johannes Kirschbauer
e1ea44a2cc
api/clan: rename 'update_clan_meta' -> 'set_clan_details'
2025-07-07 12:51:32 +02:00
Johannes Kirschbauer
7c4865e8b0
api/keygen: add todo comment
2025-07-07 12:49:37 +02:00
Johannes Kirschbauer
b032cd4a29
api/admin: remove maybe_get_admin_public_keys
2025-07-07 12:43:11 +02:00
DavHau
61edc1e06f
Refactor StoreBase to take machine name string instead of Machine object
...
- Updated StoreBase.__init__ to accept machine: str and flake: Flake
- Modified all StoreBase subclasses (in_repo, vm, fs, sops, password_store) to match new signature
- Added select_machine method to Flake class for machine-specific attribute selection
- Updated Machine.select to use the new Flake.select_machine method
- Fixed all test cases to pass machine name and flake to store constructors
- Maintained backward compatibility by keeping the same external API
This reduces coupling between the store system and the Machine class,
making the architecture more modular and flexible.
2025-07-07 10:24:11 +00:00
Johannes Kirschbauer
c369f3b5d1
api/tasks: prefix impure actions with run
2025-07-07 12:09:43 +02:00
hsjobeki
0cc1f072f7
Merge pull request 'api/clan: rename 'show_clan_meta' -> 'get_clan_details'' ( #4236 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4236
2025-07-07 10:00:10 +00:00
Johannes Kirschbauer
a2a011a47f
machine/host: degrade into info and add docs
2025-07-07 11:52:46 +02:00
Brian McGee
e1796e19e4
feat(ui): refine Fieldset API
2025-07-07 10:51:43 +01:00
Johannes Kirschbauer
972adc7a7c
api: chore rename outdated reference
2025-07-07 10:53:32 +02:00
Johannes Kirschbauer
e1b4f296e3
api: rename 'show_mdns' -> 'list_mdns_services'
2025-07-07 10:49:46 +02:00
Johannes Kirschbauer
1cb2156d87
api: rename to get_flash_options
2025-07-07 10:48:14 +02:00
Johannes Kirschbauer
84703fa293
docs: improve docstring for 'list_block_devices'
2025-07-07 10:46:26 +02:00
Johannes Kirschbauer
0e10122d54
api/clan: rename 'show_clan_meta' -> 'get_clan_details'
2025-07-07 10:41:00 +02:00
brianmcgee
ecd731024c
Merge pull request 'feat(ui): alert component' ( #4199 ) from ui/alerts into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4199
2025-07-07 08:11:13 +00:00
Jeremy Fleischman
e0da575201
Fix bug? member_id -> member_ip
...
(I stumbled across this while reading code, I haven't tested this at
all.)
2025-07-07 00:49:45 -07:00
Jeremy Fleischman
3577c689bd
Add missing f to f-string
2025-07-07 00:48:32 -07:00
renovate[bot]
885103bfa4
chore(deps): lock file maintenance
2025-07-07 05:40:16 +00:00
Michael Hoang
afc1ca37bd
Merge pull request 'cli: don't log every public key we find' ( #4233 ) from push-lynrrnswopmw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4233
2025-07-07 05:38:03 +00:00
Michael Hoang
4aa536a1bf
cli: don't log every public key we find
2025-07-07 15:23:46 +10:00
Michael Hoang
c61dfbf8dd
Merge pull request 'treewide: don't generate SSH keys with builder hostname' ( #4232 ) from push-suwrloyoqvlq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4232
2025-07-07 04:51:21 +00:00
Michael Hoang
e6785fa1d0
treewide: don't generate SSH keys with builder hostname
2025-07-07 14:39:57 +10:00
Michael Hoang
89ea01fd04
Merge pull request 'docs: misc improvements' ( #4231 ) from push-xlwnnlrownnv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4231
2025-07-07 04:03:33 +00:00
Michael Hoang
a8a08e21e4
clanServices/sshd: add README
2025-07-07 13:54:26 +10:00
Michael Hoang
700f571598
docs: fix highlighting in code block
2025-07-07 13:54:26 +10:00
Michael Hoang
08c15b3d9b
docs: remove colon from headings
2025-07-07 13:54:26 +10:00
lassulus
2848b6d5d6
Merge pull request 'vars password-store: fix secret mangling due to string encoding' ( #4227 ) from pass-fix-bytes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4227
2025-07-07 00:50:58 +00:00
lassulus
ddc1059799
vars password-store: fix secret mangling due to string encoding
2025-07-07 02:35:17 +02:00
renovate[bot]
b690515dd7
Update data-mesher digest to a2166c1
2025-07-07 00:10:13 +00:00
lassulus
e9cef9c7c1
Merge pull request 'rename lingering clan.vars -> clan.core.vars' ( #4224 ) from rip_clan_vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4224
2025-07-06 23:33:31 +00:00
lassulus
ca69864a20
rename lingering clan.vars -> clan.core.vars
2025-07-07 00:59:52 +02:00
hsjobeki
5436f284fb
Merge pull request 'API: refactor into resource oriented names' ( #4223 ) from api-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4223
2025-07-06 19:11:31 +00:00
Johannes Kirschbauer
00df032635
vars/api: rename 'get_generators_closure' into 'get_machine_generators'
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
a2c016718a
api/hardware: consolidate into 'describe_machine_hardware'
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
d1abebf068
api/inventory: remove 'inventory' from api entirely
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
9635fb03b7
api/flash: refactor into 'list_flash_options'
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
f48c596617
vars/api: rename, unregister some unused vars functions
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
0589c71601
Vars: rename public functions into 'create_machine_vars'
2025-07-06 20:57:42 +02:00
Johannes Kirschbauer
a2c2d73e49
Vars: rename 'keygen' to 'create_secrets_user'
2025-07-06 20:57:42 +02:00
hsjobeki
99b22dfcbf
Merge pull request 'Templates/cli: move display command into it own category' ( #4222 ) from clan-templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4222
2025-07-06 18:26:45 +00:00
Johannes Kirschbauer
cd04686663
Docs: update index
2025-07-06 20:06:17 +02:00
Johannes Kirschbauer
2b3e847c28
machine: rename standalone 'get_host' to 'get_machine_host'
2025-07-06 19:47:58 +02:00
Johannes Kirschbauer
d0ec4fd8e6
Templates/cli: move display command into it own category
2025-07-06 19:36:57 +02:00
hsjobeki
bb5c523ac8
Merge pull request 'Templates: remove InputPrio and related classes' ( #4221 ) from clan-templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4221
2025-07-06 17:19:31 +00:00
Johannes Kirschbauer
4df4f5220b
Templates: remove InputPrio and related classes
2025-07-06 19:08:45 +02:00
renovate[bot]
a082fd2ed9
Lock file maintenance
2025-07-06 15:00:31 +00:00
hsjobeki
3161c10aa8
Merge pull request 'templates_url: add clan template url test' ( #4216 ) from clan-templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4216
2025-07-06 14:54:42 +00:00
Johannes Kirschbauer
7ad8ed1af0
Templates: fix invalid mock flake
2025-07-06 16:43:38 +02:00
Johannes Kirschbauer
94919dc9b8
Fix/ui: update create argument
2025-07-06 15:48:35 +02:00
Johannes Kirschbauer
1502cfa4a7
Templates: migrate clan templates to flake identifiers
2025-07-06 15:37:10 +02:00
Johannes Kirschbauer
cce0207225
Templates: remove outdated check for 'configuration.nix' in machine templates
2025-07-06 15:37:10 +02:00
Johannes Kirschbauer
38f98645ac
Templates: replace leftover MachineID, by Machine
2025-07-06 15:37:10 +02:00
Johannes Kirschbauer
74d2ae0619
templates_url: add clan template url test
2025-07-06 15:37:10 +02:00
lassulus
c122201ff2
Merge pull request 'Revert "make host key check an enum instead of an literal type"' ( #4220 ) from revert_host_key_check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4220
2025-07-06 13:19:00 +00:00
lassulus
e72795904d
Revert "make host key check an enum instead of an literal type"
...
This reverts commit 543c518ed0 .
2025-07-06 14:51:19 +02:00
hsjobeki
32ddb4ffa7
Merge pull request 'Templates/list: display templates via exposed nix value' ( #4219 ) from templates-list into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4219
2025-07-06 12:49:58 +00:00
Johannes Kirschbauer
db6220b57b
Templates/list: display templates via exposed nix value
2025-07-06 14:37:03 +02:00
lassulus
e929f36f80
Merge pull request 'vars/password-store: replace passBackend option with passPackage' ( #4134 ) from lassulus/passage_compat into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4134
2025-07-06 11:44:27 +00:00
hsjobeki
f71460c4f9
Merge pull request 'clan-cli: fix incorrect field name in deploy warning messages. The warning for missing buildHost/targetHost always showed targetHost in the path, even when buildHost was the missing field.' ( #4217 ) from pr-4215 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4217
2025-07-06 10:54:55 +00:00
lassulus
8302f3ffde
vars/password-store: replace passBackend option with passPackage
...
The `clan.core.vars.settings.passBackend` option has been replaced with
`clan.vars.password-store.passPackage` to provide better type safety and
clearer configuration.
Changes:
- Remove problematic mkRemovedOptionModule that caused circular dependency
- Add proper option definition with assertion-based migration
- Users setting the old option get clear migration instructions
- Normal evaluation continues to work for users not using the old option
Migration: Replace `clan.core.vars.settings.passBackend = "passage"`
with `clan.vars.password-store.passPackage = pkgs.passage`
2025-07-06 12:46:39 +02:00
lassulus
bd82de6001
fix(flake): handle file paths with line numbers in cache existence check
...
The is_cached method now correctly handles store paths that have line
numbers appended (e.g., /nix/store/file.nix:123:456). Previously, these
paths would fail the existence check because the exact path with line
numbers doesn't exist as a file.
The fix adds a helper method that:
- First checks if the exact path exists
- If not, and the path contains colons, validates that the suffix
consists only of numbers (line:column format)
- If valid, strips the line numbers and checks the base file path
This ensures that cached references to specific file locations are
properly validated while avoiding false positives with files that
have colons in their names.
2025-07-06 12:44:15 +02:00
adeci
06613de825
clan-cli: fix incorrect field name in deploy warning messages. The warning for missing buildHost/targetHost always showed targetHost in the path, even when buildHost was the missing field.
2025-07-06 12:44:02 +02:00
hsjobeki
76af63ee1c
Merge pull request 'lib/get_host: improve abstraction, turn missconfiguration into a warning' ( #4201 ) from cli-fixup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4201
2025-07-06 10:38:03 +00:00
Johannes Kirschbauer
3baa43fd87
cli/update: refactor machine selection logic into 'get_machines_for_update'
2025-07-06 12:27:28 +02:00
Johannes Kirschbauer
a6b8ca06ab
machines/list: rename helper to instantiate_inventory_to_machines
2025-07-06 12:24:16 +02:00
Johannes Kirschbauer
f7faf2cd63
machines/list: remove duplicate query_machines_by_tags
2025-07-06 12:23:47 +02:00
Johannes Kirschbauer
bff3908bb1
CLI: update requireExplicitUpdate in help
2025-07-06 12:22:25 +02:00
Johannes Kirschbauer
d0613b4030
cli: return validated list from validate_machine_names
2025-07-06 12:22:00 +02:00
Johannes Kirschbauer
52b711667e
lib/get_host: improve abstraction, turn missconfiguration into a warning
...
Motivation: A warning should encourage consistent usage of inventory.machines setting targetHost inside the machine should be considered a custom override
Changing the warning strings to avoid the term 'nix'/'json' both inventory and nixos machines are nix features
2025-07-06 12:08:00 +02:00
lassulus
13d6db98d1
Merge pull request 'better_select_output' ( #4213 ) from better_select_output into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4213
2025-07-06 00:24:06 +00:00
lassulus
195134dd5e
clan_cli: better select debug output
2025-07-06 01:17:55 +02:00
lassulus
0670f0ad32
clan_cli flake: remove apply from select, as it will break stuff in horrible ways
...
Since apply changes the structure of the retuned value, the cache will
be confused about the structure and in subsequent request will use this
wrong structure.
For example: we would use builtins.attrNames on inputs, the flake will
forever think that inputs is a list of strings and will report errors
whenever we try to fetch subkeys from it
2025-07-06 01:17:55 +02:00
lassulus
daf843eeab
clan_cli run: add trace runOption to disable verbose traces in debug mode
2025-07-05 19:48:50 +02:00
lassulus
291b742fd7
Merge pull request 'clan_cli machines update: remove caching of sometimes missing pass config' ( #4212 ) from fix_update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4212
2025-07-05 17:42:45 +00:00
lassulus
f7d6c23aaa
clan_cli machines update: remove caching of sometimes missing pass config
...
This config value is not set if people don't use pass, it's also at the wrong location
We could cache it with a maybe, but we plan to move it anyway
2025-07-05 18:39:53 +02:00
DavHau
d143359a2d
refactor: reduce coupling to Machine class in vars module
...
- Change Generator class to store machine name as string instead of Machine reference
- Update Generator.generators_from_flake() to only require machine name and flake
- Refactor check_vars() to accept machine name and flake instead of Machine object
- Create Machine instances only when needed for specific operations
This continues the effort to reduce dependencies on the Machine class,
making the codebase more modular and easier to refactor.
2025-07-05 16:30:05 +07:00
DavHau
448e60f866
refactor: remove Machine.vars_generators() method
...
Replace all calls to machine.vars_generators() with direct calls to
Generator.generators_from_flake() to make the dependency more explicit
and remove unnecessary indirection.
This reduces coupling to the Machine class, making the codebase more
modular and easier to refactor in the future.
2025-07-05 15:26:31 +07:00
renovate[bot]
324e934204
chore(deps): update disko digest to da6109c
2025-07-04 16:50:11 +00:00
Mic92
3f6e5968b5
Merge pull request 'Qubasa-hsjobeki/bump-nixpkgs' ( #4205 ) from Qubasa-hsjobeki/bump-nixpkgs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4205
2025-07-04 16:47:23 +00:00
Jörg Thalheim
e4c8aba5bc
zerotierone: disable tests on macos
2025-07-04 18:39:01 +02:00
Jörg Thalheim
76503b2a92
terminate_process_group: also properly yield iterator when we return early
2025-07-04 18:39:01 +02:00
Jörg Thalheim
d585052007
migrate all projects to python 3.13 linting
2025-07-04 18:39:01 +02:00
Jörg Thalheim
65904d8d8e
clan-cli: handle None in union types to prevent TypeError
...
Add comprehensive test coverage for union types with None to prevent
regression of the issubclass() TypeError that was occurring when
checking if None is in a union type.
2025-07-04 18:39:01 +02:00
Jörg Thalheim
d5aa917ee7
migrate all projects to python 3.13 linting
2025-07-04 18:39:01 +02:00
Mic92
cb9284360f
Merge pull request 'change install test to run clan outside of the VM' ( #3906 ) from vm-test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3906
2025-07-04 15:17:14 +00:00
Qubasa
3f1fdc0aae
treefmt/ruff: Set python lint version to 3.13. Fix all new lints coming up.
2025-07-04 17:11:31 +02:00
Johannes Kirschbauer
b35ca4f1a8
Chore: bump nixpkgs
2025-07-04 17:11:31 +02:00
Jörg Thalheim
76e653f37f
nixoTestLib: split setting up function for port-forwarding and setuping up flake
2025-07-04 16:56:42 +02:00
Michael Hoang
10737f7d94
Merge pull request 'clanServices/wifi: fix autoConnect setting not doing anything' ( #4204 ) from push-msokoouryrwq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4204
2025-07-04 14:33:49 +00:00
Michael Hoang
eb54fdc741
clanServices/wifi: fix autoConnect setting not doing anything
2025-07-05 00:05:48 +10:00
pinpox
4aa90f009f
Merge pull request 'Re-introduce state-version option' ( #4179 ) from state-version-option-again into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4179
2025-07-04 14:02:05 +00:00
Jörg Thalheim
247151e93f
only override identify/host_key_check in a single place
2025-07-04 14:36:05 +02:00
Jörg Thalheim
543c518ed0
make host key check an enum instead of an literal type
...
this is more typesafe at runtime.
2025-07-04 14:36:05 +02:00
Jörg Thalheim
7f4f11751e
nixosTestLib: use xargs for copying store inputs
2025-07-04 14:36:05 +02:00
Jörg Thalheim
a53efb9386
nixosTestLib: substitute dependencies on tools in
2025-07-04 14:36:05 +02:00
Jörg Thalheim
c509f333e4
nixosTestLib: fix various linting issues
2025-07-04 14:36:05 +02:00
Jörg Thalheim
ea93d8fec7
inline create_test_machine again
2025-07-04 14:36:05 +02:00
Jörg Thalheim
68b2aaea89
setup_nix_in_nix: use cp intead of shutil
...
it's faster and handles symlinks
2025-07-04 14:36:05 +02:00
Jörg Thalheim
1e7453ab04
move nixosTestLib to pkgs/testing
2025-07-04 14:36:05 +02:00
Jörg Thalheim
c148ece02e
move setup_nix_in_nix into nixos_test_lib
2025-07-04 14:36:02 +02:00
Jörg Thalheim
b526242744
share more code between installation and update test
2025-07-04 14:14:28 +02:00
Jörg Thalheim
76b0a9bf13
add -i option to update-hardware-config
2025-07-04 14:14:28 +02:00
Jörg Thalheim
541732462b
add port_utils module for installation testions
2025-07-04 14:14:28 +02:00
Jörg Thalheim
1558a366de
bump clan-core-for-checks
2025-07-04 14:14:28 +02:00
Jörg Thalheim
6aab8ffd0c
change install test to run clan outside of the VM
2025-07-04 14:14:28 +02:00
pinpox
ae9d219dea
Merge branch 'main' into state-version-option-again
2025-07-04 11:56:15 +00:00
hsjobeki
899051a570
Merge pull request 'clan_lib/openapi: add openapi rendering' ( #4200 ) from lib-openapi into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4200
2025-07-04 11:54:13 +00:00
hsjobeki
a44740d902
Merge pull request 'Clan_lib: add filtering by tag to list API' ( #4197 ) from cli-fixup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4197
2025-07-04 11:53:43 +00:00
Johannes Kirschbauer
ba0397242f
api: rename script to openapi.py
2025-07-04 13:40:59 +02:00
Luis Hebendanz
79560ac202
Merge pull request 'clan-app: Implement dynamic groups and array based filtering of logs and groups' ( #4190 ) from Qubasa/clan-core:add_clan_group into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4190
2025-07-04 11:06:50 +00:00
Qubasa
52aaad272f
clan-app: Implement dynamic log groups into javascript callApi
...
nix fmt
2025-07-04 17:49:00 +07:00
Johannes Kirschbauer
62c1db9769
Docs: init redoc internal rest inspired docs
2025-07-04 12:45:39 +02:00
Johannes Kirschbauer
b41029ea48
clan_lib/openapi: add openapi rendering
2025-07-04 12:09:16 +02:00
pinpox
a0a9cef2a6
Add state-version nixos option
...
This reverts commit 695574988e .
2025-07-04 11:54:12 +02:00
Brian McGee
1f26135381
feat(ui): alert component
2025-07-04 10:51:18 +01:00
brianmcgee
14b428216d
Merge pull request 'ui/form-components' ( #4118 ) from ui/form-components into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4118
2025-07-04 08:30:22 +00:00
Johannes Kirschbauer
91df5c258e
lib/convert_inventory_to_machines: add classmethod for common conversion of Machine and InventoryMachine
2025-07-04 10:18:14 +02:00
Johannes Kirschbauer
fcb38820ec
lib/get_host: improve abstraction, turn missconfiguration into a warning
...
Motivation: A warning should encourage consistent usage of inventory.machines setting targetHost inside the machine should be considered a custom override
Changing the warning strings to avoid the term 'nix'/'json' both inventory and nixos machines are nix features
2025-07-04 10:02:06 +02:00
Johannes Kirschbauer
6d85cc0ff2
Clan_lib: add filtering by tag to list API
2025-07-04 09:48:21 +02:00
Johannes Kirschbauer
10fbae0c15
cli: move some references to duplicate list machines
2025-07-04 09:32:43 +02:00
Qubasa
aef1edf8e3
clan_lib: Move load_in_all_api_functions to clan_lib
2025-07-04 14:22:40 +07:00
Qubasa
18735a150f
clan_lib: Heavily simplified log_manager and test suite to concentrate on actually used features
2025-07-04 14:05:31 +07:00
Qubasa
c354a87765
clan_lib: Add better docstrings to log_manager
2025-07-04 13:35:34 +07:00
Qubasa
70d57cb267
clan_lib: expose log_manager with API.register properly
2025-07-04 13:19:09 +07:00
Qubasa
24b8cb799a
clan-cli: Print function name to raise for unsupported types by API.register
2025-07-04 13:17:01 +07:00
renovate[bot]
68e61d66d7
chore(deps): update sops-nix digest to 3633fc4
2025-07-04 05:30:12 +00:00
DavHau
2e191d7db8
Merge pull request 'reverting 4c2bb0791d47c91130541333b296b2e8a39c4d08' ( #4194 ) from davhau/dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4194
2025-07-04 03:51:22 +00:00
DavHau
969b7606a6
reverting 4c2bb0791d
2025-07-04 10:35:30 +07:00
Mic92
631d17b6e9
Merge pull request 'actually import state-version' ( #4193 ) from fix-state-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4193
2025-07-03 18:32:15 +00:00
Jörg Thalheim
ba5b81abf0
actually import state-version
2025-07-03 20:19:19 +02:00
lassulus
1bcd2be478
Merge pull request 'refactor: remove _serialized field and implement efficient vars selection' ( #4187 ) from remove_serialized into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4187
2025-07-03 17:18:27 +00:00
lassulus
a6409f921b
refactor: remove _serialized field and implement efficient vars selection
...
- Remove _serialized field from vars interface to prevent serialization
errors with throwing passBackend field
- Implement direct selection of generator fields using multi-select syntax
- Refactor vars_generators() to use new Generator.from_flake() method that
selects only safe fields (avoiding non-serializable values)
- Remove unused legacy methods: Generator.from_json(), Var.from_json(),
Prompt.from_json()
- Update precaching to match new selection approach
This fixes the serialization errors that were preventing vars from working
with the new password-store implementation by avoiding the problematic
_serialized field entirely.
2025-07-03 18:53:36 +02:00
lassulus
8f9d88a104
flake: prevent outPath in multiselect to avoid serialization issues
...
When using multiselect with outPath like {outPath,?meta}, nix evaluation
collapses the attrset to just the outPath string, breaking further selection.
Add validation during selector parsing to catch this and provide a clear error.
2025-07-03 18:53:36 +02:00
Brian McGee
9003204b54
fix(ui): disabled storybook derivation
...
Something about passing orientation in any of the Form stories is causing the browser to crash
`npm run test-storybook-static` works fine in the devshell.
Disabling for now as it's slowing down development.
2025-07-03 17:50:42 +01:00
Brian McGee
7939cfc9a9
feat(ui): flatten the Field pattern and introduce Orienter component
2025-07-03 17:50:41 +01:00
Brian McGee
7232892feb
feat(ui): simplify timeout speedup for button stories
2025-07-03 17:50:40 +01:00
Brian McGee
c3ba72e82c
feat(ui): Combobox component and style tooltip for label
2025-07-03 17:50:40 +01:00
Brian McGee
17b4f95055
feat(ui): simplify form components
...
Better pass through to the underlying Kobalte API without re-defining types.
2025-07-03 17:50:39 +01:00
Brian McGee
3c72ad1c92
fix(ui): hover and inverted colors for checkbox
2025-07-03 17:50:39 +01:00
Brian McGee
5b46136ca8
feat(ui): add fieldset component
2025-07-03 17:50:38 +01:00
Brian McGee
04c59c76ee
feat(ui): add form field with text, textarea and checkbox support
2025-07-03 17:50:38 +01:00
hsjobeki
fbb93c8412
Merge pull request 'docs: update vpn setup instructions' ( #4192 ) from docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4192
2025-07-03 14:32:13 +00:00
Johannes Kirschbauer
e0993559db
docs: add zerotier debugging commands
2025-07-03 16:25:10 +02:00
Qubasa
76bba13a7f
clan-app: Implement dynamic groups and array based filtering of logs and groups
2025-07-03 17:49:34 +07:00
hsjobeki
12c2c4ee89
Merge pull request 'inventory: fix missing default for instances.*.module' ( #4189 ) from fix-inventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4189
2025-07-03 10:13:57 +00:00
Johannes Kirschbauer
f8d36634ee
inventory: fix missing default for instances.*.module
2025-07-03 12:06:29 +02:00
Johannes Kirschbauer
b27ed51284
docs: update vpn setup instructions
2025-07-03 12:04:56 +02:00
Johannes Kirschbauer
a81701b59a
docs: fix wrong roles assignment syntax
2025-07-03 11:42:26 +02:00
lassulus
609db2f00c
Merge pull request 'refactor: remove deployment.json and use direct selectors' ( #4142 ) from lassulus/remove-deployment-json into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4142
2025-07-02 19:13:39 +00:00
lassulus
40065c7a00
refactor: remove deployment.json and use direct selectors
...
- Remove deployment.json file generation from outputs.nix
- Add throw for deprecated deployment.file usage with upgrade instructions
- Remove vars data from deployment.data
- Update Machine class to use direct select() calls instead of deployment property
- Update all deployment property accesses to use direct selectors
- Add precaching for frequently accessed values in update.py:
- Module paths for facts and vars
- Deployment settings (requireExplicitUpdate, nixosMobileWorkaround)
- Services and generators data
- Secret upload locations
- This removes unnecessary JSON serialization and makes the code more composable
2025-07-02 20:56:23 +02:00
hsjobeki
2e4cbdc7c8
Merge pull request 'machines/update: queue update only for machines_to_update' ( #4186 ) from cli-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4186
2025-07-02 17:16:12 +00:00
Johannes Kirschbauer
9aa7be3aba
machines/update: queue update only for machines_to_update
2025-07-02 19:05:37 +02:00
hsjobeki
b2e8b8bf59
Merge pull request 'clan.deployment: unify deprecated options' ( #4184 ) from cli-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4184
2025-07-02 16:48:19 +00:00
Johannes Kirschbauer
4c2bb0791d
clan.deployment: unify deprecated option
2025-07-02 18:37:29 +02:00
hsjobeki
5cc8f3b2b3
Merge pull request 'docs/secrets: setup move plugins section to the bottom. Normal users don't have that, smart people read from bottom up' ( #4185 ) from docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4185
2025-07-02 16:32:31 +00:00
Johannes Kirschbauer
fb5dca567e
docs/secrets: setup move plugins section to the bottom. Normal users don't have that, smart people read from bottom up
2025-07-02 18:23:48 +02:00
Johannes Kirschbauer
97bdf49814
cli: fix listing maschines by their name
2025-07-02 18:18:48 +02:00
hsjobeki
b8feb652f6
Merge pull request 'docs/index: encourage non-linear flow' ( #4183 ) from docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4183
2025-07-02 15:13:50 +00:00
Johannes Kirschbauer
58c9c929ba
docs/index: add progress tracker, encourage non-linear flow
2025-07-02 17:02:16 +02:00
Johannes Kirschbauer
58862215ab
docs: rephrase add machines for planned dynamic templates
2025-07-02 17:01:40 +02:00
Johannes Kirschbauer
667bbffb3f
docs: add emojis to getting-started
2025-07-02 17:00:51 +02:00
hsjobeki
31b1725f6f
Merge pull request 'docs: clarify project structure exploration in Getting Started' ( #4182 ) from docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4182
2025-07-02 14:39:42 +00:00
Johannes Kirschbauer
0bd4074927
docs: clarify project structure exploration in Getting Started
2025-07-02 16:32:30 +02:00
hsjobeki
749a847d83
Merge pull request 'docs: remove step numbers' ( #4181 ) from docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4181
2025-07-02 14:01:43 +00:00
Johannes Kirschbauer
faf6ac82eb
docs: remove api reference build command
2025-07-02 15:53:48 +02:00
Johannes Kirschbauer
6c7beb7aaa
docs: remove step numbers
...
Numerating steps is not informative and considered bad style
People tend to follow documentation non-linearly
leaving of at one point, starting over from the middle
Documentation should be written in a way that allow for that
2025-07-02 15:53:24 +02:00
Mic92
d7dcb55001
Merge pull request 'vars: make debug logging less verbose' ( #4171 ) from merge-when-green-joerg into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4171
2025-07-02 11:48:59 +00:00
Luis Hebendanz
d3d337a51e
Merge pull request 'clan-app: Init machine based API logging' ( #4133 ) from Qubasa/clan-core:improve_ui_logs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4133
2025-07-02 11:30:22 +00:00
Qubasa
2fd6426f28
clan-app: whitelist necessary any usage in api./index.tsx
2025-07-02 18:11:28 +07:00
Jörg Thalheim
f70f6d6d80
clan_lib/test_create: fix test when running outside of the sandbox...
2025-07-02 13:04:46 +02:00
Qubasa
b9a386c881
clan-cli: api.py add python header
2025-07-02 17:59:24 +07:00
Qubasa
db3e8b9984
clan-app: Add logging middleware
2025-07-02 17:59:05 +07:00
hsjobeki
117224e6a4
Merge pull request 'pytest: improve logging a bit' ( #4180 ) from pytest-logs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4180
2025-07-02 10:47:14 +00:00
Johannes Kirschbauer
ea77b48d83
pytest: improve logging a bit
2025-07-02 12:35:02 +02:00
Qubasa
5d99d0e1e7
clan-app: simplified task function, moved them to a separate file
2025-07-02 16:18:37 +07:00
Qubasa
1ec67ecfaf
webview-lib: Moved repo to gitea, updated revision. Removed set_icon
2025-07-02 16:16:37 +07:00
Qubasa
d5064ce465
clan-app: Add pygdb.sh for debugging crashes in webview-lib
2025-07-02 16:00:55 +07:00
Qubasa
9080e7c7f6
clan-app: Fix .local.env not being sourced
2025-07-02 16:00:34 +07:00
Qubasa
8e00363584
ui-2d: Fix build errors
2025-07-02 15:59:50 +07:00
hsjobeki
672db4a33f
Merge pull request 'clanServices: add flake level exports' ( #4172 ) from flake-exports into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4172
2025-07-02 08:42:07 +00:00
Johannes Kirschbauer
82c80a9a53
clan/exportsModule: add missing default
2025-07-02 10:32:56 +02:00
Johannes Kirschbauer
16116505ab
flake-exports: add options documentation
2025-07-02 10:22:09 +02:00
hsjobeki
80713f93af
Merge pull request 'Revert "Merge pull request 'Make state-version generation an clan option' ( #4056 ) from state-version-option into main"' ( #4176 ) from revert-state-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4176
2025-07-02 07:37:37 +00:00
Johannes Kirschbauer
b6f00ed1f6
test: enable unsafe teardown of tempDir
...
aarch64 libc or kernel might be stricter in keeping files locked while they're open.
This causes failed teardown of the tmpdir
2025-07-02 09:27:05 +02:00
renovate[bot]
d6646ecc62
chore(deps): update data-mesher digest to 246f0d6
2025-07-02 00:20:19 +00:00
renovate[bot]
fc1c64985f
chore(deps): update flake-parts digest to 7782624
2025-07-02 00:00:16 +00:00
Johannes Kirschbauer
695574988e
Revert "Merge pull request 'Make state-version generation an clan option' ( #4056 ) from state-version-option into main"
...
This reverts commit a101ff1f11 , reversing
changes made to f12b62d8b4 .
2025-07-01 18:15:11 +02:00
kenji
dc6648520f
Merge pull request 'docs(clan): Improve state-version documentation' ( #4174 ) from kenji/ke-state-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4174
2025-07-01 15:40:33 +00:00
Johannes Kirschbauer
454936336f
clanServices: add test to ensure nixosModule is imported
2025-07-01 17:35:04 +02:00
a-kenji
0093836272
docs(clan): Improve state-version documentation
2025-07-01 17:32:20 +02:00
hsjobeki
e026ada443
Merge pull request 'clanServices: remove recursive services' ( #4173 ) from revert-recursive-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4173
2025-07-01 15:11:57 +00:00
Johannes Kirschbauer
38bb2dfb56
clanServices: remove recursive services
...
Initially added in #3972 we've decided to remove them, because they are to complex to use correctly
2025-07-01 17:03:58 +02:00
Johannes Kirschbauer
d10fe7a8ee
clanServices: add flake level exports
2025-07-01 16:54:19 +02:00
Jörg Thalheim
83b2fbc276
vars: make debug logging less verbose
2025-07-01 15:04:03 +02:00
hsjobeki
29a2103aab
Merge pull request 'clanServices: clean up, add tests' ( #4157 ) from default-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4157
2025-07-01 12:09:28 +00:00
hsjobeki
d858206fd2
Merge pull request 'Lib/flakes: remove self references' ( #4165 ) from fix-lib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4165
2025-07-01 12:03:52 +00:00
Johannes Kirschbauer
c1bbd970d4
lib.clan: properly merge self attrs
2025-07-01 14:02:02 +02:00
Johannes Kirschbauer
5c7256e063
Lib/flakes: remove self references
2025-07-01 13:57:49 +02:00
Johannes Kirschbauer
8eb2ce1c40
tests: update buildClan args
2025-07-01 13:21:12 +02:00
Johannes Kirschbauer
93fc2e2238
modules/clan: inject .clan into self.inputs if self is an attribute set
2025-07-01 13:19:37 +02:00
Johannes Kirschbauer
a131c3cbbb
checks: mock self.inputs.self by default
2025-07-01 13:19:37 +02:00
Johannes Kirschbauer
15f3cd5547
clanServices: add tests for resolve modules
2025-07-01 13:19:37 +02:00
Johannes Kirschbauer
15c5d539fc
clanServices: remove unnecessary localModules
2025-07-01 13:19:37 +02:00
Johannes Kirschbauer
cf6fc744ab
clanServices: remove unneeded self reference in lib
2025-07-01 13:19:37 +02:00
hsjobeki
0de362af58
Merge pull request 'clan_lib/tests: add big fat warning comment to save peoples time' ( #4168 ) from test-1+ into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4168
2025-07-01 11:19:13 +00:00
Mic92
40d776b953
Merge pull request 'vars-check: replace slow python implementation with pure nix' ( #4144 ) from machine-class into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4144
2025-07-01 10:53:27 +00:00
Jörg Thalheim
0a4bdf2e83
vars-check: replace slow python implementation with pure nix
2025-07-01 12:46:50 +02:00
Johannes Kirschbauer
df3abbad40
clan_lib/tests: add big fat warning comment to save peoples time
2025-07-01 12:30:17 +02:00
hsjobeki
e954d80dc6
Merge pull request 'buildClan: replace all usages by lib.clan' ( #4167 ) from build-clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4167
2025-07-01 10:19:07 +00:00
Johannes Kirschbauer
ae274d6b82
buildClan: replace all usages by lib.clan
2025-07-01 11:56:31 +02:00
kenji
f97385a9dc
Merge pull request 'checks/syncthing: Disable the syncthing check for now' ( #4160 ) from kenji/ke-syncthing-disable-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4160
2025-07-01 09:23:40 +00:00
renovate[bot]
46ee232958
chore(deps): update nix-darwin digest to e04a388
2025-06-30 21:30:17 +00:00
a-kenji
bc4c6ef40a
checks/syncthing: Disable the syncthing check for now
...
This particular check has been gotten quite slow over time,
as the upstream module has been updated.
This will be reintroduced in a more performant fashion, once the
`syncthing` module has been ported.
2025-06-30 17:47:31 +02:00
lassulus
64d22197c4
Merge pull request 'clanLib: remove select' ( #4158 ) from fix-lib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4158
Reviewed-by: lassulus <clanlol@lassul.us >
2025-06-30 15:31:06 +00:00
brianmcgee
d2a4a5c2c4
Merge pull request 'feat(ui): use fake timer in tests and real timer in browser for storybook interaction tests' ( #4159 ) from feat/storybook-fake-timers into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4159
2025-06-30 14:50:31 +00:00
Brian McGee
96b5ca9de0
feat(ui): use fake timer in tests and real timer in browser for storybook interaction tests
...
I believe the time-based tests are falsely failing when the CI machine is under high load. This also speeds up the tests in CI.
I'm not 100% happy with the approach, but this should resolve CI issues in the short term until I can improve things.
2025-06-30 15:19:57 +01:00
hsjobeki
847f8363f3
Merge pull request 'Docs: getting started add services' ( #4156 ) from doc into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4156
2025-06-30 14:16:00 +00:00
Johannes Kirschbauer
2ebeb2e205
clanLib: remove select
2025-06-30 16:14:01 +02:00
Johannes Kirschbauer
22778b1864
Docs: getting started add services
2025-06-30 15:14:47 +02:00
DavHau
8c323e25aa
Merge pull request 'checks: introduce check.<system> for faster local checks' ( #4155 ) from dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4155
2025-06-30 13:08:33 +00:00
DavHau
f02e2ce383
checks: introduce check.<system> for faster local checks
...
We haven many VM tests which are quite slow, therefore q local `nix flake check` doesn't make sense anymore in most cases.
This introduces a set of cheaper local tests to be run via:
```
nix run .#check.x86_64-linux -L
```
2025-06-30 19:55:25 +07:00
DavHau
1ab9eb733c
checks: fix some tests not named correctly
2025-06-30 19:50:16 +07:00
DavHau
882ccbc4b8
checks: prefix all nixos tests with nixos-test-
2025-06-30 19:14:24 +07:00
DavHau
b448ff05e2
checks: rename dummy-inventory-test -> service-dummy-test
2025-06-30 19:06:13 +07:00
DavHau
ee5fa8fe74
checks: rename attributes for better discoverability
...
- all eval checks prefixed with `eval-`
- all service checks prefixed with `service-`
2025-06-30 19:04:21 +07:00
hsjobeki
5f7c55c93f
Merge pull request 'docs: move deployment docs from add machine to deploy' ( #4153 ) from doc into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4153
2025-06-30 11:50:35 +00:00
DavHau
8de7a9f040
services: improve error when module not found
2025-06-30 11:44:30 +00:00
DavHau
a101ff1f11
Merge pull request 'Make state-version generation an clan option' ( #4056 ) from state-version-option into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4056
2025-06-30 11:24:42 +00:00
Johannes Kirschbauer
4f55af9026
Docs: rename installer to usb installer
2025-06-30 13:03:07 +02:00
Johannes Kirschbauer
2fbfda504a
docs: move deployment docs from add machine to deploy
2025-06-30 13:02:57 +02:00
Johannes Kirschbauer
642b300ce8
docs: mark getting-started/flash installer as optional"
2025-06-30 13:02:46 +02:00
pinpox
9e7e0378a8
Remove state-version module from tests
2025-06-30 12:58:05 +02:00
pinpox
47d4dfad1b
Add state-version option
2025-06-30 12:54:29 +02:00
pinpox
77bc1c75dd
Remove state-version module and service
2025-06-30 12:54:29 +02:00
DavHau
f12b62d8b4
docs: explain about simplified way of specifying instances
2025-06-30 10:27:37 +00:00
pinpox
66a5fc988e
Merge pull request 'Add example for users service' ( #4150 ) from doc-users into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4150
2025-06-30 10:25:51 +00:00
DavHau
abdc8913f3
Merge pull request 'clan services: use clan-core as a default source for services' ( #4147 ) from davhau/dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4147
2025-06-30 10:13:46 +00:00
DavHau
e0b2d15361
tests: explicitly specify services to be sourced from self
...
See previous commit
2025-06-30 10:13:46 +00:00
DavHau
50cce90527
clan services: use service modules from clan-core by default
...
Users will use clan-core services first before making their own. Therefore this is a better default. Also it allow us to simplify rendering of our docs
2025-06-30 10:13:46 +00:00
pinpox
1d25458390
Add example
2025-06-30 12:09:29 +02:00
renovate[bot]
ae2b9313bd
chore(deps): update nix-darwin digest to 425c929
2025-06-30 09:00:18 +00:00
renovate[bot]
eb2e7db202
chore(deps): update data-mesher digest to 97d8e88
2025-06-30 00:20:20 +00:00
Mic92
f7a7c8df85
Merge pull request 'Fix darwin support again' ( #4143 ) from machine-class into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4143
2025-06-29 22:08:52 +00:00
Jörg Thalheim
f1fd710dd1
add regression test for macOS evaluation
2025-06-29 23:58:19 +02:00
Jörg Thalheim
622597e70f
overridePkgs: drop unneeded parantheses
2025-06-29 23:58:19 +02:00
Jörg Thalheim
b415e063f1
darwinConfigurations/darwinModules: export with right _file attributes
2025-06-29 23:58:19 +02:00
Jörg Thalheim
43b205624d
no longer fallback to "nixos" machineClass
...
we should always have a value defined.
2025-06-29 23:58:19 +02:00
lassulus
acf673216b
Merge pull request 'refactor: replace eval_nix/build_nix with machine.select()' ( #4139 ) from lassulus/refactor-machine-select-clean into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4139
2025-06-29 16:57:27 +00:00
lassulus
286c75a142
refactor: replace eval_nix/build_nix with machine.select()
...
- Remove nix(), eval_nix(), and build_nix() methods from Machine class
- Add select() method that handles machine-specific attribute prefixes
- Update all usages to use machine.select() directly
- Handle Path conversion and tmp_store logic at call sites
- This simplifies the Machine API and prepares for deployment.json removal
2025-06-29 17:00:27 +02:00
Luis Hebendanz
b51dddaffc
Merge pull request 'revert_templates' ( #4132 ) from Qubasa/clan-core:revert_templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4132
2025-06-28 15:55:45 +00:00
Qubasa
d542c87639
Revert "add flakeparts to template test"
...
This reverts commit c2d0a19ed4 .
2025-06-28 22:43:34 +07:00
Qubasa
3cb250d5a4
Revert "Update new-clan template"
...
This reverts commit c2d8cdf7f1 .
2025-06-28 22:42:46 +07:00
Qubasa
3a772a5f56
Revert "Cleanup templates"
...
This reverts commit a3a81a959a .
2025-06-28 22:42:39 +07:00
Qubasa
277ef4f946
Revert "templates/minimal: consistent input names"
...
This reverts commit c847766f9e .
2025-06-28 22:42:20 +07:00
Qubasa
99d3e4ec11
Revert "tests/create_clan: bring back read,write checks"
...
This reverts commit 7f6684998b .
2025-06-28 22:42:11 +07:00
Qubasa
46bc5b519a
Revert "templates/minimal: reuse flake-parts from clan-core"
...
This reverts commit 03b5c6de02 .
2025-06-28 22:41:45 +07:00
Qubasa
b14357a4e0
Revert "templates: fix tests"
...
This reverts commit 7ce29938e9 .
2025-06-28 22:41:31 +07:00
Qubasa
ba19aa8810
Revert "templates: remove .clan-flake"
...
This reverts commit bf377bd4e0 .
2025-06-28 22:40:55 +07:00
Mic92
59dc49f606
Merge pull request 'drop more dependencies from pytest' ( #4131 ) from speed-up-vars-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4131
2025-06-28 07:42:01 +00:00
Jörg Thalheim
2a4e11407b
drop more dependencies from pytest
2025-06-28 09:27:34 +02:00
Mic92
24fcc9a647
Merge pull request 'don't keep appending --impure to nix_options when running tests' ( #4128 ) from speed-up-flake-select into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4128
2025-06-28 07:26:16 +00:00
Jörg Thalheim
d7fffa68d5
consolidate clan-lib/clan-cli pytest into one test derivation
...
Than we can re-use test pytest worker better and it's less complex.
2025-06-28 09:11:14 +02:00
Jörg Thalheim
6f29745ab4
drop virtviwer from testRuntimeDependencies
2025-06-28 09:11:14 +02:00
Jörg Thalheim
f28b5a4760
generate-test-vars: fix entrypoint
2025-06-28 08:50:41 +02:00
Jörg Thalheim
43df2c9a14
fix unlocked flake.lock in tests
2025-06-28 08:50:41 +02:00
hsjobeki
8122158da7
Merge pull request 'machines/create: fix handle defaults' ( #4129 ) from update-templates-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4129
2025-06-27 18:59:39 +00:00
Johannes Kirschbauer
2b0d7e345f
machines/create: fix handle defaults
2025-06-27 20:28:11 +02:00
Jörg Thalheim
65ee951b72
select: drop unused --impure flag
2025-06-27 19:30:45 +02:00
Jörg Thalheim
b251275063
select: use nix_options copy
2025-06-27 19:30:45 +02:00
Jörg Thalheim
6afe4305b4
select: drop unused nixpkgs fallback
2025-06-27 19:30:45 +02:00
hsjobeki
8a7daddad4
Merge pull request 'Update clan templates' ( #4099 ) from update-templates-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4099
2025-06-27 17:25:22 +00:00
Johannes Kirschbauer
bf377bd4e0
templates: remove .clan-flake
2025-06-27 19:14:21 +02:00
Johannes Kirschbauer
7ce29938e9
templates: fix tests
2025-06-27 19:14:21 +02:00
Mic92
7d6f12fb57
Merge pull request 'pkgs/clan: Fix clan ssh subcommand' ( #4124 ) from mic92/kenji/ke-fix-ssh-deploy into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4124
2025-06-27 16:57:07 +00:00
Jörg Thalheim
553d13b05a
don't keep appending --impure to nix_options when running tests
2025-06-27 18:54:13 +02:00
Mic92
8722f2fa52
Merge pull request 'Add restricted network nixos modules' ( #4125 ) from speed-up-flake-select into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4125
2025-06-27 16:52:51 +00:00
Jörg Thalheim
6ab5171b5b
add restricted network nixos modules
...
See README.md for explanation
2025-06-27 18:44:17 +02:00
Jörg Thalheim
e152740017
container-test-driver: implement wait_for_open_port
2025-06-27 18:35:55 +02:00
Jörg Thalheim
bc3ba8eeff
markdown: ignore trailing whitespace
2025-06-27 16:26:39 +02:00
Johannes Kirschbauer
03b5c6de02
templates/minimal: reuse flake-parts from clan-core
2025-06-27 16:11:37 +02:00
a-kenji
6a911c97a3
pkgs/clan: Fix clan ssh subcommand
2025-06-27 15:39:38 +02:00
Mic92
5d5bb32970
Merge pull request 'select: disable remote building and substitution' ( #4123 ) from speed-up-flake-select into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4123
2025-06-27 12:00:18 +00:00
Jörg Thalheim
3035752d00
select: disable remote building and substitution
...
this should make things faster since the derivation itself is trivial.
2025-06-27 13:37:16 +02:00
kenji
0799c72095
Merge pull request 'modules/zerotier: Fix typo in documentation' ( #4121 ) from kenji/ke-fix-zerotier-typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4121
2025-06-27 11:24:28 +00:00
kenji
b5ef05f9ad
Merge pull request 'modules/users: Fix the password deployment' ( #4113 ) from kenji/ke-fix-user-password-service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4113
2025-06-27 11:20:59 +00:00
kenji
a624cb34ee
Merge pull request 'pkgs/clan: Add machine validator with suggestion logic' ( #4112 ) from ke-machines-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4112
2025-06-27 11:09:05 +00:00
a-kenji
c0d4db6a8d
modules/zerotier: Fix typo in documentation
2025-06-27 12:58:59 +02:00
kenji
a88f3e21a6
Merge pull request 'pkgs/clan: Improve error message on clan secrets users add' ( #4095 ) from kenji/ke-clan-age-key-error into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4095
Reviewed-by: brianmcgee <brian@bmcgee.ie >
2025-06-27 10:52:16 +00:00
a-kenji
e248b1f551
modules/users: Fix the password deployment
...
The password needs to be available prior to logging in,
this is why we need to set `neededFor = users`.
2025-06-27 12:48:15 +02:00
kenji
89e8673e82
Merge pull request 'lib/test/sops: Fix secret deployment for test machines' ( #4120 ) from kenji/ke-fix-sops-test-integration into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4120
2025-06-27 10:45:41 +00:00
a-kenji
3e70e30b6b
pkgs/clan: Add machine validator with suggestion logic
...
Add machine validator with suggestion logic to:
- `clan machines update`
- `clan machines delete`
- `clan machines update-hardware-config`
2025-06-27 12:32:36 +02:00
a-kenji
0a56f60005
lib/test/sops: Fix secret deployment for test machines
...
Fix secret deployment for test machines in our NixOS vm and container
tests.
We filter now if we really need to deploy a certain set of files as a
deployment script, which alleviates us running into these edgecases:
```
error: The option `nodes.server.system.activationScripts.setupSecrets.text'
was accessed but has no value defined. Try setting the option.
```
2025-06-27 12:19:46 +02:00
Johannes Kirschbauer
7f6684998b
tests/create_clan: bring back read,write checks
2025-06-27 11:04:31 +02:00
Johannes Kirschbauer
c847766f9e
templates/minimal: consistent input names
2025-06-27 11:04:31 +02:00
pinpox
c2d0a19ed4
add flakeparts to template test
2025-06-27 11:04:31 +02:00
pinpox
a3a81a959a
Cleanup templates
2025-06-27 10:39:59 +02:00
pinpox
c2d8cdf7f1
Update new-clan template
2025-06-27 10:39:59 +02:00
hsjobeki
9de5b97802
Merge pull request 'modules/clan: consistent logic for auto injecting nixpkgs, nix-darwin' ( #4117 ) from hsjobeki/fix-clan.nix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4117
2025-06-27 08:35:01 +00:00
Johannes Kirschbauer
8789ebeb59
modules/clan: consistent logic for auto injecting nixpkgs, nix-darwin
...
We want to make them options this is a temporary fix
2025-06-27 10:23:53 +02:00
hsjobeki
6f1a5286db
Merge pull request 'Fix(clan-module): pass clan-core not a module' ( #4116 ) from hsjobeki/fix-clan.nix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4116
2025-06-27 08:21:44 +00:00
Johannes Kirschbauer
7372063579
Fix(clan-module): pass clan-core not a module
2025-06-27 10:13:58 +02:00
hsjobeki
c3c9a8d082
Merge pull request 'modules: add explizit class to clan module' ( #4115 ) from hsjobeki/buildClan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4115
2025-06-27 08:13:54 +00:00
Johannes Kirschbauer
d011b1ab02
docs: rename all references from 'buildClan' to 'lib.clan'
2025-06-27 09:54:23 +02:00
Johannes Kirschbauer
b34e5b30e5
modules: add explizit class to clan module
2025-06-27 09:53:40 +02:00
hsjobeki
b1376f2669
Merge pull request 'buildClan: deprecate in favor of 'clan'' ( #4111 ) from hsjobeki/buildClan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4111
2025-06-27 07:29:32 +00:00
Johannes Kirschbauer
79ec0f07eb
modules: fix consistent nixpkgs and nix-darwin injection
2025-06-27 09:21:19 +02:00
Johannes Kirschbauer
7833a56723
modules.nixosVmTest: rename to nixosTest to match the target module _class
2025-06-26 17:37:42 +02:00
Johannes Kirschbauer
50f6b4a095
modules.clan.default: move specialArgs into common place
2025-06-26 17:37:42 +02:00
Johannes Kirschbauer
e195a77476
buildClan: deprecate in favor of 'clan'
...
clan.lib.clan { <your definition> } returns an eval result
In contrast to buildClan which returns the .config
This allows for better introspection
2025-06-26 17:08:47 +02:00
Johannes Kirschbauer
0271af0dcb
modules: move clan module to flake.modules.clan.default
2025-06-26 17:08:47 +02:00
Johannes Kirschbauer
cfce6d9845
flake-parts: enable modules feature
2025-06-26 17:08:47 +02:00
hsjobeki
6929700c77
Merge pull request 'chore: clean up logic around clanInternals' ( #4110 ) from hsjobeki/buildClan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4110
2025-06-26 14:21:59 +00:00
Johannes Kirschbauer
7d755d04b5
chore: clean up logic around clanInternals
2025-06-26 16:12:35 +02:00
pinpox
4f8421def0
Merge pull request 'Fix machine-id on macos' ( #4109 ) from fix-mac-machine-id into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4109
2025-06-26 13:57:19 +00:00
hsjobeki
0cabce6e5f
Merge pull request 'chore: buildClan warn access without .config prefix' ( #4108 ) from hsjobeki/buildClan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4108
2025-06-26 13:39:39 +00:00
pinpox
264b010a89
Fix machine-id on macos
2025-06-26 15:35:34 +02:00
hsjobeki
28147fb5d5
Merge pull request 'refactor: unify evalClanService with evalService' ( #4106 ) from hsjobeki/eval service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4106
2025-06-26 13:22:03 +00:00
Johannes Kirschbauer
a95d39923e
chore: buildClan warn access without .config prefix
...
Makes behavior consistent with nixosSystem, nixpkgs.
Alows access to options and other eval modules results
Needed for error tracking and better devx
2025-06-26 15:21:49 +02:00
Johannes Kirschbauer
acaf44e2c5
chore: remove spurious class
2025-06-26 15:20:18 +02:00
Johannes Kirschbauer
e77769bd20
refactor: clanLib buildClan
2025-06-26 15:20:05 +02:00
Johannes Kirschbauer
11a94893fb
refactor: unify evalClanService with evalService
2025-06-26 14:50:35 +02:00
hsjobeki
c079d6b65f
Merge pull request 'refactor: simplify buildClan remove any filtering' ( #4105 ) from hsjobeki/buildClan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4105
2025-06-26 12:04:37 +00:00
Johannes Kirschbauer
1568950410
refactor: simplify buildClan remove any filtering
2025-06-26 13:56:14 +02:00
hsjobeki
5ae6636126
Merge pull request 'refactor: clan expose the clan module as is' ( #4101 ) from hsjobeki/clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4101
2025-06-26 11:44:24 +00:00
Johannes Kirschbauer
6c460db016
schema: update clan option source
2025-06-26 13:24:34 +02:00
renovate[bot]
47b338f539
Update data-mesher digest to 32b1ff6
2025-06-26 10:50:17 +00:00
renovate[bot]
f314fbb1b9
Update treefmt-nix digest to ac8e6f3
2025-06-26 10:30:17 +00:00
Johannes Kirschbauer
9196de993d
feat(darwinModules): add module location analog to flake-parts
2025-06-26 11:55:55 +02:00
Johannes Kirschbauer
fcd2124936
refactor: clan expose the clan module as is
2025-06-26 11:47:53 +02:00
hsjobeki
06711a09c5
Merge pull request 'inventory.json: remove all services from local inventory' ( #4100 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4100
2025-06-26 09:45:04 +00:00
Johannes Kirschbauer
2f5793a2bc
inventory.json: remove all services from local inventory
2025-06-26 11:28:33 +02:00
hsjobeki
76e8cf10cb
Merge pull request 'Refactor(build-inventory): remove build-inventory in favor of simple and expressive evalModules' ( #4097 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4097
2025-06-26 09:27:55 +00:00
Johannes Kirschbauer
a01ece8742
Refactor(build-inventory): remove build-inventory in favor of simple and expressive evalModules
2025-06-26 11:11:50 +02:00
pinpox
a37bdd9fac
Merge pull request 'Add deprecation warnings to all clanModules' ( #4098 ) from all-deprecations into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4098
2025-06-26 08:43:55 +00:00
pinpox
0b459f64e6
Add deprecation warnings to all clanModules
2025-06-26 10:35:47 +02:00
renovate[bot]
e09deaf42c
Update disko digest to 83c4da2
2025-06-26 02:50:17 +00:00
hsjobeki
4ea7a10a79
Merge pull request 'importer: Fix the documentation for the importer service' ( #4062 ) from kenji/importer: Fix the documentation for the importer service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4062
Reviewed-by: hsjobeki <hsjobeki@gmail.com >
2025-06-25 16:30:04 +00:00
hsjobeki
1955a8171e
Merge pull request 'build-inventory: refactor into seperate folders and explizit submodule' ( #4094 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4094
2025-06-25 16:23:58 +00:00
Johannes Kirschbauer
0bb5ed923e
build-inventory: fix tests temporarily
2025-06-25 18:15:47 +02:00
Johannes Kirschbauer
c91b5fb3db
build-inventory: move inventory and inventoryClass into explizitly different folders
2025-06-25 17:55:45 +02:00
a-kenji
6188583885
pkgs/clan: Improve error message on clan secrets users add
...
Improve error message on `clan secrets users add [user] --age-key
`AGE-PLUGIN-YUBIKEY`
Since there is no way to get the recipient through the AGE-PLUGIN-YUBIKEY,
we should fail fast and give an actionable error to the user.
2025-06-25 17:30:59 +02:00
Johannes Kirschbauer
68ed393c87
build-inventory: replace by equivalent submodule
2025-06-25 17:23:46 +02:00
hsjobeki
af27f43491
Merge pull request 'inventory/interface: reduce apply arguments chain by adding options' ( #4092 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4092
2025-06-25 14:41:55 +00:00
Johannes Kirschbauer
16392622c5
Chore: add _file for internals error tracing
2025-06-25 15:47:18 +02:00
Johannes Kirschbauer
1819243123
inventory/interface: reduce apply arguments chain by adding it to _module.args
2025-06-25 15:15:22 +02:00
kenji
4204381edc
Merge pull request 'pkgs/agit: Pre-fill the editor with commit messages' ( #4083 ) from kenji/pkgs/agit: Pre-fill the editor with commit messages into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4083
2025-06-25 10:52:22 +00:00
kenji
4e35ab2e47
Merge pull request 'pkgs/agit: Autofill AGit topic based on the current branch name' ( #4091 ) from kenji/ke-topic-name-from-branch into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4091
2025-06-25 10:47:44 +00:00
a-kenji
332f844ec6
pkgs/agit: Autofill AGit topic based on the current branch name
...
This makes it more likely that AGit topics are compatible with git
commands.
2025-06-25 12:32:32 +02:00
hsjobeki
a4bcaa8854
Merge pull request 'build-clan: always use a single entry point' ( #4089 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4089
2025-06-25 10:28:50 +00:00
Johannes Kirschbauer
d0ae75e5cc
build-clan: export default.nix that injects clanLib
...
This should be the single entry point, that includes clanLib
instead of importApply propagation
2025-06-25 12:07:59 +02:00
kenji
ed7162635b
Merge pull request 'pkgs/clan-cli: Fix typo in sshd test' ( #4088 ) from kenji/pkgs/clan-cli: Fix typo in sshd test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4088
2025-06-25 10:00:06 +00:00
Johannes Kirschbauer
aa96a11369
build-clan: move clan attribute relates modules into subfolder
2025-06-25 10:55:37 +02:00
hsjobeki
3e030a5199
Merge pull request 'build-clan: move clan attribute relates modules into subfolder' ( #4063 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4063
2025-06-25 08:46:18 +00:00
a-kenji
b14a15407c
pkgs/clan-cli: Fix typo in sshd test
2025-06-25 10:13:06 +02:00
DavHau
d1163bc2c5
Merge pull request 'docs: add clan options search page' ( #4077 ) from davhau/docs: add clan options search page into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4077
2025-06-25 06:56:55 +00:00
DavHau
75ce3fcb84
nuschtos: fix flake dependencies crashing tests
2025-06-25 13:48:50 +07:00
DavHau
9299c83822
bring back services rendering for docs
...
Setting services to visible = false breaks stuff
2025-06-25 13:48:50 +07:00
DavHau
2b73671f18
docs/devshell: unbreak - add options-page
...
Create the options-page subpage when the docs dev shell is loaded.
Also simplify the dev shell definition by just utilizing what's in configurePhase of the docs derivation
2025-06-25 13:48:50 +07:00
DavHau
4421ce006e
docs: add clan options search page
...
This provides a simpler and more intuitive search over a flat list of possible options.
Styling still to be improved
2025-06-25 12:55:25 +07:00
DavHau
ae1a139818
nix_modules: generate clan.py in top-level shell
...
Generally I don't think dev shells are the right place to trigger generation of files.
This should be part of the formatter and pre-commit hook
@hsjobeki
2025-06-25 12:33:36 +07:00
a-kenji
c6dce03c58
pkgs/agit: Pre-fill the editor with commit messages
...
Pre-fill the editor with commit messages for the AGit PR.
2025-06-25 01:56:46 +02:00
Luis Hebendanz
b1dcef4862
Merge pull request 'clan-app: Add a 'group' to log_manager. Move log_manager to own subdirectory' ( #4081 ) from Qubasa/clan-core:improve_ui_logs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4081
2025-06-24 19:53:09 +00:00
Qubasa
6558a915ad
clan-app: Add a 'group' to log_manager. Move log_manager to own subdirectory
2025-06-24 21:42:18 +02:00
kenji
92918719e9
Merge pull request 'pkgs/agit: Document agit PR fetching' ( #4080 ) from kenji/pkgs/agit: Document agit PR fetching into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4080
2025-06-24 17:21:34 +00:00
Luis Hebendanz
81b87a6437
Merge pull request 'clan-lib: Move nix_options from Machine class to Flake class' ( #4048 ) from Qubasa/clan-core:move_nix_options into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4048
Reviewed-by: lassulus <clanlol@lassul.us >
2025-06-24 17:19:16 +00:00
kenji
96cf48a8a8
Merge pull request 'pkgs/agit: Add proper closing message for aborting an AGit PR' ( #4076 ) from kenji/pkgs/agit: Add proper closing message for aborting an AGit PR into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4076
2025-06-24 17:18:00 +00:00
a-kenji
6831dc9f72
pkgs/agit: Document agit PR fetching
2025-06-24 19:13:04 +02:00
Qubasa
60d2837ddd
clan-cli: Remove unecessary nix_options args from functions
2025-06-24 19:07:41 +02:00
Qubasa
1bec31b371
generate-test-vars: Fix wrong Flake function invocations
2025-06-24 19:03:20 +02:00
Qubasa
5c6c848dea
formatter.iix: Add generate-test-vars to be typechecked
2025-06-24 19:03:20 +02:00
Qubasa
d14a5d34fd
clan-lib: Move nix_options from Machine class to Flake class
2025-06-24 19:03:20 +02:00
Luis Hebendanz
d3d2cb8723
Merge pull request 'Move update.py to clan_lib/machines part 4' ( #4073 ) from Qubasa/clan-core:move_to_clan_lib6 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4073
2025-06-24 14:52:10 +00:00
Luis Hebendanz
e6a7efafcf
Merge pull request 'Move delete.py to clan_lib/machines part 3' ( #4069 ) from Qubasa/clan-core:move_to_clan_lib5 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4069
2025-06-24 14:51:19 +00:00
Luis Hebendanz
ef5a4ab122
Merge pull request 'Move list.py to clan_lib/machines part 2' ( #4068 ) from Qubasa/clan-core:move_to_clan_lib4 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4068
2025-06-24 14:51:06 +00:00
a-kenji
c8e6a6c6b8
pkgs/agit: Add proper closing message for aborting an AGit PR
...
Add a proper closing message for aborting an AGit PR.
Also add documentation directly to the comments of the COMMIT_EDITMSG.
2025-06-24 16:47:10 +02:00
renovate[bot]
bbebf67eb0
Update dependency vite to v7
2025-06-24 13:10:33 +00:00
pinpox
724aa17faa
Merge pull request 'Make machine ID a option' ( #4013 ) from machine-id-option into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4013
2025-06-24 12:13:22 +00:00
Johannes Kirschbauer
9fcbb6d688
build-clan: move clan attribute relates modules into subfolder
2025-06-24 13:13:59 +02:00
pinpox
b53975684e
Merge branch 'main' into machine-id-option
2025-06-24 11:12:24 +00:00
kenji
a1b1f3e9de
Merge pull request 'pkgs/agit: Add all commits since main to edit comment' ( #4071 ) from kenji/pkgs/agit: Add all commits since main to edit comment into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4071
2025-06-24 11:01:15 +00:00
a-kenji
d4a4f61f74
pkgs/agit: Add all commits since main to edit comment
...
This is a first step for adding all the commits to the `agit c` and
prefilling it.
2025-06-24 12:18:15 +02:00
Qubasa
e79b926566
clan-cli: Move update.py to clan_lib/machines
2025-06-24 12:17:21 +02:00
Qubasa
d85277a077
clan-vm-manager: Fix list_machines import
2025-06-24 12:16:38 +02:00
Qubasa
29a5fbed53
clan-cli: Move delete.py to clan_lib/machines
2025-06-24 12:16:38 +02:00
Qubasa
e53a490edc
clan-cli: Move list.py to clan_lib/machines
2025-06-24 12:16:38 +02:00
Qubasa
48ea1c757f
clan-cli: Move morph.py to clan_lib/machines
2025-06-24 12:16:38 +02:00
renovate[bot]
f81c2254e1
Update dependency tailwindcss to v4
2025-06-24 10:10:27 +00:00
DavHau
03fe06285b
inventory interface: add description for module.name
2025-06-24 10:09:05 +00:00
pinpox
b476eb2f92
Merge branch 'main' into machine-id-option
2025-06-24 10:08:04 +00:00
Qubasa
ae73428ba5
clan-vm-manager: Fix list_machines import
2025-06-24 12:03:56 +02:00
Qubasa
ca17fb0ee8
clan-cli: Move list.py to clan_lib/machines
2025-06-24 11:57:02 +02:00
kenji
f288b8c1ef
Merge pull request 'pkgs/clan: Add --tags support to clan machines update' ( #4061 ) from kenji/pkgs/clan: Add --tags support to clan machines update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4061
2025-06-24 09:43:35 +00:00
pinpox
62199e5ec9
Merge branch 'main' into machine-id-option
2025-06-24 09:41:42 +00:00
Qubasa
add15a1a3e
clan-cli: Move delete.py to clan_lib/machines
2025-06-24 11:37:21 +02:00
Qubasa
5a14bd3993
clan-cli: Move list.py to clan_lib/machines
2025-06-24 11:32:42 +02:00
Qubasa
eb26ccaed0
clan-cli: Move morph.py to clan_lib/machines
2025-06-24 11:24:38 +02:00
Luis Hebendanz
1b6a3ba335
Merge pull request 'clan-cli: Move hardware.py to clan_lib/machines part2' ( #4066 ) from Qubasa/clan-core:move_to_clan_lib2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4066
2025-06-24 09:19:41 +00:00
Luis Hebendanz
18d45da9d6
Merge pull request 'clan-cli: Add missining propagation of host-key-check in machines.update' ( #4053 ) from Qubasa/clan-core:fix_host_key_check_in_update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4053
2025-06-24 09:10:30 +00:00
Qubasa
b26aad3619
clan-cli: Move hardware.py to clan_lib/machines
2025-06-24 11:07:37 +02:00
pinpox
cb69eea68f
Make machine ID a option
2025-06-24 10:42:03 +02:00
Qubasa
7eb90acfc4
clan-cli: Add missining propagation of host-key-check in machines.update
2025-06-24 10:35:53 +02:00
brianmcgee
26a2b45c74
Merge pull request 'add Tag and TagGroup components' ( #4038 ) from ui/tags into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4038
2025-06-24 08:30:06 +00:00
a-kenji
5b04cfc06a
pkgs/clan: Add --tags support to clan machines update
2025-06-23 23:51:43 +02:00
a-kenji
e0b7b3329a
importer: Fix the documentation for the importer service
2025-06-23 23:27:37 +02:00
hsjobeki
afc001cc54
Merge pull request 'pkgs/clan-cli: Remove confusing note from the CLI help' ( #4045 ) from kenji/pkgs/clan-cli: Remove confusing note from the CLI help into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4045
2025-06-23 14:22:28 +00:00
hsjobeki
a6f94987f9
Merge pull request 'Feat(inventory): simplify instance module spec, by applying a default' ( #4054 ) from hsjobeki/module-default into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4054
2025-06-23 14:21:55 +00:00
hsjobeki
f0d8974d03
Merge pull request 'Refactor(build-clan): rename to lib/modules' ( #4055 ) from clan-unify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4055
2025-06-23 14:16:54 +00:00
Johannes Kirschbauer
5dc80e43cd
Chore(classes): update classes
2025-06-23 16:11:12 +02:00
Johannes Kirschbauer
247eb46b5e
Refactor(build-clan): rename to lib/modules
...
This is a preparation for moving everything into clan, to make it all one module evaluation
2025-06-23 16:06:49 +02:00
Luis Hebendanz
fa843569c7
Merge pull request 'Simplify parse_deployment_address function' ( #4052 ) from Qubasa/clan-core:simplify_parse_deployment_address into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4052
2025-06-23 13:51:37 +00:00
Johannes Kirschbauer
c37651f2fe
Feat(inventory): simplify instance module spec, by applying a default
2025-06-23 15:46:52 +02:00
Qubasa
046d13bd50
clan-lib: Rename parse_deployment_address to parse_ssh_uri
2025-06-23 15:32:35 +02:00
Qubasa
c3a631de7e
clan-lib: Remove override args from parse_deployment_address, instead use the Remote.override method where necessary
2025-06-23 15:28:22 +02:00
Luis Hebendanz
b3c04ccd53
Merge pull request 'Simplify handling of HostKeyCheck' ( #4051 ) from Qubasa/clan-core:make_host_key_check_literal into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4051
2025-06-23 13:22:23 +00:00
Qubasa
217f55adec
clan-cli: Simplify HostKeyCheck to a Literal instead of an Enum
2025-06-23 15:08:44 +02:00
Qubasa
c4b3b26fa6
clan-cli: Move clan_cli/ssh/host_key.py to clan_lib/ssh
2025-06-23 15:07:18 +02:00
Luis Hebendanz
f1b886f04c
Merge pull request 'clan-lib: Rename check_machine_online to can_ssh_login. Move to Remote object' ( #4050 ) from Qubasa/clan-core:fix_check_online_machine into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4050
2025-06-23 12:32:39 +00:00
Qubasa
c65bd82e98
clan-lib: Rename check_machine_online to can_ssh_login. Move to Remote object
2025-06-23 14:21:51 +02:00
renovate[bot]
c4ce1e7962
chore(deps): update disko digest to 8fd2d6c
2025-06-23 12:10:18 +00:00
a-kenji
6ff64f7e0a
pkgs/clan-cli: Remove confusing note from the CLI help
...
Remove a now obsolete and thus confusing note from the help output
of `clan show`.
2025-06-23 08:57:43 +02:00
renovate[bot]
df5de44ba3
chore(deps): update data-mesher digest to f072536
2025-06-23 00:20:19 +00:00
renovate[bot]
9f93ad59e9
chore(deps): update nix-darwin digest to 04a3412
2025-06-22 19:20:17 +00:00
hsjobeki
1e0860df22
Merge pull request 'feat(clan-services): enable recursive services' ( #3972 ) from hsjobeki/nested-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3972
2025-06-20 12:51:27 +00:00
Johannes Kirschbauer
8bb28b7ba7
Fix(clan-services): allMachines might not contain the machineName
2025-06-20 14:41:17 +02:00
Brian McGee
36e2f25b57
feat(ui): add TagGroup component
...
Introduces a new `TagGroup` component for rendering grouped tags with optional inverted styling.
2025-06-20 12:22:59 +01:00
Brian McGee
2ed5d29c89
feat(ui): add Tag component
...
Adds a reusable `Tag` component with support for default and inverted styles. Also includes cleanup of unused dependencies in `package.json`.
2025-06-20 12:22:58 +01:00
renovate[bot]
b50fc9d6aa
chore(deps): update nixos-facter-modules digest to 14df13c
2025-06-20 10:20:16 +00:00
pinpox
2138db856e
Merge pull request 'fix: use custom git config in impure-checks to avoid system dependency' ( #4037 ) from fix-impure-checks-git-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4037
2025-06-20 09:32:10 +00:00
pinpox
f308ef7e8d
fix: use custom git config in impure-checks to avoid system dependency
2025-06-20 10:40:32 +02:00
Brian McGee
4586b0d17d
feat(ui): rename TagStatus to MachineStatus
...
Standardizes naming and updates related props, classes, and types for clarity and consistency.
2025-06-20 09:13:55 +01:00
brianmcgee
430f2562c0
Merge pull request 'feat(ui): consolidate and simplify how we use colors' ( #4035 ) from ui/color-and-css-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4035
2025-06-20 07:49:40 +00:00
Brian McGee
519b24ba0f
feat(ui): consolidate and simplify how we use colors
...
* reconciles latest color variables from Figma
* defines the primary colors and the color system in tailwind config.
* refines how we generate utilities within the color system for `bg`, `fg` and `border`.
* removes custom box shadows, instead leaning on direct definition in CSS and `theme()`.
This change removes duplicate color information being defined as CSS variables in `index.css`
and co-locates all style information with the component
whilst retaining the ability to tie in to the color system when mapping styles from Figma.
2025-06-19 17:28:47 +01:00
Luis Hebendanz
4c0ad55e35
Merge pull request 'clan-lib: machines.py: Remove host_key attribute' ( #4034 ) from Qubasa/clan-core:minimize_machine_obj into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4034
2025-06-19 16:14:49 +00:00
Qubasa
fae4d39a10
clan-lib: machines.py: Remove host_key attribute
2025-06-19 17:55:56 +02:00
Luis Hebendanz
72dc352a3e
Merge pull request 'clan-lib: machines.py: Remove private_key attribute' ( #4033 ) from Qubasa/clan-core:minimize_machine_obj into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4033
2025-06-19 15:40:13 +00:00
Qubasa
cce4d561e4
clan-lib: machines.py: Remove private_key attribute
2025-06-19 17:28:50 +02:00
brianmcgee
acaf04175d
Merge pull request 'feat(ui): Sidebar nav' ( #4018 ) from ui/sidebar into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4018
2025-06-19 15:19:07 +00:00
Luis Hebendanz
98bf2f325b
Merge pull request 'clan-app: ui-2d remove unecessary imports' ( #4032 ) from Qubasa/clan-core:ui-2d-logs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4032
2025-06-19 15:15:36 +00:00
Brian McGee
f7a5c99bb3
feat(ui): Sidebar nav
2025-06-19 16:03:21 +01:00
Qubasa
0d984488ed
clan-app: Add vscode workspace for ui-2d
2025-06-19 17:03:04 +02:00
Qubasa
7dadcd99ff
clan-app: ui-2d remove unecessary imports
2025-06-19 16:52:45 +02:00
Luis Hebendanz
c4fe02ad0b
Merge pull request 'clan-app: 3d UI Remove unused files and exports' ( #4029 ) from Qubasa/clan-core:ui_minimize-3d into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4029
2025-06-19 14:48:51 +00:00
Qubasa
3d20b41138
clan-app: Add unused import checker and autofixer. Remove unused files.
2025-06-19 15:14:08 +02:00
renovate[bot]
75a6aa810e
chore(deps): update nix-darwin digest to 0d71cbf
2025-06-19 10:20:15 +00:00
kenji
4b20d6f56a
Merge pull request 'pkgs/agit: Support osc8 in list subcommand' ( #4028 ) from kenji/pkgs/agit: Support osc8 in list subcommand into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4028
2025-06-19 09:15:46 +00:00
Qubasa
eb47cf08b8
clan-app: 3d UI Remove unused files and exports
2025-06-18 22:42:00 +02:00
Luis Hebendanz
5f31825514
Merge pull request 'clan-app: Remove unused files and exports from ui-2d' ( #4027 ) from Qubasa/clan-core:ui_minimize into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4027
2025-06-18 20:36:04 +00:00
Qubasa
0a865eee6c
clan-app: Remove unused files and exports
2025-06-18 22:11:38 +02:00
a-kenji
6ee27bd8eb
pkgs/agit: Support osc8 in list subcommand
...
Support osc8 escape sequences in `agit list` subcommand.
2025-06-18 21:47:27 +02:00
renovate[bot]
b6da0b5683
chore(deps): update dependency playwright to ~1.53.0
2025-06-18 19:34:21 +00:00
renovate[bot]
4c525c436a
fix(deps): update dependency three to ^0.177.0
2025-06-18 19:20:28 +00:00
Luis Hebendanz
ac9ed0ddba
Merge pull request 'ui_minimize' ( #4024 ) from Qubasa/clan-core:ui_minimize into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4024
2025-06-18 19:17:59 +00:00
Qubasa
0ac445facc
clan-app: Add knip dead code analyzer
2025-06-18 21:10:18 +02:00
Qubasa
f47db5f7c1
clan-app: Fix npm run build in ui-2d
2025-06-18 20:56:52 +02:00
kenji
c8f1434b5f
Merge pull request 'pkgs/agit: Add PR status checks to the list subcommand' ( #4021 ) from kenji/pkgs/agit: Add PR status checks to the list subcommand into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4021
2025-06-18 18:52:16 +00:00
kenji
fbc7c1188f
Merge pull request 'pgks/agit: Update documentation' ( #4022 ) from kenji/pgks/agit: Update documentation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4022
2025-06-18 18:52:10 +00:00
Qubasa
4f60dbfe28
clan-app: Add more symlinks to ui-2d
2025-06-18 20:34:54 +02:00
Qubasa
c53874c525
clan-app: Working npm run check in ui-2d folder
2025-06-18 20:31:47 +02:00
a-kenji
cb1eb3ce20
pgks/agit: Update documentation
2025-06-18 20:31:44 +02:00
a-kenji
1a771cca82
pkgs/agit: Add PR status checks to the list subcommand
2025-06-18 20:28:36 +02:00
Luis Hebendanz
03b68afaa5
Merge pull request 'UI create a separate ui-2d folder' ( #3998 ) from Qubasa/clan-core:ui_overhaul into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3998
2025-06-18 18:11:28 +00:00
Qubasa
f80332a3f0
clan-app: Symlink more stuff from ui to ui-2d
2025-06-18 18:07:58 +02:00
Qubasa
e785a6be4e
clan-app: Move changes for 2D view to separate ui-2d folder
2025-06-18 17:58:49 +02:00
Luis Hebendanz
f4a7016ece
Merge pull request 'pkgs/cli(machines): Move inventory warning to debug information' ( #4012 ) from kenji/ke-iventory-warning-debug into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4012
2025-06-18 15:39:08 +00:00
kenji
659d2a4c04
Merge pull request 'pkgs/clan: Improve machines list tests' ( #4014 ) from kenji/pkgs/clan: Improve machines list tests into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4014
2025-06-18 14:39:54 +00:00
DavHau
7e18dc6bb4
vars-check: enable debug logging for cache misses
2025-06-18 14:22:57 +00:00
brianmcgee
8ea465d331
Merge pull request 'feat(ui): upgrade to storybook 9' ( #3954 ) from feat/storybook-9 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3954
2025-06-18 14:19:12 +00:00
Brian McGee
f0322a8411
feat(ui): upgrade to storybook 9
...
Replaces rollup with wasm version for portability.
2025-06-18 15:03:43 +01:00
kenji
1f8fef726b
Merge pull request 'agit: Add list subcommand to list current open AGit PRs' ( #4015 ) from kenji/agit: Add list subcommand to list current open AGit PRs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4015
2025-06-18 14:03:29 +00:00
a-kenji
c83d3a595e
pkgs/clan: Improve machines list tests
...
Extend and Improve `clan machines list` testing as well as the `--tags`
subcommand.
2025-06-18 16:03:02 +02:00
a-kenji
0adbf043de
agit: Add list subcommand to list current open AGit PRs
...
Add a `list` subcommand to list currently open `AGit` PRs through the
cli.
2025-06-18 15:45:41 +02:00
pinpox
445b7a2027
Merge pull request 'Deprecated unsused modules' ( #3996 ) from remove-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3996
2025-06-18 11:43:02 +00:00
pinpox
7f840fde61
Merge branch 'main' into remove-services
2025-06-18 11:30:31 +00:00
pinpox
6de9a9a910
Remove services and add deprecation warning
2025-06-18 13:18:25 +02:00
a-kenji
52c3006d9b
pkgs/cli(machines): Move inventory warning to debug information
...
Move the inventory warning to debug information and improve the error.
This is an alternative proposal to: #4009
2025-06-18 13:15:37 +02:00
Luis Hebendanz
100e01b32c
Merge pull request 'pkgs/clan: Rename target_host_str' ( #4010 ) from kenji/ke-iventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4010
Reviewed-by: Luis Hebendanz <consulting@qube.email >
2025-06-18 10:58:58 +00:00
Qubasa
1b23d5dcf3
clan-app: Fix storybook tests
2025-06-18 12:55:47 +02:00
Qubasa
0c432d5c25
clan-app: Untangle Machine Details into separate components. Makes it non functional for now.
2025-06-18 12:49:43 +02:00
Qubasa
143dfc99dc
clan-app: Improve api test page
2025-06-18 12:49:43 +02:00
Qubasa
3835624040
clan-lib: Set "root" as default user in Remote object
2025-06-18 12:49:43 +02:00
a-kenji
c1a4de843a
pkgs/clan: Rename target_host_str
...
The `target_host_str` is a confusing choice, since it can be either
the `targetHost` or `buildHost`.
2025-06-18 12:03:57 +02:00
Michael Hoang
d9f2c1681f
Merge pull request 'cli: fix machines update failing with protocol mismatch on macOS' ( #4008 ) from push-rmpkuustzxxu into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4008
2025-06-18 10:01:32 +00:00
kenji
b4b6bf8e16
Merge pull request 'docs/testing: Improve testing documentation' ( #4007 ) from kenji/docs/testing: Improve testing documentation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4007
2025-06-18 09:41:37 +00:00
Michael Hoang
84e280e32d
cli: fix machines update failing with protocol mismatch on macOS
2025-06-18 16:30:11 +07:00
a-kenji
688aad716d
docs/testing: Improve testing documentation
2025-06-18 11:12:30 +02:00
kenji
d531ee2296
Merge pull request 'gitignore: Remove unused dream2nix rules' ( #4005 ) from kenji/gitignore: Remove unused dream2nix rules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4005
2025-06-18 09:12:15 +00:00
kenji
7d96e8455e
Merge pull request 'gitignore: Remove obsolete or unused rules' ( #4004 ) from kenji/gitignore: Remove obsolete or unused rules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4004
2025-06-18 09:11:10 +00:00
kenji
12151b91dd
Merge pull request 'clanServices/hello-world: Fix eval-test example formatting' ( #4003 ) from kenji/clanServices/hello-world: Fix eval-test example formatting into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4003
2025-06-18 09:08:27 +00:00
a-kenji
2cb588d5a8
gitignore: Remove unused dream2nix rules
2025-06-18 10:52:18 +02:00
a-kenji
f6680a1f8b
gitignore: Remove flatpak
2025-06-18 10:50:37 +02:00
a-kenji
3f8203077e
gitignore: Remove unclear gitignored files
2025-06-18 10:50:20 +02:00
Mic92
69b7b61cc7
Merge pull request 'pkgs/agit: Update documentation' ( #3995 ) from kenji/pkgs/agit: Update documentation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3995
2025-06-18 08:48:11 +00:00
a-kenji
111172e514
clanServices/hello-world: Fix eval-test example formatting
2025-06-18 10:45:59 +02:00
renovate[bot]
90d3de3514
chore(deps): update data-mesher digest to cb75111
2025-06-17 19:21:50 +00:00
Mic92
63e741ed20
Merge pull request 'Introduce flake parts module for clan nixos tests' ( #4000 ) from speed-up-ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4000
2025-06-17 19:20:08 +00:00
Jörg Thalheim
a260083919
fix(vars-check): include generator scripts in test closure
...
The vars-check test was failing because it only included the
runtimeInputs of generators but not the actual generator scripts
themselves. This caused the test to fail when trying to execute
generators that reference local files (like generate.py).
Added allGeneratorScripts to the closureInfo to ensure all generator
scripts and their dependencies are available in the test environment.
2025-06-17 21:09:59 +02:00
Jörg Thalheim
80a0f66809
no longer make test derivation depends on vars-check
...
this triggers more builds than necessary.
2025-06-17 21:09:59 +02:00
Jörg Thalheim
c03fda1b84
zerotier: migrate to clan.nixosTests module
2025-06-17 21:09:59 +02:00
Jörg Thalheim
be760704eb
wifi: migrate to clan.nixosTests module
2025-06-17 20:39:06 +02:00
Jörg Thalheim
9cefd70bf8
users: migrate to clan.nixosTests module
2025-06-17 20:39:06 +02:00
Jörg Thalheim
d31c9d1537
trusted-nix-caches: migrate to clan.nixosTests module
2025-06-17 20:38:31 +02:00
Jörg Thalheim
8e2fc1056f
state-version: migrate to clan.nixosTests module
2025-06-17 20:38:31 +02:00
Jörg Thalheim
41513e6a70
sshd: migrate to clan.nixosTests module
2025-06-17 19:32:04 +02:00
Jörg Thalheim
e5d6d6e7f9
packages: migrate to clan.nixosTests module
2025-06-17 19:31:09 +02:00
Jörg Thalheim
b2a587021f
mycelium: migrate to clan.nixosTests module
2025-06-17 19:30:21 +02:00
Jörg Thalheim
509b18647c
localsend: migrate to clan.nixosTests module
2025-06-17 19:29:08 +02:00
Jörg Thalheim
3535350cb6
hello-world: migrate to clan.nixosTests module
2025-06-17 19:28:12 +02:00
Jörg Thalheim
4459899fb6
heisenbridge: migrate to clan.nixosTests module
2025-06-17 19:27:15 +02:00
Jörg Thalheim
a6f0f27f02
garage: migrate to clan.nixosTests module
2025-06-17 19:26:25 +02:00
Jörg Thalheim
88e935f7c9
ergochat: migrate to clan.nixosTests module
2025-06-17 19:24:09 +02:00
Jörg Thalheim
12cdc279e8
deltachat: make test more robust with wait_until_succeeds
...
Use wait_until_succeeds for the first network check to ensure the
service is fully ready before testing connectivity.
2025-06-17 19:18:04 +02:00
Jörg Thalheim
e9cded4fd8
deltachat: migrate to clan.nixosTests module
2025-06-17 19:13:25 +02:00
Jörg Thalheim
065c697e0b
borgbackup: migrate to clan.nixosTests module
2025-06-17 19:04:47 +02:00
Jörg Thalheim
268a95f2e4
clan-nixos-test: pass clan-core to test nodes via module args
...
This allows tests that need access to clan-core (e.g. for clan-cli or
dependencies) to use it within their node configurations.
2025-06-17 19:04:47 +02:00
Jörg Thalheim
3a1b2aede8
admin: migrate to clan.nixosTests module
2025-06-17 19:04:47 +02:00
Jörg Thalheim
29b2c51391
clan-nixos-test: add individual vars-checks back
...
The consolidated vars-check was too slow to eval. Individual vars-checks allow for better parallelization.
2025-06-17 18:49:16 +02:00
Jörg Thalheim
28d3cee649
introduce flake parts module for clan nixos tests
2025-06-17 18:38:52 +02:00
Mic92
9518fb660b
Merge pull request 'fix: correctly check existence of CLAN_TEST_STORE paths in cache' ( #3999 ) from fix-clan-test-store-caching into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3999
2025-06-17 15:38:13 +00:00
Jörg Thalheim
d9c97fcb10
fix: correctly check existence of CLAN_TEST_STORE paths in cache
...
The flake cache was only checking existence for paths starting with
NIX_STORE_DIR (defaulting to /nix/store), but not for paths in the
test store when CLAN_TEST_STORE is set. This caused the cache to
return stale references to paths that had been garbage collected.
This fix updates the is_cached method to also check for paths in
the test store, preventing cache misses during tests.
2025-06-17 17:21:06 +02:00
Mic92
9064848d86
Merge pull request 'machines: fix remote-program for darwin nix copy' ( #3993 ) from darwin-remote-program into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3993
2025-06-17 14:45:43 +00:00
Jörg Thalheim
5dbe44bb43
machines: fix remote-program for darwin nix copy
...
MacOS doesn't come with a proper login shell for ssh and therefore
doesn't have nix in $PATH as it doesn't source /etc/profile.
This restores the remote-program parameter that was accidentally
removed in commit cff5d61f26 .
2025-06-17 16:30:04 +02:00
Mic92
578b620e68
Merge pull request 'garage: make test more reliable' ( #3997 ) from garage-test-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3997
2025-06-17 14:26:48 +00:00
Jörg Thalheim
733fe41b4e
garage: make test more reliable
2025-06-17 16:10:38 +02:00
Mic92
d4d37ad4ff
Merge pull request 'add run-vm-test-offline package for offline VM testing' ( #3994 ) from run-vm-test-offline into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3994
2025-06-17 13:20:19 +00:00
kenji
12247c705a
Merge pull request 'chore(deps): lock file maintenance' ( #3975 ) from renovate/lock-file-maintenance into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3975
2025-06-17 12:47:57 +00:00
renovate[bot]
21ca1ed152
chore(deps): lock file maintenance
2025-06-17 12:47:57 +00:00
Mic92
64e5d40de5
Merge pull request 'clan-lib: Make Remote overridable over function arguments' ( #3969 ) from Qubasa/clan-core:nix_transform_host_options into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3969
2025-06-17 12:47:00 +00:00
a-kenji
f796a7531c
pkgs/agit: Update documentation
2025-06-17 14:45:43 +02:00
kenji
8a2bd8c03c
Merge pull request 'agit: Add latest commit information to comment' ( #3990 ) from kenji/agit: Add latest commit information to comment into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3990
2025-06-17 12:43:22 +00:00
Jörg Thalheim
f7f6b22f92
add run-vm-test-offline package for offline VM testing
...
This package allows running NixOS VM tests in an offline environment
using network namespace isolation. It builds the test driver and runs
it with unshare to ensure no network access.
2025-06-17 14:41:12 +02:00
Qubasa
2c57c35517
clan-lib: Refactor remote host handling to function parameters
...
This refactoring improves the separation of concerns by moving remote host creation logic from the Machine class to the calling functions, making the code more flexible and testable.
2025-06-17 14:04:22 +02:00
kenji
c303ed8347
Merge pull request 'agit: Set COMMIT_EDITMSG as filetype' ( #3991 ) from kenji/agit: Set COMMIT_EDITMSG as filetype into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3991
2025-06-17 12:02:03 +00:00
Qubasa
75bfed044b
clan-app: Fix UI errors
2025-06-17 13:53:43 +02:00
Qubasa
344259aa56
genmoon.py: Fix type error
2025-06-17 13:53:43 +02:00
Qubasa
fa4160dda1
clan-lib: Make Remote overridable over function arguments
2025-06-17 13:53:43 +02:00
a-kenji
7c871cdeb2
agit: Add latest commit information to comment
...
Add latest commit information to the editor comments.
That way we can easily adjust the PR based on the latest commit.
2025-06-17 13:50:36 +02:00
Mic92
2af619609a
Merge pull request 'install: correctly pass nix options to nixos-anywhere' ( #3989 ) from nixos-anywhere-options into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3989
2025-06-17 11:49:13 +00:00
kenji
6ab082d080
Merge pull request 'agit: Add -a flag alias for --auto' ( #3992 ) from kenji/agit: Add -a flag alias for --auto into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3992
2025-06-17 11:44:04 +00:00
a-kenji
02f362df92
agit: Add -a flag alias for --auto
2025-06-17 12:45:37 +02:00
Jörg Thalheim
7ce65f429c
install: correctly pass nix options to nixos-anywhere
...
The nix_options were collected but never passed to the nixos-anywhere command.
This fix adds the options to the command before the target host argument.
2025-06-17 12:43:20 +02:00
a-kenji
e6ed020423
agit: Set COMMIT_EDITMSG as filetype
2025-06-17 12:42:12 +02:00
kenji
4575251b7f
Merge pull request 'clanServices: Enable garage by default' ( #3987 ) from kenji/clanServices: Enable garge by default into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3987
2025-06-17 10:33:26 +00:00
Mic92
79f1bed800
Merge pull request 'make setupNixInNixPython a python package' ( #3984 ) from setupNixInNixPython-only into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3984
2025-06-17 10:14:53 +00:00
kenji
212a02a202
Merge pull request 'pyproject: Fix typo' ( #3963 ) from kenji/pyproject: Fix typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3963
2025-06-17 10:08:53 +00:00
a-kenji
55db78fbde
clanServices/garage: Enable garage by default
2025-06-17 12:06:41 +02:00
kenji
19eed0cff5
Merge pull request 'agit: Add documentation to EDIT_MSG and strip comments' ( #3986 ) from kenji/agit: Add documentation to EDIT_MSG and strip comments into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3986
2025-06-17 10:01:29 +00:00
Jörg Thalheim
0fb326b2f3
Apply nix fmt on setupNixInNixPython-only
2025-06-17 12:01:12 +02:00
a-kenji
f92cc19647
agit: Add documentation to EDIT_MSG and strip comments
...
Add documentation to EDIT_MSG and strip comments
2025-06-17 11:48:12 +02:00
kenji
47cf00df60
Merge pull request 'agit: Allow specifying commit information through the editor' ( #3982 ) from kenji/agit: Allow specifying commit information through the editor into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3982
2025-06-17 09:27:39 +00:00
a-kenji
3ada326fde
agit: Allow specifying through EDITOR
2025-06-17 11:00:03 +02:00
renovate[bot]
30dfe1656f
chore(deps): update sops-nix digest to 77c423a
2025-06-17 00:20:11 +00:00
a-kenji
80ad10b8e5
pkgs/*: Remove pytest coverage testing from every single test run
...
There was no noticeable positive impact from having coverage reports on
every single test run.
While adding a separate command to check coverage might be added in the
future, the overhead of collecting the coverage for every test run made
seems not worth it currently.
2025-06-16 15:46:36 +00:00
pinpox
1132185b7d
Merge pull request 'Migrate state-version to clanServices' ( #3947 ) from migrate-state-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3947
2025-06-16 13:29:20 +00:00
pinpox
c9433a7784
Merge pull request 'Migrate packages module to clanServices' ( #3945 ) from migrate-packages into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3945
2025-06-16 10:36:56 +00:00
pinpox
d1d15c34b7
add docs
2025-06-16 12:22:25 +02:00
pinpox
3b0fb23082
Migrate packages module to clanServices
2025-06-16 12:22:24 +02:00
kenji
003c128482
Merge pull request 'zerotier: Add a default to the allowedIps controller setting' ( #3959 ) from kenji/zerotier: Add a default to the allowedIps controller setting into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3959
2025-06-16 10:07:11 +00:00
pinpox
13b987d3c4
migrate state-version
2025-06-16 11:28:35 +02:00
pinpox
482fee1ff2
Merge pull request 'Migrate trusted-nix-caches to clanServices' ( #3949 ) from migrate-nix-caches into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3949
2025-06-16 09:03:08 +00:00
renovate[bot]
f3fccb1d9c
chore(deps): update disko digest to 7f1857b
2025-06-16 02:50:14 +00:00
Johannes Kirschbauer
aabe253bf9
feat(clan-services): enable recursive services
...
Using recursive services is potentially complex and requires carefully
designed services. Nested Services create nixos modules which must be
mergable as always.
2025-06-15 20:06:02 +02:00
Michael Hoang
9bd1ce9a6f
Merge pull request 'clanServices/emergency-access: use more descriptive instance name' ( #3974 ) from push-nmlzqzptwsmv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3974
2025-06-15 06:39:54 +00:00
Michael Hoang
8a7120b3da
clanServices/emergency-access: use more descriptive instance name
2025-06-15 13:27:40 +07:00
Johannes Kirschbauer
e14fbb66b1
chore(clan-service): remove and unify unecessary bindings
2025-06-14 20:03:53 +02:00
Johannes Kirschbauer
ca0a56292e
feat(clan-service): add module context for better error messages
2025-06-14 20:03:53 +02:00
hsjobeki
f0e3b753dc
Merge pull request 'Feat(machine/templates): simplify template args for machines command' ( #3937 ) from hsjobeki/template-ux into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3937
2025-06-14 08:25:28 +00:00
hsjobeki
6501b50058
Merge pull request 'Docs(cli/flash): improve disk instructions' ( #3958 ) from hsjobeki/ux into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3958
2025-06-14 08:13:50 +00:00
renovate[bot]
9af3cc88bf
chore(deps): update nix-darwin digest to 2f140d6
2025-06-14 05:00:12 +00:00
renovate[bot]
2820adb07a
chore(deps): update data-mesher digest to b7cc9ee
2025-06-13 18:00:12 +00:00
kenji
69dfee3316
Merge pull request 'clanServices/zerotier: Add eval tests' ( #3968 ) from kenji/clanServices/zerotier: Add eval tests into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3968
2025-06-13 13:21:20 +00:00
a-kenji
96325c0c29
clanServices/zerotier: Add eval tests
...
Add eval tests to the zerotier clanService module.
The vm module is a stub that acts as an api for the `generate-test-vars`
script, as that currently only works with a vm, not with an eval test.
This checks, if all the peers pick up their respective configuration
correctly. Without running the service itself.
2025-06-13 14:58:27 +02:00
kenji
626c80f029
Merge pull request 'emergency-access: Don't deploy plaintext passwords' ( #3966 ) from kenji/emergency-access: Don't deploy plaintext passwords into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3966
Reviewed-by: Michael Hoang <enzime@noreply.git.clan.lol >
2025-06-13 11:50:00 +00:00
kenji
3c81b6073d
Merge pull request 'emergency-access: Use default instead of mylounge instance name' ( #3965 ) from kenji/emergency-access: Use default instead of mylounge instance name into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3965
2025-06-13 11:49:47 +00:00
a-kenji
30f1d1e6da
emergency-access: Don't deploy plaintext passwords
...
Don't deploy the plaintext emergency password to the target machine.
It doesn't seem to be used anywhere.
2025-06-13 13:30:59 +02:00
a-kenji
34a0e077ee
emergency-access: Use default instead of mylounge instance name
...
The mylounge instance name seems confusing.
2025-06-13 13:26:19 +02:00
kenji
edb156a387
Merge pull request 'checks: Remove the syncthing check again' ( #3964 ) from kenji/checks: Remove the syncthing check again into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3964
2025-06-13 11:23:18 +00:00
a-kenji
c2f20c0ff0
checks: Remove the syncthing check again
...
Someone readded it for some unknown reason.
2025-06-13 13:08:29 +02:00
a-kenji
333a06456e
pyproject: Fix typo
2025-06-13 13:05:21 +02:00
Luis Hebendanz
48a91d2017
Merge pull request 'clan-app: Propagate op_key to callApi callers.' ( #3961 ) from Qubasa/clan-core:ui_get_op_key into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3961
2025-06-13 10:55:23 +00:00
Qubasa
8e79f78ef2
clan-app: Propagate op_key to callApi callers.
2025-06-13 12:41:58 +02:00
a-kenji
858b34769e
zerotier: Add a default to the allowedIps controller setting
2025-06-13 11:48:58 +02:00
Johannes Kirschbauer
8b72d569e7
Docs(cli/flash): improve disk instructions
2025-06-13 11:37:39 +02:00
Michael Hoang
eabf7f86fc
Merge pull request 'cli: don't error when more than one SOPS key found locally' ( #3946 ) from push-tmsrnssnwrvn into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3946
Reviewed-by: brianmcgee <brian@bmcgee.ie >
2025-06-13 08:00:37 +00:00
pinpox
f1a0114739
Merge pull request 'emergency-access: init service' ( #3950 ) from emergency-access into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3950
Reviewed-by: pinpox <clan@pablo.tools >
2025-06-13 07:45:05 +00:00
Michael Hoang
6b4df65412
cli: don't error when more than one SOPS key found locally
2025-06-13 14:37:19 +07:00
Michael Hoang
fc13e0be51
emergency-access: init service
2025-06-13 14:21:01 +07:00
Michael Hoang
41822097c7
Merge pull request 'cli: fix secrets key update failing when used with Nix in Nix' ( #3956 ) from push-kzwtmtqokywm into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3956
2025-06-13 06:49:32 +00:00
Michael Hoang
362a889d0f
cli: fix secrets key update failing when used with Nix in Nix
2025-06-13 13:36:29 +07:00
renovate[bot]
b16dc0a58f
chore(deps): update nix-darwin digest to 72c88d5
2025-06-12 16:00:14 +00:00
brianmcgee
3239d4b614
Merge pull request 'UI: new Loader component; Button and Icon v2' ( #3908 ) from ui/button into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3908
2025-06-12 15:52:17 +00:00
Luis Hebendanz
02a4c49952
Merge pull request 'init machine from inventory' ( #3862 ) from Qubasa/clan-core:refactor_machinev2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3862
2025-06-12 15:05:44 +00:00
Qubasa
85537b7816
clan-lib: unify get_taget_host and get_build_host
2025-06-12 16:42:28 +02:00
Qubasa
e1091c0692
clan-cli: machine.get_inv_machine now uses actions.get_machine in the background
2025-06-12 16:36:55 +02:00
Qubasa
82299a5361
clan-cli: Fix check_machine_online to use Remote object instead of machine, this makes it possible to override HostKeyCheck properly
2025-06-12 16:36:55 +02:00
Qubasa
2540215f2e
clan-cli: init machine from inventory
2025-06-12 16:36:55 +02:00
Luis Hebendanz
33be415922
Merge pull request 'clan-lib: Add log_manager api, clan-app: Fix API test page' ( #3943 ) from Qubasa/clan-core:ui_log_collection2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3943
2025-06-12 14:35:15 +00:00
Qubasa
e6025493c4
clan-lib: Add LogManager class
2025-06-12 16:24:40 +02:00
Qubasa
726b8f4c6c
clan-lib: Move task functions to own file
2025-06-12 16:23:53 +02:00
Qubasa
42ac12b34e
clan-app: Fix api test page
2025-06-12 16:23:33 +02:00
lassulus
184f16d6f1
Merge pull request 'generate_test_vars: add support for darwin' ( #3952 ) from lassulus/clanTest_darwin into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3952
2025-06-12 13:58:30 +00:00
lassulus
a267cc2f69
generate_test_vars: add support for darwin
2025-06-12 14:49:12 +02:00
pinpox
5a50463fb7
migrate trusted-nix-caches
2025-06-12 14:01:51 +02:00
Brian McGee
8f93015d80
feat(ui): new loader component; button and icon v2
2025-06-12 11:29:41 +01:00
renovate[bot]
e1df99ea31
chore(deps): update nix-darwin digest to e2da333
2025-06-12 08:10:12 +00:00
pinpox
3e94b75ada
Merge pull request 'Migrate user-password and root-password to clan Services' ( #3918 ) from migrate-user-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3918
Reviewed-by: lassulus <clanlol@lassul.us >
2025-06-12 08:08:36 +00:00
pinpox
db5e23e701
migrate clanmodules/{user,root}-password to clanServices/users
...
Move the functionality of both modules into a new clanService.
root-password was previously just a special case of user-password. This
migrates it into a deduplicated clan service and adds checks
2025-06-12 09:04:26 +02:00
Johannes Kirschbauer
0b6c30e8ad
Fix(morph): ensure machine dir exists
2025-06-11 20:38:15 +02:00
Johannes Kirschbauer
8c02119ac0
fix(templates): add error handling
2025-06-11 20:22:20 +02:00
Johannes Kirschbauer
70bc7d3f0c
feat(templates_urls): short circuit input names
2025-06-11 20:21:29 +02:00
Johannes Kirschbauer
2d2af10c78
feat(flake): add function to get input names
2025-06-11 20:21:29 +02:00
Johannes Kirschbauer
0e88b0ff66
feat(flake/select): add apply argument
2025-06-11 20:21:29 +02:00
pinpox
27998d777a
Merge pull request 'Migrate sshd to clanServices' ( #3912 ) from migrate-sshd into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3912
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-06-11 16:29:43 +00:00
Johannes Kirschbauer
acc41be9b3
doc(cli/templates): improve help description
2025-06-11 17:00:10 +02:00
Johannes Kirschbauer
e80a3fd2fc
fix(tess/morph): skip creating existing machine
2025-06-11 17:00:10 +02:00
Johannes Kirschbauer
b6a0c6cb38
Docs(cli/machines): improve description of '--template'
2025-06-11 17:00:10 +02:00
Johannes Kirschbauer
b80395af44
Chore(machine/templates): simplify template args for machines command
2025-06-11 17:00:08 +02:00
Johannes Kirschbauer
43bc5f0812
Feat(template_url): substitute local refs
...
To execute the CLI in foreign directories
.#new-machine needs to get tranformed into /path/to/clan#new-machine
Otherwise it might pick-up some random flake that is in scope where the cli started executing
2025-06-11 16:59:32 +02:00
Johannes Kirschbauer
a9c933ac01
Feat(templates): init with_machine_template context handler
2025-06-11 16:52:52 +02:00
Johannes Kirschbauer
4a126fee12
Feat(templates): export clan templates statically
2025-06-11 16:52:52 +02:00
Johannes Kirschbauer
d166f73c00
Feat(templates): add template selector tranformation
2025-06-11 16:52:50 +02:00
pinpox
e4bb9e1958
Migrate sshd to clanServices
...
- migrate service
- add deprecation notice to old module
- add check
- update docs
2025-06-11 15:43:51 +02:00
lassulus
be0a5202e7
Merge pull request 'bugfix for persistent loginctl sessions' ( #3903 ) from pr-3886 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3903
2025-06-11 13:15:04 +00:00
kenji
3fee93811a
Merge pull request 'pkgs/distro-packages: Remove the distro packages' ( #3941 ) from kenji/pkgs/distro-packages: Remove the distro packages into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3941
Reviewed-by: lassulus <clanlol@lassul.us >
2025-06-11 13:00:44 +00:00
DavHau
c624119ad0
Merge pull request 'dummy-test: add vars' ( #3940 ) from davhau/test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3940
2025-06-11 12:55:41 +00:00
lassulus
35a7bbf5d8
clan-cli: reduce ssh controlmaster timeout to 1min
2025-06-11 14:39:50 +02:00
adeci
31f79abb53
bugfix for persistent loginctl sessions
2025-06-11 14:38:37 +02:00
DavHau
559baa56a8
dummy-test: add vars
2025-06-11 19:30:13 +07:00
DavHau
b13f64c96d
clan tests: allow testing CLI interactions
...
This is an improvement of the clanTest nixos vm test module.
The module now has a new option clan.test.fromFlake that allows to specify a flake.nix as the source for the test clan instead of specifying clan.XXX options.
This in turn allows accessing the `flake.nix` inside the test driver allowing to use the clan cli on it
2025-06-11 19:30:13 +07:00
kenji
90746e0a19
Merge pull request 'borgbackup: Move tests close to service' ( #3939 ) from kenji/borgbackup: Move tests close to service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3939
2025-06-11 12:05:50 +00:00
a-kenji
a64f68f37a
pkgs/distro-packages: Remove the distro packages
...
Remove the distro packages for now.
They can be added back, if we actually need them again.
2025-06-11 13:54:13 +02:00
a-kenji
a5d15d7832
borgbackup: Move tests close to service
2025-06-11 13:47:29 +02:00
kenji
f86816ec1e
Merge pull request 'agit: init agit helper' ( #3938 ) from kenji/agit: init agit helper into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3938
2025-06-11 10:39:48 +00:00
a-kenji
de5306e16d
agit: init agit helper
...
This initializes a very simple AGit helper script.
Usage:
```
agit create
```
or
```
agit c
```
To create a new AGit Pr.
Integrate Pulling from an AGit remote.
Gitea doesn't expose an AGit endpoint in the api, or the `tea` cli.
This makes pulling not feasible, since there is no robust way to query
the AGit topic, which is the ref that need to be pulled.
One possible solution currently could be scraping the gitea instructions
for forking a pull request on an AGit PR.
2025-06-11 12:26:19 +02:00
renovate[bot]
0e6f8766f7
chore(deps): update sops-nix digest to 50754df
2025-06-10 22:10:12 +00:00
hsjobeki
1414c8e519
Merge pull request 'Chore(templates): move helper functions into a util file' ( #3930 ) from hsjobeki/utils into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3930
2025-06-10 17:52:44 +00:00
hsjobeki
1b411fe8d3
Merge pull request 'Chore(complete_machines): simplify by using inventoryStore' ( #3929 ) from hsjobeki/cleanups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3929
2025-06-10 17:42:55 +00:00
Johannes Kirschbauer
8ca3dc36d7
Chore(templates): move helper functions into a util file
2025-06-10 19:38:10 +02:00
Johannes Kirschbauer
17527082f4
chore(clanInternals): remove unused 'templates' attribute"
2025-06-10 19:26:04 +02:00
Johannes Kirschbauer
7b7e1cf246
feat(clanInternals): dont allow superfluous options
2025-06-10 19:16:26 +02:00
Johannes Kirschbauer
30fe01be7b
Chore(complete_machines): simplify by using inventoryStore
2025-06-10 19:15:07 +02:00
Johannes Kirschbauer
b2785d3b24
Chore(flake.py): remove unused uncached_nix_eval_with_args
2025-06-10 19:15:07 +02:00
hsjobeki
40b8e87659
Merge pull request 'Chore(clanInternals): remove unused attributes' ( #3925 ) from hsjobeki/clanInternals into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3925
2025-06-10 17:12:33 +00:00
Johannes Kirschbauer
b429aed8f4
Fix(tests/buildClan): reduce expected attributes
2025-06-10 19:00:57 +02:00
Johannes Kirschbauer
78563b0544
Fix(clan.nix): create public attributes from 'clan', dont expose them from clanInternals
...
ClanInternals is already exposed at the toplevel the API can access anything
This also deduplicated 'templates' and 'modules' into 'clan.modules' and 'clan.templates' repsectively
Only this one path is its source
2025-06-10 18:51:42 +02:00
Johannes Kirschbauer
e322c92b2e
Chore(clanInternals): remove unused attributes
2025-06-10 18:27:16 +02:00
hsjobeki
0f6731c813
Merge pull request 'Refactor(clanInternals): remove depending on clanInternals.inventory' ( #3928 ) from hsjobeki/no-more-inventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3928
2025-06-10 16:00:50 +00:00
Johannes Kirschbauer
0837a8ecd7
Refactor(clanInternals): remove depending on clanInternals.inventory
2025-06-10 17:43:59 +02:00
hsjobeki
b9d7dac65f
Merge pull request 'Refactor(autocompletions): use inventoryStore' ( #3927 ) from hsjobeki/completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3927
2025-06-10 15:39:56 +00:00
Johannes Kirschbauer
3562c17514
Refactor(autocompletions): use inventoryStore
2025-06-10 17:02:16 +02:00
Johannes Kirschbauer
6e5de97a30
Feat(inventoryStore): add get_raw to read all the values unsafe
2025-06-10 17:02:16 +02:00
hsjobeki
585e6b677a
Merge pull request 'Chore(show_clan_meta): use data from inventoryStore' ( #3926 ) from hsjobeki/show_clan_meta into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3926
2025-06-10 14:58:58 +00:00
Johannes Kirschbauer
0f36041054
Chore(show_clan_meta): use data from inventoryStore
2025-06-10 16:46:18 +02:00
hsjobeki
45ef48a245
Merge pull request 'Fix(tests/templates): add narHash to allow local tests execution in devShell' ( #3922 ) from fix-tests into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3922
2025-06-10 13:50:34 +00:00
Johannes Kirschbauer
55a92f1893
Fix(tests/substitutions): use different substitutions for nix-build and local environment
2025-06-10 15:34:56 +02:00
Johannes Kirschbauer
de32037255
Fix(tests/templates): add narHash to allow local tests execution in devShell
2025-06-10 12:36:58 +02:00
kenji
a4900faf27
Merge pull request 'user-password: Improve prompting documentation' ( #3920 ) from ke-prompt into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3920
2025-06-10 09:48:16 +00:00
a-kenji
961e650a85
user-password: Improve prompting documentation
2025-06-10 11:04:22 +02:00
kenji
c3a9cccdd8
Merge pull request 'checks: Disable syncthing test for now' ( #3919 ) from ke-disable-syncthing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3919
2025-06-10 09:00:19 +00:00
a-kenji
992d5cbe46
checks: Disable syncthing test for now
...
Syncthing is currently being migrated and we can look at the test again
once we migrated.
It recently got changes upstream which might explain the spurious test
failures.
2025-06-10 10:46:28 +02:00
Michael Hoang
57a64c9a0b
Merge pull request 'cli: fix clan secrets key update not working when age plugins defined' ( #3916 ) from push-xrynsrlvulmu into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3916
2025-06-10 07:29:35 +00:00
Michael Hoang
11bc2c00c2
cli: fix clan secrets key update not working when age plugins defined
2025-06-10 14:07:10 +07:00
Michael Hoang
1b86f9efca
Merge pull request 'vars: don't use sops.secrets.*.restartUnits on macOS' ( #3917 ) from push-mtooonxozntq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3917
2025-06-10 07:05:53 +00:00
Michael Hoang
213f12ce01
vars: don't expose restartUnits on macOS
2025-06-10 13:48:06 +07:00
Michael Hoang
49bec8536b
vars: don't use sops.secrets.*.restartUnits on macOS
2025-06-10 13:27:15 +07:00
hsjobeki
9b5410a46d
Merge pull request 'chore(api/create_clan): remove unused reponse class' ( #3907 ) from api-narrowing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3907
2025-06-09 19:00:27 +00:00
Johannes Kirschbauer
8360ee58b5
chore(flake): move 'inputs-from' into templates handling
2025-06-09 20:40:20 +02:00
Johannes Kirschbauer
03a2412227
chore(inspect): use simple list_machines
2025-06-09 20:33:17 +02:00
Johannes Kirschbauer
25875422f2
chore(api/create_clan): remove unused reponse class
2025-06-09 20:30:20 +02:00
Luis Hebendanz
94f8e365f9
Merge pull request 'clan-cli: Use Remote class in DeployInfo, add tests for qrcode parser and json parser' ( #3914 ) from Qubasa/clan-core:deploy_info2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3914
Reviewed-by: hsjobeki <hsjobeki@gmail.com >
2025-06-09 17:45:30 +00:00
Qubasa
65a0843de7
clan-cli: Use Remote class in DeployInfo, add tests for qrcode parser and json parser
2025-06-09 19:27:01 +02:00
Michael Hoang
bd402b99c9
Merge pull request 'testing: fix Nix in Nix when remote building' ( #3911 ) from ninixx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3911
2025-06-09 14:10:35 +00:00
Michael Hoang
f771168b76
testing: fix Nix in Nix when remote building
2025-06-09 20:58:08 +07:00
kenji
eb6880c5ec
Merge pull request 'clanServices: Move service tests to appropriate locations' ( #3909 ) from ke-move-service-checks-to-service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3909
2025-06-09 13:26:31 +00:00
a-kenji
4670dbfd6a
clanServices: Move ergochat test to appropriate location
...
Move the ergochat clanService test to the ergochat clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
2025-06-09 15:05:40 +02:00
a-kenji
cd5743b56f
clanServices: Move heisenbridge test to appropriate location
...
Move the heisenbridge clanService test to the heisenbridge clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
2025-06-09 15:05:40 +02:00
a-kenji
b2bc845d88
clanServices: Move deltachat test to appropriate location
...
Move the deltachat clanService test to the deltachat clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
2025-06-09 15:05:40 +02:00
DavHau
7cf065ae8c
buildClan function: export all machines via nixosModules/darwinModules
...
We want each machine not only to be exposed via nixosConfigurations but also as a module.
This allows re-importing the machine in tests and override the architecture for example.
2025-06-09 12:51:22 +00:00
kenji
3a7fd3085e
Merge pull request 'clanServices: Move mycelium test to appropriate location' ( #3902 ) from ke-move-mycelium-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3902
2025-06-09 12:04:39 +00:00
hsjobeki
1af826e0df
Merge pull request 'Refactor(api/update_machine): rename to set_machine; use name, flake' ( #3899 ) from api-narrowing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3899
2025-06-09 11:55:28 +00:00
Johannes Kirschbauer
665b2095b2
Refactor(cli/list_machines): rename to list_full_machines
...
This makes it clear that this should be used with care
It is potentially more expensive to create the full object, therefore it should be discouraged by its longer name
This listing is implemented based on the basic listing, where each item is turned into the bigger machine class
2025-06-09 13:40:57 +02:00
Johannes Kirschbauer
0b6bc81efe
Refactor(api/list_machines): rename from list_inv_machines
2025-06-09 13:33:25 +02:00
Johannes Kirschbauer
155f3721eb
refactor: cleanup unused imports
...
They are registered already if they are located as module in clan_lib
2025-06-09 13:33:25 +02:00
Johannes Kirschbauer
6a8604f2b8
refactor(clan_lib): move show_clan_meta to clan_lib
2025-06-09 13:33:25 +02:00
Johannes Kirschbauer
ea65ca448d
refactor(clan_lib): move update to clan_lib.clan
2025-06-09 13:33:25 +02:00
Johannes Kirschbauer
ebf3964197
Refactor(api/update_machine): rename to set_machine; use name, flake
2025-06-09 13:33:19 +02:00
kenji
3f1b776a5b
Merge pull request 'clanServices: Move admin test to appropriate location' ( #3905 ) from ke-move-admin-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3905
2025-06-09 11:30:43 +00:00
a-kenji
5e4167e375
clanServices: Move mycelium test to appropriate location
...
Move the mycelium clanService test to the mycelium clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
2025-06-09 13:17:36 +02:00
a-kenji
08618e6c66
clanServices: Move admin test to appropriate location
...
Move the admin clanService test to the admin clan service.
The tests should live close to the definition of the service, so that
debugging and discoverability is better.
2025-06-09 13:01:48 +02:00
kenji
977c57579d
Merge pull request 'clanServices: Move garage test to appropriate location' ( #3901 ) from ke-move-garage-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3901
2025-06-09 10:55:44 +00:00
kenji
af9b878ccf
Merge pull request 'clanServices: Move localsend test to appropriate location' ( #3900 ) from ke-move-localsend-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3900
2025-06-09 10:55:28 +00:00
a-kenji
508e8cf85e
clanServices: Move localsend test to appropriate location
...
Move the localsend clanService test to the localsend clan service.
2025-06-09 12:38:39 +02:00
a-kenji
5fbe24bb53
clanServices: Move garage test to appropriate location #3900
...
Move the garage clanService test to the garage clan service.
2025-06-09 12:37:49 +02:00
lassulus
050d582230
Merge pull request 'revert #3883 ' ( #3898 ) from lassulus/revert_qubasa into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3898
2025-06-09 09:58:09 +00:00
lassulus
2460ac970f
Revert "clan-cli: Use Remote class in DeployInfo, add tests for qrcode parser and json parser"
...
This reverts commit 2ca3b5d698 .
2025-06-09 11:28:15 +02:00
hsjobeki
2a576a604b
Merge pull request 'Chore(api): narrow down get_machine' ( #3863 ) from api-narrowing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3863
2025-06-09 08:59:36 +00:00
DavHau
ae611e8fde
lib: mkOfflineFlakeLock init
...
copied from the clan-core-flake module
I plan to re-use this function to improve the clan test framework to allow cli execution
2025-06-09 15:23:09 +07:00
DavHau
4616545cba
build-clan: refactor: don't only use imports
2025-06-09 13:24:27 +07:00
renovate[bot]
e3bc6d14f4
chore(deps): update disko digest to dfa4d1b
2025-06-09 02:50:13 +00:00
renovate[bot]
2672adcbb5
chore(deps): update data-mesher digest to ae2b263
2025-06-09 00:20:24 +00:00
renovate[bot]
4e445448f0
chore(deps): lock file maintenance
2025-06-09 00:00:32 +00:00
renovate[bot]
edebb91a0b
chore(deps): update flake-parts digest to 9305fe4
2025-06-08 17:10:20 +00:00
renovate[bot]
50aed8fe37
chore(deps): update data-mesher digest to 24b49db
2025-06-08 16:50:16 +00:00
Luis Hebendanz
7358a4c737
Merge pull request 'clan-cli: Use Remote class in DeployInfo, add tests for qrcode parser and json parser' ( #3883 ) from Qubasa/clan-core:test_for_deploy_info into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3883
2025-06-06 23:02:45 +00:00
Qubasa
2ca3b5d698
clan-cli: Use Remote class in DeployInfo, add tests for qrcode parser and json parser
2025-06-07 00:51:24 +02:00
Luis Hebendanz
d38fc3cb35
Merge pull request 'fix the infoboxes not rendering correctly' ( #3885 ) from RuboGubo/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3885
2025-06-06 21:34:08 +00:00
RuboGubo
691f35739d
fix the infoboxes not rendering correctly
2025-06-06 20:54:14 +01:00
Mic92
e5127ea4e6
Merge pull request 'cli: fix buildHost source upload destination' ( #3884 ) from clan-core-update-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3884
2025-06-06 13:06:54 +00:00
Jörg Thalheim
9fecd0cc47
cli: fix buildHost source upload destination
...
Sources were being uploaded to target host instead of build host,
causing nixos-rebuild to fail with "no such file or directory".
2025-06-06 14:51:12 +02:00
Mic92
5c0f192a77
Merge pull request 'facts: Add deprecation warning' ( #3851 ) from kenji/clan-core:ke-deprecation-warning-facts into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3851
2025-06-06 12:09:52 +00:00
Mic92
37e855be76
Merge pull request 'Expose all clanServices/<subfolder>/flake-module.nix' ( #3874 ) from auto-import-all-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3874
2025-06-06 12:09:40 +00:00
Mic92
341bdd5e8f
Merge pull request 'Add a note about giving the Zerotier network a better name' ( #3876 ) from jfly/clan-core:add-note-about-vpn-name into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3876
2025-06-06 12:09:11 +00:00
lassulus
c4bb842806
Merge pull request 'fix select escaping' ( #3857 ) from lassulus/test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3857
2025-06-06 10:58:14 +00:00
renovate[bot]
e46b0ef520
chore(deps): update disko digest to 6d06f63
2025-06-06 09:20:10 +00:00
renovate[bot]
8d66f5e9f9
chore(deps): update nix-darwin digest to 1934680
2025-06-06 08:30:19 +00:00
lassulus
795d722461
select: fix error message showing nonsense
2025-06-06 10:12:15 +02:00
lassulus
fe7c618ae5
select: fix non escaped '
2025-06-06 10:12:15 +02:00
renovate[bot]
a7ab21ffa2
chore(deps): update data-mesher digest to 5e87f09
2025-06-06 08:00:24 +00:00
renovate[bot]
68d4fcfa43
chore(deps): update treefmt-nix digest to a05be41
2025-06-06 07:40:11 +00:00
pinpox
d92757ffa5
Merge branch 'main' into auto-import-all-services
2025-06-06 07:39:23 +00:00
renovate[bot]
1fc1f05d7f
chore(deps): update nix-darwin digest to 9753a87
2025-06-06 07:00:14 +00:00
renovate[bot]
cf8e011b04
chore(deps): update disko digest to d74db62
2025-06-06 02:40:11 +00:00
Michael Hoang
9d96c3ab97
Merge pull request 'cli: don't generate a sops key that is world readable' ( #3877 ) from push-ytvoytptyzrz into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3877
2025-06-06 02:30:48 +00:00
Michael Hoang
9479f33f6e
cli: don't generate a sops key that is world readable
...
Fixes https://git.clan.lol/clan/clan-core/issues/3808
2025-06-06 12:15:19 +10:00
Jeremy Fleischman
afefac3ac1
Add a note about giving the Zerotier network a better name
...
It's *very* easy to miss the "default" in the following code snippet.
It's quite useful to have a non-"default" Zerotier network name, for
example, when configuring data-mesher, you need to specify the
`network.interface` setting.
2025-06-05 13:21:48 -07:00
pinpox
68d3712078
Expose all clanServices/<subfolder>/flake-module.nix
2025-06-05 20:28:55 +02:00
pinpox
4592eeb0b8
Merge pull request 'Expose importer module' ( #3873 ) from expose-importer-service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3873
2025-06-05 18:11:44 +00:00
pinpox
8642ee7b5f
Expose importer module
2025-06-05 19:57:19 +02:00
kenji
3bdfd86fdf
Merge pull request 'zerotier: Allow the controller to accept external Ips' ( #3871 ) from kenji/clan-core:ke-zerotier-allow-external-ips into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3871
2025-06-05 16:53:46 +00:00
a-kenji
7b0ffe7e5c
zerotier: Allow the controller to accept external Ips
...
Allow the controller to accept external zerotier Ips into the network
through declarative settings.
Closes: #3787
2025-06-05 16:53:46 +00:00
pinpox
cd4e39151d
Merge pull request 'clanServices/importer: fix manifest name' ( #3872 ) from migrate-importer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3872
2025-06-05 16:49:06 +00:00
pinpox
e376702816
fix manifest name
2025-06-05 18:37:15 +02:00
pinpox
21fb085454
Merge pull request 'Migrate Importer module' ( #3854 ) from migrate-importer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3854
Reviewed-by: Luis Hebendanz <consulting@qube.email >
2025-06-05 16:29:37 +00:00
pinpox
4b2102bd7f
wait for mycelium port
2025-06-05 18:03:59 +02:00
pinpox
b2e8009889
Add readme for clanServices/importer
2025-06-05 17:49:22 +02:00
pinpox
1e6a21ec63
migrate importer module
2025-06-05 17:49:22 +02:00
Luis Hebendanz
750660ca9c
Merge pull request 'clan_lib: Fix quoting issues' ( #3870 ) from Qubasa/clan-core:fix_quoting_issues into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3870
2025-06-05 15:41:04 +00:00
kenji
4206c58dae
Merge pull request 'Open port for localsend' ( #3869 ) from localsend-open-fw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3869
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-06-05 15:33:11 +00:00
Qubasa
9cec635fdc
clan_lib: Fix quoting issues
2025-06-05 17:24:36 +02:00
pinpox
cd107d5ff2
Open port for localsend
2025-06-05 17:19:45 +02:00
kenji
42d58c3c97
Merge pull request 'zerotier: Emphasize that moons are optional' ( #3868 ) from kenji/clan-core:ke-zerotier-documentation-expand into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3868
2025-06-05 14:07:47 +00:00
a-kenji
99fb740f99
zerotier: Emphasize that moons are optional
2025-06-05 15:56:05 +02:00
kenji
3d39ab91bc
Merge pull request 'zerotier: Add a usage example to the documentation' ( #3867 ) from kenji/clan-core:ke-zerotier-documentation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3867
2025-06-05 13:47:25 +00:00
a-kenji
9f1c660a4f
zerotier: Add a usage example to the documentation
2025-06-05 15:28:01 +02:00
kenji
801b90025d
Merge pull request 'Migrate localsend to clanServices' ( #3866 ) from migrate-localsend into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3866
2025-06-05 13:26:06 +00:00
pinpox
802fd13954
Fix manifest.name
2025-06-05 15:14:15 +02:00
pinpox
17731ad06f
Add README
2025-06-05 14:54:27 +02:00
pinpox
0d8ccf25b6
Add roles directory
2025-06-05 13:27:55 +02:00
pinpox
ef4caa94e7
Migrate localsend to clanServices
2025-06-05 12:49:51 +02:00
pinpox
e30522cdad
Merge pull request 'Clean up checks' ( #3853 ) from cleanup-checks into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3853
2025-06-05 10:40:55 +00:00
renovate[bot]
d7b9466153
chore(deps): update disko digest to a4f7deb
2025-06-05 02:30:11 +00:00
Johannes Kirschbauer
e24a197062
Chore(specific_machine_dir): use protocol to avoid direct dependency on machine class
2025-06-04 20:51:27 +02:00
Johannes Kirschbauer
8261ff09cc
Chore(api): narrow down get_machine
...
Dont require the user to pass the machine into the same getter function
The workflow contradicts itself here
2025-06-04 20:38:45 +02:00
hsjobeki
22db6ace21
Merge pull request 'Feat(jsonschema): simplify isRequired, look into default and defaultText' ( #3861 ) from json-schema into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3861
2025-06-04 18:34:40 +00:00
Johannes Kirschbauer
e8608f5af3
feat(jsonschema): filter out $exportedModuleInfo by default
2025-06-04 20:22:54 +02:00
Johannes Kirschbauer
cdaa35ca5f
feat(jsonschema): remove 'default' if 'defaultText' is present
...
default is likely to contain an error thunk if defaultText is set
including it into $exportedModuleInfo makes it non-serializable
2025-06-04 20:22:32 +02:00
Johannes Kirschbauer
f99ddab70f
Feat(jsonschema): simplify isRequired, look into default and defaultText
2025-06-04 19:57:39 +02:00
Luis Hebendanz
33f3f36742
Merge pull request 'clan-app: Catch method not found error in api' ( #3860 ) from Qubasa/clan-core:clan_app_fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3860
2025-06-04 16:28:24 +00:00
Qubasa
77ea3409b0
clan-app: Catch method not found error in api
2025-06-04 18:16:58 +02:00
kenji
44d6f0eef2
Merge pull request 'zerotier: Simplify endpoint configuration for moons' ( #3859 ) from kenji/clan-core:ke-zerotier-option-moon into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3859
2025-06-04 15:09:48 +00:00
a-kenji
d32b873dfc
zerotier: Simplify endpoint configuration for moons
2025-06-04 16:46:39 +02:00
kenji
f5782e2bcf
Merge pull request 'zerotier: Get settings from the instance' ( #3855 ) from kenji/clan-core:ke-zerotier-settings into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3855
2025-06-04 13:17:46 +00:00
a-kenji
d6918efbc7
zerotier: Get settings from the instance
2025-06-04 13:17:46 +00:00
kenji
b2c41fbd38
Merge pull request 'Make IPv4 address optional in localsend module' ( #3856 ) from optional-localsend-ipv4 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3856
2025-06-04 13:14:26 +00:00
pinpox
509274c90e
cleanup checks/flake-module.nix
2025-06-04 14:59:30 +02:00
pinpox
20ecec156b
Make ipv4Addr optional in localsend module
2025-06-04 14:53:04 +02:00
hsjobeki
dbae114233
Merge pull request 'docs(service-modules): add description and docs for options' ( #3848 ) from doc-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3848
2025-06-04 12:44:32 +00:00
kenji
3f2dfdfd05
Merge pull request 'Migrate mycelium from clanModule to clanService' ( #3852 ) from migrate-mycelium into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3852
2025-06-04 12:34:26 +00:00
Johannes Kirschbauer
e4e39f4b86
Fix(tests/inventory): fix test by adding passtrhough
...
Since nixosModule is not inspectable during unit test
2025-06-04 14:30:12 +02:00
Johannes Kirschbauer
c9398fab12
Feat(clanServices): expose all other instance options than nixosModule
...
This is usefull for augmenting the perInstance module
2025-06-04 14:29:36 +02:00
pinpox
84c1cb20be
Migrate mycelium from clanModule to clanService
2025-06-04 14:10:32 +02:00
pinpox
7b44e68280
Merge pull request 'Re-introduce clanModules/*/default.nix for backward compatibility' ( #3850 ) from add-module-default-nix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3850
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-06-04 11:22:53 +00:00
a-kenji
dd330f10c1
facts: Add deprecation warning
2025-06-04 13:21:09 +02:00
pinpox
ce1c1747cf
Apply suggestions
2025-06-04 13:12:28 +02:00
pinpox
951cf4ec3d
Merge pull request 'Remove Golem-provider module' ( #3847 ) from migrate-golemprovider into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3847
2025-06-04 11:09:35 +00:00
pinpox
de5b988345
Re-introduce clanModules/*/default.nix for backward compatibility
2025-06-04 13:05:27 +02:00
pinpox
fe6c3a7ef9
Remove yagna package and golem-provider
2025-06-04 12:55:46 +02:00
pinpox
f1d7b915b3
Simplify and tidy up golem-provider module
2025-06-04 12:55:46 +02:00
Johannes Kirschbauer
f6c5113394
docs: expose clan service authoring interface
2025-06-04 12:43:03 +02:00
Johannes Kirschbauer
04106b24d2
docs(service-modules): add description and docs for options
2025-06-04 12:40:37 +02:00
kenji
09f5a108be
Merge pull request 'zerotier: Migrate from clanModule to clanServices' ( #3820 ) from kenji/clan-core:ke-migrate-clan-module-zerotier into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3820
2025-06-04 10:37:35 +00:00
a-kenji
6548934997
!fixup: Remove ', because it breaks nix-select
2025-06-04 12:23:53 +02:00
Mic92
2219b9e8a6
Merge pull request 'Add warning note for users on cloud machines' ( #3806 ) from RuboGubo/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3806
2025-06-04 10:09:19 +00:00
a-kenji
517cb98ac5
zerotier: Migrate from clanModule to clanServices
...
This migrates zerotier from clanModules to clanServices.
This is a graceful migration and does not yet disables any of the
clanModule functionality.
2025-06-04 11:04:51 +02:00
hsjobeki
75b7e26817
Merge pull request 'Fix(docs): fix broken link to decision' ( #3844 ) from doc-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3844
2025-06-04 08:34:37 +00:00
Johannes Kirschbauer
f3a8a6454b
Fix(docs): fix broken link to decision
2025-06-04 09:11:02 +02:00
lassulus
15b4646547
Merge pull request 'zerotier: fix targetHost' ( #3842 ) from connectivity_by_default_fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3842
2025-06-04 06:58:40 +00:00
lassulus
e89fb92f52
zerotier: fix targetHost
2025-06-04 08:46:01 +02:00
renovate[bot]
4ef6e093e5
Update nix-darwin digest to fa6120c
2025-06-04 05:50:11 +00:00
renovate[bot]
e0a175f5a6
Update nix-darwin digest to d46a072
2025-06-04 01:30:11 +00:00
pinpox
68fc2e25af
Merge pull request 'Migrate heisenbridge from clanModule to clanService' ( #3837 ) from migrate-heisenbridge into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3837
2025-06-04 00:56:42 +00:00
pinpox
50213caa68
Migrate heisenbridge from clanModule to clanService
2025-06-04 02:45:41 +02:00
pinpox
f9b5f85dc4
Merge pull request 'Migrate garage from clanModule to clanService' ( #3836 ) from migrate-garage into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3836
2025-06-03 23:43:58 +00:00
pinpox
0a0ed236ad
Migrate garage from clanModule to clanService
2025-06-04 01:29:52 +02:00
pinpox
15f5de5bcd
Merge pull request 'Migrate ergochat from clanModule to clanService' ( #3835 ) from migrate-ergochat into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3835
2025-06-03 22:32:12 +00:00
pinpox
2d09e65ff4
migrate ergochat module to clanservice
2025-06-04 00:21:23 +02:00
pinpox
f34c2d0824
Merge pull request 'Migrate auto-upgrade from clanModule to clanService' ( #3827 ) from migrate-auto-upgrade into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3827
2025-06-03 21:40:57 +00:00
pinpox
1d549918e4
Add auto-upgrade.md to docs
2025-06-03 23:31:20 +02:00
pinpox
919648eae5
nix fmt
2025-06-03 23:22:58 +02:00
pinpox
692b2ae738
Migrate auto-upgrade from clanModule to clanService
2025-06-03 23:13:51 +02:00
pinpox
5196755626
Merge pull request 'Migrate deltachat from clanModule to clanService' ( #3829 ) from migrate-deltachat into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3829
2025-06-03 21:12:28 +00:00
pinpox
f1f67b547d
Add deltachat.md to docs
2025-06-03 23:02:42 +02:00
pinpox
9912c18262
nix fmt
2025-06-03 22:54:02 +02:00
pinpox
31bfc6eb8e
Fix module category
2025-06-03 22:48:57 +02:00
pinpox
11fd796d44
Fix test runner for tests without vars
2025-06-03 22:35:10 +02:00
pinpox
65af5ac5d2
Add test for deltachat clanService
2025-06-03 22:35:10 +02:00
pinpox
260ccb2815
Migrate deltachat from clanModule to clanService
2025-06-03 22:34:03 +02:00
hsjobeki
51b28a9265
Merge pull request 'feat(inventory/instances): add option for extraModules to roles' ( #3830 ) from flake-models into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3830
2025-06-03 18:58:13 +00:00
hsjobeki
cc7ae5eb44
Merge pull request 'Reaply: #3777 : fix/machine-detail-view' ( #3833 ) from ui-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3833
2025-06-03 17:19:43 +00:00
Johannes Kirschbauer
82af09443a
Chore(ui/taglist): snapshot test
2025-06-03 19:09:43 +02:00
Johannes Kirschbauer
e5c0c1e69c
Fix(inventory/extraModules): use more narrow type for better persistence
2025-06-03 18:57:34 +02:00
hsjobeki
63570d60a3
Merge pull request 'chore: delete duplicate inventory models' ( #3831 ) from chores-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3831
2025-06-03 16:49:40 +00:00
hsjobeki
1a55e0abf5
Merge pull request 'iwd: fix deprecation spam' ( #3832 ) from DavHau-dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3832
2025-06-03 16:47:27 +00:00
hsjobeki
ea8865e22b
Reaply: #3777 : fix/machine-detail-view
2025-06-03 18:42:47 +02:00
hsjobeki
a45dba724e
Merge pull request 'Typography component V2' ( #3797 ) from ui/typography into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3797
2025-06-03 16:36:19 +00:00
Johannes Kirschbauer
a192ab4910
Fix(docs): dont link to assumed successor
2025-06-03 18:35:00 +02:00
Johannes Kirschbauer
bbbc13c973
Fix(tests/inventory): fix test assertions due to change in the exported structure
2025-06-03 18:30:04 +02:00
Johannes Kirschbauer
43e85b5482
Chore: update clan nix_models
2025-06-03 18:18:12 +02:00
Johannes Kirschbauer
a419e49bb9
Fix(classgen): support listOf union
2025-06-03 18:18:02 +02:00
Johannes Kirschbauer
682da0e396
feat(inventory/instances): add option for extraModules to roles
2025-06-03 18:17:16 +02:00
Johannes Kirschbauer
2ff09100e5
chore: delete duplicate inventory models
2025-06-03 17:52:07 +02:00
Johannes Kirschbauer
5601423ed5
chore(inventory/instances): add forward all role attributes to the service
2025-06-03 17:38:02 +02:00
Johannes Kirschbauer
9c2bf0bbfe
feat(inventory/instances): map over all machines and return lazy attributes
2025-06-03 17:37:04 +02:00
lassulus
39d6a89c80
Merge pull request 'zerotier: set targetHost if var is generated' ( #3823 ) from connectivity_by_default_hack into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3823
2025-06-03 13:53:28 +00:00
RuboGubo
5e43876f8e
Merge branch 'main' of git.clan.lol:RuboGubo/clan-core
2025-06-03 14:33:12 +01:00
RuboGubo
2f0714770a
remove unnecessary note and re-work requirements
2025-06-03 14:31:34 +01:00
DavHau
a858813f48
Merge pull request 'makeTestClan: simplify - move parameters into module' ( #3825 ) from DavHau/clan-core:emergency into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3825
2025-06-03 12:54:09 +00:00
DavHau
6d1a3673ce
iwd: fix deprecation spam
...
use config.warnings instead of lib.warn
2025-06-03 19:38:10 +07:00
DavHau
01737d2bf7
clan tests: convert makeTestClan to a module
...
Let's not put yet another wrapper around runTest, instead expose our logic as a module that can be imported into any nixos-vm-test
2025-06-03 19:38:02 +07:00
DavHau
a0cbc815e8
makeTestClan: simplify - move parameters into module
...
... in preparation of removing the makeTestClan wrapper and make this a module instead that can be imported into any test.
2025-06-03 19:38:02 +07:00
DavHau
286ac97063
Revert "Merge pull request 'fix/machine-detail-view' ( #3777 ) from fix/machine-detail-view into main"
...
This reverts commit c08a9dc1ad , reversing
changes made to c4312bfa18 .
2025-06-03 19:35:19 +07:00
RuboGubo
354ba3df70
Add warning note for users on cloud machines
2025-06-03 12:24:54 +00:00
Mic92
1ed2ff77f0
Merge pull request 'fix buildhost re-using control socket for updates' ( #3824 ) from build-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3824
2025-06-03 12:21:22 +00:00
hsjobeki
c08a9dc1ad
Merge pull request 'fix/machine-detail-view' ( #3777 ) from fix/machine-detail-view into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3777
2025-06-03 12:10:21 +00:00
Jörg Thalheim
89b436b8a1
fix buildhost re-using control socket for updates
...
this is actually a serious issue because it also would result doing ssh
to the wrong host: https://git.clan.lol/clan/clan-core/issues/3822
2025-06-03 14:01:49 +02:00
lassulus
d108262b47
zerotier: set targetHost if var is generated
2025-06-03 12:16:09 +02:00
Michael Hoang
c4312bfa18
Merge pull request 'cli: allow using commands from local flakerefs for debugging' ( #3819 ) from push-quvsovsorszu into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3819
2025-06-03 04:20:58 +00:00
Michael Hoang
10b89fe8fd
cli: allow using commands from local flakerefs for debugging
2025-06-03 14:07:45 +10:00
Luis Hebendanz
0da94c27ca
Merge pull request 'Fix test_create.py' ( #3818 ) from Qubasa/clan-core:minimized-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3818
2025-06-02 15:08:00 +00:00
Luis Hebendanz
710676ad9b
Merge pull request 'inventory: Add buildHost argument' ( #3817 ) from Qubasa/clan-core:minimized into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3817
2025-06-02 15:07:38 +00:00
pinpox
19b48b8c82
Merge pull request 'Migrate borgbackup to clan Services' ( #3711 ) from migrate-borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3711
2025-06-02 15:07:05 +00:00
pinpox
988e0825ed
Update clan-core-for-checks
2025-06-02 16:19:06 +02:00
pinpox
00313723e2
Update hash
2025-06-02 16:16:17 +02:00
pinpox
13a9b17198
modules/borgbackup: migrate to clanServices
...
Migrates the borgbackup module to clanServices, preserving it's original
configuration syntax and functionality
2025-06-02 16:12:37 +02:00
Qubasa
bd7a5694e2
clan-cli: Fix test_create::test_clan_create_api
2025-06-02 15:39:50 +02:00
Qubasa
27791477b1
inventory: Add buildHost argument
2025-06-02 14:52:13 +02:00
renovate[bot]
fde6887754
chore(deps): lock file maintenance
2025-06-02 03:00:12 +00:00
renovate[bot]
c4e6b89e25
chore(deps): lock file maintenance
2025-06-02 01:00:23 +00:00
renovate[bot]
e3941a1b7b
chore(deps): lock file maintenance
2025-06-02 00:40:41 +00:00
renovate[bot]
23fd87f144
chore(deps): update data-mesher digest to fcb19d9
2025-06-02 00:20:12 +00:00
renovate[bot]
9ec5e4419e
chore(deps): update flake-parts digest to 49f0870
2025-06-01 23:50:10 +00:00
RuboGubo
d4b36d9d90
Add warning note for users on cloud machines
2025-05-31 20:10:10 +01:00
DavHau
6b1340d775
iwd: fix typo in deprecation message
2025-05-31 17:58:44 +07:00
DavHau
2b8a7c025f
Merge pull request 'clanModules/iwd: deprecate gracefully' ( #3804 ) from DavHau/clan-core:vars2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3804
2025-05-31 10:55:27 +00:00
DavHau
810d9f8122
deprecate iwd module gracefully
2025-05-31 17:46:07 +07:00
DavHau
dad846aa0b
services/wifi: rename ssid -> network-name
2025-05-31 17:34:47 +07:00
DavHau
40b39faf70
serivces/wifi: make generator names generic
...
rename from iwd.<name> to wifi.<name>
2025-05-31 17:34:40 +07:00
DavHau
4922ff9ddc
Merge pull request 'tests: actually execute vars checks in CI' ( #3803 ) from DavHau/clan-core:vars2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3803
2025-05-31 10:27:36 +00:00
DavHau
65d9ef02dc
generate-test-vars: fake prompt inputs
...
Use fake prompt inputs when generating vars for testing
2025-05-31 17:14:26 +07:00
DavHau
d27834b565
tests: actually execute vars checks in CI
2025-05-31 16:16:09 +07:00
clan-bot
3c9c7341c1
Merge pull request 'Update Clan Core for Checks' ( #3799 ) from update-clan-core-for-checks into main
2025-05-31 07:37:42 +00:00
DavHau
e81771a724
tests: test vars generation for all clan service tests
2025-05-31 12:17:52 +07:00
DavHau
7ecc142ba9
sops: initialize age_plugins early
...
This avoids re-initializing the Flake object deep in the tree, which in turn leads to issue when overriding the Flake for testing, eg the URl would reset.
2025-05-31 11:27:17 +07:00
DavHau
54b13054ca
vars: fix spelling in docs
2025-05-31 11:13:17 +07:00
clan-bot
c6ba82cfab
Update pinned clan-core for checks
2025-05-31 02:51:24 +00:00
Mic92
1523ac18c9
Merge pull request 'Add inputs to specialArgs and make templates use it' ( #3798 ) from templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3798
2025-05-30 18:33:33 +00:00
Jörg Thalheim
646a3d56ce
add inputs to specialArgs and make templates use it.
2025-05-30 19:53:12 +02:00
Jörg Thalheim
9d62001a27
templates: unify specialArgs across examples
2025-05-30 19:22:45 +02:00
Brian McGee
8997f61ef8
feat(ui): Typography V2
2025-05-30 14:58:50 +01:00
Brian McGee
7f436d1a8b
feat(ui): update border and background colors
...
To match latest design.
2025-05-30 13:46:57 +01:00
Brian McGee
8e155dd164
feat(ui): update primary colors
...
To match latest design.
2025-05-30 13:46:56 +01:00
Brian McGee
bbe14dbb3b
chore(ui): setup base for Typography V2
...
Also removes Button stories for V1 component.
2025-05-30 13:46:55 +01:00
clan-bot
c375a39137
Merge pull request 'Update Clan Core for Checks' ( #3781 ) from update-clan-core-for-checks into main
2025-05-30 10:41:20 +00:00
Mic92
5a8f8fc0bf
Merge pull request 'container-test: better error message for nsenter' ( #3794 ) from container-test-improv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3794
2025-05-30 10:35:02 +00:00
clan-bot
a3cb5f5159
Update pinned clan-core for checks
2025-05-30 10:29:19 +00:00
Jörg Thalheim
1a1898b5f1
container-test: better error message for nsenter
2025-05-30 12:27:51 +02:00
brianmcgee
9341c14997
Merge pull request 'feat(ui): enable storybook snapshot tests' ( #3789 ) from feat/storybook-snapshot-tests into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3789
2025-05-30 10:22:10 +00:00
Mic92
5ef82a1367
Merge pull request 'Revert "services/wifi: rename ssid -> network-name"' ( #3796 ) from revert-wifi-change into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3796
2025-05-30 10:15:45 +00:00
Jörg Thalheim
2154af7f95
Revert "services/wifi: rename ssid -> network-name"
...
This reverts commit e45e994b83 .
2025-05-30 12:09:46 +02:00
Jörg Thalheim
681a67f531
Revert "serivces/wifi: make generator names generic"
...
This reverts commit 2a347fb406 .
2025-05-30 12:09:30 +02:00
Brian McGee
543cfd4fc6
fix(ui): disable storybook devshell and package on Darwin
2025-05-30 11:06:14 +01:00
Brian McGee
807b9fd61f
feat(ui): enable storybook snapshot tests
...
- adds a process-compose namespace for running `storybook` and `luakit` together to replicate the `webkit`-based rendering that happens inside of `webview`
- adds some helper scripts for running storybook tests and updating snapshots, with documentation in the README.
- adds a `clan-app-ui-storybook` package which builds and tests the storybook, checking for rendering changes
Currently, we’re only doing markup-based snapshot tests. We’re also using headless chromium for the tests by default as I couldn't get webkit to work in the nix build.
As we’re only markup-based for the time being, this should be ok. But eventually I'd like to get it working with webkit.
2025-05-30 11:06:14 +01:00
Mic92
d1ad8c6c87
Merge pull request 'container-test: disable UsePam for ssh' ( #3795 ) from use-pam into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3795
2025-05-30 10:05:08 +00:00
Jörg Thalheim
795ace408a
container-test: disable UsePam for ssh
...
doesn't work without setuid, which we currently do not support.
2025-05-30 11:53:20 +02:00
Mic92
aba30e156a
Merge pull request 'vars: add restartUnits option' ( #3784 ) from vars-userborn into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3784
2025-05-30 09:45:17 +00:00
hsjobeki
672ef7c4d2
Merge pull request 'Tests(inventoryStore): add tests for intersecting nix/json lists' ( #3783 ) from flake-models into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3783
2025-05-30 08:35:13 +00:00
Johannes Kirschbauer
c42d981285
Test(InventoryPersistence): improve error message
2025-05-30 10:23:57 +02:00
DavHau
e45e994b83
services/wifi: rename ssid -> network-name
2025-05-29 20:21:09 +07:00
DavHau
2a347fb406
serivces/wifi: make generator names generic
...
rename from iwd.<name> to wifi.<name>
2025-05-29 20:06:19 +07:00
Mic92
610253d45e
Merge pull request 'vars upload: also add become_root' ( #3788 ) from sudo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3788
2025-05-28 18:45:34 +00:00
Jörg Thalheim
229401e6ef
vars upload: also add become_root
2025-05-28 20:35:45 +02:00
Mic92
0d7c7a8856
Merge pull request 'add sudo_askpass_proxy' ( #3642 ) from sudo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3642
2025-05-28 18:32:16 +00:00
Jörg Thalheim
e733619139
test_upload_single_file: add missing ssh_control_master
2025-05-28 20:25:53 +02:00
Jörg Thalheim
14324a059b
move test_ssh_remote to remote_test
2025-05-28 20:13:48 +02:00
Jörg Thalheim
7314f6b2ff
vars: add restartUnits option
...
For secrets not part of the nix store there is no other way in NixOS to
restart a service after the secret is updated. One example is changing
password in userborn, which doesn't run as a activation script but as a
systemd service.
2025-05-28 16:44:19 +02:00
Jörg Thalheim
ac31b20522
re-store controllmaster in various places where it got removed.
2025-05-28 16:21:30 +02:00
Jörg Thalheim
75dd389c2c
no longer require controlmaster for interactive ssh
...
we only run one ssh command, so control master is not needed
2025-05-28 16:21:30 +02:00
Jörg Thalheim
31274212a8
ssh/remote: Improve error message if _control_path_dir is not set
2025-05-28 16:21:30 +02:00
Jörg Thalheim
e0ebea7eb8
update/upload_sources remove ssh_control_master again from upload_sources
2025-05-28 16:21:30 +02:00
Jörg Thalheim
f06313d5b2
add sudo_askpass_proxy
2025-05-28 16:21:30 +02:00
Jörg Thalheim
5a560ff219
ssh/remote: make sure we also cleanup clan-ssh in the error case
2025-05-28 16:21:30 +02:00
Jörg Thalheim
91406b2016
remove unused method
2025-05-28 16:21:30 +02:00
Johannes Kirschbauer
1582402634
Tests(inventoryStore): add tests for intersecting nix/json lists
2025-05-28 15:39:52 +02:00
hsjobeki
2efb4994a6
Merge pull request 'Tests(inventoryStore): add fixture, make extensible' ( #3782 ) from flake-models into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3782
2025-05-28 13:12:19 +00:00
Johannes Kirschbauer
dc94749647
Tests(inventoryStore): add fixture, make extensible
2025-05-28 15:06:17 +02:00
hsjobeki
53244303f6
Merge pull request 'chore(nix_models): use exported clan models' ( #3773 ) from flake-models into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3773
2025-05-28 12:25:07 +00:00
Johannes Kirschbauer
2da7ebaa21
Fix(machines/create): use 'InventorySnapshot' as init argument
...
Inventory as a model is generally not json serializable
InventorySnapshot is the return value of InventoryStore.{read, write}
And should be used in API calls, because the other fields might not be compatible in general
2025-05-28 14:09:45 +02:00
Johannes Kirschbauer
e57c8f6f9a
feat(InventoryStore): return a restricted view of the inventory
2025-05-28 14:04:34 +02:00
Johannes Kirschbauer
467aa546c4
Chore: update clan nix_models
2025-05-28 14:03:23 +02:00
Johannes Kirschbauer
19dbc0ff73
chore(nix_models): migrate import to use exported clan models
2025-05-28 14:03:22 +02:00
Johannes Kirschbauer
8eb2ad6c6d
feat(nix_models): replace inventory model by holistic clan model
2025-05-28 14:02:43 +02:00
Johannes Kirschbauer
111983b508
feat(classgen): make type generation more predictable across
2025-05-28 14:02:43 +02:00
Johannes Kirschbauer
e2e4344d83
fix(clan/interface): minor fixes
2025-05-28 14:02:43 +02:00
hsjobeki
51c2f72174
Merge pull request 'Tests(clan_lib): enable clan_lib pytests not marked with_core' ( #3779 ) from inventory-0 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3779
2025-05-28 09:45:56 +00:00
Johannes Kirschbauer
5271b5c599
Fix(inventoryStore): use 'nix_eval' wrapper to set the store correct
2025-05-28 11:34:16 +02:00
Johannes Kirschbauer
f6c869dbae
Fix(clan_cli): filter tests files from source
2025-05-28 11:34:12 +02:00
Johannes Kirschbauer
673b6bb31f
Fix(tests): fix failing pytests
2025-05-28 11:01:54 +02:00
Johannes Kirschbauer
6f0a4549a5
Tests(inventoryStore): fixup tests to run in ci
2025-05-28 10:42:47 +02:00
Johannes Kirschbauer
c6c43ba737
Feat(inventoryStore): add possibility to turn off output filtering
2025-05-28 10:42:47 +02:00
Johannes Kirschbauer
6debc2ddf9
Tests(clan_lib): enable clan_lib pytests not marked with_core
2025-05-28 10:42:47 +02:00
hsjobeki
e374da632e
Merge pull request 'refactor(persist/utils): rename apply_patch to 'set_value_by_path'' ( #3780 ) from rename-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3780
2025-05-28 08:19:10 +00:00
Johannes Kirschbauer
dac30c4dd7
refactor(persist/utils): rename apply_patch to 'set_value_by_path'
2025-05-28 10:16:48 +02:00
Brian McGee
dfd5e677ec
chore: fmt
2025-05-28 08:24:03 +01:00
Brian McGee
4b7fc9e544
fix(ui): use asterisk html entity code
...
It wasn't rendering for me when using "*".
2025-05-28 08:20:45 +01:00
Brian McGee
03db7d1fbc
feat(ui): improve tags display in machine detail
...
Also introduces a new TagList component.
2025-05-28 08:20:45 +01:00
Brian McGee
c36cf800bb
fix(ui): normalize font sizes in machine detail view
2025-05-28 08:20:44 +01:00
Brian McGee
465fd14bfe
feat(ui): refine Button stories
...
Add separate examples of start and end icon
2025-05-28 08:20:44 +01:00
Brian McGee
52ca7017d1
fix(ui): add default css in storybook preview
2025-05-28 08:20:43 +01:00
hsjobeki
61a587b382
Merge pull request 'Feat(inventory): remove legacy action functions' ( #3778 ) from inventory-0 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3778
2025-05-27 16:09:16 +00:00
Johannes Kirschbauer
ec6fddce03
Fix(test): migrate machine cli command tests to use the new functions
2025-05-27 17:57:08 +02:00
Johannes Kirschbauer
c293d813cc
Feat(inventoryStore): add 'invalidate_cache' to the Flake protocol
2025-05-27 17:56:35 +02:00
Johannes Kirschbauer
3ed3cdddc9
Feat(inventory): remove legacy action functions
...
Inventory should only and always be accessed through the inventory store.
Manually reading and writing to the json file is highly insecure
2025-05-27 17:20:04 +02:00
hsjobeki
ec17a785af
Merge pull request 'Fix: configure deferred setting module path correctly' ( #3776 ) from fix-3 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3776
2025-05-27 14:46:09 +00:00
Johannes Kirschbauer
38b83c41cf
Fix: configure deferred setting module path correctly
2025-05-27 16:31:54 +02:00
Mic92
055b1eb413
Merge pull request 'chore(deps): update nix-darwin digest to 44a7d0e' ( #3775 ) from renovate/nix-darwin-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3775
2025-05-27 14:23:32 +00:00
Mic92
d74ddf7334
Merge pull request 'docs: clarify when to override the nixpkgs input of clan-core' ( #3774 ) from push-kylqnyonxntl into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3774
2025-05-27 14:23:21 +00:00
renovate[bot]
55923023cf
chore(deps): update nix-darwin digest to 44a7d0e
2025-05-27 14:10:10 +00:00
Michael Hoang
e0c1cb47e7
docs: clarify when to override the nixpkgs input of clan-core
...
To match 30987ee5b2/docs/site/guides/migrations/migration-guide.md (L54-L55)
2025-05-27 22:48:08 +10:00
Michael Hoang
30987ee5b2
Merge pull request 'docs: point users towards passing in self to buildClan' ( #3772 ) from push-wluozlqruukw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3772
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-05-27 12:34:27 +00:00
Michael Hoang
eadd59ff21
docs: point users towards passing in self to buildClan
2025-05-27 13:49:14 +10:00
clan-bot
a62ac116d8
Merge pull request 'Update Clan Core for Checks' ( #3771 ) from update-clan-core-for-checks into main
2025-05-27 03:01:12 +00:00
clan-bot
2422e0c8e1
Update pinned clan-core for checks
2025-05-27 02:51:23 +00:00
hsjobeki
afa8d62d48
Merge pull request 'Refactor(lib/inventory): move machine actions into clan_lib/machines/actions.py' ( #3770 ) from chores-3 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3770
2025-05-26 16:05:26 +00:00
Johannes Kirschbauer
767477cd5c
Chore: rename secrets.get_machine to avoid ambiguity
2025-05-26 17:52:46 +02:00
Johannes Kirschbauer
349968c631
Refactor(lib/inventory): move machine actions into clan_lib/machines/actions.py
2025-05-26 17:51:12 +02:00
hsjobeki
d7b111ef0a
Merge pull request 'Feat(persist): add support for deferredModule read/write' ( #3752 ) from deferredModule-serde into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3752
2025-05-26 14:18:53 +00:00
Johannes Kirschbauer
8aed51c63e
fix(morph/test): temporary workaround for morph test
2025-05-26 16:06:12 +02:00
Johannes Kirschbauer
73d72298cc
chore: add todo comments for template logic in create machine
2025-05-26 16:05:20 +02:00
brianmcgee
d389c4dc5d
Merge pull request 'feat(ui): introduces storybook' ( #3767 ) from feat/storybook into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3767
2025-05-26 13:55:46 +00:00
kenji
91cf2a54bb
Merge pull request 'pkgs/generate-test-vars: Fix build' ( #3769 ) from kenji/clan-core:ke-vars-generator-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3769
2025-05-26 13:48:49 +00:00
a-kenji
322068dad1
pkgs/generate-test-vars: Fix erroneous module import
...
The machines module lives in the `clan_lib` library.
2025-05-26 15:43:41 +02:00
a-kenji
39995eef39
pkgs/generate-test-vars: Add basic module test
...
Add a basic module test that can catch breaking changes in module
usage.
2025-05-26 15:41:48 +02:00
kenji
01eff2c6b9
Merge pull request 'clanServices/wifi/tests: Use undeprecated module registration' ( #3768 ) from kenji/clan-core:ke-wifi-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3768
2025-05-26 12:59:01 +00:00
a-kenji
491dd8134a
clanServices/wifi/tests: Use undeprecated module registration
2025-05-26 14:44:00 +02:00
DavHau
7e4e083014
Merge pull request 'services/wifi: migrate to NetworkManager' ( #3766 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3766
2025-05-26 12:14:08 +00:00
DavHau
f561102ca8
clanModules/wifi: remove module
...
It was replaces by a service module and experimental anyways
2025-05-26 19:09:20 +07:00
DavHau
6d6a0521ff
services/wifi: migrate to NetworkManager
2025-05-26 19:09:20 +07:00
Brian McGee
bf993af56f
feat(ui): introduces storybook
...
- adds the necessary dependencies and configuration for Storybook.
- refactors the `Button` component and adds some stories for it.
2025-05-26 12:56:51 +01:00
brianmcgee
7503784699
Merge pull request 'feat(ui): add a clan context provider' ( #3744 ) from feat/clan-uri-context into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3744
2025-05-26 09:26:07 +00:00
renovate[bot]
1c62c287b7
Update data-mesher digest to f52e3ee
2025-05-26 08:00:31 +00:00
renovate[bot]
a32b3db8e5
Update treefmt-nix digest to 1f3f7b7
2025-05-26 07:40:10 +00:00
clan-bot
04d0087239
Merge pull request 'Update Clan Core for Checks' ( #3762 ) from update-clan-core-for-checks into main
2025-05-26 03:01:06 +00:00
clan-bot
6777baca96
Update pinned clan-core for checks
2025-05-26 02:51:22 +00:00
renovate[bot]
4b44892b47
Update disko digest to a894f28
2025-05-26 02:22:29 +00:00
renovate[bot]
339696da1f
Lock file maintenance
2025-05-26 00:20:21 +00:00
renovate[bot]
1644dc66e7
Lock file maintenance
2025-05-26 00:00:32 +00:00
Luis Hebendanz
4aaa985703
Merge pull request 'clan-cli: Fix too long path for socket issue #3756 ' ( #3757 ) from Qubasa/clan-core:fix_path_to_long into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3757
2025-05-25 20:28:46 +00:00
Qubasa
8a40d46e96
clan-cli: Fix too long path for socket issue #3756
2025-05-25 22:16:51 +02:00
kenji
c7515ab5e9
Merge pull request 'typo' ( #3755 ) from nim65s/clan-core:typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3755
2025-05-25 17:05:30 +00:00
Guilhem Saurel
447a4ecc3e
another typo
2025-05-25 18:02:06 +02:00
Guilhem Saurel
df12613ad8
typo
2025-05-25 17:36:14 +02:00
clan-bot
fe39c37c07
Merge pull request 'Update Clan Core for Checks' ( #3754 ) from update-clan-core-for-checks into main
2025-05-25 03:01:27 +00:00
clan-bot
6b8c0ba57a
Update pinned clan-core for checks
2025-05-25 02:51:32 +00:00
clan-bot
5f10f5712e
Merge pull request 'Update Clan Core for Checks' ( #3753 ) from update-clan-core-for-checks into main
2025-05-24 03:00:43 +00:00
clan-bot
2bf33ea295
Update pinned clan-core for checks
2025-05-24 02:51:23 +00:00
Johannes Kirschbauer
eadc7997cd
Fix(machines/create): check if machine is already created
2025-05-23 22:31:06 +02:00
Johannes Kirschbauer
43be58c433
Fix(machines/create): always add 'deploy.targetHost'
...
Rationale: not passing the value, is equivalent to deleting a value from the inventory store
See: 'delete_by_path'
deploy.targetHost has a default of null (None)
2025-05-23 22:07:09 +02:00
Johannes Kirschbauer
d8a835c7ae
test(persist/inventory): add test for adding deferredModule
...
This feature will allow us to read/write to 'settings' of service
'instances' which are of type deferredModule.
Usually a deferredModule needs to be evaulated, but because we use our
own type, which forces some constraints, we can safely perform read and
write
2025-05-23 21:49:16 +02:00
Johannes Kirschbauer
f746184bf6
fix(persist/delete): delete explizitly
2025-05-23 21:47:12 +02:00
Johannes Kirschbauer
de25fda5b3
fix(tests): use inventory store to interact with the inventory
2025-05-23 21:46:35 +02:00
Johannes Kirschbauer
bb2955d9ad
feat(persist/inventory): add transformation and filtering to support deferredModules
2025-05-23 21:45:52 +02:00
Johannes Kirschbauer
467c1e7f28
fixes(persist/util): fix some expected error messages in tests
2025-05-23 21:43:49 +02:00
Johannes Kirschbauer
4c3dcfe8b5
test(persist/util): add test for adding empty submodules
2025-05-23 21:43:09 +02:00
Johannes Kirschbauer
2170235958
refactor(persist/util): improve calc_patches
2025-05-23 21:42:35 +02:00
Johannes Kirschbauer
60bd7bc3ce
feat(persist/util): init parent_is_dict
...
Check if a parent value is of type dict
This utility is helpfull for cross checking of flattened dicts
2025-05-23 21:41:34 +02:00
Johannes Kirschbauer
634b4f8e46
chore(inventory): find_deleted_paths rename variables
2025-05-23 21:40:02 +02:00
Johannes Kirschbauer
8c9e1538fb
fix(inventory/store): keep empty dicts as leafs
2025-05-23 21:39:23 +02:00
Johannes Kirschbauer
3974bd1580
test(inventory/store): clean up simple test
2025-05-23 21:38:16 +02:00
Johannes Kirschbauer
ed764a2f0f
feat(inventory/store): init path_match utility
2025-05-23 21:36:14 +02:00
lassulus
e5ba0489c4
Merge pull request 'clan_lib flake_test: fix on darwin' ( #3750 ) from clan-lib-darwin-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3750
2025-05-23 10:43:31 +00:00
lassulus
98b0f97d45
clan_lib flake_test: fix on darwin
2025-05-23 12:29:34 +02:00
clan-bot
57cd50ae35
Merge pull request 'Update Clan Core for Checks' ( #3749 ) from update-clan-core-for-checks into main
2025-05-23 03:01:12 +00:00
clan-bot
176b1f94bc
Update pinned clan-core for checks
2025-05-23 02:51:24 +00:00
Luis Hebendanz
d4e5a5ef8b
Merge pull request 'clan-cli: Move Machine object to clan_lib' ( #3747 ) from Qubasa/clan-core:machine_object into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3747
2025-05-22 17:23:46 +00:00
Qubasa
0ca7600439
clan-cli: Move Machine object to clan_lib
2025-05-22 19:11:19 +02:00
Brian McGee
aa1bbd1180
feat(ui): add a clan context provider
...
- introduces a new consolidated store with `localStorage` support
- introduces a top-level `ClanProvider` providing access to `activeClanURI` and `clanURIs`
- redirects to `/welcome` if `activeClanURI` is `undefined`
- consolidates clan meta querying
- centralises the logic for removal of clan uri's which no longer exist
- fixed some miscellaneous missing `await` calls
2025-05-22 13:24:27 +00:00
Luis Hebendanz
3d6fcd522a
Merge pull request 'clan-cli: Fix ctrl+c cancelling tasks' ( #3746 ) from Qubasa/clan-core:fix_ctrl_c into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3746
2025-05-22 13:14:30 +00:00
Qubasa
9b714aa048
clan-cli: Fix ctrl+c cancelling tasks
2025-05-22 15:01:58 +02:00
Luis Hebendanz
1b13296444
Merge pull request 'clan-cli: Rename Host -> Remote move to clan_lib and mark as frozen' ( #3726 ) from Qubasa/clan-core:fix_ui_stuff into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3726
2025-05-22 12:20:55 +00:00
Qubasa
cff5d61f26
clan-cli: Rename Host -> Remote move to clan_lib and mark as frozen
2025-05-22 14:08:27 +02:00
Mic92
7bcb0afae9
Merge pull request 'fix build_host not beeing applied' ( #3740 ) from fix-build-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3740
2025-05-22 11:25:20 +00:00
brianmcgee
e53ce07dc8
Merge pull request 'fix(ui): hot-reload of clan-cli' ( #3745 ) from fix/clan-lib-hot-reload-ui into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3745
2025-05-22 11:01:13 +00:00
Brian McGee
768b94fc75
fix(ui): hot-reload of clan-cli
2025-05-22 11:47:35 +01:00
Michael Hoang
6b1d4adb81
Merge pull request 'docs: misc clean up 2' ( #3742 ) from push-wzkskzxyzkwt into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3742
2025-05-22 04:16:34 +00:00
Michael Hoang
dc108cc27d
docs: format code blocks in migration guide
2025-05-22 14:12:40 +10:00
Michael Hoang
dcb9358e51
docs: clean up flake-parts guide
2025-05-22 14:12:40 +10:00
clan-bot
104c05e206
Merge pull request 'Update Clan Core for Checks' ( #3741 ) from update-clan-core-for-checks into main
2025-05-22 03:01:07 +00:00
clan-bot
e5807bfa7e
Update pinned clan-core for checks
2025-05-22 02:51:23 +00:00
Jörg Thalheim
0a22218026
fix build_host not beeing applied
2025-05-22 00:22:04 +02:00
hsjobeki
843e1b24be
Merge pull request 'Feat(clanLib): init types {uniqueDeferredSerializableModule}' ( #3737 ) from hsjobeki/clan-core:fix-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3737
2025-05-21 18:50:42 +00:00
lassulus
8f98aa854f
Merge pull request 'clan-cli: split clan into cli and lib' ( #3738 ) from clan_lib_clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3738
2025-05-21 18:50:08 +00:00
Johannes Kirschbauer
8576016b32
fix(clanLib): propagate clanLib into module apply
2025-05-21 20:44:56 +02:00
lassulus
0e9124d322
clan-cli: split clan into cli and lib
2025-05-21 20:28:41 +02:00
Johannes Kirschbauer
2510b2bb77
Tests(deferred custom module): add more tests, dissallow nested imports
2025-05-21 18:54:07 +02:00
Johannes Kirschbauer
9f298ecb86
Feat(settings): use uniqueDeferredSerializableModule for settings
2025-05-21 18:41:20 +02:00
Johannes Kirschbauer
df0b8cfd45
Feat(clanLib): init types {uniqueDeferredSerializableModule}
2025-05-21 18:41:14 +02:00
hsjobeki
afbb6549a6
Merge pull request 'Test(InventoryPersistence): add persist integration tests' ( #3736 ) from hsjobeki/clan-core:fix-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3736
2025-05-21 16:10:11 +00:00
Johannes Kirschbauer
15ec2067a6
Test(InventoryPersistence): add persist integration tests
2025-05-21 17:55:43 +02:00
Johannes Kirschbauer
b628b12b3e
Fix(introspection): 'lazyAttrsOf' needs to get the same handling as 'attrsOf'
2025-05-21 16:45:19 +02:00
Johannes Kirschbauer
74ceb95eb7
Feat(inventoryStore): add FlakeInterface protocol
2025-05-21 16:44:28 +02:00
Michael Hoang
f8cf9fa172
Merge pull request 'docs: misc clean up' ( #3735 ) from push-kpzwvynvlszo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3735
2025-05-21 14:12:47 +00:00
Michael Hoang
5bc6126873
docs: misc clean up
2025-05-22 00:01:01 +10:00
Michael Hoang
f9779322d0
gitignore: drop superfluous **/
2025-05-22 00:01:01 +10:00
kenji
04ca72f5b5
Merge pull request 'pkgs/clan: Clean select symlink up' ( #3734 ) from kenji/clan-core:ke-fix-clan-cli into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3734
Reviewed-by: lassulus <clanlol@lassul.us >
2025-05-21 13:08:21 +00:00
a-kenji
5be449740e
pkgs/clan: Clean select symlink up
...
If the symlink is not cleaned up this will break builds of the clan cli
from flakes with path references.
2025-05-21 14:18:26 +02:00
lassulus
5dc3d27fb4
Merge pull request 'clan-cli: split backups into cli and lib' ( #3733 ) from clan_lib_backups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3733
2025-05-21 12:16:02 +00:00
DavHau
c45c94e045
GUI: add credentials page (vars)
...
add it to machine details
2025-05-21 11:47:04 +00:00
lassulus
66f35ae637
clan-cli: split backups into cli and lib
2025-05-21 13:46:35 +02:00
hsjobeki
1c0b383183
Merge pull request 'Fix: don't try to persist 'inventory.instances'' ( #3731 ) from hsjobeki/clan-core:fix-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3731
2025-05-21 10:36:29 +00:00
lassulus
89edfda887
Merge pull request 'clan-cli: clan_cli.inventory -> clan_lib.inventory' ( #3730 ) from clan_lib_inv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3730
2025-05-21 10:33:08 +00:00
lassulus
ce00c63721
clan-cli: clan_cli.bwrap -> clan_lib.bwrap
2025-05-21 12:06:38 +02:00
lassulus
80229c5e77
clan-cli: clan_cli.inventory -> clan_lib.inventory
2025-05-21 12:06:38 +02:00
Johannes Kirschbauer
39b81a17c3
Fix: don't try to persist 'inventory.instances'
2025-05-21 11:42:29 +02:00
hsjobeki
5b80204107
Merge pull request 'Update UI to Node 22 and update dependencies' ( #3729 ) from feat/update-ui-dependencies into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3729
2025-05-21 09:03:27 +00:00
hsjobeki
55b032094f
Merge pull request 'Refactor(clan_lib): move serde tests next to serde module' ( #3728 ) from hsjobeki/clan-core:chores-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3728
2025-05-21 08:15:11 +00:00
Johannes Kirschbauer
73ab00ac7c
chore(clan_lib) add api.serde tests for typed_dict
2025-05-21 10:01:27 +02:00
Johannes Kirschbauer
25e3d27bf2
docs: add doc-string to api serde utilities
2025-05-21 10:00:42 +02:00
Johannes Kirschbauer
d9e4c93509
Refactor(clan_lib): move serde tests next to serde module
2025-05-21 09:36:00 +02:00
hsjobeki
15f0ea616c
Merge pull request 'Refactor(docs): consistent structure across references & fix broken cli links' ( #3724 ) from hsjobeki/clan-core:docs-3 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3724
2025-05-21 07:23:16 +00:00
Johannes Kirschbauer
3285efa55d
docs: exclude options that are not modules from clan.core submodule index
2025-05-21 09:11:18 +02:00
clan-bot
a3078f4e13
Merge pull request 'Update Clan Core for Checks' ( #3727 ) from update-clan-core-for-checks into main
2025-05-21 03:02:07 +00:00
clan-bot
513d085f59
Update pinned clan-core for checks
2025-05-21 02:52:08 +00:00
Mic92
4eac7ad86d
Merge pull request 'docs/macos: replace duplicate section' ( #3725 ) from docs-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3725
2025-05-20 16:53:17 +00:00
Mic92
bfe158c9fa
Merge pull request 'fix sudo in clan flash when restoring auto-updates' ( #3717 ) from restore-automount into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3717
2025-05-20 16:49:39 +00:00
Johannes Kirschbauer
188e6d5d16
Docs: add links to submodules
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
b1054e2ad2
Fix(docs): rename reference to clan.core
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
db666ce2ce
Refactor(docs): consistent structure across references
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
1c2ee49047
docs: replace remote url by local file links to allow for checking
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
53dcc4e332
docs: replace outdates reference links to 'guides' in the cli
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
a9ed972834
docs: fix clan-core should be called clan.core
...
Consistent with the module name
2025-05-20 18:49:35 +02:00
Johannes Kirschbauer
c34b693a64
docs: consistent clan-core overview
2025-05-20 18:49:35 +02:00
Jörg Thalheim
6dab14c9d4
docs/macos: replace duplicate section
2025-05-20 18:48:36 +02:00
renovate[bot]
0c099f16bb
chore(deps): lock file maintenance
2025-05-20 15:30:13 +00:00
hsjobeki
38159d85f7
Merge pull request 'feat(docs,api): expose inventory.instances interface' ( #3721 ) from hsjobeki/clan-core:inventory-services-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3721
2025-05-20 15:29:14 +00:00
Johannes Kirschbauer
228cdfd0e9
Chore(nix_models): update models after refactoring for inventory.instances
2025-05-20 17:10:43 +02:00
hsjobeki
bbeef3d76a
Merge pull request 'feat(clanServices): add 'readme' to module manifest' ( #3723 ) from hsjobeki/clan-core:manifest-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3723
2025-05-20 15:07:34 +00:00
Johannes Kirschbauer
d8cb43ae8d
feat(clanServices): add 'readme' to module manifest
2025-05-20 17:00:53 +02:00
Brian McGee
d50eac6525
feat(ui): upgrade to nodejs_22 and update dependencies
2025-05-20 15:45:17 +01:00
lassulus
3b29c0e006
Merge pull request 'ADR: init 05-deployment-parameters' ( #3722 ) from adr-deployment into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3722
2025-05-20 14:26:59 +00:00
lassulus
e5f38db60f
ADR: init 05-deployment-parameters
2025-05-20 16:22:52 +02:00
lassulus
c624163581
Merge pull request 'move templates, custom_logger, async_run and jsonrpc to clan_lib' ( #3720 ) from clan_lib_misc into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3720
2025-05-20 14:20:44 +00:00
Johannes Kirschbauer
40e34d9307
feat(docs,api): expose inventory.instances interface"
2025-05-20 16:10:32 +02:00
Johannes Kirschbauer
6863ce136f
chore(inventory/tags): remove unsupported settings from tags interface
2025-05-20 16:10:32 +02:00
Johannes Kirschbauer
bd92170bed
feat(classgen): add 'instances' as top level key
2025-05-20 16:10:32 +02:00
Johannes Kirschbauer
d842a13789
feat(classgen): defer NotRequired type wrapper
2025-05-20 16:10:32 +02:00
Johannes Kirschbauer
42de68966b
feat(classgen): add support for unknown types
2025-05-20 16:10:25 +02:00
lassulus
68183634bb
clan_cli flake_test: fix on non sandboxed runs
2025-05-20 16:08:02 +02:00
lassulus
3457542871
clan-cli: clan_cli.templates -> clan_lib.templates
2025-05-20 16:08:02 +02:00
Johannes Kirschbauer
f6544d1cda
Feat(jsonschema): convert deferredModule to unknown
2025-05-20 15:48:28 +02:00
lassulus
131c7ea263
Merge pull request 'ADR: add decision for nix-select' ( #3452 ) from select-adr into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3452
Reviewed-by: hsjobeki <hsjobeki@gmail.com >
2025-05-20 13:43:31 +00:00
lassulus
6b3509c3b1
ADR: add decision for nix-select
2025-05-20 15:26:53 +02:00
lassulus
ec19ef1ec5
clan-cli: clan_cli.custom_logger -> clan_lib.custom_logger
2025-05-20 15:08:02 +02:00
lassulus
00a439999b
clan-cli: clan_cli.async_run -> clan_lib.async_run
2025-05-20 15:05:11 +02:00
lassulus
7e63be2976
clan-cli: clan_cli.jsonrpc -> clan_lib.jsonrpc
2025-05-20 15:05:11 +02:00
lassulus
c059eb37ea
Merge pull request 'clan-cli: clan_cli.locked_open -> clan_lib.locked_open' ( #3719 ) from clan_lib_locked_open into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3719
2025-05-20 13:01:12 +00:00
lassulus
dc8675fcb6
clan-cli: clan_cli.locked_open -> clan_lib.locked_open
2025-05-20 14:48:50 +02:00
lassulus
545f498881
Merge pull request 'clan-cli: clan_cli.git -> clan_lib.git' ( #3718 ) from clan_lib_git into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3718
2025-05-20 12:46:48 +00:00
lassulus
c55bffa5a5
clan-cli: clan_cli.git -> clan_lib.git
2025-05-20 14:35:14 +02:00
hsjobeki
16112e259c
Merge pull request 'Classgen: export field type definitions' ( #3715 ) from hsjobeki/clan-core:inventory-services-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3715
2025-05-20 12:20:07 +00:00
Jörg Thalheim
877107650f
fix sudo in clan flash when restoring auto-updates
2025-05-20 14:03:25 +02:00
lassulus
6da64f6f27
Merge pull request 'clan_lib_colors' ( #3713 ) from clan_lib_colors into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3713
2025-05-20 11:59:18 +00:00
Mic92
cdaf0e8c2b
Merge pull request 'upload: improve various things' ( #3714 ) from upload into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3714
2025-05-20 11:54:57 +00:00
Mic92
2f370a6d33
Merge pull request 'mypy: ignore clan_lib.nixpkgs' ( #3716 ) from fix-mypy into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3716
2025-05-20 11:51:44 +00:00
Johannes Kirschbauer
027ae49449
Chore(formatter): exclude generated classes file
2025-05-20 13:42:18 +02:00
Johannes Kirschbauer
6989899338
Chore: re-generate nix models
2025-05-20 13:41:55 +02:00
Jörg Thalheim
b05c7469ce
upload: hide upload command by default
2025-05-20 13:37:46 +02:00
Jörg Thalheim
c5540941a6
cmd/run: dont run logging code unless we have debugging enabled.
2025-05-20 13:37:46 +02:00
Jörg Thalheim
12a5a0d792
upload: stream tarball rather than read at once
2025-05-20 13:37:46 +02:00
Jörg Thalheim
792826f0cb
mypy: ignore clan_lib.nixpkgs
2025-05-20 13:37:46 +02:00
Jörg Thalheim
68854f36ff
mypy: ignore clan_lib.nixpkgs
2025-05-20 13:36:18 +02:00
Johannes Kirschbauer
463eaff47c
UI: remove unused inventory.ts file
2025-05-20 13:32:13 +02:00
Johannes Kirschbauer
30e74c408c
Classgen: export field type definitions
2025-05-20 13:31:47 +02:00
Mic92
af8dd22369
Merge pull request 'add documentation on how to use macOS' ( #3712 ) from macos into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3712
2025-05-20 11:01:10 +00:00
Jörg Thalheim
4f4c44c7d4
add documentation on how to use macOS
2025-05-20 12:56:02 +02:00
Brian McGee
55d1a94947
fix(ui): Exectuting typo in toast message
2025-05-20 11:52:34 +01:00
lassulus
33f3f01e56
clan-cli: clan_cli.colors -> clan_lib.colors
2025-05-20 12:52:12 +02:00
lassulus
d15d135e23
clan_cli mypy: ignore nixpkgs at new location
2025-05-20 12:51:44 +02:00
lassulus
af69a0d5c3
Merge pull request 'clan-cli: clan_cli.dirs -> clan_lib.dirs' ( #3706 ) from clan_lib_dirs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3706
2025-05-20 10:34:40 +00:00
lassulus
3bdf296205
clan-cli: clan_cli.dirs -> clan_lib.dirs
2025-05-20 12:17:52 +02:00
lassulus
f5e9f305d0
clan-cli: clan_cli.dirs -> clan_lib.dirs
2025-05-20 12:08:30 +02:00
Mic92
050804a917
Merge pull request 'Fix deploying to macOS as root' ( #3700 ) from nix-darwin into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3700
2025-05-20 09:08:04 +00:00
Jörg Thalheim
56cc7977f3
use absolute path to darwin-rebuild to workaround missing login shells used on macOS
2025-05-20 10:56:44 +02:00
Jörg Thalheim
5195a049a1
add workaround for nix-copy on darwin
2025-05-20 10:56:44 +02:00
Jörg Thalheim
52ea2ea352
host.run: improve quoting of bash command
2025-05-20 10:56:44 +02:00
Mic92
7f3459d178
Merge pull request 'Stop warning about inventory.instances' ( #3710 ) from stabilize-inventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3710
2025-05-20 08:41:40 +00:00
Jörg Thalheim
494ea192e7
drop deploy_as_root check
...
We haven't documented macOS support yet, so I don't expect many people
using it yet. Now that the pull request is merged probably most people
starting with darwin-nix will be on that commit anyway, so it's not
worth the check, given that the sudo version doesn't work very well.
2025-05-20 10:38:54 +02:00
Jörg Thalheim
6c42baca23
bump nix-darwin
2025-05-20 10:25:01 +02:00
Mic92
f18b219d0c
Merge pull request 'fix logger no longer applying to clan_lib' ( #3709 ) from logging into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3709
2025-05-20 08:21:20 +00:00
Jörg Thalheim
72073494a1
Stop warning about inventory.instances
...
we now marked inventory.modules as deprecated, so this new api can be no
longer under development
2025-05-20 10:12:34 +02:00
Jörg Thalheim
fb19b7c9de
custom_logger/print_trace: no longer check for run_no_stdout
...
this function was removed.
2025-05-20 10:09:20 +02:00
Jörg Thalheim
88a3f0a6a7
logger: only get file path if actually requested
...
this is a rather expensive operation.
2025-05-20 10:09:20 +02:00
Jörg Thalheim
ccf8e99a98
fix logger no longer applying to clan_lib
...
with moving code to clan_lib we are missing logging for some output. To
fix this we remove the module scoping from the logger and just set one
global logger.
2025-05-20 10:09:20 +02:00
DavHau
a22180f980
GUI/vars: refactor vars step
2025-05-20 11:32:32 +07:00
clan-bot
131afefe3a
Merge pull request 'Update Clan Core for Checks' ( #3707 ) from update-clan-core-for-checks into main
2025-05-20 03:01:39 +00:00
clan-bot
d880634d22
Update pinned clan-core for checks
2025-05-20 02:52:07 +00:00
lassulus
dc4aae643a
Merge pull request 'clan-cli: clan_cli.cmd -> clan_lib.cmd' ( #3705 ) from clan_lib_cmd into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3705
2025-05-19 17:19:55 +00:00
lassulus
1df5dfe6d3
clan-cli: clan_cli.cmd -> clan_lib.cmd
2025-05-19 19:07:24 +02:00
lassulus
0f6e5499f6
Merge pull request 'fix(cli/machines/deploy): warn on local input' ( #3687 ) from tennox/clan-core:warn-local-input into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3687
Reviewed-by: lassulus <clanlol@lassul.us >
2025-05-19 16:58:33 +00:00
lassulus
7df15c67d3
Merge pull request 'clan-cli: move clan_cli.nix to clan_lib.nix' ( #3704 ) from clan_lib_nix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3704
2025-05-19 16:56:10 +00:00
lassulus
b10682c7f7
clan-cli: move clan_cli.nix to clan_lib.nix
2025-05-19 18:40:36 +02:00
lassulus
43d9fdc77e
Merge pull request 'clan_lib flake: fix handling garbage collected store paths as cached values' ( #3699 ) from select-path-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3699
2025-05-19 16:01:31 +00:00
lassulus
9f27e21bd4
clan_lib flake: remove redundant store definition
2025-05-19 17:49:12 +02:00
lassulus
2129790bda
clan_lib flake: test if cache gets invalidated with nix gc
2025-05-19 17:48:46 +02:00
lassulus
bd70f4cff2
clan_lib flake: get select output without nixpkgs
2025-05-19 16:11:56 +02:00
lassulus
fb5839f929
clan_lib flake: get store path from NIX_STORE_DIR
2025-05-19 16:11:56 +02:00
lassulus
76e4ecb6d5
clan_lib flake: check the whole tree even if we fetched all keys before
...
This is needed because nix garbage collection can remove store paths. So
the cache can become invalid because a path needs to be rebuild.
2025-05-19 16:11:56 +02:00
DavHau
dc2abb1352
UI: add vars step to installation flow
2025-05-19 19:11:19 +07:00
DavHau
93b23a38dd
clan-app/devshell: add script to launch qemu VMs for testing
2025-05-19 18:37:09 +07:00
DavHau
bdddcd05cc
Merge pull request 'clanModules/wifi: refactor to use NetworkManager' ( #3701 ) from DavHau/clan-core:wifi into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3701
2025-05-19 11:33:22 +00:00
DavHau
1f33f7aad4
clanModules/wifi: refactor to use NetworkManager
...
Neither iwd, nor wpa_supplicant seem to be very reliable on some machines I tested.
Also NetworkManager has generally the best GUI support so it makes sense to build ontop of it
2025-05-19 18:14:37 +07:00
pinpox
5dbfca0364
Merge pull request 'docs: add glossary' ( #3698 ) from docs-glossary into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3698
2025-05-19 09:47:39 +00:00
pinpox
6525b591e2
docs: add glossary
2025-05-19 11:41:00 +02:00
Mic92
79e615b5b1
Merge pull request 'machines/upload: start to use builtin sudo' ( #3697 ) from builtin-sudo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3697
2025-05-19 09:30:40 +00:00
Jörg Thalheim
9405e40d00
machines/upload: start to use builtin sudo
2025-05-19 11:18:15 +02:00
clan-bot
cdd9b8a3e4
Merge pull request 'Update Clan Core for Checks' ( #3696 ) from update-clan-core-for-checks into main
2025-05-19 03:01:50 +00:00
clan-bot
e4ffae84a7
Update pinned clan-core for checks
2025-05-19 02:52:08 +00:00
Mic92
df611dd3db
Merge pull request 'move flake test into flake folder' ( #3682 ) from flake-in-lib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3682
2025-05-18 20:13:14 +00:00
lassulus
96feb5bd26
clan_lib: move test_flake_caching into clan_lib flake folder
2025-05-18 21:35:56 +02:00
hsjobeki
989fdbca49
Merge pull request 'Docs: unify 'manual' with 'guides'' ( #3693 ) from hsjobeki/clan-core:docs-structure into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3693
2025-05-18 18:52:40 +00:00
Johannes Kirschbauer
88f7b3410e
Docs: unify 'manual' with 'guides' folder
...
This is one of the final steps towards strictly following
https://diataxis.fr/
2025-05-18 20:40:40 +02:00
Johannes Kirschbauer
ef29e62d9b
Docs: update some references to contributing
2025-05-18 20:31:49 +02:00
hsjobeki
a9f746c1d3
Merge pull request 'Docs: move {contributing, disk, mesh, backups} into guides' ( #3692 ) from hsjobeki/clan-core:docs-structure into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3692
2025-05-18 16:59:51 +00:00
Johannes Kirschbauer
b36d641e71
Docs: move {flake, facts-vars} migration guides into 'migrations' folder
2025-05-18 18:56:03 +02:00
Johannes Kirschbauer
04146eeac9
Docs: remove useless repo-layout file
2025-05-18 18:49:29 +02:00
Johannes Kirschbauer
3051763cbf
Docs: remove dafts folder
2025-05-18 18:48:23 +02:00
Johannes Kirschbauer
df5010084f
Docs: create migrations subfolder in guides
2025-05-18 18:46:36 +02:00
Johannes Kirschbauer
e9278ceaba
Docs: place reference to new ClanModules on index page
2025-05-18 18:40:10 +02:00
Johannes Kirschbauer
0261a954de
Docs: move 'getting-started' into guides section
2025-05-18 18:35:11 +02:00
Johannes Kirschbauer
ad5bbdbee0
Docs: move {contributing, disk, mesh, backups} into guides
2025-05-18 18:22:32 +02:00
clan-bot
7f62a7993a
Merge pull request 'Update Clan Core for Checks' ( #3688 ) from update-clan-core-for-checks into main
2025-05-18 03:01:46 +00:00
clan-bot
04e842a2a5
Update pinned clan-core for checks
2025-05-18 02:52:08 +00:00
Manu [tennox]
3986200c74
fix(cli/machines/deploy): warn on local input
...
see: https://git.clan.lol/clan/clan-core/issues/3112
2025-05-17 15:30:32 +01:00
clan-bot
b27d6bb29b
Merge pull request 'Update Clan Core for Checks' ( #3685 ) from update-clan-core-for-checks into main
2025-05-17 03:01:12 +00:00
clan-bot
ed72abcc5c
Update pinned clan-core for checks
2025-05-17 02:51:35 +00:00
renovate[bot]
64a146400f
Update treefmt-nix digest to 42dd928
2025-05-17 00:50:18 +00:00
renovate[bot]
2d665e876e
Update data-mesher digest to 826a1ab
2025-05-16 18:50:12 +00:00
lassulus
fb746b874c
clan_lib: move clan_lib.flake.flake to clan_lib.flake
2025-05-16 19:28:36 +02:00
hsjobeki
00eac81c2f
Merge pull request 'Refactor(cli): name set_inv_machine back to set_machine' ( #3681 ) from hsjobeki/clan-core:chores-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3681
2025-05-16 16:23:51 +00:00
Johannes Kirschbauer
0b404b9637
Fix: typing cast dataclass_type into type explizitly
2025-05-16 18:11:46 +02:00
Johannes Kirschbauer
6a6dd8ad2a
Fix: missing recipient should print a message
2025-05-16 18:09:53 +02:00
Johannes Kirschbauer
2e2335a922
Fix(cli/machines/list): make listing machines safer
2025-05-16 18:05:49 +02:00
Johannes Kirschbauer
d5d7cba6a5
Fix(cli/state):_Make listing state folders more safe
2025-05-16 18:05:08 +02:00
Johannes Kirschbauer
a5d561b996
Fix(cli/dirs): properly import urllib.parse module
2025-05-16 18:05:08 +02:00
Johannes Kirschbauer
6b08527929
Fix(cli/vars): log.info; since machine is unbound in this context
2025-05-16 18:05:08 +02:00
Johannes Kirschbauer
211ca59441
Fix: typing in async_run
2025-05-16 18:05:08 +02:00
Johannes Kirschbauer
29811cd0dc
Refactor(cli): name set_inv_machine back to set_machine
...
We don't want to leak information about our internals
Such as 'inv' meaning 'inventory' this is not important from the outside
2025-05-16 18:05:07 +02:00
Johannes Kirschbauer
e4a6cbc7e3
Refactor: rename api set_inv_machine parameter to 'machines,update'
2025-05-16 17:57:40 +02:00
hsjobeki
1bcf5a82a6
Merge pull request 'refactor: move clan_cli.error to clan_lib.error' ( #3677 ) from hsjobeki/clan-core:chores-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3677
2025-05-16 15:17:41 +00:00
Johannes Kirschbauer
1adcada568
Fix: dynamically import clan_cli in flake methods
...
This is a temporary workaround to solve cyclic imports all these modules should be moved to clan_lib
soon afterwards
2025-05-16 17:02:58 +02:00
Mic92
80606274ed
Merge pull request 'installation: put use_tor option in right place' ( #3680 ) from installation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3680
2025-05-16 14:43:17 +00:00
hsjobeki
fa270cf74c
Merge pull request 'Docs: init migration guide for clanServices' ( #3679 ) from service-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3679
2025-05-16 14:39:22 +00:00
Johannes Kirschbauer
9221231e89
docs: move authoring guides into guides subfolder
2025-05-16 16:33:39 +02:00
Jörg Thalheim
74f9ee4326
machines.eval_nix: remove unused refresh parameter
2025-05-16 16:31:25 +02:00
Jörg Thalheim
7d6ddc5e59
installation: put use_tor option in right place
...
we would always disable tor, even if enabled.
2025-05-16 16:18:25 +02:00
Johannes Kirschbauer
868db1e6f3
Docs: init migration guide for clanServices
2025-05-16 16:15:51 +02:00
Johannes Kirschbauer
f210b2f9a6
refactor: move clan_cli.error to clan_lib.error
2025-05-16 16:14:39 +02:00
Mic92
9a642e465f
Merge pull request 'upload: don't try to re-create directory if it already exists' ( #3678 ) from upload into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3678
2025-05-16 13:53:05 +00:00
Jörg Thalheim
0c1a48c9d4
upload: don't try to re-create directory if it already exists
...
This allows bind mounts i.e. needed for preserveration/impermanence
2025-05-16 15:39:09 +02:00
hsjobeki
56f3fd0a45
Merge pull request 'Docs for clan service options' ( #3670 ) from service-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3670
2025-05-16 13:02:28 +00:00
Johannes Kirschbauer
21f87f169a
Docs: improve clanService docs
2025-05-16 14:58:46 +02:00
lassulus
829cdcb826
Merge pull request 'clan_cli: move flake class to clan_lib' ( #3676 ) from flake-in-api into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3676
2025-05-16 12:00:00 +00:00
lassulus
3dc41f7d5f
clan_cli: move flake class to clan_lib
2025-05-16 13:38:47 +02:00
hsjobeki
f68b372268
Merge pull request 'Refactor: replace direct references to inventory' ( #3674 ) from hsjobeki/clan-core:chores-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3674
2025-05-16 10:43:24 +00:00
lassulus
35bceac822
Merge pull request 'clan_cli flake: get selectLib as path: as well' ( #3675 ) from select-as-path into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3675
2025-05-16 10:22:24 +00:00
lassulus
2892bbe93e
clan_cli flake: get selectLib as path: as well
...
This is needed so older nix versions can get select in a pure way. Since
non path: paths can never be pure on older nix versions
2025-05-16 11:37:22 +02:00
Johannes Kirschbauer
c43d8fa958
Refactor: replace direct references to inventory
...
Deprecated. Inventory should be accessed via InventoryStore {read(),write(),...}
2025-05-16 11:30:41 +02:00
pinpox
8220c32142
Add clanServices to docs
...
Renders the documentation for clanServices. Options for the modules are
extracted and rendered the same way as for the existing clanModules.
Additionally tweaks the typography for the documentation of options
slightly
2025-05-16 11:29:50 +02:00
hsjobeki
13fa74b8cd
Merge pull request 'clan-cli: Unify list_machines and use flake caching' ( #3673 ) from Qubasa/clan-core:fix_ui_stuff into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3673
2025-05-16 09:08:59 +00:00
Qubasa
d765f1078b
clan-cli: Unify list_machines and use flake caching
2025-05-16 10:47:49 +02:00
renovate[bot]
37180ff2af
chore(deps): update nix-darwin digest to 8817b00
2025-05-16 03:40:10 +00:00
clan-bot
766c11f900
Merge pull request 'Update Clan Core for Checks' ( #3671 ) from update-clan-core-for-checks into main
2025-05-16 03:00:46 +00:00
clan-bot
3841b8ea8c
Update pinned clan-core for checks
2025-05-16 02:51:34 +00:00
renovate[bot]
bd5c33041d
chore(deps): update data-mesher digest to 7afcd6f
2025-05-15 17:50:25 +00:00
renovate[bot]
d36b6f08fe
chore(deps): update nixpkgs digest to b1bebd0
2025-05-15 17:30:26 +00:00
Mic92
dc424c6970
Merge pull request 'Merge clan-app and ui environment into one' ( #3661 ) from feat/web-ui-process-compose into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3661
Reviewed-by: brianmcgee <brian@bmcgee.ie >
2025-05-15 13:19:31 +00:00
Jörg Thalheim
7f63920933
clan-app/devshell: remove duplicate python3
...
we already get python3 from the frontend.
2025-05-15 15:03:35 +02:00
Jörg Thalheim
a484f2a7fc
fix references in reload-python-api script
2025-05-15 15:03:05 +02:00
Jörg Thalheim
ed3f8f85c8
remove generated files from git.
2025-05-15 14:56:04 +02:00
Jörg Thalheim
9e8dc584eb
clan-app/README: more robust process-compose command
...
I had port conflicts with tcp, so let's use unix socket by default.
Also added --keep-project to make trouble-shouting easier in case
something is wrong.
2025-05-15 14:56:04 +02:00
Jörg Thalheim
146f183256
clan-app/ui: remove unused .envrc
...
this has been merged into clan-app's envrc
2025-05-15 14:56:04 +02:00
Jörg Thalheim
cc20e0bf35
clan-ui: remove intermediate app directory
2025-05-15 14:56:04 +02:00
Jörg Thalheim
876027ea02
clan-app: filter out unrelated files from build
...
this should help for faster ci builds.
2025-05-15 14:43:51 +02:00
Jörg Thalheim
34349ab4c1
process-compose: simplify environment
...
we already are in the right devshell for clan-app, so we no longer need
direnv exec. Instead of depending on implicit enviroment variables we
can run change the directory based on the git root as this is easier to
read and follow.
2025-05-15 14:43:51 +02:00
Jörg Thalheim
a2bc237d79
devshells.clan-app: require less environment variables
...
also sort shellHook by component
2025-05-15 14:43:51 +02:00
Jörg Thalheim
3b5f1f2c5c
rename devshells.ui to clan-app
2025-05-15 14:15:59 +02:00
Jörg Thalheim
2561e3e4d1
rename ui to clan-app and move clan-app one layer up
2025-05-15 14:15:59 +02:00
renovate[bot]
180e84d9e9
chore(deps): update dependency @types/node to v20.17.47
2025-05-15 11:10:14 +00:00
Mic92
cc1f78058b
Merge pull request 'feat: use process-compose to run ui dev environment' ( #3646 ) from feat/web-ui-process-compose into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3646
2025-05-15 11:08:37 +00:00
Jörg Thalheim
6159456024
process-compose: integrate with direnv
2025-05-15 13:01:36 +02:00
Brian McGee
00ee0d807a
feat: use process-compose to run ui dev environment
2025-05-15 12:00:27 +01:00
Brian McGee
78475e5a82
fix: move vendoring of nixpkgs and select into root devshell
2025-05-15 12:00:26 +01:00
Brian McGee
c26cc9503c
feat: group ui related packages under a ui directory
2025-05-15 12:00:24 +01:00
Mic92
c50cf54e33
Merge pull request 'clan-app: set title and icon' ( #3658 ) from clan-app-title into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3658
2025-05-15 10:42:06 +00:00
Jörg Thalheim
3eb8af34fc
clan-app: prepare icon support on linux
...
For some reason the icon is not shown when using the gtk backend but at
least the API calls look correct.
2025-05-15 12:36:30 +02:00
Jörg Thalheim
172d571804
clan-app: set title
2025-05-15 12:36:24 +02:00
Jörg Thalheim
e337b9997c
webview-lib: extend to support setting icons on Linux
2025-05-15 12:36:11 +02:00
Mic92
f436d91711
Merge pull request 'chore(deps): update data-mesher digest to ca961db' ( #3655 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3655
2025-05-15 10:18:13 +00:00
Mic92
9a2a72132d
Merge pull request 'chore(deps): update nix-darwin digest to b6fff20' ( #3653 ) from renovate/nix-darwin-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3653
2025-05-15 10:18:03 +00:00
hsjobeki
358ce9e179
Merge pull request 'Chore: remove spurious module.nix' ( #3657 ) from hsjobeki/clan-core:chores-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3657
2025-05-15 10:15:29 +00:00
Johannes Kirschbauer
e4ba4621d0
Chore: remove spurious module.nix
2025-05-15 12:08:44 +02:00
renovate[bot]
25aa561cb5
chore(deps): update nix-darwin digest to b6fff20
2025-05-15 10:00:22 +00:00
renovate[bot]
9742f7516a
chore(deps): update data-mesher digest to ca961db
2025-05-15 10:00:20 +00:00
renovate[bot]
8d7c938138
chore(deps): update nixpkgs digest to 2e1da60
2025-05-15 09:30:30 +00:00
renovate[bot]
d7bf049058
chore(deps): update treefmt-nix digest to e758f27
2025-05-15 09:10:13 +00:00
Mic92
f91e0a99d2
Merge pull request 'Add multiline-hidden-prompt' ( #3632 ) from multiline-hidden-prompt into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3632
Reviewed-by: hsjobeki <hsjobeki@gmail.com >
Reviewed-by: lopter <louis@opter.org >
2025-05-15 08:10:34 +00:00
lassulus
4ea40fe8a3
clan-cli vars upload: create dir if provided
2025-05-15 06:42:24 +00:00
clan-bot
c82189d927
Merge pull request 'Update Clan Core for Checks' ( #3652 ) from update-clan-core-for-checks into main
2025-05-15 03:01:17 +00:00
clan-bot
03ce651de6
Update pinned clan-core for checks
2025-05-15 02:51:34 +00:00
renovate[bot]
710258094b
chore(deps): update disko digest to ec7c109
2025-05-15 02:40:09 +00:00
Mic92
ebb9da663a
Merge pull request 'fix ssh master on macos' ( #3649 ) from ssh-master into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3649
2025-05-14 22:19:51 +00:00
Jörg Thalheim
b383e672dd
fix ssh master on macos
2025-05-14 20:30:36 +02:00
Jörg Thalheim
6053d9631f
prompt: handle KeyboardInterrupt more gracefully
2025-05-14 19:53:36 +02:00
Jörg Thalheim
1ff5d64a78
do not instantiate vars_generators several times
...
We should really not have any property that has side effects i.e.
spawning processes.
2025-05-14 19:53:36 +02:00
Jörg Thalheim
d397c8ad39
add multiline-hidden prompt for both ui and cli
2025-05-14 19:53:36 +02:00
hsjobeki
974c3f9b09
Merge pull request 'feat(clanModules): add deprecation feature that generates a warning if the module is used' ( #3648 ) from hsjobeki/clan-core:persistence-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3648
2025-05-14 15:13:51 +00:00
hsjobeki
90b0e811a4
Merge pull request 'clan-app: draw header above other elements' ( #3647 ) from fix-header into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3647
2025-05-14 15:10:39 +00:00
Johannes Kirschbauer
ec6a86f8ef
clanModules/wifi: deprecate in favor of inventory.instances
2025-05-14 17:08:17 +02:00
Johannes Kirschbauer
9edc3fb881
feat(clanModules): add deprecation feature that generates a warning if the module is used
2025-05-14 17:06:58 +02:00
hsjobeki
d5c77cda5b
Merge pull request 'refactor(list/machines): use InventoryStore to interact with data"' ( #3645 ) from hsjobeki/clan-core:persistence-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3645
2025-05-14 15:03:48 +00:00
lassulus
d019b3b57d
clan-app: draw header above other elements
2025-05-14 17:01:46 +02:00
pinpox
2b699e6e81
Merge pull request 'Restore old admin module, with deprecation warning' ( #3639 ) from admin-module-warning into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3639
2025-05-14 14:25:13 +00:00
pinpox
0e1831d0f4
add back old module for compatibility
2025-05-14 16:19:55 +02:00
Johannes Kirschbauer
e1f0590eac
refactor(list/machines): use InventoryStore to interact with data"
2025-05-14 16:18:12 +02:00
Johannes Kirschbauer
90232977e2
chore: remove unused iwd python module
2025-05-14 16:17:03 +02:00
Johannes Kirschbauer
5b1b74e06f
refactor(lib/persist): rename 'patch' to 'apply_patch'
2025-05-14 16:16:16 +02:00
Johannes Kirschbauer
800313c2a0
feat(lib/InventoryStore): add read method
2025-05-14 16:10:49 +02:00
renovate[bot]
0326476d4b
chore(deps): update disko digest to 490c0d6
2025-05-14 13:10:09 +00:00
hsjobeki
c08af894b9
Merge pull request 'refactor(cli/inventory): move functions and tests into clan_lib' ( #3641 ) from hsjobeki/clan-core:persistence-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3641
2025-05-14 11:47:37 +00:00
Johannes Kirschbauer
5e7b34a4c7
refactor(clan/lib): move tests for persist.util into clan_lib
2025-05-14 13:35:27 +02:00
hsjobeki
3dbad7a55b
Merge pull request 'fix(wifi): register new modules in clan.modules NOT inventory.modules' ( #3643 ) from hsjobeki/clan-core:fixes-module into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3643
2025-05-14 11:22:49 +00:00
Johannes Kirschbauer
2f073470df
refactor(modules/admin): consistent clan.module registering
2025-05-14 13:16:36 +02:00
Johannes Kirschbauer
97a229a438
fix(wifi): register new modules in clan.modules NOT inventory.modules
2025-05-14 12:51:15 +02:00
Mic92
8162933711
Merge pull request 'ui: Remove garbage collection thread' ( #3636 ) from remove-gc into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3636
2025-05-14 10:19:44 +00:00
Johannes Kirschbauer
7e92308b70
refactor(lib/inventory): use util functions from clan_lib
2025-05-14 12:15:37 +02:00
Johannes Kirschbauer
f8540de48e
refactor(cli/inventory): remove unncessary init_inventory function
2025-05-14 12:15:36 +02:00
pinpox
742fbd111f
Add warning for deprecated admin module
2025-05-14 12:11:41 +02:00
Mic92
8b5cfb48c1
Merge pull request 'update cli vars on CLAN_CLI_PERF' ( #3640 ) from clan-cli-perf into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3640
2025-05-14 10:11:25 +00:00
clan-bot
b5b26a6d13
Merge pull request 'Update Clan Core for Checks' ( #3631 ) from update-clan-core-for-checks into main
2025-05-14 10:11:00 +00:00
Jörg Thalheim
2e4d6b0b2e
update cli vars on CLAN_CLI_PERF
2025-05-14 12:07:38 +02:00
clan-bot
bf88aed318
Update pinned clan-core for checks
2025-05-14 10:01:10 +00:00
Jörg Thalheim
a97ed62e2a
clan-app: decode function arguments ahead of launching a thread.
...
If something goew wrong here we rather want to crash the app and get bug
reports.
2025-05-14 11:52:55 +02:00
kenji
67406ef6cd
Merge pull request 'modules/wifi: migrate to clan service' ( #3638 ) from kenji/clan-core:ke-migrate-wifi into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3638
2025-05-14 09:52:15 +00:00
a-kenji
bbb4a9b5fb
modules/wifi: migrate to clanServices
2025-05-14 09:52:15 +00:00
Jörg Thalheim
56ffd896dc
clan-app: don't raise exception when we use ctr-c
2025-05-14 11:41:16 +02:00
Jörg Thalheim
693f404f4c
api_wrapper: more descriptive parameter names
...
also only decode the op_key once
2025-05-14 11:39:25 +02:00
Jörg Thalheim
043e7fbb16
bind_jsonschema_api: reduce method nesting
2025-05-14 11:39:25 +02:00
hsjobeki
3520ca5ef3
Merge pull request 'docs(adrs): move decision folder into docs to make them publicly visible within docs' ( #3633 ) from hsjobeki/clan-core:docs-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3633
2025-05-14 09:32:57 +00:00
hsjobeki
289c70d884
Merge pull request 'Clan(lib): add persistence layer as inventoryStore' ( #3634 ) from hsjobeki/clan-core:persistence-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3634
2025-05-14 09:28:34 +00:00
Jörg Thalheim
603810da5e
make listing/cancelling tasks less nosy in the logs
2025-05-14 10:49:09 +02:00
Jörg Thalheim
d0989cd0f5
remove thread garbage collection
2025-05-14 10:49:09 +02:00
Johannes Kirschbauer
973d7706bd
refactor(lib/persist): move WriteInfo class into persistence lib
2025-05-14 10:19:07 +02:00
Johannes Kirschbauer
f722aafc18
chore(cli/inventory): add deprecation note for old python module
2025-05-14 10:18:27 +02:00
Johannes Kirschbauer
d825a3348b
docs(adrs): move decision folder into docs to make them publicly visible within docs
2025-05-14 10:06:24 +02:00
Johannes Kirschbauer
a569a7bc7c
chore(cli/inventory): remove unused 'default_inventory'
2025-05-14 09:28:06 +02:00
Johannes Kirschbauer
8b957a128f
feat(clan_lib): add 'InventoryStore' for persistence
2025-05-14 09:18:55 +02:00
hsjobeki
259ac96bc3
Merge pull request 'Refactor(clan_lib): move nix bound classes out of the cli folder' ( #3629 ) from hsjobeki/clan-core:clan-lib-4 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3629
2025-05-14 07:14:24 +00:00
Johannes Kirschbauer
c77a3b11a8
Refactor(clan_lib): move nix bound classes out of the cli folder
2025-05-13 18:39:36 +02:00
Mic92
0e50e47f16
Merge pull request 'fix(ui): high cpu because of spinning garbage collection' ( #3630 ) from fix/ui-high-cpu into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3630
2025-05-13 16:38:14 +00:00
Brian McGee
6194c2a625
fix(ui): high cpu because of spinning garbage collection
2025-05-13 17:06:19 +01:00
Mic92
59e1512cfc
Merge pull request 'cmd: wait on status after killing process' ( #3628 ) from misc into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3628
2025-05-13 14:29:58 +00:00
Michael Hoang
8e96a8931e
Merge pull request 'Revert "disable age-plugin-se for now on aarch64-linuxql"' ( #3566 ) from push-vqkkqnuozxvx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3566
2025-05-13 14:24:11 +00:00
Jörg Thalheim
b14c27c7bb
cmd: wait on status after killing process
2025-05-13 16:18:03 +02:00
Michael Hoang
8a3aacc00c
Revert "disable age-plugin-se for now on aarch64-linuxql"
...
This reverts commit d0ff114f6b .
2025-05-14 00:12:49 +10:00
Jörg Thalheim
5ac4cc8586
tests_secrets_cli: improve assertion message for pgp key
2025-05-13 16:10:54 +02:00
Mic92
84e9835ed2
Merge pull request 'test_ssh_remote: skip whole module at once on macOS' ( #3626 ) from darwin-ssh-remote into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3626
2025-05-13 14:07:42 +00:00
Jörg Thalheim
a62b828120
filter out test files from clan-cli source
...
this means we can fix test without having to re-run the installation
tests.
2025-05-13 15:55:00 +02:00
Mic92
5d10b7582a
Merge pull request 'chore(deps): update nix-darwin digest to f88be00' ( #3623 ) from renovate/nix-darwin-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3623
2025-05-13 13:32:20 +00:00
renovate[bot]
27f44a3662
chore(deps): update nix-darwin digest to f88be00
2025-05-13 13:20:10 +00:00
Mic92
f20f8b365a
Merge pull request 'installer: set requireExplicitUpdate' ( #3624 ) from installer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3624
2025-05-13 13:18:48 +00:00
Jörg Thalheim
78cea7f7c9
test_ssh_remote: skip whole module at once on macOS
2025-05-13 15:18:21 +02:00
Jörg Thalheim
d9075a5d79
installer: set requireExplicitUpdate
...
We usually don't want to update this system by default.
2025-05-13 15:02:05 +02:00
Luis Hebendanz
09c9c184ab
Merge pull request 'clan-app: Fix machine update cancel task' ( #3622 ) from Qubasa/clan-core:fix_cancellation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3622
2025-05-13 12:19:35 +00:00
Qubasa
daffc95c96
clan-app: Fix machine update cancel task
2025-05-13 14:06:02 +02:00
clan-bot
a12ba8e56f
Merge pull request 'Update Clan Core for Checks' ( #3621 ) from update-clan-core-for-checks into main
2025-05-13 12:05:55 +00:00
clan-bot
58fafac958
Update pinned clan-core for checks
2025-05-13 11:55:59 +00:00
Mic92
0f6e084640
Merge pull request 'update-clan-core-for-checks: retry merge after delay' ( #3620 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3620
2025-05-13 11:54:43 +00:00
Jörg Thalheim
e941f2adde
update-clan-core-for-checks: retry merge after delay
2025-05-13 13:51:03 +02:00
Mic92
a3b0c0472a
Merge pull request 'update-clan-core-for-checks: use correct pr number' ( #3618 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3618
2025-05-13 11:45:20 +00:00
Jörg Thalheim
e0c407a8a3
update-clan-core-for-checks: use correct pr number
2025-05-13 13:40:27 +02:00
Mic92
ce1256304c
Merge pull request 'lib.filter: allow to name inputs' ( #3616 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3616
2025-05-13 11:35:54 +00:00
Jörg Thalheim
84c0c7e678
lib.filter: allow to name inputs
2025-05-13 13:31:12 +02:00
Mic92
952859529d
Merge pull request 'update-clan-core: fix json syntax' ( #3615 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3615
2025-05-13 11:15:34 +00:00
Mic92
2e149c7a0e
Merge pull request 'fix(data-mesher): default bootstrap nodes' ( #3614 ) from fix/data-mesher-default-bootstrap-nodes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3614
2025-05-13 11:12:33 +00:00
Jörg Thalheim
6edd804731
update-clan-core: fix json syntax
2025-05-13 13:11:34 +02:00
kenji
cfa966d58c
Merge pull request 'docs/index: Surface reference documentation' ( #3612 ) from kenji/clan-core:ke-docs-index into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3612
2025-05-13 10:51:22 +00:00
a-kenji
9f805b9e46
docs/index: Surface reference documentation
2025-05-13 10:51:22 +00:00
Brian McGee
120dac6dbc
fix(data-mesher): default bootstrap nodes
2025-05-13 11:48:01 +01:00
Mic92
16b6df18a5
Merge pull request 'update-clan-core: use pr id' ( #3611 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3611
2025-05-13 10:47:08 +00:00
hsjobeki
eb50278d1e
Merge pull request 'Feat(UI/modules): clean up module list styles' ( #3591 ) from hsjobeki/clan-core:ui-fixes-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3591
2025-05-13 10:45:22 +00:00
Mic92
bfc7a74a66
Merge branch 'main' into ci-fixes
2025-05-13 10:42:50 +00:00
hsjobeki
b97177363a
Merge pull request 'GUI: fix target IP not always shown' ( #3610 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3610
2025-05-13 10:41:14 +00:00
Johannes Kirschbauer
217563740e
Feat(UI/3d): init 3d prototype
2025-05-13 12:39:16 +02:00
Jörg Thalheim
b116df770c
update-clan-core: use pr id
2025-05-13 12:37:02 +02:00
DavHau
e836492a80
merge-after-ci: don't format untracked files
2025-05-13 17:36:05 +07:00
DavHau
3db8b00898
pre-commit: don't format untracked files
2025-05-13 17:36:05 +07:00
DavHau
cbaa765154
GUI: fix target IP not always shown
2025-05-13 17:36:05 +07:00
Mic92
c506692d96
Merge pull request 'docs/devshell: make sure we are in the right directory before symlinking files' ( #3609 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3609
2025-05-13 10:28:14 +00:00
Mic92
04108ff656
Merge pull request 'Update Clan Core for Checks' ( #3608 ) from update-clan-core-for-checks into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3608
2025-05-13 10:24:45 +00:00
Jörg Thalheim
028a401931
docs/devshell: make sure we are in the right directory before symlinking files
2025-05-13 12:24:20 +02:00
clan-bot
aead181fb7
Update pinned clan-core for checks
2025-05-13 10:05:02 +00:00
Mic92
f512f0a949
Merge pull request 'update-clan-core-for-checks: update pr description' ( #3607 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3607
2025-05-13 09:22:39 +00:00
Mic92
77d266bdef
Merge pull request 'Automated Update: Clan Core' ( #3605 ) from update-clan-core-for-checks into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3605
2025-05-13 09:21:25 +00:00
Jörg Thalheim
d73ff02749
update-clan-core-for-checks: update pr description
2025-05-13 11:18:42 +02:00
clan-bot
afae472e63
Update pinned clan-core for checks
2025-05-13 09:10:09 +00:00
Mic92
0989bbca36
Merge pull request 'update-clan-core-for-checks: use ci bot token for prs' ( #3604 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3604
2025-05-13 09:09:29 +00:00
Jörg Thalheim
e6f53ac243
update-clan-core-for-checks: use ci bot token for prs
2025-05-13 11:05:06 +02:00
Mic92
c80cb601e0
Merge pull request 'update-clan-core-for-checks: fix head branch' ( #3603 ) from ci-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3603
2025-05-13 09:00:10 +00:00
Jörg Thalheim
f1a53a1255
update-clan-core-for-checks: fix head branch
2025-05-13 10:52:52 +02:00
Mic92
d197f0f6e7
Merge pull request 'docs/guides: Fix typos in migration guide' ( #3602 ) from kenji-ke-docs-vars-facts-migration-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3602
2025-05-13 08:37:37 +00:00
Mic92
f8a647d181
Merge pull request 'chore(deps): update nixpkgs digest to eaeed95' ( #3596 ) from renovate/nixpkgs-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3596
2025-05-13 08:36:44 +00:00
a-kenji
21aa95b139
docs/guides: Fix typos in migration guide
2025-05-13 10:33:23 +02:00
renovate[bot]
968efb97d4
chore(deps): update nixpkgs digest to eaeed95
2025-05-13 08:30:10 +00:00
Mic92
ee1095a87e
Merge pull request 'update-clan-core: use https' ( #3600 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3600
2025-05-13 08:29:09 +00:00
Jörg Thalheim
573e79322e
update-clan-core: use https
2025-05-13 10:18:56 +02:00
Mic92
a123e05557
Merge pull request 'update-clan-core-for-checks: pass GITEA_TOKEN correctly' ( #3599 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3599
2025-05-13 08:17:44 +00:00
kenji
aac6066e20
Merge pull request 'docs/guides: facts vars migration guide' ( #3598 ) from kenji/clan-core:ke-docs-vars-facts-migration into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3598
2025-05-13 08:10:32 +00:00
a-kenji
14969c5822
docs/guides: facts vars migration guide
...
Add a migration guide from facts to vars.
2025-05-13 08:10:32 +00:00
Mic92
8fbd465a2e
Merge pull request 'Update nix-darwin digest to d642c98' ( #3589 ) from renovate/nix-darwin-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3589
2025-05-13 08:08:55 +00:00
Jörg Thalheim
005f11b00d
update-clan-core-for-checks: pass GITEA_TOKEN correctly
2025-05-13 10:06:29 +02:00
renovate[bot]
36bc493a43
chore(deps): update nix-darwin digest to d642c98
2025-05-13 08:00:10 +00:00
Mic92
79271cb41b
Merge pull request 'debug update-clan-core-for-checks action' ( #3597 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3597
2025-05-13 07:55:37 +00:00
Jörg Thalheim
fb11710bdb
debug update-clan-core-for-checks action
2025-05-13 09:48:46 +02:00
Mic92
ee8ee2a659
Merge pull request 'fix: Documentation for inventory.tags.nixos option' ( #3595 ) from ginkogruen/clan-core:ginkogruen-patch-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3595
2025-05-13 07:44:26 +00:00
ginkogruen
70b152b548
fix: Documentation for inventory.tags.nixos option
...
Corrected documentation referencing machines with the machineClass = "darwin" set, when it should be: machineClass = "nixos"
2025-05-12 22:12:43 +00:00
Johannes Kirschbauer
ce774539b7
Feat(UI/modules): clean up module list styles
2025-05-12 20:48:25 +02:00
Luis Hebendanz
6670f2fd50
Merge pull request 'clan-app: Improved UX of handling toasts' ( #3588 ) from Qubasa/clan-core:fix_clan_install into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3588
2025-05-12 17:15:32 +00:00
Qubasa
a834f210a0
clan-app: Improved UX of handling toasts
2025-05-12 18:54:53 +02:00
Mic92
7f0a430ec0
Merge pull request 'checks/update-clan-core-for-checks: provide missing curl' ( #3587 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3587
2025-05-12 16:28:23 +00:00
hsjobeki
f5700ef742
Merge pull request 'UI: make tasks cancleable' ( #3586 ) from hsjobeki/clan-core:qubasas into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3586
2025-05-12 16:24:45 +00:00
Jörg Thalheim
58b0e21040
checks/update-clan-core-for-checks: provide missing curl
2025-05-12 18:24:31 +02:00
hsjobeki
caaae17dca
Merge pull request 'Feat(UI/modules): display more module informations' ( #3585 ) from hsjobeki/clan-core:ui-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3585
2025-05-12 16:21:10 +00:00
Johannes Kirschbauer
98ae22bd1b
Chore(UI): update some devDependencies in package.json
2025-05-12 18:18:11 +02:00
Johannes Kirschbauer
ef4806f71c
Feat(UI/modules): display more module informations
2025-05-12 18:09:42 +02:00
Mic92
1de7b8cefd
Merge pull request 'checks/update-clan-core-for-checks: force push' ( #3584 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3584
2025-05-12 15:55:00 +00:00
Qubasa
5dff187a32
working fileSelect component
2025-05-12 17:54:10 +02:00
Qubasa
5b2a4cc696
clan-app: Working cancellable tasks
2025-05-12 17:54:10 +02:00
Qubasa
7eac2ce436
clan-app: Add cancellable tasks
2025-05-12 17:54:10 +02:00
Jörg Thalheim
36b72ec436
checks/update-clan-core-for-checks: force push
2025-05-12 17:50:52 +02:00
hsjobeki
a06bd43a1a
Merge pull request 'Migrate admin module to clanServices' ( #3530 ) from admin-migrate-service into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3530
2025-05-12 15:48:24 +00:00
Mic92
552ea582d6
Merge pull request 'clan_cli flake select: fix on older nix versions' ( #3580 ) from select-path into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3580
2025-05-12 15:31:13 +00:00
Mic92
2eaebbd1db
Merge pull request 'checks/update-clan-core-for-checks: fix typo in git env' ( #3583 ) from Mic92/clan-core:mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3583
2025-05-12 15:02:37 +00:00
Jörg Thalheim
acfc604435
checks/update-clan-core-for-checks: fix typo in git env
2025-05-12 16:58:38 +02:00
Mic92
2bee4a8167
Merge pull request 'Checks/update-clan-core-for-check: add email/name' ( #3582 ) from Mic92/clan-core:mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3582
2025-05-12 14:55:12 +00:00
Jörg Thalheim
0ab296a385
checks/update-clan-core-for-check: add email/name
2025-05-12 16:44:54 +02:00
lassulus
c9812e7682
clan_cli flake select: fix on older nix versions
2025-05-12 16:26:06 +02:00
Johannes Kirschbauer
3c157c4a31
Docs: init empty migration guide with references
2025-05-12 16:13:08 +02:00
Johannes Kirschbauer
ca17b64237
Feat: print better error if module was migrated
2025-05-12 16:12:43 +02:00
Jörg Thalheim
5206366ddf
don't run impure checks on main
...
We need to make sure that these tests already pass in pull requests.
There is often no point running this on main because it's already to
late at this point.
2025-05-12 16:05:52 +02:00
Mic92
17e5f63149
Merge pull request 'clan/vars: Improve help for list subcommand' ( #3576 ) from kenji/clan-core:ke-fix-vars-help into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3576
2025-05-12 14:04:27 +00:00
Mic92
ccb1f08345
Merge pull request 'Fix: remove unused service endpoints from UI' ( #3579 ) from hsjobeki/clan-core:ui-fixes-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3579
2025-05-12 14:04:01 +00:00
Johannes Kirschbauer
a87ab490a3
Fix: update test and docs
2025-05-12 15:54:50 +02:00
pinpox
5d26caa15a
Remove admin UI interface
2025-05-12 15:54:50 +02:00
pinpox
d109090bcf
Fix warning
2025-05-12 15:54:50 +02:00
pinpox
4ea4876644
Remove unnecessary file
2025-05-12 15:54:50 +02:00
pinpox
8433248c56
disable PAM for SSH check
2025-05-12 15:54:50 +02:00
pinpox
3bdfa7e405
migrate admin module
2025-05-12 15:54:49 +02:00
Johannes Kirschbauer
3bddb26b48
Fix: remove unused service endpoints from UI
2025-05-12 15:52:49 +02:00
Mic92
ef4b5cc9d5
Merge pull request 'checks/mumble: make delays between keyboard clicks more robust' ( #3578 ) from mumble-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3578
2025-05-12 13:39:21 +00:00
Jörg Thalheim
bea10f7bc8
checks/mumble: disable on x86_64-linux for now
2025-05-12 15:32:52 +02:00
Jörg Thalheim
e8608ac830
checks/mumble: make delays between keyboard clicks more robust
2025-05-12 15:10:29 +02:00
kenji
2ecedb6535
Merge pull request 'clan/vars: Fix vars help hyperlink' ( #3577 ) from kenji/clan-core:ke-docs-vars-cli into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3577
2025-05-12 13:08:13 +00:00
a-kenji
a6f17f18a2
clan/vars: Improve help for list subcommand
...
Closes #3550
2025-05-12 14:57:50 +02:00
a-kenji
96fb6c39f4
clan/vars: Fix vars help hyperlink
2025-05-12 14:55:34 +02:00
hsjobeki
6e26d31ac6
Merge pull request 'Refactor(inventory/constraints): use explizit dependency injections instead of specialArgs' ( #3553 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3553
2025-05-12 12:26:45 +00:00
Johannes Kirschbauer
77ec1e9e48
Feat(inventory/manifest): vendor {description, categories} from 'clanModules'
2025-05-12 14:19:04 +02:00
renovate[bot]
ea8b1aa34c
chore(deps): lock file maintenance
2025-05-12 14:05:14 +02:00
Mic92
2bd9141d2d
Merge pull request 'pinned-clan-core' ( #3574 ) from pinned-clan-core into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3574
2025-05-12 12:02:58 +00:00
Jörg Thalheim
f788313e97
morph: don't depend on clan-core
2025-05-12 13:56:10 +02:00
Jörg Thalheim
89b70ffa6f
checks/backup: depend on pinned clan core
2025-05-12 13:52:21 +02:00
Mic92
ed1692574f
Merge pull request 'ci/update-clan-core-for-checks: bump gitea-create-pull-request' ( #3573 ) from bump-update-flake into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3573
2025-05-12 11:46:01 +00:00
Jörg Thalheim
1106c50924
ci/update-clan-core-for-checks: bump gitea-create-pull-request
2025-05-12 13:41:16 +02:00
Mic92
e99e47da10
Merge pull request 'use a clan-core snapshots for ci tests' ( #3572 ) from misc-fixes-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3572
2025-05-12 11:26:31 +00:00
Jörg Thalheim
67def050fd
use a clan-core snapshots for ci tests
...
We currently have to re-run our integration tests a lot because they are
depending on the whole repository. This pull request changes locks the
clan-core used for vm tests. This has the caveat that we might not run
the latest NixOS machine of our profiles. On the upside we can test
behaviour against an older clan-core version and capture breakages and
make it backwards compatible. If we actually want to test the latest
version, the PR that changes the exposed flake api, could also bump the
clan-core snapshot.
2025-05-12 13:21:25 +02:00
Jörg Thalheim
c0d2787dee
docs/testing: update to latest api
2025-05-12 13:03:06 +02:00
Mic92
ecc327277c
Merge pull request 'Data-mesher: don't set owner for public vars' ( #3571 ) from misc-fixes-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3571
2025-05-12 10:27:05 +00:00
Mic92
0064a8bfbc
Merge pull request 'Add /bin/sh to bubblewrap sandbox' ( #3551 ) from jfly/clan-core:bin-sh-in-sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3551
2025-05-12 10:07:56 +00:00
Jörg Thalheim
1e8b9def2a
data-mesher: don't set owner for public_key
2025-05-12 12:06:05 +02:00
Jörg Thalheim
f0983ede5e
move single dont-depend-on-repo-root check into checks
...
Doesn't seem to be a pattern yet with a single check.
2025-05-12 12:06:05 +02:00
Jörg Thalheim
10bc9e3e44
vars: improve warnings for non-public secrets
2025-05-12 12:06:05 +02:00
DavHau
556fd8845e
Merge pull request 'GUI/machines: enable grid view by default' ( #3570 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3570
2025-05-12 08:52:03 +00:00
DavHau
fab079af71
GUI/machines: enable grid view by default
2025-05-12 15:41:31 +07:00
DavHau
0370c1cf02
Merge pull request 'vars: cleanup sops file module' ( #3569 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3569
2025-05-12 08:40:35 +00:00
DavHau
aa557f3a96
vars: cleanup sops file module
2025-05-12 15:30:23 +07:00
DavHau
e8699e68b5
Merge pull request 'gui/vars: fix vars screen doesn't appear on update' ( #3567 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3567
2025-05-12 07:23:51 +00:00
hsjobeki
f8f31d430d
Merge pull request 'Docs: update 'clan.service' examples' ( #3568 ) from hsjobeki/clan-core:docs-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3568
2025-05-12 07:23:41 +00:00
DavHau
3d345e0bca
gui/vars: fix vars screen doesn't appear on update
2025-05-12 13:52:16 +07:00
Michael Hoang
80711fcf72
Merge pull request 'cli: allow age-plugin-1p' ( #3565 ) from push-uzmrpnklrmxw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3565
2025-05-12 06:47:42 +00:00
Michael Hoang
35684090e3
cli: allow age-plugin-1p
2025-05-12 16:36:24 +10:00
renovate[bot]
8069b137f3
chore(deps): update data-mesher digest to 2666bb1
2025-05-12 00:50:11 +00:00
renovate[bot]
2fba6b15e8
chore(deps): update data-mesher digest to 20e20ac
2025-05-11 22:30:11 +00:00
renovate[bot]
cddee0ca86
chore(deps): update data-mesher digest to 61da4b5
2025-05-11 19:30:10 +00:00
renovate[bot]
0f3ab641d9
chore(deps): update treefmt-nix digest to 708ec80
2025-05-11 19:00:11 +00:00
Johannes Kirschbauer
d5f90b2730
Docs: update 'clan.service' examples
2025-05-11 15:46:16 +02:00
renovate[bot]
54335221d8
chore(deps): update data-mesher digest to f664c98
2025-05-11 11:30:21 +00:00
renovate[bot]
76b13476a5
chore(deps): update treefmt-nix digest to 4819332
2025-05-11 11:10:10 +00:00
Johannes Kirschbauer
bbed94d6de
Refactor(inventory/manifest): move into seperate file
2025-05-10 13:58:21 +02:00
Johannes Kirschbauer
23a5c845b0
Refactor(inventory/constraints): use explizit dependency injections instead of specialArgs
2025-05-10 13:42:47 +02:00
Michael Hoang
b933dcf2e2
Merge pull request 'cli: fix machines update not outputting stdout of nixos-rebuild' ( #3552 ) from push-zmlxvwnvrpuk into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3552
2025-05-10 07:15:23 +00:00
Michael Hoang
8a755fff8c
cli: fix machines update not outputting stdout of nixos-rebuild
2025-05-10 17:02:56 +10:00
Jeremy Fleischman
5726dd1010
Add /bin/sh to bubblewrap sandbox
...
I ran into this error when trying to run `opendkim-genkey` in a vars
generator:
```console
=========================================================================== Command ===========================================================================
nix \
--extra-experimental-features 'nix-command flakes' \
shell \
--inputs-from /nix/store/9r3ddw80dz4qzci9pj57ppbh6gy2pgv9-clan-cli/lib/python3.12/site-packages/clan_cli/nixpkgs \
'nixpkgs#bash' \
'nixpkgs#bubblewrap' \
-c bwrap \
--unshare-all --tmpfs \
/ \
--ro-bind /nix/store \
/nix/store \
--dev /dev \
--bind /tmp/nix-shell.ClOjgJ/vars-kh4qrnas \
/tmp/nix-shell.ClOjgJ/vars-kh4qrnas \
--chdir / \
--bind /proc \
/proc \
--uid 1000 \
--gid 1000 \
-- bash \
-c /nix/store/p0089w4y1w3h535g7ipv4jl4r6mb2hs2-generator-dkim-playground.jflei.com.mail
=========================================================================== Stderr ============================================================================
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = (unset),
LC_NUMERIC = (unset),
LC_COLLATE = (unset),
LC_TIME = (unset),
LC_MESSAGES = (unset),
LC_MONETARY = (unset),
LC_ADDRESS = (unset),
LC_IDENTIFICATION = (unset),
LC_MEASUREMENT = (unset),
LC_PAPER = (unset),
LC_TELEPHONE = (unset),
LC_NAME = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't exec "/bin/sh": No such file or directory at /nix/store/nfawbww80p1hgpymfgq1vq8wqlak75yh-opendkim-2.11.0-Beta2/sbin/.opendkim-genkey-wrapped line 139.
.opendkim-genkey-wrapped: openssl died with signal %d
127
Return Code: 1
1 hosts failed with an error. Check the logs above
```
As we allow `/bin/sh` in the nix build sandbox, I assume we're OK
allowing it here as well?
2025-05-09 18:33:08 -07:00
Luis Hebendanz
b306c748b8
Merge pull request 'clan-cli: Use machine object everywhere instead of name + flake' ( #3541 ) from Qubasa/clan-core:replace_machine_name_with_machine_obj2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3541
2025-05-09 14:01:25 +00:00
Qubasa
2682581c09
clan-cli: Use machine object everywhere instead of name + flake
2025-05-09 13:13:14 +02:00
renovate[bot]
a0a5827157
chore(deps): update disko digest to 85555d2
2025-05-08 18:40:10 +00:00
hsjobeki
8638861a87
Merge pull request 'Refactor(inventory/modules): add support for local clan.modules and migrate all checks' ( #3547 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3547
2025-05-08 15:50:26 +00:00
Johannes Kirschbauer
c5a28e2655
fix: make sure legacyModules dont end up in localModules for inventory.instances
2025-05-08 17:38:28 +02:00
Johannes Kirschbauer
0af36d0a4d
Refactor(inventory/modules): add support for local clan.modules and migrate all checks
2025-05-08 17:17:46 +02:00
Mic92
34b63ca1d5
Merge pull request 'chore(deps): update nix-darwin digest to 6cb36e8' ( #3544 ) from renovate/nix-darwin-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3544
2025-05-08 14:49:18 +00:00
renovate[bot]
e24a6e23ad
chore(deps): update nix-darwin digest to 6cb36e8
2025-05-08 14:40:13 +00:00
Mic92
fd7ccaca1a
Merge pull request 'clan evaluation warnings for clan.inventory.modules' ( #3546 ) from improve-container into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3546
2025-05-08 14:38:13 +00:00
Jörg Thalheim
4251d5ee0b
clan evaluation warnings for clan.inventory.modules
2025-05-08 16:29:23 +02:00
Mic92
0a8839bcc0
Merge pull request 'Prettify nspawn output' ( #3545 ) from improve-container into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3545
2025-05-08 14:28:35 +00:00
pinpox
cb41aaafa1
Prettify nspawn output
2025-05-08 16:20:29 +02:00
Qubasa
9867b6a894
clan-cli: Fix clan not finding vendored packages when running from git repo
2025-05-08 12:31:21 +02:00
Qubasa
7459566c2b
clan-cli: remove useless run_no_stdout function
2025-05-08 12:30:16 +02:00
renovate[bot]
1c08d6dd25
chore(deps): update disko digest to 6bb82b7
2025-05-08 09:30:10 +00:00
renovate[bot]
14f4d65c47
chore(deps): update disko digest to c4fe2d1
2025-05-08 02:50:10 +00:00
renovate[bot]
43159cc2f0
chore(deps): update disko digest to 78d6a13
2025-05-07 18:10:11 +00:00
hsjobeki
9d8ebfd267
Merge pull request 'chore: deprecate usage of inventory.modules in favor of clan.modules' ( #3314 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3314
2025-05-07 17:21:19 +00:00
Johannes Kirschbauer
1e379f6fa7
chore: deprecate usage of inventory.modules in favor of clan.modules
2025-05-07 19:12:07 +02:00
Mic92
b32a7749cf
Merge pull request 'clan-cli: Refactor the API to use the Flake object' ( #3539 ) from Qubasa/clan-core:Qubasa-replace_machine_name_with_machine_obj into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3539
2025-05-07 16:57:32 +00:00
Qubasa
153da50d6f
clan-cli: Refactor the API to use the Flake object
2025-05-07 16:43:50 +00:00
hsjobeki
dd3bb314fd
Merge pull request 'Feat(modules): display clan.service modules' ( #3537 ) from hsjobeki/clan-core:module-list into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3537
2025-05-07 15:33:49 +00:00
Mic92
687f26eef1
Merge pull request 'chore(deps): update data-mesher digest to 4347dfb' ( #3538 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3538
2025-05-07 14:53:57 +00:00
Johannes Kirschbauer
afdb08643d
fix(tests/modules): list_modules returns moduleSets"
2025-05-07 16:46:13 +02:00
renovate[bot]
0946d4316e
chore(deps): update data-mesher digest to 4347dfb
2025-05-07 16:42:17 +02:00
hsjobeki
462c0764b9
Merge pull request 'feat(UI): design fixups in {machineList, machineItem, machineDetails, sidebar, sidebarHeader, button, sidebar}' ( #3528 ) from amunsen/clan-core:ui-improvements into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3528
2025-05-07 14:23:49 +00:00
Timo
a748a27ddc
fixes after npm run check
2025-05-07 16:12:35 +02:00
Johannes Kirschbauer
baf686e83f
Feat(modules): display clan.service modules
2025-05-07 16:03:39 +02:00
Timo
03ddce83b7
machine-list:loading skeleton
2025-05-07 15:31:44 +02:00
Timo
45eb73680d
sidebar-header: updates design
2025-05-07 15:31:44 +02:00
Timo
7d39d49b30
flash install: fixes form layout
2025-05-07 15:31:42 +02:00
Timo
698a39fafb
tailwind: updates color values
2025-05-07 15:30:37 +02:00
Timo
b633db4f8e
machine-details: updates form layout
2025-05-07 15:30:01 +02:00
Timo
7b9d18f9eb
machine-item: adds border to thumb
2025-05-07 15:28:44 +02:00
Timo
51950329a3
machine-item: updates design and unifies
2025-05-07 15:28:44 +02:00
Timo
16256440e6
button component: introduces button-ghost dedicated styles
2025-05-07 15:28:44 +02:00
Timo
dfbb860898
sidebar component: removes pseudo marker
2025-05-07 15:28:44 +02:00
Jörg Thalheim
444fc3f820
Revert "Merge pull request 'clan-cli: Refactor the API to use the Flake object' ( #3531 ) from Qubasa/clan-core:replace_machine_name_with_machine_obj into main"
...
This reverts commit 572ce8885f , reversing
changes made to 0bee027251 .
2025-05-07 15:24:57 +02:00
Mic92
572ce8885f
Merge pull request 'clan-cli: Refactor the API to use the Flake object' ( #3531 ) from Qubasa/clan-core:replace_machine_name_with_machine_obj into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3531
2025-05-07 13:21:13 +00:00
Mic92
0bee027251
Merge pull request 'Flake: remove unused variable and mark other fields as non-init' ( #3535 ) from cleanup-flake into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3535
2025-05-07 13:20:10 +00:00
Mic92
334367c3f7
Merge pull request 'chore(deps): update data-mesher digest to a454b9f' ( #3532 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3532
2025-05-07 13:18:25 +00:00
renovate[bot]
2371a5fa78
chore(deps): update data-mesher digest to a454b9f
2025-05-07 13:00:09 +00:00
Mic92
4792d8b1e3
Merge pull request 'Fix debug command to attach to container' ( #3534 ) from container-debug into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3534
2025-05-07 12:56:33 +00:00
pinpox
ace0328a14
Fix debug command to attach to container
2025-05-07 14:41:18 +02:00
Jörg Thalheim
66c2d54961
Flake: remove unused variable and mark other fields as non-init
2025-05-07 14:40:22 +02:00
renovate[bot]
e18efdd48f
Update data-mesher digest to c14644b
2025-05-07 11:20:09 +00:00
DavHau
8b652866c7
Merge pull request 'GUI: initialize support for vars prompts' ( #3529 ) from DavHau/clan-core:gui-prompts into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3529
2025-05-07 11:15:32 +00:00
Qubasa
7129c38675
clan-cli: Refactor the API to use the Flake object
2025-05-07 13:12:48 +02:00
DavHau
caacf65dc0
GUI: initialize support for vars prompts
...
... for now only when updating a machine (not when installing)
Whenever the user clicks on the update button in the machine view, and only if user input is needed for some missing vars, the user will be forwarded to a vars page.
2025-05-07 18:06:35 +07:00
kenji
f8723ab897
Merge pull request 'vars/interface: Fix typo' ( #3522 ) from kenji/clan-core:ke-vars-typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3522
2025-05-06 19:48:08 +00:00
a-kenji
b877df4c6e
vars/interface: Fix typo
2025-05-06 19:48:08 +00:00
kenji
bf04eabc21
Merge pull request 'container-test-driver: Fix test naming' ( #3521 ) from kenji/clan-core:ke-vmctn into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3521
2025-05-06 19:47:53 +00:00
a-kenji
5149ed9318
container-test-driver: Fix test naming
...
Fix the container test naming, as this otherwise can be very confusing.
2025-05-06 19:47:53 +00:00
hsjobeki
4d84180dd9
Merge pull request 'api-1' ( #3524 ) from hsjobeki/clan-core:api-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3524
2025-05-06 17:08:02 +00:00
hsjobeki
7571fdef74
Merge pull request 'Refactor(machine/class): use frozen dataclass for class 'machine'' ( #3520 ) from hsjobeki/clan-core:api-cleanup-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3520
2025-05-06 17:07:51 +00:00
Johannes Kirschbauer
7d55511d6f
fix(services): features.API set to true and readOnly
2025-05-06 18:58:40 +02:00
Johannes Kirschbauer
cbd7157cfc
feat(modules): derive module list from inputs and local modules
2025-05-06 18:57:54 +02:00
kenji
25faba4795
Merge pull request 'adr/2: Fix typo' ( #3523 ) from kenji/clan-core:ke-adr-fix-typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3523
2025-05-06 16:33:19 +00:00
a-kenji
0f0bab7976
adr/2: Fix typo
2025-05-06 18:23:45 +02:00
hsjobeki
f0e18bbdfb
Merge pull request 'Refactor(machine/install): don't mutate the machine class during installation' ( #3519 ) from hsjobeki/clan-core:api-cleanup-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3519
2025-05-06 15:21:21 +00:00
Johannes Kirschbauer
6d4db71ea3
Refactor(machine/class): use frozen dataclass for class 'machine'
2025-05-06 17:12:52 +02:00
Johannes Kirschbauer
b21c98db7f
Refactor(machine/install): don't mutate the machine class during installation
2025-05-06 17:09:37 +02:00
hsjobeki
df3fe00b8a
Merge pull request 'Refactor(machine/update): cleanup dataflow and logic conditions to be intuitive' ( #3518 ) from hsjobeki/clan-core:api-cleanup-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3518
2025-05-06 15:02:05 +00:00
Johannes Kirschbauer
7371085c05
Refactor(machine/update): cleanup dataflow and logic conditions to be intuitive
2025-05-06 16:49:32 +02:00
Mic92
6804327bca
Merge pull request 'Host: actual setup ssh controlmaster' ( #3515 ) from fix-control-master into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3515
2025-05-06 11:21:05 +00:00
Jörg Thalheim
ec76d5f8e5
only apply ssh control master to local ssh connection
2025-05-06 13:11:30 +02:00
Jörg Thalheim
864cdf33a7
Host: actual setup ssh controlmaster
...
before we were not entering the context manager
2025-05-06 13:11:30 +02:00
Mic92
e6dbccd8e5
Merge pull request 'Add CODEOWNERS and tag @lopter as a reviewer on vars and secrets changes' ( #3508 ) from lopter/clan-core:lo-vars-codeowner into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3508
2025-05-06 10:48:46 +00:00
hsjobeki
30ac51b313
Merge pull request 'chore(API): cleanup remove unnused functions' ( #3516 ) from hsjobeki/clan-core:api-cleanup-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3516
2025-05-06 10:42:37 +00:00
Johannes Kirschbauer
00b12c2c51
chore(API): cleanup remove unnused functions
2025-05-06 12:29:11 +02:00
kenji
085d726217
Merge pull request 'container-test-driver/nsenter: Improve printing of command' ( #3514 ) from kenji/clan-core:ke-nsenter-pprint into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3514
2025-05-06 10:11:20 +00:00
a-kenji
3e65a76dfe
container-test-driver/nsenter: Improve printing of command
...
Improves printing of `nsenter` command, so that it can easier be copied.
2025-05-06 10:11:20 +00:00
Mic92
929632049e
Merge pull request 'fix clan machines update with build-host' ( #3512 ) from build-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3512
2025-05-06 09:56:48 +00:00
Jörg Thalheim
0d1e642dfd
fix build_host set if it doesn't exist
2025-05-06 09:56:58 +02:00
Mic92
8af68cbd9d
Merge pull request 'fix incorrect target host when build host is set' ( #3511 ) from ssh-foo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3511
2025-05-06 07:54:40 +00:00
Jörg Thalheim
a44fee9eab
fix incorrect target host when build host is set
2025-05-06 09:54:08 +02:00
Mic92
b27f34aed3
Merge pull request 'decisions: propose an ADR to formalize the ADR numbering process' ( #3507 ) from lopter/clan-core:lo-adr-numbering-process into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3507
2025-05-06 07:32:41 +00:00
Jörg Thalheim
cd23c9ff41
fix incorrect target host when build host is set
2025-05-06 09:26:59 +02:00
Louis Opter
852a673839
Add CODEOWNERS and tag @lopter as a reviewer on vars and secrets changes
...
Since I am working in those areas through [ADR-7], I would like to know
when they get changed, and possibly have a say.
[ADR-7]: https://git.clan.lol/clan/clan-core/pulls/3196
2025-05-05 23:40:11 +00:00
Louis Opter
763a403e9f
decisions: propose an ADR to formalize the ADR numbering process
2025-05-05 23:22:31 +00:00
renovate[bot]
78f8a080a8
chore(deps): update sops-nix digest to e93ee1d
2025-05-05 22:50:09 +00:00
Luis Hebendanz
af2a00bde3
Merge pull request 'clan-cli: fix bubblewrap not finding bash when IN_NIX_SANDBOX=1 if prev environment doesn't have it in PATH' ( #3503 ) from Qubasa/clan-core:fix_bubblewrap_bash_path into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3503
2025-05-05 21:07:22 +00:00
Luis Hebendanz
47c44ec7ec
Merge pull request 'clan-cli: add test_create in clan_lib test folder' ( #3501 ) from Qubasa/clan-core:api_vm_test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3501
2025-05-05 20:29:57 +00:00
Qubasa
1f66e90db1
clan-cli: fix bubblewrap not finding bash when IN_NIX_SANDBOX=1 if prev environment doesn't have it in PATH
2025-05-05 22:19:17 +02:00
hsjobeki
89fbf723ca
Merge pull request 'API(cli): add method to Flake class to allow calling nix functions' ( #3502 ) from hsjobeki/clan-core:improvements-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3502
2025-05-05 20:16:28 +00:00
Qubasa
548fdfb877
clan-cli: add test_create in clan_lib test folder
2025-05-05 22:16:02 +02:00
Johannes Kirschbauer
e44d34ef99
feat(clanLib): init evalServiceSchema
2025-05-05 21:55:29 +02:00
Johannes Kirschbauer
acc6797c22
API(cli): add method to Flake class to allow calling nix functions
2025-05-05 21:46:20 +02:00
Johannes Kirschbauer
9fbd943f44
API(clanInternals): add 'evalServiceSchema' endpoint
2025-05-05 21:46:20 +02:00
Johannes Kirschbauer
d42d9ad943
tests: add error prefix for json schema in checks
2025-05-05 21:46:16 +02:00
renovate[bot]
3c16ccdb38
chore(deps): update nixpkgs digest to ed30f8a
2025-05-05 16:10:18 +00:00
renovate[bot]
7b9e431da7
chore(deps): update data-mesher digest to d63db16
2025-05-05 15:50:11 +00:00
Mic92
05388c9c7e
Merge pull request 'Log nsenter command on container tests' ( #3498 ) from log-nsenter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3498
2025-05-05 12:01:08 +00:00
pinpox
fe36aa4161
Log nsenter command on container tests
2025-05-05 13:00:11 +02:00
DavHau
6829c7f2dd
vars: improve API of generate_vars_for_machine
...
receive list of generator names as an argument instead of generator objects
2025-05-05 15:55:04 +07:00
renovate[bot]
aa2e8eef88
chore(deps): update data-mesher digest to 0b5ff29
2025-05-05 08:10:11 +00:00
renovate[bot]
9e07064ec5
chore(deps): update nixpkgs digest to 6b1c028
2025-05-05 07:30:25 +00:00
renovate[bot]
305a361f56
chore(deps): lock file maintenance
2025-05-05 02:20:11 +00:00
renovate[bot]
db32e99082
chore(deps): update disko digest to 7b63642
2025-05-04 20:50:09 +00:00
Mic92
50ac0266f5
Merge pull request 'bind ssh controlmaster to live time of CLI' ( #3491 ) from ssh-refactoring into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3491
2025-05-04 14:45:13 +00:00
Jörg Thalheim
b01691cb64
bind ssh controlmaster to live time of CLI
2025-05-04 16:28:14 +02:00
Mic92
44b237d9be
Merge pull request 'test vars permissions in dummy-test' ( #3490 ) from non-secret-var into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3490
2025-05-04 13:07:39 +00:00
Jörg Thalheim
f8bbd91c4a
vars: warn if mode/owner/user is used on non-secret var
2025-05-04 14:59:22 +02:00
Jörg Thalheim
401de330f8
clanTest: remove unneeded parantheses
2025-05-04 14:59:22 +02:00
Jörg Thalheim
51da7ed5e8
vars: fix defaultText
2025-05-04 14:59:22 +02:00
Jörg Thalheim
e170cc2641
test vars permissions in dummy-test
2025-05-04 14:59:22 +02:00
Jörg Thalheim
8434f0fc35
fix ssh control master check ( #3488 )
...
Co-authored-by: pinpox <git@pablo.tools >
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3488
Co-authored-by: Jörg Thalheim <joerg@thalheim.io >
Co-committed-by: Jörg Thalheim <joerg@thalheim.io >
2025-05-04 12:49:53 +00:00
Mic92
d6bbb42dda
Merge pull request 'Revert "Merge pull request 'Fix deploying with sudo + password' ( #3470 ) from target-host into main"' ( #3489 ) from revert-sudo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3489
2025-05-04 11:40:28 +00:00
Jörg Thalheim
6539a6a24f
Revert "Merge pull request 'Fix deploying with sudo + password' ( #3470 ) from target-host into main"
...
This reverts commit 8a849eb90f , reversing
changes made to 3b5c22ebcf .
2025-05-04 13:37:39 +02:00
Mic92
8a849eb90f
Merge pull request 'Fix deploying with sudo + password' ( #3470 ) from target-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3470
2025-05-04 11:36:39 +00:00
Jörg Thalheim
15f691d5aa
tests_secrets_cli: improve assertion message for pgp key
2025-05-04 10:51:49 +02:00
Jörg Thalheim
82949237b7
fix terminal output when terminal is put into interactive mode
2025-05-04 10:51:49 +02:00
Jörg Thalheim
7abb8bb662
update: fix sudo password prompt
2025-05-04 10:51:49 +02:00
Jörg Thalheim
f4d34b1326
fix upload when sudo prompts are needed
2025-05-04 10:51:49 +02:00
Mic92
3b5c22ebcf
Merge pull request 'Miscellaneous ssh fixes.' ( #3487 ) from misc-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3487
2025-05-04 08:51:31 +00:00
Mic92
a2ce48f8cc
Merge pull request 'update_hardware_config: use host.run rather than adhoc ssh command' ( #3486 ) from control-master into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3486
2025-05-04 08:47:34 +00:00
Jörg Thalheim
f6899166c7
cmd: don't shadow time module
2025-05-04 10:39:50 +02:00
Jörg Thalheim
f5277c989a
Host: always set needs_user_terminal for ssh commands, only override prefix if given by user
2025-05-04 10:39:39 +02:00
Jörg Thalheim
03731a2a67
run_local: allow stdin to be a file descriptor
2025-05-04 10:39:28 +02:00
Jörg Thalheim
091a56f57d
update_hardware_config: use host.run rather than adhoc ssh command
2025-05-04 10:30:46 +02:00
Jörg Thalheim
7351f7994c
rename connect_ssh_shell to interactive_ssh
...
better name than secure shell shell
2025-05-04 10:28:43 +02:00
Jörg Thalheim
5770ea036c
move password/tor_socks into Host attributes
...
we set those parameters usually just once.
2025-05-04 10:28:43 +02:00
Mic92
0d537a146e
Merge pull request 'configure ControlMaster and ControlPath for SSH connections' ( #3485 ) from control-master into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3485
2025-05-04 07:59:13 +00:00
Jörg Thalheim
c430ff6253
configure ControlMaster and ControlPath for SSH connections
...
This should speed up deployments by not having to reconnect to the server on each command
2025-05-04 09:48:37 +02:00
Mic92
f3f4ebfc71
Merge pull request 'facts/sops: no longer upload age key' ( #3484 ) from facts-no-age-upload into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3484
2025-05-04 07:40:05 +00:00
Jörg Thalheim
b79446f97e
facts/sops: no longer upload age key
...
The vars backend already does this for us.
This avoids duplicated work.
2025-05-04 09:29:29 +02:00
Mic92
6d75a5596e
Merge pull request 'chore(deps): update nixpkgs digest to f21e454' ( #3445 ) from renovate/nixpkgs-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3445
2025-05-04 07:16:50 +00:00
Mic92
2d97119a3b
Merge pull request 'Avoid a few cases of chmod-after-creation' ( #3438 ) from tangential/clan-core:it-s_a_race into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3438
2025-05-04 07:08:43 +00:00
Jörg Thalheim
d0ff114f6b
disable age-plugin-se for now on aarch64-linuxql
...
disable
2025-05-04 09:07:06 +02:00
Mic92
20ab5a67c1
Merge pull request 'clanCore/vars/sops: only copy required secrets to store' ( #3457 ) from vdbe/clan-core:clanCore/vars/sops/only-copy-used into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3457
2025-05-04 06:41:37 +00:00
vdbe
d445a353d5
clanCore/vars/sops: add sops & switch to builtins.path
2025-05-04 08:08:58 +02:00
vdbe
b08a2bdb75
clanCore/vars/sops: only copy required secrets to store
...
Create a store path per in repo secret/var to be copied, this prevents
unused secrets from being leaked.
For example the `root-password` generator contains both the hashed and
unhashed password but only the hash is used.
2025-05-04 08:08:58 +02:00
renovate[bot]
10fd3f6e43
chore(deps): update nixpkgs digest to f21e454
2025-05-04 06:00:13 +00:00
Mic92
e8c85e3237
Merge pull request 'Set terminal on nix flake update/archive' ( #3468 ) from fix-shell-on-copy into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3468
2025-05-04 05:59:58 +00:00
Mic92
6aa3ec66d8
Merge pull request 'don't depend on git for flake inputs' ( #3483 ) from no-git into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3483
2025-05-04 05:48:10 +00:00
Mic92
b767a4a09c
Merge pull request 'morph: speed up test by enabling useNixStoreImage' ( #3481 ) from morph into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3481
2025-05-04 05:40:50 +00:00
Jörg Thalheim
b0bd209638
don't depend on git for flake inputs
...
This makes migration of an existing machine without git installed
easier:
fixes:
https://git.clan.lol/clan/clan-core/issues/3465#issuecomment-28189
2025-05-04 07:30:49 +02:00
Jörg Thalheim
b187d9b3d2
morph: speed up test by enabling useNixStoreImage
2025-05-04 07:29:31 +02:00
renovate[bot]
83d8c3d2f3
chore(deps): update data-mesher digest to 6544fb9
2025-05-03 21:00:09 +00:00
DavHau
1ce482f8f7
GUI/devshell: hot reload python API
...
This change speeds up the development workflow on the GUI when modifying the python api
The GUI started from the devshell already hot reloads itself on any change of the typescript codebase.
But python api changes were not caught bu the hot reload and required a reload of the devshell which is slow.
This change implements a custom vite plugin to also listen to changes coming from the clan-cli python code and re-generate the python-ts api on any change.
2025-05-03 19:22:16 +07:00
renovate[bot]
8803b3e0b5
chore(deps): update data-mesher digest to 642de25
2025-05-03 08:50:09 +00:00
renovate[bot]
9b66af37eb
chore(deps): update data-mesher digest to 13026a9
2025-05-03 08:10:09 +00:00
DavHau
9186961ccb
GUI/vars: add endpoints for getting prompts and generating vars
2025-05-03 14:44:51 +07:00
DavHau
ca594bbe95
refactor(vars): move migration logic to extra file
2025-05-03 07:33:11 +00:00
renovate[bot]
5454076df7
Update nix-darwin digest to 760a11c
2025-05-03 07:00:13 +00:00
DavHau
f8e7292bc4
GUI: generate sops key when creating clan
2025-05-03 13:00:27 +07:00
renovate[bot]
2ddb38a434
Update treefmt-nix digest to 29ec502
2025-05-02 20:40:11 +00:00
pinpox
a99c832ed9
Set terminal on nix flake update/archive
...
When using resident SSH-keys (-sk), e.g. from a Yubikey that require a
Pin, a terminal is needed to be able to enter it during deployment.
2025-05-02 15:41:29 +02:00
Mic92
12882ed68d
Merge pull request 'Update data-mesher digest to 80b8ba4' ( #3469 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3469
2025-05-02 13:31:17 +00:00
renovate[bot]
134c545782
Update data-mesher digest to 80b8ba4
2025-05-02 13:20:10 +00:00
renovate[bot]
7889192b7c
Update data-mesher digest to ba46584
2025-05-02 03:40:09 +00:00
brianmcgee
05a18baecb
Merge pull request 'clan-cli select: fix returning early on list select' ( #3464 ) from select-lists-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3464
2025-05-01 16:06:31 +00:00
lassulus
e6ebca8588
clan-cli select: fix returning early on list select
2025-05-02 00:16:21 +09:00
renovate[bot]
fcf1c683c5
Update data-mesher digest to 9d10655
2025-05-01 13:30:09 +00:00
Mic92
db215a48b5
Merge pull request 'correct capitilization for targetHost in error message' ( #3461 ) from target-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3461
2025-05-01 13:21:42 +00:00
Mic92
1df62bd2f2
Merge pull request 'clan_cli flake caching: fix caching of store files' ( #3458 ) from select-store-caching into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3458
2025-05-01 13:12:05 +00:00
Jörg Thalheim
ea1c8b9503
correct capitilization for targetHost in error message
2025-05-01 15:11:05 +02:00
renovate[bot]
511b107511
chore(deps): update data-mesher digest to 2327a7e
2025-05-01 06:50:09 +00:00
lassulus
47bcec69ab
clan_cli flake caching: fix caching of store files
2025-05-01 13:40:12 +09:00
renovate[bot]
47203d849e
chore(deps): update data-mesher digest to c74c5ed
2025-04-30 16:10:09 +00:00
hsjobeki
7b4b700c33
Merge pull request 'Refactor(inventory): move prio 'introspection' into inventoryClass to minimize the 'clanInternals' api' ( #3440 ) from hsjobeki/clan-core:ui-fixups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3440
2025-04-30 10:24:34 +00:00
kenji
69d394088b
Merge pull request 'docs/reference: Improve wording of reference overview' ( #3454 ) from kenji/clan-core:ke-docs-improve-reference into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3454
2025-04-30 10:19:12 +00:00
a-kenji
4c1e346cf2
docs/reference: Improve wording of reference overview
...
There is no value in calling it "automatically extracted" - but it is
potentially misleading.
2025-04-30 10:19:12 +00:00
hsjobeki
be9a43c50b
Merge pull request 'fix(clan-app): Misc ui styling fixes' ( #3451 ) from amunsen/clan-core:ui-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3451
2025-04-30 10:18:42 +00:00
Johannes Kirschbauer
049d41f35c
Fix: fix sidebar marker for webkit
2025-04-30 12:05:51 +02:00
kenji
055bd1edd5
Merge pull request 'clanModules/password: Fix vars documentation' ( #3453 ) from kenji/clan-core:ke-fix-vars-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3453
2025-04-30 10:05:22 +00:00
a-kenji
9ae44db29c
clanModules/password: Fix vars documentation
2025-04-30 11:55:23 +02:00
Johannes Kirschbauer
17a6eda4b1
Fix: remove unused classNames
2025-04-30 11:43:29 +02:00
Timo
6beba157fe
modules page: improves design cohesiveness of module components
2025-04-30 11:16:10 +02:00
Timo
a14dcf4adb
form component: unify values and improve cohesiveness of overall design within dyn-form component
2025-04-30 11:14:19 +02:00
Timo
9bc23690a3
form components: adds general fieldset component and accordion component
2025-04-30 11:13:32 +02:00
Timo
5b0334adda
button component: adds button-group component
2025-04-30 11:12:06 +02:00
Timo
45639c0d4f
button component: moves dark style button into dedicated style classes
2025-04-30 11:09:03 +02:00
Timo
dfa861428f
button component: orders classes and properties, moves tailwind classes to dedicates css file for better DOM readability
2025-04-30 11:09:03 +02:00
Timo
f15cd773c5
sidebarListItem: fixed active states to be displayed in ui
2025-04-30 11:09:03 +02:00
Timo
1a24a05034
general layout: removes drawer-component and adjusts font sizes in sidebar
2025-04-30 11:09:01 +02:00
Johannes Kirschbauer
e07551cecf
Refactor(inventory): move prio 'introspection' into inventoryClass to minimize the 'clanInternals' api
2025-04-30 11:02:58 +02:00
DavHau
1f4b526e42
ci-performance: remove self reference from installation test
2025-04-30 15:53:18 +07:00
DavHau
8a4fe1405a
gui: make update machine work
...
Also fix error when age plugins not defined
2025-04-30 15:28:49 +07:00
DavHau
f7e0345ab3
app: open welcome page if clan doesn't exist
...
Previously if a user started the app and the last opened clan directory does not exist anymore, it would still show the clan screen but without any machines.
This changes catches this case and throws the user back to the clan selection page
2025-04-30 14:48:05 +07:00
Mic92
11afc1faef
Merge pull request 'chore(deps): update data-mesher digest to 517092d' ( #3441 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3441
2025-04-30 06:48:06 +00:00
renovate[bot]
c0964e1b22
chore(deps): update data-mesher digest to 517092d
2025-04-30 06:40:11 +00:00
DavHau
f8c5b178a4
add select file that shouldn't exist but does to gitignore
2025-04-30 13:28:19 +07:00
DavHau
93090b74e5
ci performance: add check to ensure nothing depends on the whole repo
...
Since this project is an ever growing monorepo, having derivations depending on the whole repo leads to bad CI performance, as the cache is busted on every commit.
-> We never want any derivations depend on the whole repo
...except: the test that tests that nothing depends on the whole repo, which is added by this commit.
For now only add this check to packages to allow contributors to build it locally.
We might want to add it to the CI later once all occurrences are fixed.
2025-04-30 13:17:33 +07:00
hsjobeki
2ea4bd059c
Merge pull request 'refactor(clan.service): make evalClanService a standalone function to interact with standalone modules' ( #3444 ) from hsjobeki/clan-core:clan-services-4 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3444
2025-04-29 13:38:02 +00:00
Johannes Kirschbauer
3d09c98ed3
Checks: add json-compat check wrapper to ensure all clan.modules stay json-compatible
2025-04-29 15:31:02 +02:00
Johannes Kirschbauer
a4a1363195
refactor(clan.service): make evalClanService a standalone function to interact with standalone modules
2025-04-29 15:12:44 +02:00
renovate[bot]
fd4d42c54c
chore(deps): update treefmt-nix digest to 82bf32e
2025-04-29 13:00:11 +00:00
hsjobeki
670cfe6fbc
Merge pull request 'Feat(clan.service): require roles.interface to be json serializable' ( #3442 ) from hsjobeki/clan-core:clan-services-4 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3442
2025-04-29 12:51:10 +00:00
Johannes Kirschbauer
9b5f100ac6
Feat(clan.service): require roles.interface to be json serializable
2025-04-29 14:42:47 +02:00
kenji
ff71c819e1
Merge pull request 'clanModules/iwd: Migrate from facts to vars' ( #3439 ) from kenji/clan-core:ke-iwd-migrate-to-vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3439
2025-04-29 12:03:56 +00:00
a-kenji
4bd43f297a
clanModules/iwd: Migrate from facts to vars
2025-04-29 13:55:45 +02:00
Michael Hoang
78f96ec533
Merge pull request 'age plugin support' ( #3322 ) from feat/age-plugin-support into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3322
2025-04-29 06:12:44 +00:00
Brian McGee
a438fe77a7
feat: configure age plugins for SOPS in buildClan
2025-04-29 16:02:32 +10:00
Brian McGee
d3e1c0b4e4
fix: multiple user keys in secrets
...
We were not loading all the user keys, only the first one.
2025-04-29 15:47:54 +10:00
Brian McGee
1694a977f1
feat: support age plugins
...
Extends how we parse the contents of `SOPS_AGE_KEY` / `SOPS_AGE_KEY_FILE` / `keys.txt`, allowing a user to prepend a comment before any `AGE-PLUGIN-` secret key entry to indicate its corresponding public key.
For example:
```
AGE-PLUGIN-FIDO2-HMAC-xxxxxxxxxxxxx
```
The comment can use any prefix (e.g. `# public key: age1xxxx`, `# recipient: age1xxx`) as we are looking directly for `age1xxxx` within the line.
This change is necessary to support `age` plugins as there is no unified mechanism to recover the public key from a plugin's secret key.
If a plugin secret key does not have a preceding public key comment, an error will be thrown when attempting to set a secret.
2025-04-29 15:47:54 +10:00
Michael Hoang
852fdc2846
Merge pull request 'chore(deps): lock file maintenance' ( #3365 ) from renovate/lock-file-maintenance into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3365
2025-04-29 05:22:24 +00:00
Michael Hoang
5879c48616
container-test-driver: fix SSH not working inside container tests
2025-04-29 15:10:09 +10:00
Michael Hoang
7d46237b67
container-test-driver: add Machine.fail
2025-04-29 14:57:58 +10:00
renovate[bot]
82b3ba97b7
chore(deps): lock file maintenance
2025-04-29 02:00:26 +00:00
renovate[bot]
a79c79ffec
chore(deps): update data-mesher digest to 11b5673
2025-04-29 01:40:09 +00:00
Jonathan Thiessen
839f8fb347
Avoid a few cases of chmod-after-creation
2025-04-28 17:11:21 -07:00
DavHau
ebada396dd
build-clan: Throw better error when _class is not provided by nixpkgs
2025-04-28 15:49:14 +00:00
renovate[bot]
b709f30ef4
chore(deps): update treefmt-nix digest to 763f1ce
2025-04-28 14:30:15 +00:00
hsjobeki
7c5ed8945f
Merge pull request 'ui-fixups' ( #3436 ) from hsjobeki/clan-core:ui-fixups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3436
2025-04-28 12:34:16 +00:00
Johannes Kirschbauer
a6f97b0a04
Fix(app/machine/create): fix css styling inconsistencies, remove ability to set tags
2025-04-28 14:25:29 +02:00
Johannes Kirschbauer
05c172466f
Fix(app/sidebar): remove duplicate marker
2025-04-28 14:15:02 +02:00
Johannes Kirschbauer
b3e5b1de8a
Chore(app): re-enable classname linting to be an error
2025-04-28 14:14:42 +02:00
hsjobeki
3b6657c657
Merge pull request 'Fix(app/machines): fix css styling of machine list overview' ( #3435 ) from hsjobeki/clan-core:ui-fixups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3435
2025-04-28 12:08:07 +00:00
Johannes Kirschbauer
6700d3d502
Fix(app/machines): fix css styling of machine list overview
2025-04-28 14:00:17 +02:00
renovate[bot]
346853c4f7
chore(deps): update treefmt-nix digest to d1863f3
2025-04-28 11:10:15 +00:00
DavHau
19e528ef54
Merge pull request 'Revert "chore(deps): update data-mesher digest to 41534a3"' ( #3432 ) from DavHau/clan-core:revert-data-mesher into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3432
2025-04-28 11:07:34 +00:00
DavHau
ab6a73cf6b
Revert "chore(deps): update data-mesher digest to 41534a3"
...
This reverts commit f830bf4a0e .
2025-04-28 17:55:04 +07:00
renovate[bot]
f830bf4a0e
chore(deps): update data-mesher digest to 41534a3
2025-04-28 08:00:20 +00:00
renovate[bot]
d69b814fa5
chore(deps): update treefmt-nix digest to c6d3010
2025-04-28 07:40:10 +00:00
renovate[bot]
9e6fdb4aff
chore(deps): update nix-darwin digest to 4515dac
2025-04-28 05:30:10 +00:00
renovate[bot]
3c5ba156b8
chore(deps): update disko digest to d0c543d
2025-04-28 04:40:10 +00:00
Michael Hoang
da7abe26a8
Merge pull request 'cli: don't depend on the entire clan-core' ( #3424 ) from push-pzytrksvysmu into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3424
2025-04-28 03:30:01 +00:00
Michael Hoang
c73652a401
cli: don't depend on the entire clan-core
2025-04-28 13:20:07 +10:00
Michael Hoang
c347badd7f
cli: fallback to bundled Nixpkgs
2025-04-28 13:10:00 +10:00
Michael Hoang
c7c3abdf04
Merge pull request 'cli: don't use select from clanLib' ( #3423 ) from push-ywotxpmyxlwp into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3423
2025-04-28 03:01:48 +00:00
Michael Hoang
6c8ef6e9be
cli: don't use select from clanLib
2025-04-28 12:52:00 +10:00
renovate[bot]
52a28488c7
chore(deps): update data-mesher digest to 8d0a67b
2025-04-28 00:30:10 +00:00
renovate[bot]
15832521e7
chore(deps): update treefmt-nix digest to b2b6c02
2025-04-27 20:30:24 +00:00
renovate[bot]
9e409cbefe
chore(deps): update data-mesher digest to f05729d
2025-04-27 20:10:09 +00:00
hsjobeki
5fc1f2cdbb
Merge pull request 'Chore: remove unused legacy endpoints' ( #3418 ) from hsjobeki/clan-core:chores-remove-unused into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3418
2025-04-27 11:25:00 +00:00
Johannes Kirschbauer
b87d5a238c
chore: remove unused moduleSchemas and related API endpoint for legacy modules
...
We didn't reach the state where we would display these schemas in the
UI.
We might need to wire this up in a similar way for the newer
clan.services
2025-04-27 13:14:09 +02:00
Johannes Kirschbauer
7007b7d62e
refactor: rename clanLib.values to introspection
2025-04-27 13:10:42 +02:00
hsjobeki
033c50a5c3
Merge pull request 'Feat(clan.service): init automatic assertions for api schema checks' ( #3416 ) from hsjobeki/clan-core:new-json-schemas into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3416
2025-04-27 11:07:12 +00:00
hsjobeki
5aa8715e9f
Merge pull request 'fix: typo in auto-upgrade clanModule' ( #3417 ) from hsjobeki/clan-core:fix-auto-upgrade into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3417
2025-04-27 10:13:22 +00:00
Johannes Kirschbauer
3e31a73ae3
fix: typo in auto-upgrade clanModule
2025-04-27 12:04:03 +02:00
Johannes Kirschbauer
6dfc324661
Feat(clan.service): init automatic assertions for api schema checks
2025-04-27 11:49:56 +02:00
hsjobeki
95e6c5ca0f
Merge pull request 'Feat(clan.service): enable opt-in json-schema restriction for clan.service interface modules' ( #3415 ) from hsjobeki/clan-core:new-json-schemas into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3415
2025-04-27 09:49:08 +00:00
Johannes Kirschbauer
8495106ec4
feat(services): init feature flags in the module manifest: 'manifest.features.API'
2025-04-27 11:07:45 +02:00
Johannes Kirschbauer
ffa8257763
chore: remove unused option 'clanSchema' from core nixos modules
2025-04-27 11:07:45 +02:00
hsjobeki
bdeba9e4bf
Merge pull request 'Init 'clan_lib' namespace and migrate clan_cli.api' ( #3414 ) from hsjobeki/clan-core:clan-lib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3414
2025-04-26 18:29:35 +00:00
Johannes Kirschbauer
070114ae9f
Fix(clan_lib.api): fix cyclic import problem for api schema export
2025-04-26 20:19:23 +02:00
Johannes Kirschbauer
acbe619883
Refactor(clan_lib): move clan_cli.api into clan_lib.api
2025-04-26 19:51:35 +02:00
Johannes Kirschbauer
3b889649ec
Refactor(clan_cli): init clan_lib folder
2025-04-26 19:50:11 +02:00
Mic92
e335556767
Merge pull request 'nixpkgs source: delete existing symlink' ( #3411 ) from nixpkgs-build into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3411
2025-04-25 14:41:23 +00:00
Jörg Thalheim
97564052ab
nixpkgs source: delete existing symlink
2025-04-25 16:31:35 +02:00
Luis Hebendanz
7b6483bfad
Merge pull request 'clan-cli: Expose private_key to Machine class, in the future we should merge Machine and Host class' ( #3407 ) from Qubasa/clan-core:vpb-patches2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3407
2025-04-25 12:26:00 +00:00
Qubasa
130a5bc593
clan-cli: Improve remote destination depth validation with detailed error messaging
2025-04-25 14:00:40 +02:00
Qubasa
9d45376f95
clan-cli: Expose private_key to Machine class, in the future we should merge Machine and Host class
2025-04-25 13:38:03 +02:00
Mic92
e78bd89426
Merge pull request 'clanCore/vars: allow mode to be set' ( #3404 ) from visualphoenix/clan-core:mode_fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3404
2025-04-25 09:44:25 +00:00
Raymond Barbiero
222915a9ed
clanCore/vars: allow mode to be set
...
fmt
2025-04-25 11:29:43 +02:00
Michael Hoang
d8780b8da9
Merge pull request 'lib: move select.select -> select for backwards compat with old CLIs' ( #3410 ) from push-vxxntzmwuzzx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3410
Reviewed-by: lassulus <clanlol@lassul.us >
2025-04-25 09:24:17 +00:00
Michael Hoang
cc4b009f06
lib: move select.select -> select for backwards compat with old CLIs
2025-04-25 17:30:06 +10:00
Michael Hoang
59e7af7830
Merge pull request 'Refactor select with new maybe selector' ( #3362 ) from better-select into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3362
2025-04-25 07:02:22 +00:00
Michael Hoang
60ff14d6b7
cli: fix restoring backups
...
There was a bug in `select` that made it output attrsets instead of
lists so we fix the broken refactor done in
5ac629f549 .
2025-04-25 16:52:13 +10:00
lassulus
34ac45bd13
clan-cli flake-module: get select from new lib location
2025-04-25 16:26:45 +10:00
lassulus
89adacebec
templates: fix usage with new select
2025-04-25 16:26:45 +10:00
lassulus
5feccf4e57
Refactor select with new maybe selector
...
This is a great refactor of the select functionality in the flake class.
This now uses the same parser as the nix code, but runs it in python for
nice stacktraces.
Also we now have a maybe selector which can be used by prepending the
selector with a ?
Tests have been expanded to make sure the code is more stable and easier
to understand
2025-04-25 16:26:45 +10:00
Michael Hoang
27077817ae
Merge pull request 'clan-app: improve README' ( #3409 ) from push-ystlwosvuxvw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3409
2025-04-25 01:20:40 +00:00
Michael Hoang
d7f0c0fc78
clan-app: improve README
2025-04-25 11:12:27 +10:00
renovate[bot]
8f37df456d
Update disko digest to ca27b88
2025-04-24 13:50:10 +00:00
DavHau
dc5d10931b
Merge pull request 'clan-app: add basic smoke test using OCR + nixos tests' ( #3406 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3406
2025-04-24 12:02:06 +00:00
DavHau
39c13a5c38
clan-app: add basic smoke test using OCR + nixos tests
2025-04-24 18:17:09 +07:00
renovate[bot]
4be8f7d973
Update data-mesher digest to 4fdda23
2025-04-24 07:30:09 +00:00
hsjobeki
785f68b2f6
Merge pull request 'Chore(clan/clan_uri): Remove ClanURI class from clan_cli' ( #3401 ) from hsjobeki/clan-core:remove-clan-uri into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3401
2025-04-23 15:13:32 +00:00
Johannes Kirschbauer
7076f1b0e6
Chore(clan/clan_uri): Remove ClanURI class from clan_cli
2025-04-23 16:53:11 +02:00
hsjobeki
771901f6aa
Merge pull request 'Refactor: move checks/lib into lib/ to avoid duplicate lib' ( #3399 ) from hsjobeki/clan-core:checks-lib-remove into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3399
2025-04-23 14:33:19 +00:00
Johannes Kirschbauer
a589736f9b
lib/tests: fix container driver module path
2025-04-23 16:23:09 +02:00
Johannes Kirschbauer
f6e514ec6f
Refactor: move checks/lib into lib/ to avoid duplicate lib
...
Lets avoid the mistake of nixpkgs having multiple
libs
2025-04-23 16:19:16 +02:00
DavHau
366be7c723
Merge pull request 'inventory tests: use containers by default' ( #3398 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3398
2025-04-23 12:59:52 +00:00
DavHau
e2fb237c33
inventory tests: use containers by default
2025-04-23 19:49:02 +07:00
hsjobeki
c172996dbf
Merge pull request 'UI: fix general layout' ( #3397 ) from hsjobeki/clan-core:ui-3 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3397
2025-04-23 11:33:35 +00:00
Mic92
8bc58b1f8c
Merge pull request 'clanModules/vaultwarden: Migrate from facts to vars' ( #3394 ) from kenji/clan-core:ke-vaultwarden-migrate-to-vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3394
2025-04-23 11:32:52 +00:00
a-kenji
47073aed43
clanModules/vaultwarden: Migrate from facts to vars
...
Closes : #3389
2025-04-23 13:01:52 +02:00
kenji
55e1141eb3
Merge pull request 'clanModules/syncthing: Improve vars' ( #3391 ) from kenji/clan-core:syncthing-improve-vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3391
2025-04-23 10:50:45 +00:00
a-kenji
62e0ca7a08
clanModules/syncthing: Improve vars
2025-04-23 10:50:45 +00:00
a-kenji
55fbac76f8
clanModules/syncthing: Group vars files
2025-04-23 10:50:45 +00:00
Johannes Kirschbauer
0289c3ddea
UI: fix general layout
2025-04-23 10:25:25 +00:00
renovate[bot]
cdf3f5df4b
chore(deps): update disko digest to c5140c6
2025-04-23 09:40:09 +00:00
Mic92
d987049921
Merge pull request 'temporary disabling the VM test until we have vars fixed' ( #3395 ) from vms into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3395
2025-04-23 09:38:26 +00:00
Jörg Thalheim
c7a3f35fb1
temporary disabling the VM test until we have vars fixed
...
We are currently missing injecting public vars back into the vm.
To unblock the CI, we disable the test for a bit.
2025-04-23 11:26:05 +02:00
kenji
9a4a60273d
Merge pull request 'syncthing: Migrate from facts to vars' ( #3388 ) from kenji/clan-core:syncthing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3388
2025-04-23 06:25:12 +00:00
a-kenji
5edc457fc1
chore: treefmt
2025-04-23 08:00:16 +02:00
a-kenji
8b2a92cda0
clanModules/syncthing: Fix vars usage
...
This fixes vars usage in the syncthing module.
Also removes some of the assumptions that were made in order for
`sysuser` to work, as we now use `userborn` for the vm functionality.
2025-04-23 07:40:44 +02:00
a-kenji
f8df19a128
checks/syncthing: Use default settings
2025-04-23 07:39:55 +02:00
a-kenji
fc5aaf5eaa
checks/syncthing: Remove nixos tests
2025-04-23 07:38:36 +02:00
hsjobeki
6f2b7aa6d1
Merge pull request 'vars-fix-overeager-chache-invalidation' ( #3385 ) from hsjobeki/clan-core:vars-fix-overeager-chache-invalidation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3385
2025-04-22 18:28:27 +00:00
Johannes Kirschbauer
d3927f50ae
Tests/fix: forbid dynamic invalidation
...
We cannot support dynamic hashInvalidation.
This means the invalidation can change *after* or *before* a 'vars generate'
But not during the generation itself. This causes heavy performance overhead.
Additionally this introduces a fixed-point-iteration (compare: fixed-point-iteration vs. fixed-point-function)
This iteration takes ~ 1min for two bare-bones machine with 1 generator (see: checks/data-mesher)
2025-04-22 20:19:15 +02:00
Michael Hoang
50d032f6a4
Merge pull request 'cli/machines: don't allow installing on macOS' ( #3387 ) from push-zrqstttptroo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3387
2025-04-22 17:22:21 +00:00
Michael Hoang
1168395336
cli/machines: don't allow installing on macOS
2025-04-23 03:13:39 +10:00
Mic92
38cbe58af4
Merge pull request 'zerotier: migrate from facts to vars' ( #3383 ) from zerotier-vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3383
2025-04-22 16:48:32 +00:00
Jörg Thalheim
043077269a
drop overrides of nix version
2025-04-22 18:20:35 +02:00
Jörg Thalheim
c2030eb3ba
drop test_secrets_password_store
...
we are phasing out facts and the only fact we had left for testing, got
now dropped. We still have a sops facts test, which we might also drop
soon.
2025-04-22 18:20:35 +02:00
Jörg Thalheim
ffaa30d894
vms/run: upload vars
2025-04-22 18:20:35 +02:00
Jörg Thalheim
847e3ac4ab
drop unused machine_get_fact
2025-04-22 18:20:35 +02:00
Jörg Thalheim
7392570859
use machine.{secrets,public}_{vars,fact}_store everywhere
2025-04-22 18:20:35 +02:00
Jörg Thalheim
fe6fd41a4d
zerotier: migrate from facts to vars
2025-04-22 18:20:35 +02:00
Michael Hoang
b5cc250237
Merge pull request 'networking: set targetHost if FQDN is explicitly set' ( #3386 ) from push-tylstpvrwsxv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3386
2025-04-22 15:40:45 +00:00
Michael Hoang
e6e7f5d5de
networking: set targetHost if FQDN is explicitly set
2025-04-23 01:15:13 +10:00
hsjobeki
74e64d413f
Merge pull request 'Fix: remove daisyui' ( #3384 ) from hsjobeki/clan-core:ui-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3384
2025-04-22 14:58:53 +00:00
Johannes Kirschbauer
e417f79527
pkgs/generate-test-vars: speed up vars generation by precaching
2025-04-22 16:47:39 +02:00
Johannes Kirschbauer
b47f2b6870
vars: move overeager cache invalidation after one generator closure is regenrated.
...
Invalidation doesn't need to be done after each generator is executed.
We cannot interpolate values from other generators into another
generator. The generators are executed in order. The finalScript of each
generator stays constant.
After the complete closure is generated the caller of generate may
decide to invalidate the flake cache
2025-04-22 16:42:21 +02:00
Michael Hoang
5cadb0cfbc
Merge pull request 'nixosModules/clanCore: support nix-darwin' ( #3287 ) from nix-darwin into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3287
2025-04-22 13:50:38 +00:00
hsjobeki
ce55397ef7
Merge pull request 'Checks: add nixosIntegration test example to hello-service' ( #3373 ) from hsjobeki/clan-core:checks-hello into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3373
2025-04-22 13:45:46 +00:00
Michael Hoang
20ae80ee49
vars: fix default group on macOS
2025-04-22 23:39:47 +10:00
Michael Hoang
f40ab5c379
docs: always evaluate with class of nixos
2025-04-22 23:39:47 +10:00
Michael Hoang
de12036630
cli: support updating nix-darwin machines
2025-04-22 23:39:47 +10:00
Michael Hoang
91a2739ea3
cli: fix unnecessary sudo when unspecified user defaults to root
2025-04-22 23:39:46 +10:00
Johannes Kirschbauer
7dd249863f
Fix: remove daisyui
...
We wanted to remove daisyui a long time ago
Since renovate updates broke all of the classes somehow we use the opportunity to remove daisyui
And will fix all the breakages continously as we work on the features
2025-04-22 15:24:52 +02:00
Michael Hoang
b5901d5577
cli: only use sudo when deploying locally
2025-04-22 23:14:03 +10:00
Michael Hoang
a0117c51c1
cli: use sudo consistently when running nixos-rebuild switch
2025-04-22 23:14:03 +10:00
Michael Hoang
a575894a83
nixosModules/clanCore: support nix-darwin
2025-04-22 23:14:03 +10:00
Michael Hoang
2bbf4b168a
Back out "cli: don't update macOS machines"
...
This backs out commit 72ed0e258a .
2025-04-22 23:14:03 +10:00
Johannes Kirschbauer
a6d7c491e4
Fix: clnixos-integration tests only work on linux
2025-04-22 14:56:09 +02:00
Mic92
1f78de953a
Merge pull request 'Container-tests: add multi-container network' ( #3381 ) from netns into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3381
2025-04-22 12:11:27 +00:00
DavHau
18493f869b
container-tests: add multi-container network
2025-04-22 13:26:37 +02:00
Michael Hoang
b6ac3dbc88
Merge pull request 'Chore: restore ui lockfile from a3f6fb21c8a22977009e1055fc1d31507977e7f2' ( #3380 ) from hsjobeki/clan-core:ui-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3380
2025-04-22 10:41:20 +00:00
Johannes Kirschbauer
4ead0045cb
Fix: typescript problem with inventory indexing
2025-04-22 12:10:25 +02:00
renovate[bot]
3a5efdbd9f
chore(deps): update sops-nix digest to 5e3e92b
2025-04-22 08:50:11 +00:00
Johannes Kirschbauer
6630e227c7
Chore: restore ui lockfile from a3f6fb21c8
2025-04-22 09:48:46 +02:00
Jörg Thalheim
508e71cace
syncthing: warn that this module is currently not usuable without vms
2025-04-22 09:45:37 +02:00
Jörg Thalheim
21f69ca7c4
syncthing: migrate to new inventory system
2025-04-22 09:45:37 +02:00
Johannes Kirschbauer
999c47dbed
Checks: add nixosIntegration test example to hello-service
2025-04-22 06:32:32 +00:00
hsjobeki
bcc4aa9902
Merge pull request 'Chore: disable renovate for the ui' ( #3375 ) from hsjobeki/clan-core:renovate-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3375
2025-04-21 18:52:16 +00:00
renovate[bot]
15b10bd9ad
chore(deps): update typescript-eslint monorepo to v8.31.0
2025-04-21 18:00:18 +00:00
renovate[bot]
73e5d08511
chore(deps): update dependency eslint to v9.25.1
2025-04-21 17:20:16 +00:00
renovate[bot]
580a087ef4
chore(deps): update dependency @eslint/js to v9.25.1
2025-04-21 17:00:16 +00:00
Johannes Kirschbauer
65b16af7ef
Chore: disable renovate for the ui
...
We disable renovate until we have automated ui tests
Renovate broke our UI because we dont have test that would fail
2025-04-21 18:54:24 +02:00
Michael Hoang
8f490c3362
Merge pull request 'vars: improve messaging' ( #3372 ) from push-tktvqwxutpnx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3372
2025-04-21 16:11:41 +00:00
Michael Hoang
8ae348d686
vars: improve messaging
2025-04-22 02:03:24 +10:00
Mic92
2fbdb70ca3
Merge pull request 'state-version: fix default of config.system.stateVersion' ( #3371 ) from test-vars-generate into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3371
2025-04-21 15:45:21 +00:00
Jörg Thalheim
69224e57fa
state-version: fix default of config.system.stateVersion
...
fixes https://git.clan.lol/clan/clan-core/issues/3360
2025-04-21 15:37:22 +00:00
hsjobeki
5908aed2c7
Merge pull request 'Inventory/tags: init {nixos,darwin} tags' ( #3370 ) from hsjobeki/clan-core:tags-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3370
2025-04-21 15:27:13 +00:00
Johannes Kirschbauer
cd0e8eafce
Fix: manually define empty tags for testing
2025-04-21 17:17:56 +02:00
Johannes Kirschbauer
9d413a7682
Inventory/tags: init {nixos,darwin} tags
2025-04-21 16:43:15 +02:00
hsjobeki
b107d2bc49
Merge pull request 'refactor(clanServices): add example of eval test' ( #3337 ) from hsjobeki/clan-core:clan-services-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3337
2025-04-21 14:19:26 +00:00
Johannes Kirschbauer
ec99aea8f7
refactor: init hello-world module with unit tests (eval)
2025-04-21 16:10:05 +02:00
Johannes Kirschbauer
b791656694
clanLib: init flakeModules for better testing
2025-04-21 16:10:05 +02:00
Johannes Kirschbauer
f7b12d8bda
refactor(clanServices): add example of eval test
2025-04-21 16:10:05 +02:00
Mic92
ee07f79ba9
Merge pull request 'test-vars-generate: override machines class yet' ( #3369 ) from test-vars-generate into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3369
2025-04-21 13:28:11 +00:00
Jörg Thalheim
9780f45e97
generate-test-vars: use shutil.rmtree instead of rm
...
More portable.
2025-04-21 15:18:14 +02:00
Jörg Thalheim
74ef833dd3
generate-test-vars: improve caching and reduce number of overrides in base class
2025-04-21 15:18:14 +02:00
Jörg Thalheim
b4880d09a9
Machines: remove unused method argument from self.nix()
2025-04-21 15:18:14 +02:00
Jörg Thalheim
a4dfdc300e
generate-test-vars: use absolute paths in flake urls
...
flakes don't work with releative paths
2025-04-21 15:18:14 +02:00
Jörg Thalheim
60dcfd5cf9
rename vars-generate to generate-test-vars
2025-04-21 15:18:14 +02:00
Jörg Thalheim
df08fea1c1
devshell/clan-cli: fix CLAN_PROVIDED_PACKAGES having too many packages
2025-04-21 15:18:14 +02:00
Jörg Thalheim
80e739bd1b
Reapply "remove nix_shell_legacy"
...
This reverts commit 1232fb5af2 .
2025-04-21 13:23:50 +02:00
hsjobeki
5eef4ba663
Merge pull request 'pkgs(vars-generator): init new package to generate vars' ( #3357 ) from hsjobeki/clan-core:patch-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3357
2025-04-21 11:13:49 +00:00
renovate[bot]
de09f5cc8f
chore(deps): update dependency vitest to v3.1.2
2025-04-21 09:00:33 +00:00
renovate[bot]
c7809018bd
chore(deps): update disko digest to 1770bf1
2025-04-21 08:50:11 +00:00
renovate[bot]
08dfd7e1b4
chore(deps): update data-mesher digest to 817a74e
2025-04-21 00:20:13 +00:00
hsjobeki
1eca2261e1
Merge pull request 'chore(select/cache): rename 'prefetch' to 'invalidate_cache'' ( #3364 ) from hsjobeki/clan-core:vars-fixing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3364
2025-04-20 15:00:35 +00:00
Johannes Kirschbauer
a01437d01e
pkgs(vars-generator): init new package to generate vars
2025-04-20 14:08:52 +02:00
Johannes Kirschbauer
872d54b594
chore(select/cache): rename 'prefetch' to 'invalidate_cache'
2025-04-20 13:34:52 +02:00
hsjobeki
310b6c8345
Merge pull request 'machine/vars: expose result direclty via vars submodule; keep deployment.data alias for now' ( #3363 ) from hsjobeki/clan-core:vars-fixing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3363
2025-04-20 11:32:03 +00:00
Johannes Kirschbauer
dbd859bea2
machine/vars: expose result direclty via vars submodule; keep deployment.data alias for now
2025-04-20 13:23:01 +02:00
renovate[bot]
779d28577d
chore(deps): update dependency eslint to v9.25.0
2025-04-18 18:40:14 +00:00
renovate[bot]
07ea8237f5
chore(deps): update dependency @eslint/js to v9.25.0
2025-04-18 18:20:14 +00:00
Michael Hoang
c2d53e4525
Merge pull request 'vars: make wording nicer when multiple vars are found' ( #3351 ) from push-zrtnwqoxyzmz into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3351
2025-04-18 17:28:01 +00:00
Michael Hoang
23ae0e6712
vars: make wording nicer when multiple vars are found
2025-04-18 19:18:42 +02:00
hsjobeki
58aaf879e0
Merge pull request 'Revert "remove nix_shell_legacy"' ( #3356 ) from hsjobeki/clan-core:patch-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3356
2025-04-18 12:58:57 +00:00
Johannes Kirschbauer
1232fb5af2
Revert "remove nix_shell_legacy"
...
This reverts commit 8cde32c76f .
2025-04-18 14:49:54 +02:00
pinpox
83542b20b4
Merge pull request 'Fix conftest typo' ( #3355 ) from fix-conftest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3355
2025-04-18 12:35:31 +00:00
pinpox
2152d59d9d
Fix conftest typo
2025-04-18 14:25:22 +02:00
hsjobeki
0b983d7994
Merge pull request 'test(cli/select): add simple caching test' ( #3342 ) from hsjobeki/clan-core:select-testing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3342
2025-04-18 12:15:05 +00:00
Johannes Kirschbauer
ebb1be084f
test(cli/select): add simple caching test
2025-04-18 14:06:59 +02:00
renovate[bot]
98adaebde3
chore(deps): update treefmt-nix digest to 8d404a6
2025-04-18 08:10:19 +00:00
renovate[bot]
3ca04e4c3b
chore(deps): update data-mesher digest to 0328b8c
2025-04-18 08:00:13 +00:00
renovate[bot]
5b627f9b48
chore(deps): update data-mesher digest to b824c4f
2025-04-18 06:10:22 +00:00
renovate[bot]
a7256f7fb3
chore(deps): update treefmt-nix digest to 2550683
2025-04-18 06:00:14 +00:00
renovate[bot]
00921311a9
chore(deps): update dependency vite to v6.3.2
2025-04-18 05:00:15 +00:00
renovate[bot]
5aeee3716b
chore(deps): update disko digest to 51d33bb
2025-04-18 02:10:10 +00:00
Michael Hoang
2424ae21b7
Merge pull request 'build-clan: fix constructing nix-darwin machines' ( #3345 ) from push-rnzmyrvqrqmv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3345
2025-04-17 18:32:22 +00:00
Michael Hoang
41ff4a4247
build-clan: fix constructing nix-darwin machines
2025-04-17 20:23:54 +02:00
renovate[bot]
3f8b7feb1d
fix(deps): update dependency @tanstack/solid-query to v5.74.4
2025-04-17 10:00:16 +00:00
renovate[bot]
3ec8dbdcdf
chore(deps): update dependency vite to v6.3.1
2025-04-17 02:00:17 +00:00
Mic92
e90b6c7f82
Merge pull request 'Remove nix_shell_legacy' ( #3341 ) from nix_shell into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3341
2025-04-16 19:56:53 +00:00
Jörg Thalheim
8cde32c76f
remove nix_shell_legacy
2025-04-16 21:03:58 +02:00
Mic92
37f8b5919e
Merge pull request 'nix_shell' ( #3339 ) from nix_shell into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3339
2025-04-16 18:38:09 +00:00
Jörg Thalheim
10cd98e158
rename CLAN_STATIC_PROGRAMS -> CLAN_PROVIDED_PACKAGES
2025-04-16 18:27:01 +00:00
Jörg Thalheim
2240a3a533
rename nix_shell_legacy to nix_shell and run_cmd to nix_shell
...
Than it's more obvious that we need to migrate.
2025-04-16 18:27:01 +00:00
Mic92
4b9a0d8c19
Merge pull request 'lib/jsonschema: make attrs required' ( #3335 ) from fricklerhandwerk/clan-core:required-attrs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3335
2025-04-16 18:26:46 +00:00
Mic92
25b1b9301b
Merge pull request 'sunshine/moonlight/mumble: migrate to vars' ( #3338 ) from sunshine into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3338
2025-04-16 17:59:09 +00:00
Jörg Thalheim
56a0b0a994
run_cmd: print what commands are allowed in if the current command is not in the allow list
2025-04-16 19:50:27 +02:00
Jörg Thalheim
ed68a4dde1
update_hardware_config: migrate from nix_shell to run_cmd
2025-04-16 19:32:40 +02:00
Jörg Thalheim
80a252cf1a
sort allowed-programs.json
2025-04-16 19:32:40 +02:00
Jörg Thalheim
00d25d7fb8
Host: migrate from nix_shell to run_cmd
2025-04-16 19:32:40 +02:00
Jörg Thalheim
f94625fa6e
mumble: fix certificate generator
...
no idea how this ever worked before.
2025-04-16 18:49:24 +02:00
Jörg Thalheim
bcd2b1ae1f
mumble: migrate to inventory
2025-04-16 18:49:24 +02:00
Jörg Thalheim
51b184e8be
mumble: remove duplicate nixos test
2025-04-16 18:49:24 +02:00
Jörg Thalheim
45ae0920e2
mumble: migrate to vars
2025-04-16 18:49:24 +02:00
Jörg Thalheim
1f50ee51df
update-vars: don't print private key
2025-04-16 18:49:24 +02:00
Jörg Thalheim
6057d3e044
update-vars: fallback to gitroot
2025-04-16 18:49:24 +02:00
Jörg Thalheim
188764bca5
moonlight/sunshine: mark as unusuable outside of our VM
...
we depend on VM user, which only will work with our vm nixos module
2025-04-16 17:48:09 +02:00
Jörg Thalheim
cdfd03a067
migrate moonlight/sunshine to vars
2025-04-16 17:48:09 +02:00
Valentin Gagarin
ebd5afe8f5
fixup(jsonschema): test attrsOf submodules with valid value
2025-04-16 16:55:50 +02:00
Valentin Gagarin
6a2e81373c
lib/jsonschema: render defaults for submodule options
...
this relaxes the constraint that options of type `submodule` are always
required, and will render benign default values.
2025-04-16 16:55:46 +02:00
Mic92
ee16f7c072
Merge pull request 'Move clan history subcommand to clan-vm-manager' ( #3336 ) from fix-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3336
2025-04-16 13:14:34 +00:00
Jörg Thalheim
6703473152
impure-checks: limit number of workers to number of tests
2025-04-16 15:05:59 +02:00
Jörg Thalheim
d2173cb120
migrate clan history to clan-vm-manager
...
this functionality is not really useful or used in clan-vm-manager and
therefore should live in the clan-vm-manager.
Not porting the test for now because we probably get rid of the clan-vm-manager soon in favour of the UI.
2025-04-16 14:51:37 +02:00
Jörg Thalheim
42025fbfff
Remove unused clan history update subcommand
2025-04-16 14:51:37 +02:00
Johannes Kirschbauer
9f7e9ca9df
feat(jsonschema): add test for attrsof submodule
2025-04-16 14:48:49 +02:00
Valentin Gagarin
e28681c4f2
lib/jsonschema: make attrs required
...
Before the change, modules of the form
```nix
{ lib, ... }: {
foo.bar = lib.mkOption {
# ...
};
}
```
or
```nix
{ lib, ... }: {
foo = lib.mkOption {
type = lib.types.subModule {
bar = lib.mkOption {
# ...
};
};
};
}
```
would not render with `foo` as required, which is not faithful to the
module system's semantics.
This change also tests that fields with defaults are not marked required.
Note that submodule options cannot have their defaults rendered to JSON
schema, and are therefore always marked required.
Architecturally this change is rather unfortunate: So far the checks for
defaults happen in the rendering (using `isDefault`) and not in the parsing,
but here we're adding a field to `$exportedModuleInfo`. While strictly
speaking we probably don't want to consider requiredness as module-level
information, it seems more reasonable to me to do it that way since at
the JSON schema level we have lost the distinction between `attrs`,
`attrsOf`, `submodule`.
2025-04-16 13:20:00 +02:00
renovate[bot]
46ddc9f438
chore(deps): update dependency vite to v6.3.0
2025-04-16 09:50:12 +00:00
hsjobeki
65bb3863e0
Merge pull request 'init(clanServices): create a new folder for migrated modules (clanServices); add a module as example' ( #3334 ) from hsjobeki/clan-core:clanServices-init into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3334
2025-04-16 09:44:57 +00:00
Johannes Kirschbauer
69ce584b96
init(clanServices): add zerotier boilerplate to clanServices
2025-04-16 11:34:58 +02:00
hsjobeki
49977bd935
Merge pull request 'feat(scripts/update-vars): expose all configurables as arguments {repo_root, test_dir, check_attr}' ( #3333 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3333
2025-04-16 08:50:44 +00:00
Johannes Kirschbauer
2796038254
chore(test/makeTestClan): document all options, remove magic specialArgs
2025-04-16 10:33:32 +02:00
Johannes Kirschbauer
7bdb2cabf9
fix: rename folder lib/tests -> lib/test to be consistent with the attribute name
2025-04-16 10:04:31 +02:00
Johannes Kirschbauer
7dec3b8117
fixup: update commen in inventory example test
2025-04-16 10:02:20 +02:00
Johannes Kirschbauer
23270ff0ce
feat(scripts/update-vars): expose all configurables as arguments {repo_root, test_dir, check_attr}
2025-04-16 09:50:09 +02:00
hsjobeki
f1856fbaa3
Merge pull request 'revert vars: use writeShellApplication to shellcheck generators' ( #3331 ) from hsjobeki-patch-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3331
2025-04-16 07:44:53 +00:00
hsjobeki
c895907b9d
revert 83ec5a063a
...
revert vars: use writeShellApplication to shellcheck generators
Cannot re-generate the vars for data-mesher or any of our tests anymore
cc @DavHau @Qubasa Can we work together to fix this.
I like shellchecking but if we loose the ability to add tests thats unfortunate
This is blocking: the new 'restic' and 'zerotier' migrations because we need to write integration tests from the beginning.
2025-04-16 07:14:25 +00:00
hsjobeki
104bb9f90d
Merge pull request 'tests(clan): move test-inventory.nix to clanLib. And name it 'makeTestClan'' ( #3330 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3330
2025-04-15 16:27:09 +00:00
Johannes Kirschbauer
8ae0f5ddcb
tests(clan): move test-inventory.nix to clanLib. And name it 'makeTestClan'
...
Exposing the function via clanLib makes it more accessible to clan modules
This allows each module to define its own test without needing to depend on any fileSystem path assumptions in the clan-core repo
2025-04-15 18:17:40 +02:00
hsjobeki
20d42b961a
Merge pull request 'feat(buildClan): expose {nixosModules,darwinModules} from clanInternals' ( #3329 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3329
2025-04-15 15:45:01 +00:00
Michael Hoang
ea174379ca
Merge pull request 'clanCore: remove clan.core.module' ( #3327 ) from push-vwpyxmnwqttw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3327
2025-04-15 15:27:24 +00:00
Johannes Kirschbauer
f331295dd5
feat(buildClan): expose {nixosModules,darwinModules} from clanInternals
...
These are the exact same modules that where used internally to construct the corresponding
'nixosConfiguration', 'darwinConfiguration'
They can be externally used, and would yield the same result
Given that you pass the same 'specialArgs'
2025-04-15 17:25:57 +02:00
Michael Hoang
3d5dbeb201
clanCore: remove clan.core.module
2025-04-15 17:17:16 +02:00
hsjobeki
443eb7dacb
Merge pull request 'refactor: buildClan output; output deferred modules instead of nixosConfig' ( #3323 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3323
2025-04-15 14:47:49 +00:00
Michael Hoang
11a4dcfd6f
Merge pull request 'machines: fix nixos-rebuild not getting retried' ( #3325 ) from push-vqmkpyrsvqqw into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3325
2025-04-15 14:31:47 +00:00
Michael Hoang
99be2d0019
machines: fix nixos-rebuild not getting retried
2025-04-15 16:16:03 +02:00
Johannes Kirschbauer
9800255a2c
refactor(buildClan): simplify pkgs overriding logic
2025-04-15 16:05:57 +02:00
Johannes Kirschbauer
e68ab67112
refactor(buildClan): move modules into 'forName' and import the correct core module depending on class
2025-04-15 15:29:01 +02:00
Johannes Kirschbauer
d264e262bd
fixup(buildClan): use clan.inventory instead of refering to the clanInternals dumping ground within the module
2025-04-15 15:10:08 +02:00
Johannes Kirschbauer
af04bf547f
fixup(buildClan): split up the inner-module into: {forSystem, forName}
...
I am preparing this such that we can move the forName modules into the
defaults for the deferred module outputs and the forSystem modules are
added later and only for the 'configsPerSystem' where we actually need
the system modules
2025-04-15 15:02:37 +02:00
renovate[bot]
c7631e4a21
chore(deps): update data-mesher digest to 439f851
2025-04-15 12:30:10 +00:00
Johannes Kirschbauer
14ace40820
refactor: buildClan output; output deferred modules instead of nixosConfig
2025-04-15 14:25:02 +02:00
Michael Hoang
eb2639eb41
Merge pull request 'build-clan: drop unused machinesFunc' ( #3324 ) from push-wktowzqkrvsp into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3324
2025-04-15 12:20:09 +00:00
Michael Hoang
5cc1d823aa
build-clan: drop unused machinesFunc
2025-04-15 13:30:28 +02:00
renovate[bot]
335455cc83
chore(deps): update treefmt-nix digest to 49d0555
2025-04-15 09:10:10 +00:00
lassulus
9bb21d5724
Merge pull request 'fast-vars-gen' ( #3216 ) from fast-vars-gen into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3216
2025-04-15 07:11:06 +00:00
Mic92
fac18d0ee8
Merge pull request 'Rework cache to use json instead of pickle' ( #3319 ) from validation-hash-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3319
2025-04-15 07:11:03 +00:00
Jörg Thalheim
812093b551
rework cache to use json instead of pickle
...
Pickle can silently break if migrate our data layout and also introduces
unwanted behaviour such as code injection that we want to avoid.
2025-04-15 07:00:00 +00:00
renovate[bot]
764a60b1db
chore(deps): update data-mesher digest to 0593ae1
2025-04-15 05:00:13 +00:00
renovate[bot]
de337ad671
chore(deps): update sops-nix digest to 6115430
2025-04-14 23:10:10 +00:00
renovate[bot]
bf11a1a079
chore(deps): update typescript-eslint monorepo to v8.30.1
2025-04-14 20:20:16 +00:00
renovate[bot]
7b43226b01
chore(deps): update typescript-eslint monorepo to v8.30.0
2025-04-14 17:20:17 +00:00
Jörg Thalheim
1c3f408ce1
test_vars_deployment: skip on macOS for now
...
we can not run vms on macOS at the moment.
2025-04-14 15:47:55 +00:00
Michael Hoang
aec338a0f4
Merge pull request 'build-clan: expose Clan configuration as a module' ( #3303 ) from push-lsoyznsukqyq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3303
2025-04-14 14:16:26 +00:00
Michael Hoang
95fd1ec7eb
build-clan: expose Clan configuration as a module
2025-04-14 16:04:06 +02:00
Michael Hoang
a07e282738
Merge pull request 'checks: test-backups -> backups' ( #3312 ) from push-nqvwsmllsyrx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3312
2025-04-14 13:47:59 +00:00
Michael Hoang
443eb490e8
checks: test-backups -> backups
2025-04-14 15:39:25 +02:00
renovate[bot]
07d218cd4c
fix(deps): update dependency @tanstack/solid-query to v5.74.3
2025-04-14 13:00:13 +00:00
lassulus
f4870583dc
clan_cli test_vars: start refactoring to use caching
2025-04-14 14:28:59 +02:00
lassulus
db9097d5d0
clan_cli machines update: cache values for faster eval
2025-04-14 14:28:59 +02:00
lassulus
21c45e5ad9
clan_cli vars generate: prefetch all validationHashes for faster eval
2025-04-14 14:28:59 +02:00
Mic92
ecce8c20a1
Merge pull request 'don't error on macOS if sandbox for vars is missing' ( #3309 ) from macos-sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3309
2025-04-14 12:24:49 +00:00
Jörg Thalheim
ef5d62a1c1
don't error on macOS if sandbox for vars is missing
2025-04-14 14:11:51 +02:00
Mic92
9276b166f0
Merge pull request 'cache nix_config' ( #3306 ) from nix-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3306
2025-04-14 11:23:33 +00:00
Jörg Thalheim
7dc070b36f
cache nix_config
...
We often call this several times during execution.
At the moment we only use system at the moment, which is unlikely to
change.
2025-04-14 13:13:49 +02:00
renovate[bot]
3352348938
fix(deps): update dependency @tanstack/solid-query to v5.74.2
2025-04-14 11:00:13 +00:00
Luis Hebendanz
bec11ee23a
Merge pull request 'clan-cli: Don't eval 'modules' while getting templates. 'modules' can be not JSON serializable' ( #3280 ) from Qubasa/clan-core:fix_templates into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3280
2025-04-14 10:38:07 +00:00
Luis Hebendanz
51c2f0e74c
Merge pull request 'chore(clan/cli): remove --reflink=auto' ( #3291 ) from visualphoenix/clan-core:clan_cli_osx_cp_fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3291
2025-04-14 10:24:35 +00:00
renovate[bot]
bfdf40869d
chore(deps): lock file maintenance
2025-04-14 00:20:38 +00:00
renovate[bot]
f152e67067
chore(deps): lock file maintenance
2025-04-14 00:00:39 +00:00
renovate[bot]
9025619f39
fix(deps): update dependency @tanstack/solid-query to v5.74.0
2025-04-13 18:00:14 +00:00
renovate[bot]
8255857209
chore(deps): update nixpkgs digest to 18dd725
2025-04-13 16:30:10 +00:00
Michael Hoang
9818ddc687
Merge pull request 'machines: minor refactor of update' ( #3301 ) from push-swpwpzmlspko into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3301
2025-04-13 16:24:10 +00:00
Michael Hoang
54e3414cef
machines: minor refactor of update
2025-04-13 18:14:17 +02:00
renovate[bot]
26fc297598
chore(deps): update data-mesher digest to 25b5342
2025-04-13 12:20:15 +00:00
renovate[bot]
d65a72ab48
chore(deps): update dependency jsdom to v26.1.0
2025-04-13 10:40:16 +00:00
renovate[bot]
5b37eeb4d1
chore(deps): update sops-nix digest to 7e147a1
2025-04-13 04:40:14 +00:00
renovate[bot]
4956bcdbfd
chore(deps): update nixpkgs digest to f6db44a
2025-04-13 03:40:25 +00:00
renovate[bot]
7abb7dcd12
chore(deps): update data-mesher digest to 3d421cc
2025-04-13 03:20:14 +00:00
renovate[bot]
fc85ff9b28
chore(deps): update data-mesher digest to fd210d7
2025-04-13 02:50:09 +00:00
renovate[bot]
1ef6133fa3
chore(deps): update nixpkgs digest to 52d0ede
2025-04-13 02:10:24 +00:00
Raymond Barbiero
ba7bec1fe1
chore(clan/cli): remove --reflink=auto
2025-04-12 19:41:43 -04:00
renovate[bot]
2807fb6244
chore(deps): update nix-darwin digest to 43975d7
2025-04-12 17:40:13 +00:00
renovate[bot]
d69ae6049a
chore(deps): update data-mesher digest to 35cc96c
2025-04-12 15:40:25 +00:00
renovate[bot]
d3615e9f60
chore(deps): update nixpkgs digest to 2349f9d
2025-04-12 15:20:27 +00:00
renovate[bot]
28effcb096
fix(deps): update tanstack-query monorepo to v5.73.3
2025-04-12 14:40:16 +00:00
renovate[bot]
be7e95cc25
chore(deps): update data-mesher digest to ea73779
2025-04-12 12:50:21 +00:00
renovate[bot]
ed52cc019f
chore(deps): update nixpkgs digest to 642c54c
2025-04-12 12:30:26 +00:00
Michael Hoang
21d376a9b6
Merge pull request 'chore(deps): update nixpkgs digest to d19cf9d' ( #3273 ) from renovate/nixpkgs-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3273
2025-04-12 11:19:32 +00:00
Michael Hoang
f086fe01da
treewide: switch back to pkgs.nix
2025-04-12 13:15:53 +02:00
renovate[bot]
fa10067473
chore(deps): update nixpkgs digest to d19cf9d
2025-04-12 11:00:13 +00:00
hsjobeki
6e5856d5ff
Merge pull request 'chore(checks/inventory): doogfood 'clan' flake-parts module into the test, instead of custom inventory logic' ( #3279 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3279
2025-04-12 10:49:05 +00:00
Johannes Kirschbauer
5e03a44937
fixup(checks/inventory): remove 'self' from clan settings; doesn't work in the nixos tests yet.
...
We need to reasearch why that is the case.
Removing the option for now to prevent weird bugs
2025-04-12 12:41:11 +02:00
renovate[bot]
bae744053a
chore(deps): update dependency @types/node to v22.14.1
2025-04-11 21:40:15 +00:00
Qubasa
af776f1efa
clan-cli: Fix failing tests. Add a big FIXME for clan.select
2025-04-11 23:36:02 +02:00
Luis Hebendanz
bfba638b1e
Merge pull request 'clan-cli: Fix single file upload in upload.py, add test for edge case' ( #3182 ) from Qubasa/clan-core:fix_single_file_upload into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3182
2025-04-11 17:14:35 +00:00
Qubasa
9097d5e6e0
clan-cli: Fix single file upload in upload.py, add test for edge case
2025-04-11 19:08:13 +02:00
Johannes Kirschbauer
02f630a25b
chore(checks): rename data-mesher test attributes
2025-04-11 13:53:04 +02:00
Johannes Kirschbauer
762cc5e7cb
chore(checks/inventory): doogfood 'clan' flake-parts module into the test, instead of custom inventory logic
2025-04-11 13:52:23 +02:00
renovate[bot]
e1e4c02b39
chore(deps): update data-mesher digest to 60f9395
2025-04-11 11:40:13 +00:00
hsjobeki
f94e3a20a4
Merge pull request 'chore(clan/cli): remove explizit dependency on jsonschema converter.' ( #3277 ) from hsjobeki/clan-core:chores into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3277
2025-04-10 21:10:43 +00:00
Johannes Kirschbauer
cf273d2209
chore(clan/cli): remove explizit dependency on jsonschema converter.
...
Regenerating the classes from json schema as part of the clan/cli is a bit redundant since we need to vendor the classes by hand anyways
The user can also not practically override the inventory options
I would disable this for now; until we really need it.
We now solely rely on CI checks failing if the classes are out of sync
2025-04-10 22:58:30 +02:00
hsjobeki
97c1dd7700
Merge pull request 'chore(clan/vars): make no-sandboxing message print a more explizit re-run command' ( #3276 ) from hsjobeki/clan-core:chores into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3276
2025-04-10 20:55:14 +00:00
Johannes Kirschbauer
ffb1d51fc4
chore(clan/vars): make no-sandboxing message print a more explizit re-run command
2025-04-10 22:39:27 +02:00
Luis Hebendanz
5342428fc6
Merge pull request 'vars: use writeShellApplication to shellcheck generators' ( #3270 ) from Qubasa/clan-core:rtunreal-shell_check_vargen into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3270
2025-04-10 19:07:42 +00:00
Qubasa
92d7b680c7
clan-cli: Fixup more failing tests because of quoting issues
2025-04-10 14:33:54 +02:00
renovate[bot]
3b90064a99
chore(deps): update data-mesher digest to 7af2bfe
2025-04-10 08:40:13 +00:00
Michael Hoang
cbc5cd69ad
Merge pull request 'flake: update nix-darwin owner' ( #3275 ) from push-osprlszlnnvr into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3275
2025-04-10 08:38:25 +00:00
Michael Hoang
168c9fb5f6
flake: update nix-darwin owner
2025-04-10 10:31:26 +02:00
renovate[bot]
b538d09f88
chore(deps): update dependency vite to v6.2.6
2025-04-10 06:40:17 +00:00
Qubasa
b3dcf7f641
clan-cli: Change shellcheck to shellcheck-minimal
2025-04-10 01:54:00 +02:00
renovate[bot]
001fb36e87
chore(deps): update nix-darwin digest to 113883e
2025-04-09 19:20:14 +00:00
Qubasa
67a135e7bc
formatter.nix: Exclude **/.mypy_cache/*
2025-04-09 19:44:00 +02:00
Qubasa
01439db065
formatter.nix: Exclude **/node_modules/*
2025-04-09 19:44:00 +02:00
Qubasa
f1855f80fc
clan-cli: Add shellcheck as a runtimeDependencie
2025-04-09 19:44:00 +02:00
RTUnreal
f4f7df312d
checks: fix shellcheck errors
2025-04-09 19:44:00 +02:00
RTUnreal
aad1c347d1
clanModules: fix shellcheck errors
2025-04-09 19:44:00 +02:00
RTUnreal
ee5957d8ee
pkgs/clan-cli: fix test which are using vars shellcheck
2025-04-09 19:44:00 +02:00
RTUnreal
91cb641efe
clanModules/borgbackup: fix shellcheck errors
2025-04-09 19:44:00 +02:00
RTUnreal
691a026929
clanModules/root-password: fix shellcheck errors
2025-04-09 19:44:00 +02:00
RTUnreal
83ec5a063a
vars: use writeShellApplication to shellcheck generators
2025-04-09 19:44:00 +02:00
hsjobeki
519c6cc05a
Merge pull request 'chore(clan/pytest): discover all test files in the tree' ( #3269 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3269
2025-04-09 17:16:56 +00:00
Johannes Kirschbauer
de587648f8
chore(clan/pytest): discover all test files in the tree
2025-04-09 18:54:57 +02:00
hsjobeki
bf06bdb38a
Merge pull request 'Reapply '( #3259 ) chore(buildClan): move machineClass option into inventory.machines submodule'' ( #3268 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3268
2025-04-09 16:50:15 +00:00
Johannes Kirschbauer
ab9c0d2904
fix(clan/machines): move machineClass attribute selector and add a unit test for class detection
2025-04-09 18:29:43 +02:00
Johannes Kirschbauer
35379d3b86
Reapply "Merge pull request 'chore(buildClan): move machineClass option into inventory.machines submodule' ( #3259 ) from hsjobeki/clan-core:buildclan-cleanup into main"
...
This reverts commit 62dfb23e41 .
2025-04-09 18:16:35 +02:00
hsjobeki
61aebf75c8
Merge pull request 'fix(checks/inventory): use buildClan instead of buildInventory' ( #3267 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3267
2025-04-09 16:14:06 +00:00
hsjobeki
d9c3af6c11
Merge pull request 'test(clan/inventory): test deserialization of different inventories' ( #3258 ) from hsjobeki/clan-core:inventory-serde into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3258
2025-04-09 16:07:58 +00:00
Johannes Kirschbauer
c344d57298
fix(checks/data-mesher): format, dont pass a duplicate data-mesher module
2025-04-09 18:03:04 +02:00
Johannes Kirschbauer
d7a83343e5
test(clan/inventory): test deserialization of different inventories
2025-04-09 18:00:00 +02:00
Johannes Kirschbauer
ec2aee3013
fix(eval/inventory): fix some test arguments to buildInventory
2025-04-09 17:38:06 +02:00
Johannes Kirschbauer
6f7d7e8d98
chore(checks/inventory): regenerate test vars
2025-04-09 17:32:29 +02:00
Johannes Kirschbauer
ac940aa8a1
fix(checks/inventory): use buildClan instead of buildInventory
2025-04-09 17:31:35 +02:00
Johannes Kirschbauer
05c45371af
feat(buildInventory): move instance resolution into buildInventory
...
Such that buildClan doesn't have to compose the results
buildInventory should be more self contained. But it is NOT meant a
public API! use buildClan argument 'inventory' instead
2025-04-09 17:31:35 +02:00
Mic92
fad4bfe593
Merge pull request 'speedup morph test' ( #3266 ) from morph-test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3266
2025-04-09 15:28:20 +00:00
hsjobeki
11d88e51ab
Merge pull request 'treewide(clanLib): rename all occurences of {clan-core,self}.lib to 'clanLib'' ( #3263 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3263
2025-04-09 15:10:42 +00:00
Jörg Thalheim
44a2643d17
speedup morph test
2025-04-09 17:06:34 +02:00
Jörg Thalheim
a714c72aff
checks/morph: strip test prefix
...
this is making it consistent with otther tests.
2025-04-09 16:58:48 +02:00
Michael Hoang
1d346046dc
Merge pull request 'chore(deps): update data-mesher digest to 81f65ea' ( #3256 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3256
2025-04-09 14:53:32 +00:00
renovate[bot]
37dfb2ce93
chore(deps): update data-mesher digest to 81f65ea
2025-04-09 14:30:22 +00:00
renovate[bot]
4d655f3ce1
fix(deps): update tanstack-query monorepo to v5.72.2
2025-04-09 14:20:16 +00:00
Mic92
0516ef78a2
Merge pull request 'Revert "Merge pull request 'chore(buildClan): move machineClass option into inventory.machines submodule' ( #3259 ) from hsjobeki/clan-core:buildclan-cleanup into main"' ( #3264 ) from revert-machine-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3264
2025-04-09 14:11:21 +00:00
Jörg Thalheim
62dfb23e41
Revert "Merge pull request 'chore(buildClan): move machineClass option into inventory.machines submodule' ( #3259 ) from hsjobeki/clan-core:buildclan-cleanup into main"
...
This reverts commit 11ba13df67 , reversing
changes made to 04f9aa3ae0 .
2025-04-09 16:08:39 +02:00
Mic92
b66317af04
Merge pull request 'feat(clan-cli): support multiple keys for a user' ( #3230 ) from feat/vars-multiple-user-secrets into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3230
2025-04-09 13:05:24 +00:00
hsjobeki
11ba13df67
Merge pull request 'chore(buildClan): move machineClass option into inventory.machines submodule' ( #3259 ) from hsjobeki/clan-core:buildclan-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3259
2025-04-09 12:57:48 +00:00
Johannes Kirschbauer
81211af474
fix(python/inventory): add machineClass field
2025-04-09 12:50:43 +00:00
Johannes Kirschbauer
68ca94d1ee
chore(buildClan): move machineClass option into inventory.machines submodule
2025-04-09 12:50:43 +00:00
Mic92
04f9aa3ae0
Merge pull request 'checks/installation: restore the install without system aspect' ( #3261 ) from flakiness into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3261
2025-04-09 11:39:17 +00:00
Jörg Thalheim
a6ea7b692d
checks/installation: restore the install without system aspect
2025-04-09 11:32:28 +00:00
Brian McGee
ed5fc20069
feat(clan-cli): support multiple keys for a user
2025-04-09 09:58:58 +00:00
Mic92
7e5505bd71
Merge pull request 'installation: speed up by installing to localhost' ( #3255 ) from flakiness into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3255
2025-04-09 09:58:43 +00:00
Jörg Thalheim
2942bae31b
don't expose all clan-depenencies as their own check attributes
...
this is expensive in CI to display.
2025-04-09 09:52:56 +00:00
Jörg Thalheim
20f00c938f
hardware: only include sshpass if we are actually using it.
2025-04-09 09:52:56 +00:00
Jörg Thalheim
5968ee1195
installation: use clan-cli-full so that nix doesn't try to evaluate deps
2025-04-09 09:52:56 +00:00
Jörg Thalheim
c2f7bf3fef
checks/installation: move updating hardware configuration to it's own test
...
for some reason those are very slow. Moving them to their own test
breaks down the critical path.
2025-04-09 09:52:56 +00:00
Jörg Thalheim
7308af0a85
installation: speed up by installing to localhost
...
we test other types of installation already in nixos-anywhere so we can
speed up this test quite a bit by not having a seperate machine to
install to.
2025-04-09 09:36:46 +00:00
Johannes Kirschbauer
a6a79e83a0
treewide(clanLib): rename all occurences of {clan-core,self}.lib to 'clanLib'
2025-04-09 11:32:46 +02:00
DavHau
476dcb4140
sops: prioritize SOPS_AGE_KEY_FILE over local key
...
... instead of loading both keys and raise an error
This is important for testing when one wants to override SOPS_AGE_KEY_FILE
New prio: `SOPS_AGE_KEY` > `SOPS_AGE_KEY_FILE` > `~/.config/sops/age/keys.txt`
2025-04-09 08:45:34 +00:00
DavHau
77ab4f7208
vars: add feature --no-sandbox
...
Raise warning if sandbox cannot be used -> request user to run with --no-sandbox
2025-04-09 15:02:20 +07:00
pinpox
cf874de094
Merge pull request 'Fix clan.service docs format' ( #3254 ) from fix-service-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3254
2025-04-09 06:48:30 +00:00
Pablo Ovelleiro Corral
0d16ebf43e
Fix clan.service docs format
2025-04-09 08:29:19 +02:00
renovate[bot]
bc098f7796
chore(deps): update nixpkgs digest to b2b0718
2025-04-09 06:10:32 +00:00
Mic92
157245b4b0
Merge pull request 'chore(deps): update disko digest to 76c0a6d' ( #3252 ) from renovate/disko-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3252
2025-04-08 21:32:00 +00:00
Mic92
269cbd40fa
Merge pull request 'chore(deps): update data-mesher digest to a592e34' ( #3245 ) from renovate/data-mesher-digest into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3245
2025-04-08 21:31:08 +00:00
renovate[bot]
17f54e5297
chore(deps): update disko digest to 76c0a6d
2025-04-08 21:20:16 +00:00
renovate[bot]
3cbcc284c8
chore(deps): update data-mesher digest to a592e34
2025-04-08 21:20:13 +00:00
hsjobeki
b8d9b795ff
Merge pull request 'docs(authoring/modules): add examples for dependency injection' ( #3249 ) from hsjobeki/clan-core:docs-authoring into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3249
2025-04-08 21:10:52 +00:00
Johannes Kirschbauer
748cdb871e
docs(authoring/modules): add examples for dependency injection
2025-04-08 20:56:02 +00:00
hsjobeki
39cf69a661
Merge pull request 'chore(lib/getModuleClass): remove unused library function' ( #3250 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3250
2025-04-08 20:54:46 +00:00
Johannes Kirschbauer
c357cfa29f
chore(lib/buildClan): remove dependencies {nixpkgs,nix-darwin} from the clanLib file
2025-04-08 22:13:46 +02:00
Johannes Kirschbauer
f399aad06e
chore(lib/getModuleClass): remove unused library function
2025-04-08 22:09:10 +02:00
hsjobeki
2ad4cf8758
Merge pull request 'pkgs/cli: Move the test folder inside the python module' ( #2973 ) from kenji/clan-core:split-testing-up into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2973
2025-04-08 20:06:59 +00:00
hsjobeki
f60da91dea
Merge pull request 'docs(authoring): restructure authoring guides' ( #3248 ) from hsjobeki/clan-core:docs-authoring into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3248
2025-04-08 19:58:59 +00:00
hsjobeki
aa75cc4777
Merge pull request 'chore(inventory/services): dont check _class in our logics. Let the error eccour in the final evaluation.' ( #3236 ) from hsjobeki/clan-core:role-settings into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3236
2025-04-08 19:49:46 +00:00
Mic92
0e58ff85f5
Merge pull request 'devshells: name shells for clarity' ( #3240 ) from Lehmanator/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3240
2025-04-08 19:45:20 +00:00
Johannes Kirschbauer
ac5effe435
fix(clan_app/test): fixup after rebase
2025-04-08 21:38:55 +02:00
Johannes Kirschbauer
b4f63b8835
docs(authoring): restructure authoring guides
...
Mainly because we have two module specs now and they will remain
valid for a while. We need to keep the older format documented for a while
2025-04-08 21:32:19 +02:00
Sam Lehman
e0a6ed3d49
devshells: name shells for clarity
2025-04-08 19:31:30 +00:00
Mic92
2c34f58a96
Merge pull request 'installation: use ip addresses to decrease flakiness' ( #3247 ) from flakiness into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3247
2025-04-08 19:31:12 +00:00
Jörg Thalheim
ce4a646927
installation: use ip addresses to decrease flakiness
2025-04-08 21:19:47 +02:00
Mic92
89afec1532
Merge pull request 'flash: test existing mount with spaces' ( #3243 ) from fix-mounting into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3243
2025-04-08 18:55:05 +00:00
Jörg Thalheim
c61c1af18e
replace original installation test with installation-without-system
2025-04-08 20:41:31 +02:00
Johannes Kirschbauer
9af20ad8b5
chore(inventory/instances): don't eagerly test the service modules _class
2025-04-08 20:30:35 +02:00
Johannes Kirschbauer
f7d5a529aa
chore(inventory/services): dont check _class of legacy clanModules.
...
Let the module system handle the error. Once we shift to deferred
modules, things get more complicated and we cannot check the module
class eagerly
2025-04-08 20:30:33 +02:00
Johannes Kirschbauer
cb001ec72b
fix(clan_cli/tests): fix some imports after rebase
2025-04-08 20:26:38 +02:00
Jörg Thalheim
bbcc7f6e3b
flash: test existing mount with spaces
2025-04-08 20:16:23 +02:00
Jörg Thalheim
a68f50fde3
bump disko to fix quoting issue
2025-04-08 20:16:22 +02:00
Johannes Kirschbauer
e9846d6cb9
Tests: reconfigure pytest test folder after moving it into clan_cli
2025-04-08 20:13:13 +02:00
Johannes Kirschbauer
5273304915
Tests: exclude test folder itself from autmatic dataclass checks
2025-04-08 20:12:03 +02:00
a-kenji
309c132b63
pkgs/cli: Move the test folder inside the python module
...
Move the `tests` folder to `clan_cli/tests`.
As we now want part of our tests to live next to the functions that are
tested - tests that are not in the `/tests` module also need access to
the configured test fixtures that are exposed by the `pytest_plugins`
declaration.
The following folder structure doesn't support this model:
```
├── clan_cli
│ ├── api
│ │ └── api_init_test.py
├── tests/
│ ├── conftest.py
│ └── ...
```
Here `api_init_test.py` even when importing the test functions will not
have the fixtures configured.
There is a way to configure python to import the fixtures from another
[`project/module`](https://docs.pytest.org/en/stable/how-to/fixtures.html#using-fixtures-from-other-projects ), but this seems to *generally* be discouraged.
So moving the `conftest.py` to the toplevel and the `/tests` folder into
the toplevel seems to be a sensible choice choice.
2025-04-08 20:12:01 +02:00
hsjobeki
da164696ea
Merge pull request 'doc(inventory): document experimental settingsExtend' ( #3207 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3207
2025-04-08 18:10:04 +00:00
brianmcgee
f0bd7ecad6
Merge pull request 'chore: remove data-mesher from devshell' ( #3239 ) from remove-data-mesher-from-devshell into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3239
2025-04-08 18:05:51 +00:00
Johannes Kirschbauer
821264fe2e
fix(getModulesSchema): forward argument to evalClanModules
2025-04-08 19:53:20 +02:00
Brian McGee
f418ba0755
chore: remove data-mesher from devshell
2025-04-08 19:51:11 +02:00
Michael Hoang
a503c92c3e
Merge pull request 'flake-parts: ensure flake.darwinConfigurations is mergeable' ( #3244 ) from push-zurymrrrxwur into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3244
2025-04-08 17:20:16 +00:00
renovate[bot]
ce023a9fe0
chore(deps): lock file maintenance
2025-04-08 17:10:45 +00:00
Michael Hoang
1079fb7812
flake-parts: remove unnecessary mkSubmoduleOptions
...
This is no longer necessary as of https://github.com/NixOS/nixpkgs/pull/156533 .
2025-04-08 19:03:29 +02:00
Michael Hoang
88669ec19c
flake-parts: ensure flake.darwinConfigurations is mergeable
...
We didn't run into issues previously for `nixosConfigurations` because
there is already a [flake-parts module] that creates the option inside
`flake`.
[flake-parts module]: https://github.com/hercules-ci/flake-parts/blob/main/modules/nixosConfigurations.nix
2025-04-08 19:03:29 +02:00
renovate[bot]
e781741023
fix(deps): update tanstack-query monorepo to v5.72.1
2025-04-08 16:50:21 +00:00
renovate[bot]
d3fee5000a
chore(deps): update nixpkgs digest to b0b4b5f
2025-04-08 16:10:09 +00:00
Mic92
b7cf63344c
Merge pull request 'sops: fix compatibility with new format' ( #3242 ) from directory-context into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3242
2025-04-08 16:05:43 +00:00
Jörg Thalheim
259983c99f
bump disko to fix quoting issue
2025-04-08 17:45:48 +02:00
Jörg Thalheim
57203c3d15
sops: fix compatibility with new format
...
The new format can have null values now.
2025-04-08 17:44:23 +02:00
DavHau
96db83a08b
inventory tests: generate vars for dummy test
2025-04-08 21:06:23 +07:00
DavHau
a493d53b84
data-mesher: generate vars for test vis update-vars.py
2025-04-08 20:54:11 +07:00
DavHau
d38d6ac167
data-mesher: use inventory test framework for vars
2025-04-08 20:54:11 +07:00
DavHau
968fe4b64e
inventory tests: add vars support
...
- Add support for leading vars
- Extend test to test for vars support
- Improve update-vars.py to take test name as argument
2025-04-08 20:54:11 +07:00
Johannes Kirschbauer
1b3ce7ebd4
docs(inventory): improve extendSettings docs
2025-04-08 15:46:13 +02:00
Johannes Kirschbauer
ce84c4cddb
chore(lib/modulesDocs): move dependency on clan-core and pkgs into function args
...
This is a good idea, to make lib agnostic from clan-core
The next step could be to rename the clan-core argument name
Or to explizitly pass the actual dependencies, instead of everything in
clan-core
2025-04-08 15:30:49 +02:00
Johannes Kirschbauer
97049d187c
doc(inventory): document experimental settings vendoring
2025-04-08 15:24:12 +02:00
renovate[bot]
39942ab3b4
chore(deps): update sops-nix digest to 69d5a5a
2025-04-08 12:50:12 +00:00
hsjobeki
411440ef35
Merge pull request 'feat(inventory/instances): add extendSettings as argument to perInstance, perMachine' ( #3233 ) from hsjobeki/clan-core:role-settings into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3233
2025-04-08 12:46:44 +00:00
Johannes Kirschbauer
07e6df35a5
feat(inventory/instances): dont set module location to allow underlying error location to bubble up
2025-04-08 14:36:29 +02:00
renovate[bot]
8da94a59bf
chore(deps): update data-mesher digest to 302252a
2025-04-08 12:10:12 +00:00
Mic92
8fad1df70b
Merge pull request 'directory-context' ( #3234 ) from directory-context into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3234
2025-04-08 12:09:36 +00:00
Jörg Thalheim
f008da9472
inventory: don't loose string context of directory
2025-04-08 13:50:27 +02:00
Johannes Kirschbauer
4913d2db87
feat(inventory/instances): add extendSettings as argument to perInstance, perMachine
2025-04-08 13:15:06 +02:00
Mic92
8fe56def2b
Merge pull request 'user-password: fix variables beeing incorrect' ( #3229 ) from user-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3229
2025-04-08 10:16:15 +00:00
Mic92
dc6de67ed7
Merge pull request 'docs-errata' ( #3161 ) from docs-errata into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3161
2025-04-08 10:00:53 +00:00
Brian McGee
9d6dfbd3e9
fix(docs): add the requirement to export clan.templates in flake outputs to migration guide
2025-04-08 10:44:36 +01:00
Brian McGee
0c7cf305e2
fix(docs): tighten up validation for meta.name and improved description
2025-04-08 10:44:35 +01:00
Brian McGee
7493ab3e59
fix(docs): correct flake sample in migration guide
...
diff --git a/docs/site/manual/migration-guide.md b/docs/site/manual/migration-guide.md
index 551a3ef0..38be9a0e 100644
--- a/docs/site/manual/migration-guide.md
+++ b/docs/site/manual/migration-guide.md
@@ -77,13 +77,18 @@ For the provide flake example, your flake should now look like this:
```nix
{
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
+ inputs.clan-core = {
+ url = "git+https://git.clan.lol/clan/clan-core ";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
- outputs = { self, nixpkgs, ... }:
+ outputs = { self, nixpkgs, clan-core, ... }:
let
clan = clan-core.lib.buildClan {
self = self; # this needs to point at the repository root
specialArgs = {};
- inventory.meta.name = "NEEDS_TO_BE_UNIQUE"; # TODO: Changeme
+ meta.name = throw "Change me to something unique";
machines = {
berlin = {
2025-04-08 10:44:33 +01:00
Jörg Thalheim
aa8f7bd6ac
user-password: fix variables beeing incorrect
2025-04-08 09:37:05 +00:00
Jörg Thalheim
6dc0f6b91d
user-password: fix variables beeing incorrect
2025-04-08 11:36:43 +02:00
Mic92
87f7bd5651
Merge pull request 'user-password: migrate to vars' ( #3227 ) from user-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3227
2025-04-08 08:44:32 +00:00
Jörg Thalheim
9436a451f7
installation: use networkd everywhere
2025-04-08 10:33:48 +02:00
Jörg Thalheim
76c7858d3f
user-password: migrate to vars
2025-04-08 10:16:59 +02:00
DavHau
9a34977842
inventory tests: generalize update-vars.py
...
... and move to pkgs/scripts/
2025-04-08 07:45:30 +00:00
Michael Hoang
562b611193
Merge pull request 'build-clan: support constructing darwinConfigurations' ( #3115 ) from mac into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3115
2025-04-08 07:44:09 +00:00
Michael Hoang
67745e1b27
tests: add --show-trace to nix-unit tests
2025-04-08 08:53:29 +02:00
Michael Hoang
72ed0e258a
cli: don't update macOS machines
2025-04-08 08:53:29 +02:00
Michael Hoang
6de4735c81
build-clan: support constructing darwinConfigurations
2025-04-08 08:53:29 +02:00
Michael Hoang
66e4c41142
lib/jsonschema: fix enum support
2025-04-08 08:53:27 +02:00
Michael Hoang
94c7834ac7
flake: add nix-darwin
2025-04-08 07:39:49 +02:00
renovate[bot]
e05da71e68
chore(deps): update typescript-eslint monorepo to v8.29.1
2025-04-07 17:20:17 +00:00
DavHau
1665b777ec
data-mesher: use new test framework
2025-04-07 20:43:19 +07:00
DavHau
b9e1b109a8
inventory tests: improve framework to set better defaults
2025-04-07 19:58:53 +07:00
DavHau
60133015f5
add CLAN_NO_COMMIT env var to disable committing
...
This is required when calling vars generators for generating vars for
tests
2025-04-07 18:59:19 +07:00
renovate[bot]
a10527a69d
fix(deps): update tanstack-query monorepo to v5.72.0
2025-04-07 09:40:15 +00:00
renovate[bot]
3c15d2e3d8
chore(deps): update data-mesher digest to aea65b1
2025-04-07 07:20:13 +00:00
renovate[bot]
ddce636e3b
chore(deps): update data-mesher digest to 54bbd42
2025-04-07 00:40:13 +00:00
renovate[bot]
fb8286b297
chore(deps): update sops-nix digest to 523f58a
2025-04-06 07:10:20 +00:00
renovate[bot]
274f4e318c
chore(deps): update data-mesher digest to 3239dc2
2025-04-06 06:50:09 +00:00
Mic92
e0b14bc21c
Merge pull request 'only compute final_script and validation hashes once' ( #3206 ) from fix-eval into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3206
2025-04-05 06:44:28 +00:00
renovate[bot]
423bf6f17b
chore(deps): update dependency typescript to v5.8.3
2025-04-05 00:20:15 +00:00
renovate[bot]
e2dda487a2
chore(deps): update dependency eslint to v9.24.0
2025-04-04 19:40:15 +00:00
renovate[bot]
d688250967
chore(deps): update dependency @eslint/js to v9.24.0
2025-04-04 19:00:15 +00:00
Jörg Thalheim
64346bacc8
only compute final_script and validation hashes once
2025-04-04 18:31:12 +02:00
Jörg Thalheim
7ed669a093
don't use python3 in python's callPackage scope
2025-04-04 18:31:12 +02:00
Mic92
51c347bd5f
Merge pull request 'ssh/upload: fix shell quoting' ( #3205 ) from default-groups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3205
2025-04-04 15:27:17 +00:00
Jörg Thalheim
0f4c897d41
ssh/upload: fix shell quoting
2025-04-04 15:10:09 +00:00
renovate[bot]
3cadd0849a
fix(deps): update dependency @tanstack/solid-query to v5.71.10
2025-04-04 13:00:15 +00:00
hsjobeki
b0d8d1f195
Merge pull request 'chore(lib/select): move into subfolder with a test file' ( #3175 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3175
2025-04-04 12:32:32 +00:00
Johannes Kirschbauer
f326c307eb
feat(lib/inventory): fix arguments discrepancy on perInstance and perMachine
2025-04-04 14:22:36 +02:00
Johannes Kirschbauer
6c8d2d3cb5
docs(inventory/instances): init guide for setting up the new service model
2025-04-04 14:22:35 +02:00
Johannes Kirschbauer
6d4bbc3e92
chore(lib/select): init simple test
2025-04-04 14:06:05 +02:00
renovate[bot]
74f66e199e
chore(deps): update sops-nix digest to cff8437
2025-04-04 09:00:32 +00:00
renovate[bot]
fb384bd261
chore(deps): update treefmt-nix digest to 815e412
2025-04-04 08:40:26 +00:00
renovate[bot]
95a860bd29
chore(deps): update sops-nix digest to 9bc9b59
2025-04-04 08:20:25 +00:00
renovate[bot]
17354a6341
chore(deps): update data-mesher digest to 7656e00
2025-04-04 08:00:13 +00:00
renovate[bot]
b4f8eea673
chore(deps): update data-mesher digest to d4464c9
2025-04-03 23:50:09 +00:00
renovate[bot]
9c744f1e0e
chore(deps): update data-mesher digest to faaaf66
2025-04-03 22:20:26 +00:00
renovate[bot]
173c0f5dac
fix(deps): update dependency @tanstack/solid-query to v5.71.9
2025-04-03 22:00:14 +00:00
renovate[bot]
f62a109364
chore(deps): update actions/create-github-app-token action to v2
2025-04-03 19:50:10 +00:00
renovate[bot]
1c0a2a0fa2
fix(deps): update dependency @tanstack/solid-query to v5.71.8
2025-04-03 16:40:15 +00:00
renovate[bot]
3f651dbfbd
chore(deps): update data-mesher digest to 83cc954
2025-04-03 12:20:13 +00:00
Mic92
84b104115d
Merge pull request 'docs/secrets: mention defaultGroups option' ( #3193 ) from default-groups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3193
2025-04-03 12:12:01 +00:00
Jörg Thalheim
f1cd85f281
docs/secrets: mention defaultGroups option
2025-04-03 14:02:05 +02:00
renovate[bot]
d978278733
chore(deps): update treefmt-nix digest to 57dabe2
2025-04-03 11:30:11 +00:00
DavHau
9682a22c9a
update nixos-facter-modules for bugfix
2025-04-03 17:31:32 +07:00
DavHau
ccaf67e477
inventory tests: set machine.name automatically
2025-04-03 17:29:07 +07:00
DavHau
2ed69d7ef8
workaround bug in docs rendering if machine.name is not set
2025-04-03 17:29:07 +07:00
DavHau
a88167f456
remove some references to config in options
2025-04-03 17:29:07 +07:00
DavHau
e897399e34
remove definitions of clan.core.settings.machine.name on tests
2025-04-03 17:29:07 +07:00
DavHau
73d14e078e
remove default for clan.core.settings.machine.name and make readOnly
...
There is not reason that there needs to be a default. Machines are usually defined as an attrset, so there is no reason to have a default.
Also make this readOnly as we never want to override it.
2025-04-03 17:29:07 +07:00
renovate[bot]
51d39a4c8c
chore(deps): update dependency vite to v6.2.5
2025-04-03 10:00:27 +00:00
renovate[bot]
2900c8c210
chore(deps): update nixos-facter-modules digest to 58ad969
2025-04-03 09:40:14 +00:00
renovate[bot]
77ebd5a513
fix(deps): update tanstack-query monorepo
2025-04-03 08:40:30 +00:00
renovate[bot]
9e73001ffb
chore(deps): update dependency @types/node to v22.14.0
2025-04-03 08:20:25 +00:00
renovate[bot]
a178769063
chore(deps): update data-mesher digest to 9959605
2025-04-03 08:00:24 +00:00
renovate[bot]
25b985ac01
chore(deps): update disko digest to 329d3d7
2025-04-03 07:40:29 +00:00
renovate[bot]
fe02063555
chore(deps): update sops-nix digest to 4521de6
2025-04-03 07:10:16 +00:00
Michael Hoang
907650610b
Merge pull request 'networking: don't set targetHost if there's only a hostname' ( #3184 ) from push-ovzouzrtzkpx into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3184
2025-04-03 07:07:38 +00:00
Michael Hoang
4442dbd871
networking: don't set targetHost if FQDN is not set
...
This will change in the future once we finish the networking Clan module
and we'll have a reliable way of addressing every node automagically.
Until then, this will have to do.
2025-04-03 08:43:10 +02:00
Michael Hoang
81ad9a5e4a
Merge pull request 'cli: improve --help documentation' ( #3186 ) from push-qnptotlvsnyq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3186
2025-04-03 06:39:29 +00:00
Michael Hoang
bbe12002d8
cli: managed by clan -> managed by Clan
2025-04-03 00:25:51 +09:00
Michael Hoang
2db14e0ffa
cli: machines update [MACHINE] -> machines update [MACHINES]
2025-04-03 00:25:51 +09:00
Johannes Kirschbauer
788d9b9670
feat(inventory/instances): prevent modules without explizit class from beeing used
2025-04-02 14:57:21 +02:00
Johannes Kirschbauer
0ec63de3e6
feat(buildClan): add clan.modules as output
2025-04-02 13:38:38 +02:00
renovate[bot]
6ccdfe278d
chore(deps): update data-mesher digest to fd8dd31
2025-04-02 11:20:28 +00:00
renovate[bot]
2ba8b7ec3b
chore(deps): update treefmt-nix digest to 18bed67
2025-04-02 11:00:15 +00:00
Johannes Kirschbauer
2efe1ae241
chore(lib/introspection): add comment about upstream PRs, that allows removing features
2025-04-02 12:38:28 +02:00
Johannes Kirschbauer
69078433cd
chore(lib/select): move into subfolder with a test file
2025-04-02 12:37:49 +02:00
renovate[bot]
7825fe981f
fix(deps): update dependency @tanstack/solid-query to v5.71.3
2025-04-02 10:00:15 +00:00
hsjobeki
4dde845c4d
Merge pull request 'lib-cleanup' ( #3173 ) from hsjobeki/clan-core:lib-cleanup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3173
2025-04-02 09:34:47 +00:00
Johannes Kirschbauer
2715c398cc
fix(inventory/interface): use explizit file dependency, until dependency injection works properly
2025-04-02 11:12:16 +02:00
Johannes Kirschbauer
2ab53b05fe
chore(lib/treewide): cleanup directory struture of lib. See lib/readme.md for details
2025-04-02 11:11:21 +02:00
hsjobeki
ee96df8c53
Merge pull request 'chore(buildClan): remove dependency on clan-core in the lib function' ( #3167 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3167
2025-04-02 09:09:28 +00:00
Johannes Kirschbauer
975390f948
fix(test/vars): include lib into test closure
2025-04-02 10:31:16 +02:00
Johannes Kirschbauer
f842023ea3
chore(lib/readme): use real-world example for directory structure vision
2025-04-02 09:56:30 +02:00
Johannes Kirschbauer
81898996f4
chore(buildClan): make buildClan and flake-parts return identical outputs
2025-04-02 09:56:28 +02:00
Johannes Kirschbauer
3fdcb4e5cc
fix(computed-tags): typo
2025-04-02 09:49:54 +02:00
Johannes Kirschbauer
2b392866d6
chore(buildClan): remove dependency on clan-core in the lib function
2025-04-02 09:49:54 +02:00
renovate[bot]
3fab3e60d7
chore(deps): update data-mesher digest to a0c39f6
2025-04-02 03:30:10 +00:00
renovate[bot]
f9fe6006a8
chore(deps): update data-mesher digest to 463cc58
2025-04-02 02:10:11 +00:00
renovate[bot]
2a1ce79cf6
chore(deps): update flake-parts digest to c621e84
2025-04-01 23:50:10 +00:00
renovate[bot]
337876293b
chore(deps): update dependency @types/node to v22.13.17
2025-04-01 16:40:29 +00:00
renovate[bot]
6040479ce1
chore(deps): update disko digest to b36e876
2025-04-01 16:30:11 +00:00
hsjobeki
898a11cd3d
Merge pull request 'chore(lib/buildClan): clean up and turn into a 'module'' ( #3166 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3166
2025-04-01 14:46:44 +00:00
Johannes Kirschbauer
11701d5607
feat(lib/buildClan): turn lib/build-clan into a 'buildClanModule' with sub-features such as 'buildClan' and 'flakePartsModule'
2025-04-01 15:39:12 +02:00
Johannes Kirschbauer
9a7ab66b3b
chore(buildClan): set clanInternals.modules to clanInternals.clanModules
2025-04-01 15:36:37 +02:00
renovate[bot]
c8a45527e3
fix(deps): update dependency @tanstack/solid-query to v5.71.2
2025-04-01 13:00:29 +00:00
renovate[bot]
91bcdf8206
chore(deps): update sops-nix digest to e7f4d7e
2025-04-01 12:40:18 +00:00
Johannes Kirschbauer
ffaf87b881
chore(buildClan): rename eval.nix to function-adapter.nix to make its shallows purpose more clear
2025-04-01 14:33:55 +02:00
hsjobeki
de9b42be2f
Merge pull request 'feat(inventory): remove tag settings for now' ( #3158 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3158
2025-04-01 12:30:25 +00:00
renovate[bot]
f3b3f638a9
chore(deps): update data-mesher digest to 17c0fea
2025-04-01 12:00:14 +00:00
Johannes Kirschbauer
84cd0d0310
test(inventory/instnces): add tests for 'perInstance' arguments
2025-04-01 12:50:04 +02:00
renovate[bot]
d497975cea
chore(deps): update dependency solid-devtools to ^0.34.0
2025-04-01 10:20:21 +00:00
renovate[bot]
7ace37dfa0
chore(deps): update dependency @types/node to v22.13.16
2025-04-01 09:40:17 +00:00
Johannes Kirschbauer
f1eb08d224
feat(inventory): remove tag settings for now
2025-04-01 11:04:51 +02:00
renovate[bot]
f99776d4b1
chore(deps): update sops-nix digest to 49cffb8
2025-04-01 08:30:12 +00:00
renovate[bot]
559cd19274
chore(deps): update data-mesher digest to 8663e47
2025-04-01 07:10:10 +00:00
renovate[bot]
f2a0dc8b8b
chore(deps): update dependency @types/node to v22.13.15
2025-04-01 05:40:15 +00:00
Luis Hebendanz
bf91ba26b6
Merge pull request 'clan-cli: Fix deployment as non root edgecase' ( #3153 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3153
2025-03-31 18:37:59 +00:00
Qubasa
6f13b3a29c
clan-cli: Fix deployment as non root edgecase
2025-03-31 20:25:05 +02:00
renovate[bot]
081460750d
chore(deps): update typescript-eslint monorepo to v8.29.0
2025-03-31 17:20:16 +00:00
renovate[bot]
b600968aad
chore(deps): update nixpkgs digest to 63158b9
2025-03-31 16:50:20 +00:00
renovate[bot]
685b460d7e
chore(deps): update data-mesher digest to fbacb64
2025-03-31 16:30:10 +00:00
renovate[bot]
446ebb8e33
chore(deps): update dependency vitest to v3.1.1
2025-03-31 10:20:18 +00:00
renovate[bot]
c6f25ee58a
fix(deps): update dependency @tanstack/solid-query to v5.71.1
2025-03-31 09:50:24 +00:00
renovate[bot]
0b7d15fefb
chore(deps): update dependency vite to v6.2.4
2025-03-31 09:40:16 +00:00
DavHau
d53b62170a
inventory test framework: init
...
Add nixos test module checks/lib/test-inventory-nix
accepts new option `inventory` and creates machines accordingly with correct imports
2025-03-31 13:39:23 +07:00
renovate[bot]
dcb2231332
chore(deps): update data-mesher digest to bf8c544
2025-03-31 00:20:25 +00:00
renovate[bot]
725eeb87ae
chore(deps): lock file maintenance
2025-03-31 00:00:41 +00:00
hsjobeki
66df677fd2
Merge pull request 'chore(lib): prepare for refactoring into clanLib' ( #3141 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3141
2025-03-30 15:51:17 +00:00
Johannes Kirschbauer
f7d15215ea
feat(clanLib): expose clanInternals.clanLib
...
This is usefully for:
- As api via python
- for testing clanLib downstream
2025-03-30 17:07:11 +02:00
Johannes Kirschbauer
c25574bebd
fix(lib/evalClan): evalClan is an explizit lib attribute
2025-03-30 17:07:11 +02:00
Johannes Kirschbauer
fe5796ba17
feat(inventory/instances): only warn if instances is populated
2025-03-30 17:07:11 +02:00
Johannes Kirschbauer
f2e89d27fe
feat(lib/inventory): use clanLib instead of clan-core as internal specialArg. This has the benefit of beeing more narrow scoped.
2025-03-30 17:07:09 +02:00
Johannes Kirschbauer
06dd2ebf8c
feat(lib/modules): remove dependency on self
2025-03-30 16:12:01 +02:00
Johannes Kirschbauer
40740860c0
feat(lib): init callLib; helper to bootstrap clanLib
2025-03-30 16:11:04 +02:00
Johannes Kirschbauer
89bc39869c
chore(lib): prepare for refactoring into clanLib
2025-03-30 15:56:54 +02:00
hsjobeki
84d0a2f2f0
Merge pull request 'enable clan services for machines' ( #3134 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3134
2025-03-30 13:54:11 +00:00
Johannes Kirschbauer
1d07737989
docs(lib): init readme with folder and testing conventions
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
9d386485dd
chore(auto-imports): Remove the auto-import feature. There will be a replacement, to make imports explicit"
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
ee9ae9c76d
fix(eval/tests): distributed-services: don't abort on warn in tests"
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
d4d4d77d2d
fix(tests): include 'lib' always as a whole
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
c0ebad1cd9
feat(inventory/instances): add wip warning
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
86d0c95da7
feat(inventory/instances): improve error location
2025-03-30 15:29:05 +02:00
Johannes Kirschbauer
0fb1b5c5ce
feat(inventory/instances): add service result to nixos machines
2025-03-30 15:29:05 +02:00
renovate[bot]
dc0349e835
fix(deps): update dependency @tanstack/solid-query to v5.71.0
2025-03-30 13:00:14 +00:00
renovate[bot]
cc8a74b195
chore(deps): update data-mesher digest to 4d139ac
2025-03-30 09:50:10 +00:00
renovate[bot]
046fe0df36
chore(deps): update nixpkgs digest to eb0e0f2
2025-03-30 09:10:24 +00:00
lassulus
3f948fdbd4
Merge pull request 'Make Generator validation more dynamic' ( #3052 ) from tangential/clan-core:dynamic-vars-generator-validation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3052
2025-03-30 07:00:43 +00:00
Jonathan Thiessen
eb35e6ea21
Make Generator's validation dynamic
...
* Switch `Generator`'s `validation` from a regular property to
an `@property` annotated method backed by `Machine`'s `eval_nix()`.
* Ensure that `Machine`'s flake cache is flushed after each
effectful generator execution (rather than only after all
generators have been executed).
2025-03-30 04:33:30 +00:00
Jonathan Thiessen
4a0e1b3b6b
Add dependent vars generator dynamic validation test
2025-03-30 04:33:30 +00:00
Jonathan Thiessen
1b8974d167
Fix cached None support in FlakeCacheEntry
...
Previously, you could cache None values; however,
insertion wasn't idempotent/identical reinsertion
would lead to errors due to missing None checks.
2025-03-30 04:33:30 +00:00
Jonathan Thiessen
5e2b5fe213
Add overlapping (consistent) flake cache insert test
...
* Additionally, update `insert`'s input type hint to support None values
(as they are already selectable and (one shot) insertable).
This is necessary to appease the linter wrt the added test.
2025-03-30 04:33:30 +00:00
renovate[bot]
74fb3abbc7
chore(deps): update sops-nix digest to 8e87388
2025-03-30 04:00:13 +00:00
Luis Hebendanz
f2b04e74f1
Merge pull request 'clan-cli: Fix deployment as non root with a buildHost set' ( #3132 ) from Qubasa/clan-core:fix_target_host_as_non_root into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3132
2025-03-29 16:56:49 +00:00
hsjobeki
d3ae684575
Merge pull request 'init inventory.instances and clan.service modules' ( #3102 ) from hsjobeki/clan-core:clan-services into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3102
2025-03-29 16:22:30 +00:00
Johannes Kirschbauer
5b294e7651
chore(ui): ignore type error in unfinished features
2025-03-29 16:45:05 +01:00
Johannes Kirschbauer
40ae510075
test(inventory/legacy): don't need to support clanModules
2025-03-29 16:35:43 +01:00
Johannes Kirschbauer
48d910f11f
fix(auto-imports): disable since this is not needed anymore and causing collision with the new module type
2025-03-29 16:24:48 +01:00
renovate[bot]
f242b9a35c
chore(deps): update data-mesher digest to 734883c
2025-03-29 15:20:14 +00:00
Johannes Kirschbauer
978822d40a
test(inventory/instances): add tests for per machine resolution
2025-03-29 15:40:31 +01:00
Johannes Kirschbauer
fa6c3be21e
feat(inventory/instances): preserve settings modifiers close at source
2025-03-29 15:39:02 +01:00
brianmcgee
be61bac9af
Merge pull request 'data-mesher-module' ( #3086 ) from data-mesher-module into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3086
2025-03-29 14:07:42 +00:00
Pablo Ovelleiro Corral
42b58910a9
data-mesher: init module
...
Co-authored-by: Brian McGee <brian@bmcgee.ie >
2025-03-29 13:49:41 +00:00
Johannes Kirschbauer
a746b10578
chore: add description to {manifest, name} option
2025-03-29 14:33:44 +01:00
Johannes Kirschbauer
19341e4cb1
chore: format test, remove unused attributes
2025-03-29 14:27:52 +01:00
Johannes Kirschbauer
f4e06271ba
chore: rename unused attributes in inventory adapter
2025-03-29 14:27:27 +01:00
Johannes Kirschbauer
d93fe229b3
chore: remove unused attributes from flake-module
2025-03-29 14:27:04 +01:00
Johannes Kirschbauer
5fc62806b1
feat(classgen): convert only certain attributes
2025-03-29 14:22:34 +01:00
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
Qubasa
8e2005f38c
clan-cli: Fix deployment as non root with a buildHost set
2025-03-28 18:47:36 +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
renovate[bot]
cc1b356a94
chore(deps): update sops-nix digest to 67566fe
2025-03-23 04:00:13 +00:00
kenji
9aa8c1b8eb
Merge pull request 'docs/configure: Fix erroneous option attribute' ( #3099 ) from kenji/clan-core:docs-fix-3094 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3099
2025-03-22 23:27:16 +00:00
a-kenji
709d773768
docs/configure: Fix erroneous option attribute
...
Fixes: 3094
2025-03-22 13:05:55 -07:00
a-kenji
845abd1356
docs/index: Clear up API Reference description
...
The term "auto generated" gives leeway to the incorrect assumption
that this is not a curated reference that contains written documentation
especially for the rendered reference.
This is not the case.
2025-03-22 12:56:51 -07:00
a-kenji
2b4a4f2422
docs/configure: Remove reference to unfinished feature
2025-03-22 12:53:59 -07:00
Mic92
82da5b6734
Merge pull request 'don't add nixpkgs to nix registry to not conflict with nixpkgs' ( #3096 ) from nixpkgs-conflict into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3096
2025-03-22 16:16:27 +00:00
Jörg Thalheim
33a9fd8d3d
tests/installer/client: increase RAM
2025-03-22 17:07:52 +01:00
Jörg Thalheim
4beb097a95
don't add nixpkgs to nix registry to not conflict with nixpkgs
...
NixOS is already doing this for us.
2025-03-22 14:45:53 +01:00
renovate[bot]
b4cd62b9f8
chore(deps): update nixpkgs digest to 94c4dbe
2025-03-22 04:00:29 +00:00
renovate[bot]
ee7b98c34d
chore(deps): update sops-nix digest to b775692
2025-03-21 22:50:10 +00:00
renovate[bot]
8552d4b3bd
chore(deps): update dependency eslint to v9.23.0
2025-03-21 20:40:14 +00:00
renovate[bot]
375edcff81
chore(deps): update dependency @eslint/js to v9.23.0
2025-03-21 20:20:13 +00:00
renovate[bot]
3183b26777
chore(deps): update nixpkgs digest to bfa9810
2025-03-21 19:00:27 +00:00
Luis Hebendanz
0feacaf300
Merge pull request 'sshd: Fix missing cfg.fqdn regression' ( #3087 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3087
2025-03-21 16:47:25 +00:00
Qubasa
6917021996
sshd: Fix missing cfg.fqdn regression
2025-03-21 17:45:25 +01:00
lassulus
3965f7b59f
Merge pull request 'clan-cli: cleanup broken deployment cache' ( #3066 ) from fix_caching into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3066
2025-03-21 15:49:22 +00:00
renovate[bot]
610a70e4f8
chore(deps): update nixpkgs digest to 7344a3b
2025-03-21 12:30:23 +00:00
Jörg Thalheim
6134eb0293
tests/sshd: add a 5 second timeout for sshd to start
2025-03-21 12:41:36 +01:00
renovate[bot]
62e9fe8f9f
chore(deps): update dependency @types/node to v22.13.11
2025-03-21 09:20:13 +00:00
renovate[bot]
5bc2d00014
chore(deps): update nixpkgs digest to 2a725d4
2025-03-20 21:20:28 +00:00
renovate[bot]
616b294b8c
chore(deps): update nixpkgs digest to 44e422b
2025-03-20 20:20:27 +00:00
Michael Hoang
2d7b92b3f9
Merge pull request 'networking: add a default value for targetHost' ( #3080 ) from push-rlvulrtxqkyq into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3080
2025-03-20 14:10:19 +00:00
Michael Hoang
0487670d30
networking: add a default value for targetHost
2025-03-20 22:45:19 +09:00
Michael Hoang
4cd174b268
Merge pull request 'sshd: trust own ed25519 host key as a known host' ( #3077 ) from push-opymuwrqqqvv into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3077
2025-03-20 13:44:25 +00:00
Michael Hoang
a8b257f32c
sshd: trust own ed25519 host key as a known host
2025-03-20 18:40:32 +09:00
Qubasa
047b767054
clan-cli: cleanup broken deployment cache
2025-03-20 00:17:36 -07:00
Michael Hoang
c74d23b799
Merge pull request 'checks: use pkgs.nixVersions.latest until pkgs.nix is 2.26+' ( #3076 ) from push-vswxxyynxtmz into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3076
2025-03-20 07:01:57 +00:00
Michael Hoang
850627c5c6
checks: use pkgs.nixVersions.latest until pkgs.nix is 2.26+
2025-03-20 15:52:13 +09:00
renovate[bot]
60d56c4e3b
chore(deps): update typescript-eslint monorepo to v8.27.0
2025-03-20 01:20:15 +00:00
renovate[bot]
4911901f7c
chore(deps): update sops-nix digest to 1770be8
2025-03-19 18:10:10 +00:00
Mic92
a96860a24b
Merge pull request 'pytests: use /tmp on macos to avoid unix socket issues' ( #3073 ) from nixpkgs-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3073
2025-03-19 17:45:15 +00:00
Jörg Thalheim
c429b41d2e
pytests: use /tmp on macos to avoid unix socket issues
2025-03-19 18:35:38 +01:00
Mic92
fe305f7f47
Merge pull request 'Decisions/clanModules: Add example borgbackup as real world example' ( #3070 ) from hsjobeki/clan-core:decisions-01 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3070
2025-03-19 16:39:59 +00:00
Johannes Kirschbauer
591d397df9
Decisions/clanModules: Add example borgbackup as real world example
2025-03-19 16:39:52 +00:00
Mic92
8231979bae
Merge pull request 'Silence mypy error after nixpkgs update' ( #3072 ) from nixpkgs-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3072
2025-03-19 16:39:32 +00:00
Jörg Thalheim
6899461d0d
disabe pytests on macOS for now
2025-03-19 17:33:27 +01:00
Jörg Thalheim
16b067d291
tests/fixtures_flakes: remove unused remote flag
2025-03-19 16:55:30 +01:00
Jörg Thalheim
93cbe62765
always resolve symlinks for TemporaryDirectory
...
On macOS mktemp returns a temporary directory in a symlink.
Nix has a bug where it won't accept path:// located in a symlink.
This avoid this issue by always resolving symlinks as returned by
TemporaryDirectory.
2025-03-19 16:47:18 +01:00
Jörg Thalheim
7fef29d7aa
make sshd test work on macOS
2025-03-19 15:55:20 +01:00
Jörg Thalheim
952d1facce
vm-manager: ignore interface between GObject and ListModel
2025-03-19 15:29:03 +01:00
Jörg Thalheim
a565a85a5e
clan-vm-manager: support basic devshell on macOS
2025-03-19 15:29:03 +01:00
renovate[bot]
3d5ef5e909
chore(deps): update nixpkgs digest to 3549532
2025-03-19 13:40:12 +00:00
Luis Hebendanz
a5c5033273
Merge pull request 'clan-cli: machines delete: delete the machine's vars and secrets' ( #2994 ) from lopter/clan-core:lo-machines-delete into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2994
2025-03-19 12:25:48 +00:00
Louis Opter
0ee0351e3e
clan-cli: add DavHau's explanation about the with_core pytest marker
...
See: https://git.clan.lol/clan/clan-core/pulls/2994#issuecomment-22542
2025-03-19 10:53:38 +00:00
Louis Opter
c02f19205f
clan-cli: tests: call SopsSetup.init while setting up fixtures
...
We do this by introducing `flake_with_sops` fixture, that calls the
init method ahead of the test. We did not want to do this in the `flake`
fixture since not all tests using the `flake` fixture need to have sops
setup.
2025-03-19 10:53:38 +00:00
Louis Opter
dbcb8d6a4c
clan-cli: don't try to delete a dir that doesn't exist in the pass vars backend
...
Do not crash in `delete_store`, if the machine has no vars, or the store
has been deleted already.
2025-03-19 10:53:38 +00:00
Louis Opter
039b309255
clan-cli: do not crash if a machine being deleted is missing from the inventory
...
We implement that by actually raising `KeyError` in `inventory.delete_by_path`
(as advertised in the docstring), since it makes more sense to catch a
`KeyError` than a generic `ClanError`.
2025-03-19 10:53:38 +00:00
Louis Opter
538374558d
clan-cli: machines delete: delete the machine's vars and secrets
...
When a machine is deleted with `clan machines delete`, remove its
vars and legacy secrets, and update any secrets that reference the
machine's key.
This command is a superset of `clan secrets machine delete`, and I am
wondering if we could remove the `clan secrets machine` subcommand,
unless there is an use case for having a machine defined without its
key, and any secrets/vars?
Note:
- This deletes the `ListSecretsOptions` dataclass, as it did not seem to
bring any value, especially since `list_secrets` was receiving its
individual members instead of the whole dataclass. We can always bring
it back if complexity grows to demand it.
2025-03-19 10:53:38 +00:00
Louis Opter
ef5ad09b2d
clan-cli: add delete and delete_store to StoreBase
...
- `delete` lets you delete a specific var under a specific generator;
- `delete_store` deletes an entire store.
The `delete` method could be useful to "garbage-collect" unused vars as
a machine's configuration changes.
The `delete_store` method can be used to delete all the vars for a
machine when the machine is deleted. The current behavior is to leave
everything behind.
Important point:
- `delete_store` needs to be idempotent because public and
"private"/"secret" vars for a machine can share the same physical
store (directory), and deleting either type of store (public or
private) will delete both.
2025-03-19 10:53:38 +00:00
Louis Opter
9780463e6a
clan-cli: add an integration test for clan machines delete
...
This tests the changes made to that command to clean-up vars and secrets
when a machine is deleted.
2025-03-19 10:53:38 +00:00
Louis Opter
cac4b1200c
clan-cli: tests/age_keys.py add notes, move function to check sops recipients
...
This supports the new integration test for `clan machines delete`.
2025-03-19 10:53:38 +00:00
Mic92
c8db27340e
Merge pull request 'Fix clan machines create' ( #3040 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3040
2025-03-19 10:53:17 +00:00
Jörg Thalheim
31a9c74e88
deduplicate CLAN_CORE/CLAN_CORE_PATH environment variables
2025-03-19 10:30:52 +00:00
Qubasa
dc8bfab65d
clan-cli: Fix templates not downloading template, Make templates use Flake cache, Fix flake cache exception on conditional attribute, add more tests
2025-03-19 10:30:52 +00:00
DavHau
33abb7ecd7
docs: add guide for testing
2025-03-19 09:43:05 +00:00
renovate[bot]
fcbdae9d09
chore(deps): update treefmt-nix digest to adc195e
2025-03-19 08:10:09 +00:00
Michael Hoang
27b5680441
Merge pull request 'checks: ensure updating hardware config doesn't require system' ( #3067 ) from fix/update-hardware-config-without-system into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3067
2025-03-19 06:53:50 +00:00
Michael Hoang
f13971167f
checks: ensure updating hardware config doesn't require system
2025-03-19 15:28:52 +09:00
renovate[bot]
e75b5f3a2e
chore(deps): lock file maintenance
2025-03-18 23:10:46 +00:00
renovate[bot]
d5c0a2eb9c
chore(deps): update nixpkgs digest to 9bc8a90
2025-03-18 15:50:09 +00:00
renovate[bot]
8cc8d09a11
chore(deps): update treefmt-nix digest to b3b938a
2025-03-18 15:00:13 +00:00
Mic92
dfa3305450
Merge pull request 'nixpkgs-update' ( #3061 ) from nixpkgs-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3061
2025-03-18 14:42:16 +00:00
Jörg Thalheim
94415dfd0e
use pathlib.iterdir() everywhere
2025-03-18 15:34:06 +01:00
renovate[bot]
6fb5bca801
chore(deps): update nixpkgs digest to 0964789
2025-03-18 14:20:23 +00:00
renovate[bot]
4162810ee1
chore(deps): update disko digest to 0d8c6ad
2025-03-18 14:08:30 +00:00
Mic92
0b3badb0ef
Merge pull request 'chore(deps): update dependency typescript to v5.8.2' ( #3058 ) from typescript into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3058
2025-03-18 14:00:32 +00:00
Jörg Thalheim
6a5954ad77
remove unused typescript directive
2025-03-18 14:52:22 +01:00
Mic92
02231b979b
Merge pull request 'Update eslint' ( #3057 ) from eslint into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3057
2025-03-18 13:51:36 +00:00
Jörg Thalheim
028f6a4d3d
prune npm deps
2025-03-18 14:43:30 +01:00
Jörg Thalheim
170908db7b
address eslint warnings
2025-03-18 14:40:16 +01:00
renovate[bot]
39e6534dbb
chore(deps): update typescript-eslint monorepo to v8
2025-03-18 14:26:21 +01:00
renovate[bot]
71809c1bdc
chore(deps): update dependency eslint to v9
2025-03-18 14:26:19 +01:00
Mic92
eecedf95e4
Merge pull request 'cli: increase timeout for pytest' ( #3056 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3056
2025-03-18 13:18:09 +00:00
Mic92
a208a9973c
Merge pull request 'flake: switch back to using main branch of sops-nix' ( #3050 ) from bump/sops-nix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3050
2025-03-18 13:11:29 +00:00
renovate[bot]
d276d2faea
chore(deps): update dependency typescript to v5.8.2
2025-03-18 13:10:11 +00:00
Mic92
d470283dca
Merge pull request 'fix(deps): update dependency @solid-primitives/storage to v4' ( #3046 ) from renovate/solid-primitives-storage-4.x into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3046
2025-03-18 13:08:51 +00:00
Mic92
88dab7d8bd
Merge pull request 'chore(deps): update dependency vitest to v3' ( #3044 ) from renovate/major-vitest-monorepo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3044
2025-03-18 13:07:47 +00:00
Mic92
8474a0aaef
Merge pull request 'chore(deps): update dependency @types/node to v22' ( #3037 ) from renovate/node-22.x into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3037
2025-03-18 13:07:29 +00:00
Jörg Thalheim
5ab2f206ea
cli: increase timeout for pytest
2025-03-18 14:04:43 +01:00
Michael Hoang
ea8037006f
flake: switch back to using main branch of sops-nix
2025-03-18 12:55:13 +00:00
renovate[bot]
3a682a6b3e
fix(deps): update dependency @solid-primitives/storage to v4
2025-03-18 12:50:42 +00:00
renovate[bot]
0556ea624f
chore(deps): update dependency vitest to v3
2025-03-18 12:50:30 +00:00
renovate[bot]
8671fd7407
chore(deps): update dependency @types/node to v22
2025-03-18 12:50:14 +00:00
Mic92
3a9f0eb608
Merge pull request 'Fix broken installation tests' ( #3055 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3055
2025-03-18 12:49:14 +00:00
Jörg Thalheim
1736b0f539
work around in installation test by using newer nix version
2025-03-18 13:29:28 +01:00
Jörg Thalheim
eb375f3d81
tests: fix warning about invalid nix registry
2025-03-18 13:29:28 +01:00
renovate[bot]
6162b82adb
fix(deps): update tanstack-query monorepo
2025-03-18 12:10:39 +00:00
renovate[bot]
085189d1c4
fix(deps): update dependency nanoid to v5.1.4
2025-03-18 12:00:33 +00:00
renovate[bot]
3cb22ad2a1
chore(deps): update dependency vite to v6
2025-03-18 11:40:34 +00:00
Luis Hebendanz
27269d4ed9
Merge pull request 'ADR: init clanModules architecture decision' ( #2838 ) from hsjobeki/clan-core:adr/clanModules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2838
Reviewed-by: kenji <aks.kenji@protonmail.com >
Reviewed-by: pinpox <clan@pablo.tools >
Reviewed-by: Luis Hebendanz <consulting@qube.email >
Reviewed-by: DavHau <d.hauer.it@gmail.com >
2025-03-18 11:15:16 +00:00
Johannes Kirschbauer
7cbedc74a5
ADR: init clanModules architecture decision
...
ADR: improve after review
improve wording
improve based on feedback
decisions/clanModules
2025-03-18 11:14:16 +00:00
renovate[bot]
5ac30a767b
chore(deps): update dependency jsdom to v26
2025-03-12 15:01:24 +00:00
renovate[bot]
89c6bcda4d
chore(deps): update actions/checkout action to v4
2025-03-12 13:01:16 +00:00
renovate[bot]
51da020de2
fix(deps): update tanstack-query monorepo
2025-03-12 12:12:37 +00:00
renovate[bot]
e943d8531f
fix(deps): update dependency nanoid to v5.1.3
2025-03-12 12:01:17 +00:00
renovate[bot]
13b9c23db9
fix(deps): update dependency @solidjs/router to ^0.15.0
2025-03-12 11:12:36 +00:00
renovate[bot]
ad43f323b8
fix(deps): update dependency @solid-primitives/storage to v3.8.0
2025-03-12 11:01:19 +00:00
renovate[bot]
aeb3cc4428
chore(deps): update typescript-eslint monorepo to v7.18.0
2025-03-12 10:12:37 +00:00
renovate[bot]
d81ca7206b
fix(deps): update dependency @modular-forms/solid to ^0.25.0
2025-03-12 09:22:33 +00:00
renovate[bot]
0011cf594a
chore(deps): update eslint monorepo
2025-03-12 09:12:38 +00:00
renovate[bot]
41cd4533ba
chore(deps): update dependency vite-plugin-solid to v2.11.6
2025-03-12 09:01:19 +00:00
renovate[bot]
c15544e928
chore(deps): update dependency vite to v5.4.14
2025-03-12 08:02:36 +00:00
renovate[bot]
fa0fe23985
chore(deps): update dependency solid-devtools to ^0.33.0
2025-03-12 07:52:35 +00:00
renovate[bot]
1497e76bc2
chore(deps): update dependency vitest to v1.6.1
2025-03-12 07:42:29 +00:00
renovate[bot]
b3d9c23e39
chore(deps): update dependency eslint-plugin-tailwindcss to v3.18.0
2025-03-12 07:32:34 +00:00
renovate[bot]
5520641feb
chore(deps): update dependency daisyui to v4.12.24
2025-03-12 07:12:43 +00:00
renovate[bot]
97f5a6bd4c
chore(deps): update dependency prettier to v3.5.3
2025-03-12 07:01:20 +00:00
renovate[bot]
3b2b5db84a
chore(deps): update dependency tailwindcss to v3.4.17
2025-03-12 05:52:38 +00:00
renovate[bot]
84da7d437d
fix(deps): update dependency material-icons to v1.13.14
2025-03-12 05:42:37 +00:00
renovate[bot]
b2db2c7abc
fix(deps): update dependency corvu to v0.7.2
2025-03-12 05:32:47 +00:00
renovate[bot]
cb104b700d
fix(deps): update dependency solid-markdown to v2.0.14
2025-03-12 05:12:55 +00:00
renovate[bot]
41054885db
chore(deps): update dependency @types/node to v20.17.24
2025-03-12 05:01:29 +00:00
renovate[bot]
70c63221ec
chore(deps): update dependency jsdom to v24.1.3
2025-03-11 17:17:25 +00:00
renovate[bot]
9c130c73e4
chore(deps): update dependency autoprefixer to v10.4.21
2025-03-11 16:57:31 +00:00
Mic92
178fff0618
Merge pull request 'nix fmt: renovate.json' ( #3015 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3015
2025-03-11 16:57:08 +00:00
Jörg Thalheim
6324b495ee
nix fmt: renovate.json
2025-03-11 17:56:52 +01:00
Mic92
ce7a70f9e1
Merge pull request 'renovate: enable recommend config/lock files/nix' ( #3013 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3013
2025-03-11 16:43:51 +00:00
Jörg Thalheim
7102af9bd9
renovate: enable recommend config/lock files/nix
2025-03-11 17:43:31 +01:00
Mic92
b38fddaf29
Merge pull request 'drop renovate json' ( #3012 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3012
2025-03-11 16:38:06 +00:00
Jörg Thalheim
e7ffcedd14
drop renovate json
...
we just use the defaults in clan-infra
2025-03-11 16:38:00 +00:00
Mic92
b5a66e767b
Merge pull request 'renovate: also update flake.lock' ( #3011 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3011
2025-03-11 16:33:00 +00:00
Jörg Thalheim
854d0fa83e
renovate: also update flake.lock
2025-03-11 17:31:38 +01:00
Mic92
4ccf5ca373
Merge pull request 'renovate: enable dependency dashboard' ( #3009 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3009
2025-03-11 16:26:55 +00:00
Jörg Thalheim
781d439567
renovate: enable dependency dashboard
2025-03-11 17:23:42 +01:00
Mic92
68e00ff613
Merge pull request 'chore(deps): update dependency @tailwindcss/typography to v0.5.16' ( #3006 ) from renovate/tailwindcss-typography-0.x-lockfile into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3006
2025-03-11 15:39:10 +00:00
Mic92
828028e4b3
Merge pull request 'chore(deps): update dependency @floating-ui/dom to v1.6.13' ( #3005 ) from renovate/floating-ui-dom-1.x-lockfile into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3005
2025-03-11 15:38:24 +00:00
renovate[bot]
b48d07f5c5
chore(deps): update dependency @tailwindcss/typography to v0.5.16
2025-03-11 15:31:37 +00:00
renovate[bot]
ea8c9ed649
chore(deps): update dependency @floating-ui/dom to v1.6.13
2025-03-11 15:31:33 +00:00
Mic92
68cb04c958
Merge pull request 'chore: Configure Renovate' ( #3000 ) from renovate/configure into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3000
2025-03-11 15:06:28 +00:00
renovate[bot]
b8cb85fc72
Add renovate.json
2025-03-11 15:02:50 +00:00
Mic92
bdb97308d0
Merge pull request 'remove clan-bot' ( #2999 ) from ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2999
2025-03-11 15:00:53 +00:00
Jörg Thalheim
9708bdc6e7
remove clan-bot
...
gitea has auto-merge builtin, so we don't need the clan-bot.
2025-03-11 15:02:41 +01:00
Jörg Thalheim
9ac8a45f1d
actually hide test-fixture from user
...
if we actually want to avoid the dependency on this facter json, we
cannot expose this as a flake input because nix flake archive will have
to download this on each deployment step.
2025-03-11 12:23:59 +00:00
Jörg Thalheim
a14fe1aef8
try to reproduce CI error with newer nix version
2025-03-11 12:23:59 +00:00
Jörg Thalheim
b1401d6e6b
fix only the first generator of each machine beeing re-encrypted
2025-03-11 12:09:00 +01:00
Jörg Thalheim
f882c86fb0
don't log cache miss by default
...
This is expected and happens regular, so there is no value in logging
this.
2025-03-11 12:03:55 +01:00
Jörg Thalheim
98d566c46e
add test for parsing ssh options
2025-03-11 11:27:04 +01:00
Jörg Thalheim
c4ec4ccb3f
checks/morph: after flake update, increase memory size to 2048
2025-03-11 09:46:54 +00:00
Clan Merge Bot
5a6677379a
update flake lock - 2025-03-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/fa5746ecea1772cf59b3f34c5816ab3531478142?narHash=sha256-xFnU%2BuUl48Icas2wPQ%2BZzlL2O3n8f6J2LrzNK9f2nng%3D' (2025-02-15)
→ 'github:nix-community/disko/19c1140419c4f1cdf88ad4c1cfb6605597628940?narHash=sha256-WK%2BPZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y%3D' (2025-02-25)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/32ea77a06711b758da0ad9bd6a844c5740a87abd?narHash=sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm%2BzmZ7vxbJdo%3D' (2025-02-01)
→ 'github:hercules-ci/flake-parts/f4330d22f1c5d2ba72d3d22df5597d123fdb60a9?narHash=sha256-%2Bu2UunDA4Cl5Fci3m7S643HzKmIDAe%2BfiXrLqYsR2fs%3D' (2025-03-07)
• Updated input 'nixpkgs':
'https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre762233.02032da4af07/nixexprs.tar.xz?narHash=sha256-%2BvOiMQwHEYBbWgvK//cuUqHZQ/y3DddCLyxZAbDdpnM%3D ' (1980-01-01)
→ 'https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre764393.ed0b1881565c/nixexprs.tar.xz?narHash=sha256-Xre00/fcpD/SxZZfxRuMSu7YOBCY6vOfgFBYKNntox8%3D ' (1980-01-01)
2025-03-11 09:46:54 +00:00
DavHau
30d19d088f
docs: move contributing+debugging to section contributing
2025-03-11 15:19:46 +07:00
Luis Hebendanz
f3c45eb23e
Merge pull request 'pkgs/webview-lib: Fix version' ( #2991 ) from kenji/clan-core:webview-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2991
2025-03-10 13:20:38 +00:00
a-kenji
eaac6c76e2
pkgs/webview-lib: Fix version
2025-03-10 13:20:38 +00:00
Luis Hebendanz
0939b29a8e
Merge pull request 'clan-cli/tests: limit jobs to 16' ( #2986 ) from DavHau/clan-core:dave into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2986
2025-03-10 13:20:18 +00:00
DavHau
a2a395cdb0
clan-cli/tests: limit jobs to 16
...
This reduces overload on the CI, as it already runs multiple test instances in parallel (with-core, without-core, etc), and otherwise would spawn 96 workers for each of those.
2025-03-10 13:20:18 +00:00
Luis Hebendanz
df7429dbe7
Merge pull request 'fix: clan machines install on machines without hardware configuration' ( #2983 ) from fix/systemless-installs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2983
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-03-10 13:19:17 +00:00
Michael Hoang
362faaf063
checks: use facter.json from external test-fixtures repo
2025-03-10 12:30:03 +09:00
Michael Hoang
e215a9db6e
install: let nixos-anywhere determine where to build automatically
...
This fixes installing machines that don't have `system` defined i.e.
when running `clan machines install` with `--update-hardware-config`.
2025-03-10 12:30:03 +09:00
Michael Hoang
a5dd76b66d
checks: don't expose systems that can't be evaluated
2025-03-10 11:58:32 +09:00
Michael Hoang
4472c51c25
checks: test installation on system-less systems
2025-03-10 11:58:32 +09:00
Michael Hoang
c6cf9d1336
checks/installation: use test-flake instead of self
2025-03-10 11:58:32 +09:00
Clan Merge Bot
9b6e42790e
update flake lock - nixpkgs - 2025-03-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre762233.02032da4af07/nixexprs.tar.xz?narHash=sha256-%2BvOiMQwHEYBbWgvK//cuUqHZQ/y3DddCLyxZAbDdpnM%3D ' (1980-01-01)
→ 'https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre764393.ed0b1881565c/nixexprs.tar.xz?narHash=sha256-Xre00/fcpD/SxZZfxRuMSu7YOBCY6vOfgFBYKNntox8%3D ' (1980-01-01)
2025-03-10 00:00:46 +00:00
a-kenji
547b012e0b
clanModules/mycelium: Allow by default, if adding the module
2025-03-09 23:49:03 +00:00
DavHau
9797ef792a
vars+facts: use bwrap only if supported
2025-03-09 13:52:15 +07:00
Luis Hebendanz
fe0de90a28
Merge pull request 'Fix iwd space handling' ( #2980 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2980
2025-03-07 13:34:48 +00:00
Qubasa
539fd30206
clan-cli: treefmt fix to iwd module
2025-03-07 14:26:37 +01:00
Guilhem Saurel
a11d5471ec
Fix iwd space handling
...
ref man iwd.network:
> Key-value lines contain a setting key, an equal sign and the value of
> the setting. Whitespace preceding the key, the equal sign or the value,
> is ignored. The key must be a continuous string of alphanumeric and
> underscore characters and minus signs only. The value starts at the
> first non-whitespace character after the first equal sign on the line
> and ends at the end of the line and must be correctly UTF-8-encoded.
> […]
> String values, including file
> paths and hexstrings, are written as is except for five characters that
> may be backslash-escaped: space, \t, \r, \n and backslash itself.
> The latter three must be escaped. A space character must be escaped if
> it is the first character in the value string and is written as \s.
I guess this is what is expected then:
```
$ echo -e " \t \r \\ "
\
$ echo -e " \t \r \\ " | sed "s=\\\=\\\\\\\=g;s=\t=\\\t=g;s=\r=\\\r=g;s=^ =\\\s="
\s \t \r \\
```
2025-03-07 14:26:37 +01:00
Luis Hebendanz
19f2facbce
Merge pull request 'clan-cli flake: make lix compatible' ( #2970 ) from lix-compat into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2970
2025-03-07 13:21:45 +00:00
Qubasa
468a25034e
clan-cli: Make Lix compatible again
2025-03-07 14:06:35 +01:00
Johannes Kirschbauer
a2b76eb5a2
Inventory: rename internal inventory toplevel attribute to 'inventoryClass'
2025-03-07 12:30:29 +00:00
DavHau
ba0ed30997
update nixpkgs
2025-03-07 14:30:01 +07:00
DavHau
2a4d2c9cb5
switch to nixpkgs hosteded by cache.nixos.org
...
take 2 on https://git.clan.lol/clan/clan-core/pulls/2921
2025-03-07 07:20:07 +00:00
Michael Hoang
4c1e74fae6
nixos/clan: rename setDefaults to enableRecommendedDefaults
2025-03-05 03:37:41 +00:00
pinpox
cee62bf168
Merge pull request 'Automatic updates (phase 1)' ( #2914 ) from pinpox/clan-core:auto-update-module into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2914
2025-03-04 10:26:20 +00:00
Pablo Ovelleiro Corral
a865213894
Add auto-upgrade module
2025-03-04 10:09:37 +01:00
Johannes Kirschbauer
d8f9375580
Docs: add comment where actual contributing.md is located
2025-03-04 15:16:54 +09:00
Luis Hebendanz
526072806f
Merge pull request 'docs/repo-layout: Remove infra section' ( #2964 ) from kenji/clan-core:docs/remove-infra into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2964
Reviewed-by: Enzime <enzime@noreply.git.clan.lol >
2025-03-03 11:34:45 +00:00
a-kenji
91a19d9ea9
docs/repo-layout: Remove infra section
...
Remove the public infra section, as it uses a bit of unfortunate
wording. It suggests we would add anyone to our infrastructure as an
admin.
2025-03-03 11:34:45 +00:00
Luis Hebendanz
38c7644692
Merge pull request 'docs/CONTRIBUTING: Remove internal tools documentation to streamline' ( #2962 ) from kenji/clan-core:docs/remove-internal into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2962
Reviewed-by: Enzime <enzime@noreply.git.clan.lol >
2025-03-03 11:34:34 +00:00
a-kenji
726f2ab5f8
docs/CONTRIBUTING: Remove internal tools documentation to streamline
...
Remove our internal developer tools documentation to streamline the
CONTRIBUTING.md guide and to not confuse external contributors.
2025-03-03 11:34:34 +00:00
a-kenji
5918620535
docs/CONTRIBUTING: Add missing article
2025-03-02 20:44:42 -08:00
a-kenji
58e85eda9c
clanModules/iwd: Fix conversion link
2025-03-02 20:27:40 -08:00
a-kenji
e98e817941
docs: Fix numbered markdown list
2025-03-02 20:10:43 -08:00
a-kenji
fe92c7d1e6
docs/CONTRIBUTING: Clarify wrong suggestion about debugging dependent tools
2025-03-03 03:57:33 +00:00
a-kenji
4222f9788c
docs/site: Fix flake-parts link
2025-03-03 03:53:49 +00:00
a-kenji
3d80423259
docs/CONTRIBUTING: Fix data-mesher reference name
2025-03-02 19:42:57 -08:00
Johannes Kirschbauer
186e81d8b9
Tests: migrate backup tests to use inventory
2025-03-03 02:28:03 +00:00
Qubasa
212c899767
clan-cli: Revert generating facts in clan facts list, for consistency
2025-03-03 01:40:40 +01:00
Luis Hebendanz
312c12c98f
Merge pull request 'clan-cli: Fix wrong clan vars generate regression added by a903a9028b555223ddcb897cf8a8fb198fb991b4' ( #2951 ) from Qubasa/clan-core:fix_regression into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2951
2025-03-02 19:05:23 +00:00
Qubasa
2ec4e49650
clan-cli: Fix wrong clan vars generate regression added by a903a9028b
2025-03-02 19:53:17 +01:00
kenji
4e5b4a1b80
Merge pull request 'clanModules/root-password: don't deploy plain text password' ( #2950 ) from vdbe/clan-core:clanModules/root-password/dont-deploy-plain-text into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2950
2025-03-02 18:43:38 +00:00
vdbe
ccb3bdb740
clanModules/root-password: don't deploy plain text password
2025-03-02 17:52:03 +01:00
Luis Hebendanz
a903a9028b
Merge pull request 'clan-cli: Fix get_all_facts forgetting to generate facts before getting them' ( #2949 ) from Qubasa/clan-core:other_fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2949
2025-03-02 14:57:59 +00:00
Qubasa
ba28691747
clan-cli: Fix get_all_facts forgetting to generate facts before getting them
2025-03-02 15:07:57 +01:00
Luis Hebendanz
e7aa5cfb4e
Merge pull request 'templates: Remove description attribute from templates' ( #2933 ) from kenji/clan-core:templates/remove-description into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2933
Reviewed-by: Enzime <enzime@noreply.git.clan.lol >
2025-03-02 13:45:59 +00:00
a-kenji
8b74147721
templates: Remove description attribute from templates
...
Remove the `description` flake attribute from templates.
It has limited usefulness, is unset, is another thing the user has to
set and is confronted with.
It seems better to omit this attribute to keep the focus here on what
really matters.
2025-03-02 13:45:59 +00:00
Luis Hebendanz
299180703e
Merge pull request 'clanModules/machine-id: fix value' ( #2948 ) from vdbe/clan-core:fix/clanmodules/machine-id into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2948
2025-03-02 13:44:48 +00:00
vdbe
6c941deb96
clanModules/machine-id: fix value
2025-03-02 10:41:35 +01:00
Michael Hoang
39761946a0
vars/sops: fix clan vars fix missing machine name in error message
2025-03-02 08:22:23 +07:00
Luis Hebendanz
b71e16dd5d
Merge pull request 'clan-cli: Remove can_build_locally and replace with nixos-anywhere --build-on auto' ( #2944 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2944
2025-03-01 17:34:17 +00:00
Qubasa
0da1a05b55
clan-cli: Remove can_build_locally and replace with nixos-anywhere --build-on auto
2025-03-01 17:52:41 +01:00
Luis Hebendanz
3551d061ce
Merge pull request 'clan-cli: Make host upload function support uploading single files too' ( #2943 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2943
2025-03-01 16:35:19 +00:00
Qubasa
6099aeb0c6
clan-cli: Make host upload function support uploading single files too
2025-03-01 17:10:42 +01:00
lassulus
bcd6c7108a
clan-cli: try to fix CI bug again
2025-02-28 04:58:42 +00:00
lassulus
d20f13abe7
clan-cli: set ssh port for nix copy
2025-02-28 04:58:42 +00:00
a-kenji
cfeda1f06d
templates: Remove unneeded article
2025-02-27 11:28:48 +00:00
Luis Hebendanz
73dd981f71
Merge pull request 'docs/guide: Mention alternative secret store backends' ( #2926 ) from kenji/clan-core:docs/add-reference-to-other-backend into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2926
2025-02-27 09:58:00 +00:00
a-kenji
bc239e104c
docs/guide: Mention alternative secret store backends
2025-02-27 09:58:00 +00:00
Luis Hebendanz
bd2702df6d
Merge pull request 'templates: Remove superfluous comment' ( #2932 ) from kenji/clan-core:templates/remove-superfluuous-comment into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2932
2025-02-27 09:57:13 +00:00
a-kenji
7b0e652a7a
templates: Remove superfluous comment
...
Remove this seemingly superfluous comment.
It is unclear what it really refers to.
Let's just remove it for brevity sake.
2025-02-27 09:57:13 +00:00
Luis Hebendanz
0c0eafe0f5
Merge pull request 'docs/guide: Deduplicate machine instructions' ( #2924 ) from kenji/clan-core:docs/dedup-machines into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2924
2025-02-27 09:56:52 +00:00
a-kenji
3e0cd4bdfb
docs/guide: Deduplicate machine instructions
2025-02-27 09:56:52 +00:00
Luis Hebendanz
2cf40fea51
Merge pull request 'tests/inventory: Drop zed-editor from the test inventory' ( #2922 ) from kenji/clan-core:drop/zed into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2922
Reviewed-by: lassulus <clanlol@lassul.us >
2025-02-27 09:56:23 +00:00
a-kenji
40d1a76d8a
tests/inventory: Drop zed-editor from the test inventory
...
Drop `zed-editor` from the test inventory and exchange it with `hello`.
The inventory packages are built in the tests, we don't want to build
large derivations there.
2025-02-27 09:56:23 +00:00
lassulus
60b22fdf0e
clan-cli: another try to fix the CI bug
2025-02-27 08:24:28 +01:00
lassulus
cb13e7fab8
clan-cli: check if paths exist in cache check
2025-02-27 02:53:41 +01:00
Qubasa
b82a3b6085
clan-cli: Fix flake.py missing cache eviction if there is a garbage collected path
2025-02-27 01:01:50 +01:00
lassulus
44345ed28b
Merge pull request 'fix(clan-cli): fix cross system' ( #2935 ) from r17x/clan-core:fix/machine-cross-target-host into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2935
2025-02-26 09:18:08 +00:00
r17x
456b25c921
fix(clan-cli): fix cross system
2025-02-26 14:27:00 +07:00
a-kenji
dfb5e5123f
docs/guide: Add devshell recommendation to getting started
...
Fixes : #2218
2025-02-25 18:16:50 +00:00
a-kenji
636ee65428
clanModules/zerotier: Fix documentation
2025-02-26 00:41:20 +07:00
a-kenji
cbf8685f6e
templates/flake-parts: Add .envrc
...
Since the other template also has an `.envrc` let's keep everything
consistent.
2025-02-25 18:43:53 +07:00
Pablo Ovelleiro Corral
500af543bb
Revert "switch to nixpkgs hosteded by cache.nixos.org"
...
This reverts commit 8f6dd4acc4 .
2025-02-25 09:04:27 +01:00
Pablo Ovelleiro Corral
46971aa51f
Apply suggestion
2025-02-25 08:51:51 +01:00
Pablo Ovelleiro Corral
3d83266916
Fix exists() check for age files
2025-02-25 08:51:51 +01:00
lassulus
b87768d44a
Merge pull request 'clan-cli: add unit tests for test_parse_deployment_address' ( #2910 ) from lopter/clan-core:lo-test-parse-deployment-address into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2910
2025-02-25 05:31:49 +00:00
Louis Opter
5b821c610d
clan-cli: add unit tests for test_parse_deployment_address
...
Follow-up to #2899 , more thorough than #2909 .
2025-02-25 05:31:49 +00:00
Mic92
347a5a5f76
Merge pull request 'switch to nixpkgs hosteded by cache.nixos.org' ( #2921 ) from fix-build into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2921
2025-02-24 03:48:43 +00:00
Jörg Thalheim
8f6dd4acc4
switch to nixpkgs hosteded by cache.nixos.org
...
This now works thanks to https://github.com/NixOS/infra/pull/562
2025-02-24 10:44:15 +07:00
Clan Merge Bot
f3cbd0b289
update flake lock - treefmt-nix - 2025-02-24T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/4f09b473c936d41582dd744e19f34ec27592c5fd?narHash=sha256-yrK3Hjcr8F7qS/j2F%2Br7C7o010eVWWlm4T1PrbKBOxQ%3D' (2025-02-07)
→ 'github:numtide/treefmt-nix/3d0579f5cc93436052d94b73925b48973a104204?narHash=sha256-mL1szCeIsjh6Khn3nH2cYtwO5YXG6gBiTw1A30iGeDU%3D' (2025-02-17)
2025-02-24 00:00:55 +00:00
Qubasa
7b8a980336
clan-cli: Remove allow_uknown_placeholders flag. With upcoming nixos-anywhere patch this is not needed anymore.
2025-02-23 21:50:21 +01:00
Qubasa
d53e062024
clan-cli: Add an optional reference to an AsyncFuture to track origin of task.
2025-02-23 21:44:00 +01:00
lassulus
5ac629f549
clan-cli: use new flake caching for machines
2025-02-23 15:58:03 +01:00
lassulus
6c7fc15c0e
try to fix profiles CI bug
2025-02-22 03:39:42 +00:00
lassulus
3121c5ecdb
machines install: fix installation via tor
2025-02-22 03:39:42 +00:00
lassulus
ada544ef56
vars fs: fix
2025-02-22 03:39:42 +00:00
lassulus
3e0f9f52bb
clan-cli deploy_info: fix find_reachable_host returning unreachable hosts
2025-02-22 03:39:42 +00:00
lassulus
3992d0ed0d
add demo_iso code for iso-morphing
2025-02-22 03:39:42 +00:00
lassulus
6037dde559
Merge pull request 'Add support for XDG_* style directories on macos' ( #2865 ) from Undone8/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2865
2025-02-22 03:34:56 +00:00
Denis Rosca
baa0a615ea
Add support for XDG_* style directories on macos
...
Closes #2864
2025-02-22 03:34:56 +00:00
Jörg Thalheim
b0760bc2b9
recommend vars over facts
2025-02-22 03:34:40 +00:00
Mic92
6a33fe8e7a
Merge pull request 'fix regex for detecting git+file inputs' ( #2907 ) from fix-git-input into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2907
2025-02-21 02:57:22 +00:00
Jörg Thalheim
1f3bd09245
fix regex for detecting git+file inputs
2025-02-20 10:00:04 +07:00
a-kenji
122dbf4240
clanModules/mycelium: Remove certain options for compatibility reasons
...
Remove certain options for compatibility reasons
We want to reintroduce them once we pass in `vars` through the
inventory.
2025-02-19 09:54:00 +00:00
Qubasa
8ac286bcaf
docs: Fix install documentation
2025-02-19 14:23:45 +07:00
hsjobeki
8fcc004b68
Merge pull request 'clan-cli: "fix" ssh option parsing' ( #2899 ) from lopter/clan-core:lo-fix-ssh-option-parsing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2899
2025-02-19 01:41:07 +00:00
Louis Opter
37bbbefa8e
clan-cli: "fix" ssh option parsing
...
Calling it fix in double quotes since that's still quite hand-crafted,
but at least you can now specify options with `@` inside them (e.g.
`ProxyJump`) and have it work properly.
Moreover this fixes the syntax for GET-like variables in the networking
clanCore module. Only the fixed syntax is supported since that's what
was tested, and actually parsed in the code.
2025-02-18 21:37:38 +00:00
Qubasa
d44def5381
clan-cli: Fix clan create throwing a warning if --flake is not defined
2025-02-18 17:40:27 +07:00
Qubasa
03ce74fc74
clan-clI: Improve error message of clan update-hardware-config on non found nixos-facter
2025-02-18 17:40:27 +07:00
Qubasa
6c8137d30b
docs: Fix multiple issues with the clan installation guide
2025-02-18 17:40:27 +07:00
Pablo Ovelleiro Corral
27a3126d68
Make store-backend configurable
2025-02-18 06:34:50 +01:00
Qubasa
faee6c2a79
clan-cli: Re-add test_copy_from_nixstore_symlink test but mark it impure
2025-02-17 14:21:50 +07:00
Qubasa
6070219b1a
clan-cli: Remove set -x from pytest script
2025-02-17 14:10:22 +07:00
Qubasa
a5e32f9b6d
clan-cli: Fix clan flakes create inside an already existing git repo
2025-02-17 13:23:31 +07:00
Qubasa
89e3793831
clan-cli: Add CLAN_TEST_STORE env var to clan-pytest-without-core
2025-02-17 13:19:45 +07:00
Michael Hoang
fd908e18c3
templates: move machine templates
2025-02-17 02:15:42 +00:00
Clan Merge Bot
a4d4b991a1
update flake lock - 2025-02-17T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/ff3568858c54bd306e9e1f2886f0f781df307dff?narHash=sha256-3Z40qHaFScWUCVQrGc4Y%2BRdoPsh1R/wIh%2BAN4cTXP0I%3D' (2025-02-05)
→ 'github:nix-community/disko/fa5746ecea1772cf59b3f34c5816ab3531478142?narHash=sha256-xFnU%2BuUl48Icas2wPQ%2BZzlL2O3n8f6J2LrzNK9f2nng%3D' (2025-02-15)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/fa11d87b61b2163efbb9aed7b7a5ae0299e5ab9c?narHash=sha256-aY55yiifyo1XPPpbpH0kWlV1g2dNGBlx6622b7OK8ks%3D' (2025-01-15)
→ 'github:numtide/nixos-facter-modules/60f8b8f3f99667de6a493a44375e5506bf0c48b1?narHash=sha256-/nA3tDdp/2g0FBy8966ppC2WDoyXtUWaHkZWL%2BN3ZKc%3D' (2025-02-05)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/1128e89fd5e11bb25aedbfc287733c6502202ea9?narHash=sha256-3ebRdThRic9bHMuNi2IAA/ek9b32bsy8F5R4SvGTIog%3D' (2025-02-13)
→ 'github:NixOS/nixpkgs/fada727ee7c0bd487e311dede0a2b0725a0f7765?narHash=sha256-Zc%2BK4AxAwFaWKK18nSl/3TKidGf46En7bfK8SL%2BRevg%3D' (2025-02-14)
2025-02-17 00:52:05 +00:00
Clan Merge Bot
4670525106
update flake lock - disko - 2025-02-17T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/ff3568858c54bd306e9e1f2886f0f781df307dff?narHash=sha256-3Z40qHaFScWUCVQrGc4Y%2BRdoPsh1R/wIh%2BAN4cTXP0I%3D' (2025-02-05)
→ 'github:nix-community/disko/fa5746ecea1772cf59b3f34c5816ab3531478142?narHash=sha256-xFnU%2BuUl48Icas2wPQ%2BZzlL2O3n8f6J2LrzNK9f2nng%3D' (2025-02-15)
2025-02-17 00:34:01 +00:00
Clan Merge Bot
5a0ed03c56
update flake lock - nixpkgs - 2025-02-17T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/1128e89fd5e11bb25aedbfc287733c6502202ea9?narHash=sha256-3ebRdThRic9bHMuNi2IAA/ek9b32bsy8F5R4SvGTIog%3D' (2025-02-13)
→ 'github:NixOS/nixpkgs/fada727ee7c0bd487e311dede0a2b0725a0f7765?narHash=sha256-Zc%2BK4AxAwFaWKK18nSl/3TKidGf46En7bfK8SL%2BRevg%3D' (2025-02-14)
2025-02-17 00:00:54 +00:00
Michael Hoang
af228db398
machines: hide morph
2025-02-17 00:22:14 +07:00
Pablo Ovelleiro Corral
b0e7de3c8b
Create directory
2025-02-16 17:08:54 +00:00
Pablo Ovelleiro Corral
cb89fb0847
Fix locking
2025-02-16 17:08:54 +00:00
Pablo Ovelleiro Corral
014aec9531
Fix output when rebuilding
2025-02-16 17:08:54 +00:00
Michael Hoang
160bbfcb37
cli: add morph command
2025-02-16 21:31:28 +07:00
Michael Hoang
5c68e129b7
nixos/clan: add option for opting out of Clan defaults
...
Also replace `documentation.nixos.enable = false` with
`documentation.doc.enable` to opt out of only `nixos-help` and the HTML
manual but leave `man configuration.nix`.
2025-02-16 21:31:28 +07:00
Michael Hoang
bc53c7a886
cli: make some functions only create commits optionally
2025-02-16 21:14:09 +07:00
Michael Hoang
61c1943ccc
templates: allow specifying from flake-parts module
2025-02-16 21:10:22 +07:00
a-kenji
c3013c1a02
docs/mesh-vpn: Document inventory usage
2025-02-16 13:32:42 +07:00
a-kenji
3cff6577da
docs: Extend backups guide
...
Closes #2792
2025-02-16 13:04:53 +07:00
a-kenji
c795a1d895
clanModules/syncthing-static-peers: Migrate to vars
...
Part of the #2511 migration.
2025-02-15 23:34:25 +07:00
a-kenji
66e166068e
clanModules/garage: Migrate to vars
...
Part of the #2511 migration.
2025-02-15 11:21:09 +00:00
lassulus
0c7173afd0
cli: nix_add_to_gcroots: don't run in sandboxed tests
2025-02-15 09:59:41 +00:00
lassulus
d5e391ecc8
clan-cli flake caching: fix selectors not merging
2025-02-15 09:59:41 +00:00
lassulus
2a3bc7b31b
clan-cli: hash the flake_hash to remove unwanted character from path
2025-02-15 09:59:41 +00:00
a-kenji
b54346ce03
clanModules/state-version: Remove trailing newlines
...
The state version is now matched against certain regex rules.
We strip possible trailing newlines to improve compatibility.
2025-02-15 16:29:07 +07:00
hsjobeki
39bc7c1f17
Merge pull request 'Fix: clan machines delete persistance logic' ( #2871 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2871
2025-02-15 08:34:47 +00:00
Johannes Kirschbauer
153b5560c3
Cli: delete machines bugfix. Dont modify the inventory in other places
2025-02-15 09:03:54 +07:00
Johannes Kirschbauer
2412513ad4
Inventory: init delete api
2025-02-15 09:03:46 +07:00
Jörg Thalheim
873f650678
remove directory = self from our documentation
2025-02-15 01:48:17 +00:00
Qubasa
35aedddf65
docs: Add --refresh flag to nix shell command to mitigate caching issues
2025-02-14 13:28:21 +07:00
Qubasa
663ab70465
clan-cli: Make copy_from_nixstore work with single files
2025-02-14 13:28:01 +07:00
Jörg Thalheim
4f1e2ba582
zt-tcp-releay: useFetchCargoVendor
2025-02-14 12:25:32 +07:00
Jörg Thalheim
d3bd120a04
fix system.stateVersion
2025-02-14 12:22:26 +07:00
Jörg Thalheim
f8bf39e43a
bump nixpkgs
2025-02-14 12:09:04 +07:00
Jörg Thalheim
93a7e272b1
Revert "zerotierone: fix on macOS"
...
This reverts commit 2e212e3e31 .
no longer needed after nixpkgs bump
2025-02-14 12:08:18 +07:00
Qubasa
de3153259d
clan-cli: Fix garbled clan vms run output. docs: Improve debugging guide
2025-02-13 16:17:55 +07:00
Luis Hebendanz
bf492d4deb
Merge pull request 'clan-cli: Remove flake-registry set to none in get_clan_nix_attrset' ( #2862 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2862
2025-02-13 08:55:40 +00:00
Qubasa
41cb679eab
clan-cli: Remove flake-registry set to none in get_clan_nix_attrset
2025-02-13 15:47:28 +07:00
Qubasa
b138cfcd69
clan-cli: Fix symlink issue with copy_from_nixstore, add test for it. Also add more comprehensive clan template tests
2025-02-13 15:34:21 +07:00
Luis Hebendanz
a22d426b25
Merge pull request 'cli: machines install: Add phases option to pass to nixos-anywhere and update the "Disk Encryption" documentation to use it' ( #2858 ) from sachk/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2858
2025-02-13 07:04:27 +00:00
Sacha Korban
c0f07afb98
docs: disc-encryption: change guide to use phases option and misc improvements
2025-02-13 17:10:07 +11:00
Sacha Korban
0eaaabcf63
clan-cli: machines install: add phases option for nixos-anywhere
2025-02-13 17:10:02 +11:00
kenji
7df51d0474
Merge pull request 'clan-cli: secrets machines remove: update secrets after removing the key' ( #2832 ) from lopter/clan-core:lo-fix-secrets-machine-remove into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2832
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-02-13 03:53:23 +00:00
Louis Opter
5a6038f742
clan-cli: secrets machines remove: update secrets after removing the key
...
Quick follow up to PR #2781 , this commit does the same kind of logic but
for machines instead of users and groups.
Note that this only affects the `clan secrets machines remove`
sub-command, and that `clan machines delete` still leaves unusable
secrets & vars behind. This can be addressed in a different change.
2025-02-13 03:53:23 +00:00
Luis Hebendanz
15e8df894e
Merge pull request 'docs: fix git rm step in Add Machines' ( #2853 ) from OliverNChalk/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2853
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-02-11 07:39:03 +00:00
OliverNChalk
50924ad7ff
docs: fix git rm step in Add Machines
2025-02-11 09:41:25 +11:00
Michael Hoang
2e212e3e31
zerotierone: fix on macOS
2025-02-10 20:56:31 +07:00
Qubasa
23b57b0a3a
clan-cli: Mark new test as impure
2025-02-10 20:36:55 +07:00
Qubasa
69d092c46b
clan-cli: Add update_clan boolean option to create_clan
2025-02-10 20:36:55 +07:00
Qubasa
2663a181d0
clan-cli: Fix disko template to not fail because of missing bootloader.
2025-02-10 20:36:55 +07:00
Qubasa
9ab81a9c5d
clan-cli: Add one more test for checking Flake with git+file:
2025-02-10 20:36:55 +07:00
lassulus
0872b781d7
clan-cli: add persistant flake caching
2025-02-10 13:29:01 +00:00
Jörg Thalheim
86e91c8604
cli: fix build on macOS
2025-02-10 17:41:50 +07:00
hsjobeki
14377f25c9
Merge pull request 'CLI: use partial update for machine create' ( #2848 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2848
2025-02-10 09:02:23 +00:00
Johannes Kirschbauer
9b706c148b
Inventory: automatically create emtpy file on write
2025-02-10 09:02:23 +00:00
Johannes Kirschbauer
dee284d669
CLI: machine create use patch inventory for partial updates
2025-02-10 09:02:23 +00:00
lassulus
718e553211
clan_cli flake caching: support outPath
2025-02-10 04:33:37 +00:00
Clan Merge Bot
cbe3cb94b7
update flake lock - nixpkgs - 2025-02-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/102a39bfee444533e6b4e8611d7e92aa39b7bec1?narHash=sha256-Q4vhtbLYWBUnjWD4iQb003Lt%2BN5PuURDad1BngGKdUs%3D' (2025-02-01)
→ 'github:NixOS/nixpkgs/fa35a3c8e17a3de613240fea68f876e5b4896aec?narHash=sha256-7Fu7oazPoYCbDzb9k8D/DdbKrC3aU1zlnc39Y8jy/s8%3D' (2025-02-08)
2025-02-10 04:12:52 +00:00
hsjobeki
91661da320
revert 283aad7ea0
...
revert ADR: init clanModules architecture decision
2025-02-10 03:42:44 +00:00
Clan Merge Bot
7ebc11f96f
update flake lock - disko - 2025-02-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/18d0a984cc2bc82cf61df19523a34ad463aa7f54?narHash=sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML%2B3TKAo%3D' (2025-01-29)
→ 'github:nix-community/disko/ff3568858c54bd306e9e1f2886f0f781df307dff?narHash=sha256-3Z40qHaFScWUCVQrGc4Y%2BRdoPsh1R/wIh%2BAN4cTXP0I%3D' (2025-02-05)
2025-02-10 00:40:28 +00:00
Clan Merge Bot
27ef7040c2
update flake lock - treefmt-nix - 2025-02-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/bebf27d00f7d10ba75332a0541ac43676985dea3?narHash=sha256-j6jC12vCFsTGDmY2u1H12lMr62fnclNjuCtAdF1a4Nk%3D' (2025-01-28)
→ 'github:numtide/treefmt-nix/4f09b473c936d41582dd744e19f34ec27592c5fd?narHash=sha256-yrK3Hjcr8F7qS/j2F%2Br7C7o010eVWWlm4T1PrbKBOxQ%3D' (2025-02-07)
2025-02-10 00:00:45 +00:00
Johannes Kirschbauer
283aad7ea0
ADR: init clanModules architecture decision
2025-02-09 05:04:36 +00:00
Mic92
775088ccd9
Merge pull request 'fix-repo-sync' ( #2834 ) from fix-repo-sync into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2834
2025-02-08 14:59:52 +00:00
Jörg Thalheim
d71a8329f2
fix missing permissions for repo-sync
2025-02-08 14:37:46 +01:00
Jörg Thalheim
022d0babc5
fix dependabot settings
2025-02-08 14:37:36 +01:00
hsjobeki
934d8fc2a4
Merge pull request 'inventory: refactor role resolution into submodule' ( #2826 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2826
2025-02-08 04:03:51 +00:00
Johannes Kirschbauer
e75b50e335
Add missing test dependency
2025-02-08 10:48:57 +07:00
Johannes Kirschbauer
f9fc6904f0
inventory: refactor role resolution into submodule
2025-02-08 10:43:54 +07:00
Johannes Kirschbauer
6deaab506a
Inventory: test include missing dependency folder
2025-02-08 10:43:53 +07:00
lassulus
32748c14f4
clan_cli machines: use Flake instead of FlakeId
2025-02-07 06:26:09 +01:00
a-kenji
6d2845c645
pkgs/cli: Rename create_file -> persist
2025-02-06 14:59:59 +00:00
kenji
4899c38e52
Merge pull request 'pgks/cli: Add toplevel aliases' ( #2820 ) from kenji/clan-core:feat/alias/toplevel into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2820
2025-02-06 14:56:57 +00:00
a-kenji
0d69d72899
pgks/cli: Add toplevel aliases
2025-02-06 14:56:57 +00:00
Jörg Thalheim
34904b8758
add dependabot
2025-02-06 18:02:01 +07:00
lassulus
51d65873a7
clan-cli: test_flake_caching: add actual flake caching test
2025-02-05 10:17:37 +00:00
Johannes Kirschbauer
02929e9d42
Inventory: migrate import and config resolution into a module
2025-02-05 16:23:30 +07:00
Johannes Kirschbauer
2018de8d9e
Inventory: move build inventory into a module
2025-02-05 11:06:43 +07:00
Johannes Kirschbauer
cffd2450e3
Fix: use older nodejs version due to breaking classnames in 22.12
2025-02-05 03:36:43 +00:00
Johannes Kirschbauer
b21c14d8a5
inventory: add better error for missing file
2025-02-05 10:26:05 +07:00
Johannes Kirschbauer
34ed0e8b0b
checks: fix source of backups vm test
2025-02-05 10:25:45 +07:00
Johannes Kirschbauer
ae2990657a
inventory: use special args to split build inventory into modules
2025-02-05 09:56:08 +07:00
Johannes Kirschbauer
3d8bececc3
inventory: fix test: supported roles beeing to lazy
2025-02-05 09:56:08 +07:00
Johannes Kirschbauer
9d06dec7d0
Inventory: add new module class: class='clan'
2025-02-05 09:56:08 +07:00
Qubasa
4878b773cb
clan-app: Fix Gsettings schema files not found
2025-02-04 17:10:35 +07:00
Michael Hoang
5314eb4cfa
blog: actually remove asciicinema player
2025-02-04 15:48:12 +07:00
Qubasa
decf340258
clan-cli: Fix incorrect input handling in get_templates
2025-02-04 08:10:32 +00:00
a-kenji
f2ab298caa
vars/interface: Change prompt.persist default to false
...
Change `prompt.persist` default to false.
We want a consistent default that is not conditionally dependent on
other values.
This makes communication on how the functionality is used more
consistent and easier understood.
2025-02-04 07:47:22 +00:00
kenji
339bf9900e
Merge pull request 'clan_cli: add select command' ( #2815 ) from kenji/clan-core:lass/clan-select into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2815
2025-02-04 07:32:55 +00:00
a-kenji
11468c42af
pkgs/clan: Remove select debug prints
2025-02-04 07:32:55 +00:00
a-kenji
6242416fc4
pkgs/clan: Fix help formatter
2025-02-04 07:32:55 +00:00
lassulus
3811aef9b2
clan_cli: add select command
2025-02-04 07:32:55 +00:00
Johannes Kirschbauer
6755aa2c70
inventory: migrate tests
2025-02-04 13:20:15 +07:00
Johannes Kirschbauer
316e33f54a
Inventory: refactor build-inventory in more independent parts
2025-02-04 13:20:15 +07:00
Michael Hoang
871326fb91
clan-cli: fix clan-cli accidentally dependending on all packages
2025-02-04 04:52:47 +00:00
Jörg Thalheim
97f3963ac6
shut up eslint warnings
2025-02-04 04:02:42 +00:00
Jörg Thalheim
0309a80c92
fix mypy
2025-02-04 04:02:42 +00:00
Clan Merge Bot
9b438689fc
update flake lock - nixpkgs - 2025-02-03T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/041c867bad68dfe34b78b2813028a2e2ea70a23c?narHash=sha256-DSenga8XjPaUV5KUFW/i3rNkN7jm9XmguW%2BqQ1ZJTR4%3D' (2025-01-17)
→ 'github:NixOS/nixpkgs/102a39bfee444533e6b4e8611d7e92aa39b7bec1?narHash=sha256-Q4vhtbLYWBUnjWD4iQb003Lt%2BN5PuURDad1BngGKdUs%3D' (2025-02-01)
2025-02-04 04:02:42 +00:00
DavHau
d0bfd5c879
add /decisions
...
see https://github.com/joelparkerhenderson/architecture-decision-record
2025-02-04 10:41:49 +07:00
Clan Merge Bot
8d12b0da31
update flake lock - disko - 2025-02-03T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/bf0abfde48f469c256f2b0f481c6281ff04a5db2?narHash=sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk%3D' (2025-01-16)
→ 'github:nix-community/disko/18d0a984cc2bc82cf61df19523a34ad463aa7f54?narHash=sha256-KYOATYEwaKysL3HdHdS5kbQMXvzS4iPJzJrML%2B3TKAo%3D' (2025-01-29)
2025-02-04 03:22:08 +00:00
Mic92
f85fd9ccc1
Merge pull request 'clan-cli: fix keys and symlinks updates when users, machines, or groups are updated' ( #2781 ) from lopter/clan-core:lo-fix-secrets-user-remove into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2781
2025-02-04 03:13:20 +00:00
Louis Opter
e88c8a8f2d
clan-cli: do not skip secrets.update_secrets when a group is removed
...
We need to remove all keys that were in the group from affected secrets.
With this change we now take `group_name` as an argument in
`{add,remove}_member`, which is a little bit more readable than
`group_folder.parent.name`, and helps DRY the code a bit.
2025-02-04 03:13:20 +00:00
Louis Opter
509a1bcb94
clan-cli: secrets users add: make sure only one key argument was passed
...
This is slightly better input validation FWIW.
2025-02-04 03:13:20 +00:00
Louis Opter
23d759219f
clan-cli: secrets: properly update secrets when an user is removed
...
Fixes #2659 .
2025-02-04 03:13:20 +00:00
Louis Opter
c99296aae8
clan-cli: improve tests on clan secrets …
...
When users or groups are updated :
- Check that keys are properly updated on sops secrets;
- Check that no dangling symlinks are left behind in sops secrets.
And when an user is removed from the clan, check that it is removed from
the groups it belonged to.
This doesn't check this works for vars explicitly, since they share the
same logic, see `secret_paths.extend(list_vars_secrets(flake_dir))` in
commit 7466445653 .
Those improvements allow us to validate that #2659 is indeed fixed, and
tell us that we need to make the same kind of fixes for machines and
groups. For groups this is straightforward, and for machines, when one
is deleted, I wanna discuss first whether we want to delete all its
secrets as well.
2025-02-04 03:13:20 +00:00
Louis Opter
947095ad13
clan-cli: secrets: truly catch broken symlinks in collect_keys_for_type
2025-02-04 03:13:20 +00:00
Louis Opter
34b36fa309
clan-cli: secrets key generate: fix call to action message
...
So that it makes sense when an already existing PGP key is specified.
2025-02-04 03:13:20 +00:00
Louis Opter
67f26a3abe
clan-cli: secrets: commit changes when group members are added or removed
2025-02-04 03:13:20 +00:00
Louis Opter
30c7e32a3d
clan-cli: honor clan.core.sops.defaultGroups option in vars fix
2025-02-04 03:13:20 +00:00
Louis Opter
9387d64619
clan-cli: secrets/sops: fix error message in maybe_get_admin_public_key
2025-02-04 03:13:20 +00:00
Johannes Kirschbauer
dc02296243
buildClan: add more eager tests
2025-02-03 12:00:47 +01:00
Johannes Kirschbauer
0a27576021
flake.nix: remove unused self reference
2025-02-03 12:00:47 +01:00
Johannes Kirschbauer
2341b0e673
buildClan: add depercation warnings for directory=self
2025-02-03 12:00:47 +01:00
Jörg Thalheim
6f1ab30881
fix infinite recursion
2025-02-03 12:00:47 +01:00
Clan Merge Bot
45058ff818
update flake lock - treefmt-nix - 2025-02-03T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/f2cc121df15418d028a59c9737d38e3a90fbaf8f?narHash=sha256-5An1wq5U8sNycOBBg3nsDDgpwBmR9liOpDGlhliA6Xo%3D' (2025-01-21)
→ 'github:numtide/treefmt-nix/bebf27d00f7d10ba75332a0541ac43676985dea3?narHash=sha256-j6jC12vCFsTGDmY2u1H12lMr62fnclNjuCtAdF1a4Nk%3D' (2025-01-28)
2025-02-03 00:20:56 +00:00
Clan Merge Bot
ffbf2ff801
update flake lock - flake-parts - 2025-02-03T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/b905f6fc23a9051a6e1b741e1438dbfc0634c6de?narHash=sha256-%2Bhu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU%3D' (2025-01-06)
→ 'github:hercules-ci/flake-parts/32ea77a06711b758da0ad9bd6a844c5740a87abd?narHash=sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm%2BzmZ7vxbJdo%3D' (2025-02-01)
2025-02-03 00:00:03 +00:00
a-kenji
1694f8b3a8
pkgs/clan: Fix typos
2025-02-02 23:20:39 +07:00
lassulus
c746b84a6f
test_api_dataclass_compat: exlcude flake.py
2025-02-02 11:52:36 +00:00
lassulus
fe2cfd3b37
clan-cli: add a Flake class with caching
2025-02-02 11:52:36 +00:00
lassulus
26143b4b5b
clan-cli: add ipython to dev dependencies
2025-02-02 11:52:36 +00:00
lassulus
90fbe807d6
clan-cli vars upload: add optional --directory
2025-02-02 11:52:36 +00:00
Jörg Thalheim
3ab497afa9
buildClan/tests: make test_only_required minimal again
2025-02-02 10:40:50 +00:00
kenji
e03ee4407c
Merge pull request 'clanModules/user-password: Add inventory feature' ( #2796 ) from kenji/clan-core:feat-inventory/user-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2796
2025-02-02 10:35:48 +00:00
a-kenji
c7e9bfbefe
clanModules/root-password: Add inventory feature
2025-02-02 10:35:48 +00:00
kenji
83169dc93e
Merge pull request 'clanModules/root-password: Add inventory feature' ( #2795 ) from kenji/clan-core:feat-inventory/root-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2795
2025-02-02 10:32:58 +00:00
a-kenji
23360377cf
clanModules/root-password: Add inventory feature
2025-02-02 10:32:58 +00:00
Jörg Thalheim
07bd686850
legacyPackages.evalTests-build-clan: fix comment to run tests
2025-02-02 10:30:26 +00:00
Jörg Thalheim
8634087309
Do not deprecate directory argument
2025-02-02 10:30:26 +00:00
a-kenji
fe6cca3c47
clanModules/root-password: Fix root-password persistence
2025-02-02 16:36:19 +07:00
Qubasa
1fb676affb
clan-cli: Fix clan flakes create not working in nix shell
2025-02-01 12:16:20 +07:00
Mic92
1248adfd45
Merge pull request 'container test with writeable nix store' ( #2655 ) from container-test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2655
2025-01-31 11:51:00 +00:00
Jörg Thalheim
5d2e3b2b21
container test: with writeable nix store
2025-01-31 11:51:00 +00:00
Qubasa
0f4cdd31cd
clan-cli: Make clan machines create use templating.py
2025-01-31 18:07:48 +07:00
Jörg Thalheim
0e3e6c29c7
remove createFile legacy alias from vars/interface
...
it's hard to filter this out in nix. So instead we just drop this
option.
2025-01-31 10:29:35 +00:00
Qubasa
d770830c03
clan-cli: Add test_clan_nix_attrset.py and minor fixups
2025-01-31 16:36:20 +07:00
Qubasa
57d82c9315
webview-ui: Fix create_clan js call
2025-01-30 17:26:41 +07:00
Qubasa
e96bd0816f
clan-cli: Expand type_to_dict to support NewType and tuple types in dataclasses
2025-01-30 17:19:31 +07:00
Qubasa
7545a9a883
clan-cli: Make clan flakes create discover templates from inputs. Add clan flakes list command
2025-01-30 16:24:50 +07:00
Qubasa
c212538ac7
clan: Remove unecessary templates and modules interface
2025-01-29 19:24:15 +07:00
Qubasa
839bb17284
clan-cli: Add from_host function to Host class
2025-01-29 19:18:02 +07:00
Qubasa
4a144e77a4
clan-cli: Add ruff to devShell again. Add missing type annotations
2025-01-29 19:16:34 +07:00
Qubasa
6e47f1ee96
Add importable clan.modules and clan.template interfaces without implementation
2025-01-27 17:35:42 +07:00
Clan Merge Bot
1ba8090188
update flake lock - treefmt-nix - 2025-01-27T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/d1ed3b385f8130e392870cfb1dbfaff8a63a1899?narHash=sha256-uPNWcYbhY2fjY3HOfRCR5jsfzdzemhfxLSxwjXYXqNc%3D' (2025-01-17)
→ 'github:numtide/treefmt-nix/f2cc121df15418d028a59c9737d38e3a90fbaf8f?narHash=sha256-5An1wq5U8sNycOBBg3nsDDgpwBmR9liOpDGlhliA6Xo%3D' (2025-01-21)
2025-01-27 00:00:24 +00:00
Luis Hebendanz
974279eddd
Merge pull request 'clan: Add autoloaded clanModules from flake inputs. Rename 'directory' to 'self' in buildClan' ( #2782 ) from Qubasa/clan-core:dynamic_clanModulesv2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2782
Reviewed-by: lassulus <clanlol@lassul.us >
2025-01-24 07:29:14 +00:00
Qubasa
e36654daa1
clan: Add autoloaded clanModules from flake inputs. Rename 'directory' to 'self' in buildClan
2025-01-24 12:32:04 +07:00
Johannes Kirschbauer
559a95cdde
Docs: change navigation to use tabs again
2025-01-23 13:49:55 +01:00
lassulus
cabd848fb7
vars: set persist to true if the script is empty
2025-01-22 19:36:19 +00:00
a-kenji
dfdcad7fc5
Fix various typos
2025-01-22 13:26:58 +01:00
a-kenji
ce148c23a5
Fix various typos
2025-01-22 13:19:28 +01:00
a-kenji
7308eb8dc7
clanModules/mycelium: init mycelium
...
This adds a clanModule for `mycelium`.
`Mycelium` is an IPv6 overlay network written in Rust.
Each node that joins the overlay network will receive an overlay network IP in the 400::/7 range.
An example configuration might look like this in the inventory:
```nix
mycelium.default = {
roles.peer.machines = [
"berlin"
"munich"
];
config = {
topLevelDomain = "m";
openFirewall = true;
addHostedPublicNodes = true;
};
};
```
This will add the machines named `berlin` and `munich` to the `mycelium` vpn.
And will also set the toplevel domain of the mycelium vpn to `m`, meaning the
machines are now reachable via `berlin.m` and `munich.m`.
2025-01-22 11:56:10 +00:00
hsjobeki
fe399f773e
Merge pull request 'Vars/Facts: improve api, fix some errors' ( #2712 ) from hsjobeki/clan-core:zerotier into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2712
2025-01-22 09:02:55 +00:00
Johannes Kirschbauer
906126f91f
Vars/tests: secrets dont raise backend error depending on the previous backend
2025-01-22 09:02:55 +00:00
Johannes Kirschbauer
8c75051611
Facts/api: export method for getting the public store
2025-01-22 09:02:55 +00:00
Johannes Kirschbauer
096f1b5e8a
Vars/secrets-store: omit folder exists errors for secrets
2025-01-22 09:02:55 +00:00
Mic92
47257cf56a
Merge pull request 'remove eval warning for createFile' ( #2773 ) from network into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2773
2025-01-21 16:15:17 +00:00
Jörg Thalheim
62c6da4c32
clan/update: deploy_machine -> deploy_machines
2025-01-21 15:20:38 +01:00
Jörg Thalheim
076de05a88
remove eval warning for createFile
2025-01-21 15:20:38 +01:00
Michael Hoang
6ba1850678
flash: don't allow partitioning time secrets
2025-01-21 11:13:51 +00:00
lassulus
6f2ae1e1f2
extend installation-test to check partitioning secrets
2025-01-21 11:13:51 +00:00
Michael Hoang
0ec38c7919
vars: support secrets for partitioning the disk
2025-01-21 11:13:51 +00:00
Mic92
8acb15612d
Merge pull request 'Automatic flake update - 2025-01-20T00:00+00:00' ( #2769 ) from flake-update-2025-01-20 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2769
2025-01-21 11:09:13 +00:00
Clan Merge Bot
7b1639e8f3
update flake lock - 2025-01-20T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/f720e64ec37fa16ebba6354eadf310f81555cc07?narHash=sha256-8hKhPQuMtXfJi%2B4lPvw3FBk/zSJVHeb726Zo0uF1PP8%3D' (2025-01-12)
→ 'github:nix-community/disko/bf0abfde48f469c256f2b0f481c6281ff04a5db2?narHash=sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk%3D' (2025-01-16)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/ae2fb9f1fb5fcf17fb59f25c2a881c170c501d6f?narHash=sha256-BYsp8PA1j691FupfrLVOQzm4CaYaKtkh4U%2BKuGMnBWw%3D' (2025-01-15)
→ 'github:NixOS/nixpkgs/041c867bad68dfe34b78b2813028a2e2ea70a23c?narHash=sha256-DSenga8XjPaUV5KUFW/i3rNkN7jm9XmguW%2BqQ1ZJTR4%3D' (2025-01-17)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/13c913f5deb3a5c08bb810efd89dc8cb24dd968b?narHash=sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw%3D' (2025-01-06)
→ 'github:numtide/treefmt-nix/d1ed3b385f8130e392870cfb1dbfaff8a63a1899?narHash=sha256-uPNWcYbhY2fjY3HOfRCR5jsfzdzemhfxLSxwjXYXqNc%3D' (2025-01-17)
2025-01-21 11:09:13 +00:00
Mic92
505d038918
Merge pull request 'Automatic flake update - treefmt-nix - 2025-01-20T00:00+00:00' ( #2770 ) from flake-update-treefmt-nix-2025-01-20 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2770
2025-01-21 11:09:03 +00:00
Clan Merge Bot
f09aaa57f1
update flake lock - treefmt-nix - 2025-01-20T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/13c913f5deb3a5c08bb810efd89dc8cb24dd968b?narHash=sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw%3D' (2025-01-06)
→ 'github:numtide/treefmt-nix/d1ed3b385f8130e392870cfb1dbfaff8a63a1899?narHash=sha256-uPNWcYbhY2fjY3HOfRCR5jsfzdzemhfxLSxwjXYXqNc%3D' (2025-01-17)
2025-01-21 11:09:03 +00:00
Mic92
86219f436d
Merge pull request 'use nix flake archive in clan machines update for git+file flake inputs' ( #2771 ) from machine-update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2771
2025-01-20 09:55:25 +00:00
Jörg Thalheim
c5a72f67c3
use nix flake archive in clan machines update for git+file flake inputs
2025-01-20 10:49:25 +01:00
Clan Merge Bot
553fb24657
update flake lock - disko - 2025-01-20T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/f720e64ec37fa16ebba6354eadf310f81555cc07?narHash=sha256-8hKhPQuMtXfJi%2B4lPvw3FBk/zSJVHeb726Zo0uF1PP8%3D' (2025-01-12)
→ 'github:nix-community/disko/bf0abfde48f469c256f2b0f481c6281ff04a5db2?narHash=sha256-rMEuiK69MDhjz1JgbaeQ9mBDXMJ2/P8vmOYRbFndXsk%3D' (2025-01-16)
2025-01-20 00:00:01 +00:00
Michael Hoang
01d86b6482
install: support -i flag for specifying SSH private key
2025-01-19 18:53:18 +11:00
Qubasa
3ffefc3064
clan: revert imports.nix and wait till tuesday
2025-01-18 20:21:49 +07:00
Qubasa
65bd3a9ac6
docs: Rename mentions of inventory module to clanModule with inventory support
2025-01-18 10:17:20 +07:00
Qubasa
8d0a9762a2
Reapply "buildClan: Add automatic inventory import directory"
...
This reverts commit e5bfa926e2 .
This is incorrect we have mentions to inventory.modules in the codebase since much longer.
As can be seen in the documentation: https://docs.clan.lol/reference/nix-api/inventory/
As this PR improves the readability of the docs, I will re-apply it.
2025-01-18 10:01:19 +07:00
Qubasa
0d2ee39746
Reapply "docs: Document imports dir. Remove What's next sections everywhere. Merge guide overview and hompage view."
...
This reverts commit b19beb8913 .
2025-01-18 10:00:56 +07:00
Jörg Thalheim
b19beb8913
Revert "docs: Document imports dir. Remove What's next sections everywhere. Merge guide overview and hompage view."
...
This reverts commit d4305f8b3c .
2025-01-17 15:44:44 +01:00
Jörg Thalheim
e5bfa926e2
Revert "buildClan: Add automatic inventory import directory"
...
This reverts commit 850eabb98c .
This introduces the name "inventory module" whereas we already use the
term clan modules everywhere else. I don't don't too many confusing
termologies in the codebase. Let's discuss this before adding it back.
2025-01-17 15:43:44 +01:00
Jörg Thalheim
33de028409
fix getting-started deploy link4
2025-01-17 14:08:58 +00:00
Qubasa
d4305f8b3c
docs: Document imports dir. Remove What's next sections everywhere. Merge guide overview and hompage view.
2025-01-17 21:03:25 +07:00
Qubasa
850eabb98c
buildClan: Add automatic inventory import directory
2025-01-17 20:58:48 +07:00
DavHau
708a3aabf6
tea-create-pr: don't use clan-core formatter
2025-01-17 19:22:19 +07:00
Mic92
8ff71d1445
Merge pull request 'fix flash-check' ( #2715 ) from fix-flash-check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2715
2025-01-17 11:37:03 +00:00
Jörg Thalheim
d10eb7189d
update nixpkgs
2025-01-17 11:37:03 +00:00
lassulus
081dc4a5fd
checks.flash: add missing grub-install deps
2025-01-17 11:37:03 +00:00
lassulus
cb2f0c5222
clan-cli: exit with errorcode also in debug mode
2025-01-17 11:37:03 +00:00
DavHau
3ec028d672
tests: reduce unnecessary rebuilds of several tests
...
Some test were referring to the whole source code via ${self} which amde them rebuild on every single commit.
This is not mitigated by introduceing `self.filter { include = [...]; }` allowin to a content addressed subset of the source code in tests.
2025-01-17 17:00:18 +07:00
clan-bot
9cd0572734
Merge pull request 'merge-acfter-ci: don't append username to remote branch' ( #2757 ) from DavHau/clan-core:DavHau-dave into main
2025-01-17 03:41:09 +00:00
DavHau
669295b8f7
merge-acfter-ci: don't append username to remote branch
2025-01-17 10:36:45 +07:00
clan-bot
72ca99e2c7
Merge pull request 'Migrate borgbackup module to vars' ( #2741 ) from pinpox/clan-core:migrate-borgbackup-vars into main
2025-01-16 12:16:37 +00:00
Pablo Ovelleiro Corral
7a17a04698
Migrate borgbackup module to vars
2025-01-16 13:14:24 +01:00
Mic92
8aa0a9c0d0
Merge pull request 'switch to nixos-facter for hardware-config' ( #2747 ) from switch-to-nixos-facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2747
2025-01-15 13:59:49 +00:00
Jörg Thalheim
f55b02e1c9
remove flip functions from sops code
2025-01-15 13:59:49 +00:00
Jörg Thalheim
c4a1e3ec95
switch to nixos-facter for hardware-config
2025-01-15 13:59:49 +00:00
kenji
e973e64aaf
Merge pull request 'docs: fix dev shell in migration guide' ( #2748 ) from kmein/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2748
Reviewed-by: kenji <aks.kenji@protonmail.com >
2025-01-15 10:35:30 +00:00
Kierán Meinhardt
ca2d7e9afc
docs: fix dev shell in migration guide
2025-01-15 10:35:30 +00:00
clan-bot
def681c125
Merge pull request 'docs/vars: fix syntax error' ( #2751 ) from DavHau/clan-core:DavHau-docs into main
2025-01-15 06:26:08 +00:00
DavHau
2dfff1b314
docs/vars: fix syntax error
2025-01-15 13:21:50 +07:00
clan-bot
30825361a4
Merge pull request 'docs: set sidebar headers to accent color' ( #2750 ) from pinpox/clan-core:main into main
2025-01-14 22:30:16 +00:00
Pablo Ovelleiro Corral
af3f652011
docs: set sidebar headers to accent color
...
Fixes #2749
2025-01-14 23:24:49 +01:00
clan-bot
aabf2b0796
Merge pull request 'Vars/docs minor fixes' ( #2746 ) from hsjobeki/clan-core:vars/misc into main
2025-01-14 16:47:18 +00:00
hsjobeki
0b06970a33
Merge pull request 'docs(installer): Fix typography and align headers' ( #2697 ) from kenji/clan-core:kenji-docs/fix-flash into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2697
2025-01-14 16:42:36 +00:00
a-kenji
16e6b0d406
docs(installer): Fix typography and align headers
2025-01-14 16:42:36 +00:00
hsjobeki
968f427404
Merge pull request 'Migrate clanModule root-password to vars' ( #2701 ) from hsjobeki/clan-core:vars/root-password into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2701
2025-01-14 16:42:29 +00:00
Johannes Kirschbauer
16ccebc1fb
Vars: interface improve docs formatting
2025-01-14 17:40:57 +01:00
Johannes Kirschbauer
5a179f4b91
Fix: f-string in generator error
2025-01-14 17:33:55 +01:00
Johannes Kirschbauer
57c4e8e929
Root-password: remove deprecated default option
2025-01-14 17:28:12 +01:00
Johannes Kirschbauer
4000571550
Fix: remove password from facts store tests
2025-01-14 17:19:51 +01:00
Johannes Kirschbauer
a53367bd11
Fix: secret facts store test
2025-01-14 17:19:50 +01:00
Johannes Kirschbauer
e00195f2ef
Fixup: improve mkpasswd generator line
2025-01-14 17:19:50 +01:00
Johannes Kirschbauer
4e9901ab19
Vars: migrate root-password from facts
2025-01-14 17:19:50 +01:00
Mic92
a240bbcf04
Merge pull request 'installer: substitute packages from local nix store' ( #2744 ) from speed-up-installer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2744
Reviewed-by: lassulus <clanlol@lassul.us >
2025-01-14 15:11:33 +00:00
Jörg Thalheim
2b18e6eccc
installer: substitute packages from local nix store
...
this can speed up the installation if both the installer and the
installed system use similar versions.
2025-01-14 15:11:33 +00:00
clan-bot
010caab16c
Merge pull request 'vars in_repo: throw as a default so we can catch it with tryEval' ( #2745 ) from lassulus/clan-core:throw_inrepo into main
2025-01-14 14:58:20 +00:00
lassulus
1a70165260
vars in_repo: throw as a default so we can catch it with tryEval
2025-01-14 15:53:54 +01:00
clan-bot
66d5f5b55e
Merge pull request 'Automatic flake update - 2025-01-13T00:00+00:00' ( #2728 ) from flake-update-2025-01-13 into main
2025-01-14 14:48:14 +00:00
Mic92
31479d47fc
Merge branch 'main' into flake-update-2025-01-13
2025-01-14 14:46:25 +00:00
clan-bot
40ad0ee8fb
Merge pull request 'Automatic flake update - nixpkgs - 2025-01-13T00:00+00:00' ( #2729 ) from flake-update-nixpkgs-2025-01-13 into main
2025-01-14 14:38:17 +00:00
Jörg Thalheim
fbdf0931b9
ignore ruff A005 for now
2025-01-14 15:32:13 +01:00
clan-bot
7531ff4499
Merge pull request 'Automatic flake update - disko - 2025-01-13T00:00+00:00' ( #2726 ) from flake-update-disko-2025-01-13 into main
2025-01-14 14:31:22 +00:00
Jörg Thalheim
e2aa66d86f
reformat after update
2025-01-14 15:30:29 +01:00
clan-bot
1b420baa3f
Merge pull request 'Automatic flake update - flake-parts - 2025-01-13T00:00+00:00' ( #2727 ) from flake-update-flake-parts-2025-01-13 into main
2025-01-14 14:30:29 +00:00
Clan Merge Bot
9d29cc63ad
update flake lock - nixpkgs - 2025-01-13T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
→ 'github:NixOS/nixpkgs/2f9e2f85cb14a46410a1399aa9ea7ecf433e422e?narHash=sha256-FWlPMUzp0lkQBdhKlPqtQdqmp%2B/C%2B1MBiEytaYfrCTY%3D' (2025-01-12)
2025-01-14 15:29:16 +01:00
clan-bot
ef62e0b04c
Merge pull request 'Automatic flake update - treefmt-nix - 2025-01-13T00:00+00:00' ( #2730 ) from flake-update-treefmt-nix-2025-01-13 into main
2025-01-14 14:28:02 +00:00
clan-bot
9a11c183e7
Merge pull request 'link to migration guide' ( #2733 ) from migration-guide into main
2025-01-14 14:28:01 +00:00
Mic92
5dee67de6f
Merge branch 'main' into flake-update-disko-2025-01-13
2025-01-14 14:19:21 +00:00
Mic92
53dde03ce9
Merge branch 'main' into flake-update-flake-parts-2025-01-13
2025-01-14 14:19:13 +00:00
Mic92
2310379d7f
Merge branch 'main' into flake-update-2025-01-13
2025-01-14 14:19:07 +00:00
Mic92
a6d5ed96d1
Merge branch 'main' into flake-update-treefmt-nix-2025-01-13
2025-01-14 14:18:54 +00:00
Jörg Thalheim
479d89f9f0
link to migration guide
2025-01-14 15:18:11 +01:00
Mic92
4bc84542e4
Merge pull request 'matrix-synapse: migrate to vars' ( #2714 ) from matrix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2714
2025-01-14 14:16:19 +00:00
Jörg Thalheim
41ceb40d13
matrix-synapse: migrate to vars
2025-01-14 14:16:19 +00:00
hsjobeki
923b100e3e
Merge pull request 'Docs: change navigation to use sidebar sections only' ( #2743 ) from hsjobeki/clan-core:docs/sections into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2743
2025-01-14 12:31:45 +00:00
Johannes Kirschbauer
819e66c2da
Docs: change navigation to use sidebar sections only
2025-01-14 12:31:45 +00:00
clan-bot
0c1c65f519
Merge pull request 'minor fixes' ( #2736 ) from pinpox/clan-core:fix-migration-guide into main
2025-01-14 12:17:49 +00:00
Pablo Ovelleiro Corral
ae7e9e75a9
minor fixes
2025-01-13 21:37:01 +01:00
Clan Merge Bot
572bc30a82
update flake lock - treefmt-nix - 2025-01-13T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/1788ca5acd4b542b923d4757d4cfe4183cc6a92d?narHash=sha256-FBG9d7e0BTFfxVdw4b5EmNll2Mv7hfRc54hbB4LrKko%3D' (2025-01-05)
→ 'github:numtide/treefmt-nix/13c913f5deb3a5c08bb810efd89dc8cb24dd968b?narHash=sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw%3D' (2025-01-06)
2025-01-13 00:00:54 +00:00
Clan Merge Bot
983cddc979
update flake lock - 2025-01-13T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/4d5d07d37ff773338e40a92088f45f4f88e509c8?narHash=sha256-9Sy17XguKdEU9M5peTrkWSlI/O5IAqjHzdzxbXnc30g%3D' (2025-01-09)
→ 'github:nix-community/disko/f720e64ec37fa16ebba6354eadf310f81555cc07?narHash=sha256-8hKhPQuMtXfJi%2B4lPvw3FBk/zSJVHeb726Zo0uF1PP8%3D' (2025-01-12)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/f2f7418ce0ab4a5309a4596161d154cfc877af66?narHash=sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq%2BraipRI%3D' (2025-01-01)
→ 'github:hercules-ci/flake-parts/b905f6fc23a9051a6e1b741e1438dbfc0634c6de?narHash=sha256-%2Bhu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU%3D' (2025-01-06)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
→ 'github:NixOS/nixpkgs/2f9e2f85cb14a46410a1399aa9ea7ecf433e422e?narHash=sha256-FWlPMUzp0lkQBdhKlPqtQdqmp%2B/C%2B1MBiEytaYfrCTY%3D' (2025-01-12)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/1788ca5acd4b542b923d4757d4cfe4183cc6a92d?narHash=sha256-FBG9d7e0BTFfxVdw4b5EmNll2Mv7hfRc54hbB4LrKko%3D' (2025-01-05)
→ 'github:numtide/treefmt-nix/13c913f5deb3a5c08bb810efd89dc8cb24dd968b?narHash=sha256-p2r8xhQZ3TYIEKBoiEhllKWQqWNJNoT9v64Vmg4q8Zw%3D' (2025-01-06)
2025-01-13 00:00:26 +00:00
Clan Merge Bot
159946606c
update flake lock - flake-parts - 2025-01-13T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/f2f7418ce0ab4a5309a4596161d154cfc877af66?narHash=sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq%2BraipRI%3D' (2025-01-01)
→ 'github:hercules-ci/flake-parts/b905f6fc23a9051a6e1b741e1438dbfc0634c6de?narHash=sha256-%2Bhu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU%3D' (2025-01-06)
2025-01-13 00:00:03 +00:00
Clan Merge Bot
f40b1484f8
update flake lock - disko - 2025-01-13T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/4d5d07d37ff773338e40a92088f45f4f88e509c8?narHash=sha256-9Sy17XguKdEU9M5peTrkWSlI/O5IAqjHzdzxbXnc30g%3D' (2025-01-09)
→ 'github:nix-community/disko/f720e64ec37fa16ebba6354eadf310f81555cc07?narHash=sha256-8hKhPQuMtXfJi%2B4lPvw3FBk/zSJVHeb726Zo0uF1PP8%3D' (2025-01-12)
2025-01-13 00:00:01 +00:00
clan-bot
17c62612ff
Merge pull request 'pass move-mount-beneath: add more debug info' ( #2725 ) from lassulus/clan-core:pass-debug into main
2025-01-12 10:22:22 +00:00
lassulus
3eaffe1ac6
pass move-mount-beneath: add more debug info
2025-01-12 11:17:22 +01:00
clan-bot
37fd0b3b6a
Merge pull request 'clan-app: Change tkinter file dialogue to gtk4 file dialogue' ( #2723 ) from Qubasa/clan-core:Qubasa-main into main
2025-01-12 07:43:56 +00:00
Qubasa
d6dd1e4652
clan-app: Change tkinter file dialogue to gtk4 file dialogue
2025-01-12 14:39:41 +07:00
clan-bot
35ae1f2286
Merge pull request 'Implement clan ssh <hostname>' ( #2722 ) from pinpox/clan-core:clan-ssh-hostname into main
2025-01-11 22:23:00 +00:00
Pablo Ovelleiro Corral
b56dac3b96
Implement clan ssh <hostname>
...
Fixes #2317
2025-01-11 23:15:39 +01:00
pinpox
26d286a234
migration-guide ( #2717 )
...
This PR adds a migration guide for existing NixOS configurations.
Co-authored-by: Pablo Ovelleiro Corral <mail@pablo.tools >
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2717
Co-authored-by: pinpox <clan@pablo.tools >
Co-committed-by: pinpox <clan@pablo.tools >
2025-01-11 20:38:08 +00:00
clan-bot
103c740b10
Merge pull request 'vars: fix formatting in guide' ( #2721 ) from DavHau/clan-core:DavHau-docs into main
2025-01-11 13:21:20 +00:00
DavHau
9df9e97970
vars: fix formatting in guide
2025-01-11 20:17:16 +07:00
clan-bot
00e9ef28fd
Merge pull request 'vars: add guide for using vars to manage shared passwords' ( #2720 ) from DavHau/clan-core:DavHau-docs into main
2025-01-11 13:06:19 +00:00
DavHau
afa03bc8d7
vars: add guide for using vars to manage shared passwords
...
This could be extended forther to cover more features, but it is a start
2025-01-11 20:01:47 +07:00
Luis Hebendanz
cd48ad1bbc
Merge pull request 'clan-app: Rename dynamic library name, set macos x64 to unsupported' ( #2719 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2719
2025-01-11 06:07:15 +00:00
Qubasa
0ec238f406
clan-app: Rename dynamic library name, set macos x64 to unsupported
2025-01-11 13:06:40 +07:00
clan-bot
2b96e1b6d9
Merge pull request 'webview-lib: Force clangStdenv everywhere as MacOS requires clangStdenv. Add clang-tools else clang headers aren't found' ( #2718 ) from Qubasa/clan-core:Qubasa-main into main
2025-01-11 05:59:28 +00:00
Qubasa
ed5754abb3
webview-lib: Force clangStdenv everywhere as MacOS requires clangStdenv. Add clang-tools else clang headers aren't found
2025-01-11 12:55:03 +07:00
DavHau
bbe37a998f
vars: rename createFile -> persist
2025-01-11 04:19:46 +00:00
clan-bot
f743ec2616
Merge pull request 'clan-app: Fix default.nix' ( #2699 ) from Qubasa/clan-core:Qubasa-main into main
2025-01-11 04:01:14 +00:00
Qubasa
f9314ea139
clan-app: allow darwin build
2025-01-11 10:55:50 +07:00
Qubasa
0caba58441
clan-app: allow darwin build
2025-01-11 10:55:50 +07:00
Qubasa
64e37a8970
clan-app: Add .local.env source script for local debug builds
2025-01-11 10:55:50 +07:00
Qubasa
df0550b6a6
clan-app: Fix webview crash on exception in api wrapper
2025-01-11 10:55:50 +07:00
Qubasa
0536127044
clan-app: Add gpg to allowed-programs.json
2025-01-11 10:52:22 +07:00
Qubasa
8d4d98361d
clan-app: Fix default.nix
2025-01-11 10:52:22 +07:00
clan-bot
4f416eb32d
Merge pull request 'Fix clan state list command' ( #2716 ) from pinpox/clan-core:fix-state-list-command into main
2025-01-11 00:45:39 +00:00
Pablo Ovelleiro Corral
aa846cb39f
Fix clan state list command
2025-01-11 01:39:41 +01:00
clan-bot
a68760d9c7
Merge pull request 'bump sops-nix' ( #2713 ) from merge-when-green-joerg into main
2025-01-10 13:39:07 +00:00
Jörg Thalheim
898d762366
bump sops-nix
2025-01-10 14:33:18 +01:00
clan-bot
3dd4ff31dd
Merge pull request 'Docs: add inventory concept introduction' ( #2711 ) from hsjobeki/clan-core:docs/inventory into main
2025-01-10 12:20:27 +00:00
Johannes Kirschbauer
baeb31c228
Docs: add inventory concept introduction
2025-01-10 13:15:58 +01:00
clan-bot
aa762a7301
Merge pull request 'Add vars step to UI' ( #2710 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-10 12:15:33 +00:00
Johannes Kirschbauer
a3f6fb21c8
UI: add vars step to installation
2025-01-10 13:10:20 +01:00
Johannes Kirschbauer
4dcdb3e926
API: rename get_prompts to get_generators
2025-01-10 13:10:19 +01:00
Johannes Kirschbauer
b73de90487
Fix: select add portalRef instead of modalContextId
2025-01-10 13:07:47 +01:00
hsjobeki
b02dc42b0a
Merge pull request 'Disk Templates: Fix invalid toml frontmatter' ( #2702 ) from hsjobeki/clan-core:fix/disk into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2702
2025-01-10 12:06:41 +00:00
Johannes Kirschbauer
944ac371bd
Disk Templates: Fix invalid toml frontmatter
2025-01-10 12:06:41 +00:00
hsjobeki
cfaa2f2e26
Merge pull request 'Inventory: warning on undefined tags, instead of error.' ( #2696 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2696
2025-01-10 12:06:01 +00:00
Johannes Kirschbauer
65ccf8e970
Fix: add values prios eval tests
2025-01-10 12:06:01 +00:00
Johannes Kirschbauer
7fe996848e
Webview: fix thread_task cannot raise exceptions
2025-01-10 12:06:01 +00:00
Johannes Kirschbauer
c6fe4f2625
API/vars: use string based interfaces to get and set vars to avoid state mutations
2025-01-10 12:06:01 +00:00
Johannes Kirschbauer
b6059fc506
Inventory: warning on undefined tags, instead of error.
2025-01-10 12:06:01 +00:00
clan-bot
3d962ee948
Merge pull request 'create synapse registration in systemd service instead of systemd.tmpfiles' ( #2709 ) from merge-when-green-joerg into main
2025-01-10 11:50:36 +00:00
Jörg Thalheim
fe80e3c630
container-driver: also include journal/systemd status
2025-01-10 12:45:00 +01:00
Jörg Thalheim
20b8532822
create synapse registration in systemd service instead of systemd.tmpfiles
2025-01-10 12:45:00 +01:00
clan-bot
c21cc4b00d
Merge pull request 'Update disko flake input' ( #2708 ) from pinpox/clan-core:update-disko-input into main
2025-01-09 16:12:26 +00:00
Pablo Ovelleiro Corral
c7d9a7de2b
Update disko flake input
...
Include fix from https://github.com/nix-community/disko/pull/934
The disko version before this makes the evaluation fail, if machines
import their own disko directly already.
2025-01-09 16:52:34 +01:00
Mic92
ca3e989aba
Merge pull request 'docs: Add debugging.md and repo-layout.md guides' ( #2706 ) from Mic92/clan-core:Qubasa-debugging-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2706
2025-01-09 13:01:49 +00:00
Qubasa
5b51950e6d
docs: Add debugging.md and repo-layout.md guides
2025-01-09 13:01:49 +00:00
clan-bot
4f76368f8e
Merge pull request 'gui-install: replace expect with bash' ( #2704 ) from test-pr into main
2025-01-09 11:49:13 +00:00
Jörg Thalheim
1420430d39
replace expect with bash.
2025-01-09 12:43:33 +01:00
Mic92
692c0f2a08
Merge pull request 'don't run sops + editor in a pipe' ( #2680 ) from sops-edit into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2680
2025-01-07 13:13:49 +00:00
Jörg Thalheim
65680649e0
don't run sops + editor in a pipe
2025-01-07 14:12:54 +01:00
clan-bot
ae874f6d73
Merge pull request 'API/vars: simplify get/set prompts' ( #2695 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-07 10:20:15 +00:00
Johannes Kirschbauer
6b209f1008
API/vars: simplify get/set prompts
2025-01-07 11:09:58 +01:00
clan-bot
5497a6e44b
Merge pull request 'chore create prettier config. Avoid ci/local formatting discprepancies' ( #2693 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-07 09:33:22 +00:00
Johannes Kirschbauer
b00bbf772f
UI: chore create prettier config. Avoid ci/local formatting discprepancies
2025-01-07 10:28:42 +01:00
clan-bot
00d0ed79f6
Merge pull request 'Disk workflow improvements.' ( #2692 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-07 09:27:18 +00:00
Johannes Kirschbauer
497002bb20
UI: improve disk workflow when already initialized
2025-01-07 10:22:18 +01:00
Johannes Kirschbauer
97e342d749
UI: fix select disabled
2025-01-07 10:21:47 +01:00
Johannes Kirschbauer
d5e54d262b
API: Disk templates, persist original values
2025-01-07 10:21:47 +01:00
clan-bot
4cd28f257a
Merge pull request 'Docs/drafts: remove unused drafts, {HardwareInstallation,SecretCLI}' ( #2691 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-07 08:18:26 +00:00
Johannes Kirschbauer
60d7941475
Docs/drafts: remove unused drafts, {HardwareInstallation,SecretCLI}
2025-01-07 09:14:03 +01:00
clan-bot
b9a00f3adc
Merge pull request 'Move clan-app to platform independent webview lib' ( #2690 ) from Qubasa/clan-core:Qubasa-main into main
2025-01-06 23:25:56 +00:00
Qubasa
0db9944699
clan-app: Fix python3Full and python3 incompatibilities. 'pytest' not found and devshell bugs
2025-01-07 00:10:34 +01:00
Qubasa
6a7da4ef11
clan-app: Fix clan-app-pytest not finding python3Full
2025-01-06 20:14:46 +01:00
Qubasa
bd9536e8f9
clan-app: fix webiview-lib under darwin
2025-01-06 20:14:42 +01:00
Qubasa
04e644cacc
clan: revert flake.lock upgrade
2025-01-06 20:14:35 +01:00
Qubasa
26ff5aa1e1
clan-cli: Ignore new type hints in api/serde.py
...
clan-cli: Ignore new type hints in api/serde.py
clan-cli: Ignore new type hints in api/serde.py
clan-cli: Ignore new type hints in api/serde.py
2025-01-06 20:14:28 +01:00
Qubasa
6f5aadcba5
clan-app: working nix run .#clan-app, working open_file with tkinter
2025-01-06 20:14:28 +01:00
Qubasa
973f8f0489
clan-app: working file dialogue
2025-01-06 20:14:24 +01:00
Qubasa
bed51fc324
clan-app: working js<->python api bridge
2025-01-06 20:14:20 +01:00
Qubasa
d60cd27097
Fix nix run .#clan-app
2025-01-06 20:14:20 +01:00
Qubasa
93d966e48d
clan-app: Fix EGL error by upgrading nixpkgs
2025-01-06 20:14:13 +01:00
Qubasa
85facd1c45
clan-app: added header files
2025-01-06 20:14:09 +01:00
Qubasa
64f5801343
clan-app: Working webview from webview lib
2025-01-06 20:14:05 +01:00
Qubasa
ea5a2a9447
clan-app: changed webui to webview lib
2025-01-06 20:14:01 +01:00
Qubasa
0fa1b4586d
clan-app: packaged c webui lib
2025-01-06 20:13:41 +01:00
clan-bot
3811db2b0b
Merge pull request 'UI: Installation steps' ( #2689 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-06 09:27:38 +00:00
Johannes Kirschbauer
7d796b7170
UI: break out install into step components
2025-01-06 10:22:17 +01:00
Johannes Kirschbauer
3b793bbe44
UI: fix select render nested portal within dialog
2025-01-06 10:21:51 +01:00
Johannes Kirschbauer
4ffa33407c
UI: typography add color: 'inherit'
2025-01-06 10:21:43 +01:00
Johannes Kirschbauer
7e8f1da220
UI: init components {group,section,sectionHeader}
2025-01-06 10:18:50 +01:00
Johannes Kirschbauer
7fe28e76f2
UI: init badge component
2025-01-06 10:17:01 +01:00
Johannes Kirschbauer
d0250140bc
UI: init slide animation keyframe
2025-01-06 10:16:26 +01:00
clan-bot
912c4704eb
Merge pull request 'Automatic flake update - treefmt-nix - 2025-01-06T00:00+00:00' ( #2686 ) from flake-update-treefmt-nix-2025-01-06 into main
2025-01-06 00:20:27 +00:00
clan-bot
97fe41b978
Merge pull request 'Automatic flake update - sops-nix - 2025-01-06T00:00+00:00' ( #2685 ) from flake-update-sops-nix-2025-01-06 into main
2025-01-06 00:17:29 +00:00
clan-bot
cc5d8cfae9
Merge pull request 'Automatic flake update - flake-parts - 2025-01-06T00:00+00:00' ( #2683 ) from flake-update-flake-parts-2025-01-06 into main
2025-01-06 00:06:05 +00:00
Clan Merge Bot
4900ab1bd8
update flake lock - treefmt-nix - 2025-01-06T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/9e09d30a644c57257715902efbb3adc56c79cf28?narHash=sha256-8T3K5amndEavxnludPyfj3Z1IkcFdRpR23q%2BT0BVeZE%3D' (2024-12-25)
→ 'github:numtide/treefmt-nix/1788ca5acd4b542b923d4757d4cfe4183cc6a92d?narHash=sha256-FBG9d7e0BTFfxVdw4b5EmNll2Mv7hfRc54hbB4LrKko%3D' (2025-01-05)
2025-01-06 00:00:43 +00:00
Clan Merge Bot
05a3b2ca03
update flake lock - sops-nix - 2025-01-06T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/bcb8b65aa596866eb7e5c3e1a6cccbf5d1560b27?narHash=sha256-ZjUjbvS06jf4fElOF4ve8EHjbpbRVHHypStoY8HGzk8%3D' (2024-12-29)
→ 'github:Mic92/sops-nix/5dc08f9cc77f03b43aacffdfbc8316807773c930?narHash=sha256-xJRN0FmX9QJ6%2Bw8eIIIxzBU1AyQcLKJ1M/Gp6lnSD20%3D' (2025-01-05)
2025-01-06 00:00:39 +00:00
Clan Merge Bot
e4ab7eda63
update flake lock - flake-parts - 2025-01-06T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9?narHash=sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c%3D' (2024-12-04)
→ 'github:hercules-ci/flake-parts/f2f7418ce0ab4a5309a4596161d154cfc877af66?narHash=sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq%2BraipRI%3D' (2025-01-01)
2025-01-06 00:00:02 +00:00
clan-bot
2b1f6ef374
Merge pull request 'UI: Improvements on install workflow.' ( #2682 ) from hsjobeki/clan-core:hsjobeki-main into main
2025-01-03 18:56:06 +00:00
Johannes Kirschbauer
f13be3acfe
UI: add todo, supress type warning
2025-01-03 19:52:34 +01:00
Johannes Kirschbauer
028ad8709f
UI: refactor machine install workflow into modal with steps
2025-01-03 16:38:50 +01:00
Johannes Kirschbauer
ca72550ade
UI: fix select, make selectProps optional
2025-01-03 16:38:14 +01:00
Johannes Kirschbauer
51ea8f350c
UI: typography init flag to omit color class
2025-01-03 16:37:32 +01:00
Johannes Kirschbauer
a4a062302e
UI: foward input variant to textInput
2025-01-03 16:36:59 +01:00
Johannes Kirschbauer
cb028ca8c0
UI: fix formLayout
2025-01-03 16:36:38 +01:00
Johannes Kirschbauer
9702204b00
UI: fix modal, rounding, min-width and other poperties
2025-01-03 16:36:07 +01:00
Johannes Kirschbauer
1def061ccc
UI: fix input base, use mathematical asterisk in required label
2025-01-03 16:35:23 +01:00
Johannes Kirschbauer
b3b9f00add
UI: expose more icons
2025-01-03 16:34:51 +01:00
Johannes Kirschbauer
96935c61f2
UI: fix button hover state disabled in disabled tsat
2025-01-03 16:33:51 +01:00
Johannes Kirschbauer
1bc5f4c5f8
UI: theme init semantic background colors
2025-01-03 16:33:23 +01:00
Johannes Kirschbauer
283dcae39f
UI: fix typography. Use explizit weights. Webkit seem to not understand all strings
2025-01-03 16:33:00 +01:00
Johannes Kirschbauer
88bade7c14
CLI: include command stderr on failures
2025-01-03 16:32:16 +01:00
Johannes Kirschbauer
08f6cdc43f
Serde: fix enum type conversion, ensure roundtrip stability
2025-01-03 16:31:25 +01:00
clan-bot
b2528fde5a
Merge pull request 'clanModules: fix broken dyndns build' ( #2681 ) from Qubasa/clan-core:Qubasa-fix_dyndns_build into main
2025-01-02 12:29:06 +00:00
Qubasa
dbe5cff0c3
clanModules: fix broken dyndns build
2025-01-02 13:20:43 +01:00
clan-bot
cfda6301fb
Merge pull request 'Docs: fix all broken anchor references' ( #2679 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-31 14:47:12 +00:00
Johannes Kirschbauer
807ab37c2e
Docs: fix all broken anchor references
2024-12-31 15:43:20 +01:00
clan-bot
44b5327be9
Merge pull request 'Chore: init settings submdule, move options into settings submodule' ( #2677 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-31 14:28:31 +00:00
Johannes Kirschbauer
ba76a372cf
Chore: move 'machineIcon','machineDescription' into 'clan.core.settings.machine' submodule
2024-12-31 15:24:53 +01:00
Johannes Kirschbauer
28a608cd2a
Chore: move 'icon','name' into 'clan.core.settings' submodule
2024-12-31 15:17:52 +01:00
Johannes Kirschbauer
69e378b65e
Chore: add description to settings.machine submodule
2024-12-31 15:07:34 +01:00
Johannes Kirschbauer
2c41e9f0c6
Chore:_migrate 'machineName' to 'settings.machine.name'
2024-12-31 14:55:50 +01:00
Johannes Kirschbauer
95fa227780
Chore: update docs
2024-12-31 14:22:00 +01:00
Johannes Kirschbauer
318a4f2d86
Chore: init settings submdule, move clanDir into settings submodule
2024-12-31 14:18:09 +01:00
clan-bot
5ba0dff53a
Merge pull request 'Docs: refactor all option documentation to use tree representations' ( #2676 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-31 12:38:03 +00:00
Johannes Kirschbauer
01adae4f3d
Docs: refactor all option documentation to use tree representations
...
Using a tree instead of a list leads to better representation of options
In the future this could also enable better disvocerability by applying tree-specific filters and views
The OptionList should only be used as an exchange format between nix and rendering tools
2024-12-31 13:34:32 +01:00
clan-bot
13b7a37994
Merge pull request 'clanModules: fix dyndns porkbun support' ( #2674 ) from Qubasa/clan-core:Qubasa-fix_dyndns_porkbun into main
2024-12-30 18:31:34 +00:00
Qubasa
a67beea34a
clanModules: migrate dyndns to vars.
2024-12-30 19:27:46 +01:00
Qubasa
03c5e14e01
clanModules: fix dyndns porkbun support
2024-12-30 18:47:38 +01:00
clan-bot
243e882541
Merge pull request 'UI: fix installer workflow asking for sudo pw in background' ( #2663 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-30 14:52:41 +00:00
Johannes Kirschbauer
7b930ab440
CLI: init cmd_with_root
2024-12-30 15:47:21 +01:00
Johannes Kirschbauer
a1c640db3d
UI: fix installer workflow asking for sudo pw in background
2024-12-30 15:47:21 +01:00
clan-bot
b75ddec89a
Merge pull request 'Automatic flake update - treefmt-nix - 2024-12-30T00:00+00:00' ( #2673 ) from flake-update-treefmt-nix-2024-12-30 into main
2024-12-30 00:22:17 +00:00
clan-bot
bd6ee4ce07
Merge pull request 'Automatic flake update - sops-nix - 2024-12-30T00:00+00:00' ( #2672 ) from flake-update-sops-nix-2024-12-30 into main
2024-12-30 00:19:42 +00:00
clan-bot
36b8169e01
Merge pull request 'Automatic flake update - disko - 2024-12-30T00:00+00:00' ( #2669 ) from flake-update-disko-2024-12-30 into main
2024-12-30 00:05:12 +00:00
Clan Merge Bot
33cbc842e4
update flake lock - treefmt-nix - 2024-12-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/65712f5af67234dad91a5a4baee986a8b62dbf8f?narHash=sha256-MMi74%2BWckoyEWBRcg/oaGRvXC9BVVxDZNRMpL%2B72wBI%3D' (2024-12-20)
→ 'github:numtide/treefmt-nix/9e09d30a644c57257715902efbb3adc56c79cf28?narHash=sha256-8T3K5amndEavxnludPyfj3Z1IkcFdRpR23q%2BT0BVeZE%3D' (2024-12-25)
2024-12-30 00:00:38 +00:00
Clan Merge Bot
bb28b6d490
update flake lock - sops-nix - 2024-12-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/ed091321f4dd88afc28b5b4456e0a15bd8374b4d?narHash=sha256-6OvJbqQ6qPpNw3CA%2BW8Myo5aaLhIJY/nNFDk3zMXLfM%3D' (2024-12-18)
→ 'github:Mic92/sops-nix/bcb8b65aa596866eb7e5c3e1a6cccbf5d1560b27?narHash=sha256-ZjUjbvS06jf4fElOF4ve8EHjbpbRVHHypStoY8HGzk8%3D' (2024-12-29)
2024-12-30 00:00:34 +00:00
Clan Merge Bot
06970be3f3
update flake lock - disko - 2024-12-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/2ee76c861af3b895b3b104bae04777b61397485b?narHash=sha256-hk0roBX10j/hospoWIJIJj3i2skd7Oml6yKQBx7mTFk%3D' (2024-12-20)
→ 'github:nix-community/disko/84a5b93637cc16cbfcc61b6e1684d626df61eb21?narHash=sha256-2dt1nOe9zf9pDkf5Kn7FUFyPRo581s0n90jxYXJ94l0%3D' (2024-12-29)
2024-12-30 00:00:01 +00:00
clan-bot
bf502c42ba
Merge pull request 'minimal-flake-parts template: fix clan inputs name' ( #2664 ) from fix-template into main
2024-12-29 15:49:56 +00:00
lassulus
2df801d36e
minimal-flake-parts template: fix clan inputs name
2024-12-29 16:45:23 +01:00
clan-bot
75b9559d57
Merge pull request 'UI: init draggable dialog' ( #2660 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-29 11:30:51 +00:00
Johannes Kirschbauer
2976fd9462
UI: fix missing types
2024-12-29 12:27:19 +01:00
Johannes Kirschbauer
a742228756
UI/flash: use modal for confirmation
2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
8473acde4e
UI/components: init draggable modal
2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
f7b6de6e9b
UI: add close icon
2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
b870f1a055
UI: add corvu solidjs dialog library
2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
11134abcaa
UI: init icons {attention,warning}
2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
4253e50943
API/serde: remove broken list sorting in serializer
2024-12-28 16:18:09 +01:00
Mic92
03bebc58ac
Merge pull request 'sshd: don't migrate openssh-rsa keys' ( #2658 ) from Mic92-rsa-key into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2658
2024-12-25 22:10:02 +00:00
Jörg Thalheim
85b2e214dc
sshd: don't migrate openssh-rsa keys
...
we never had a fact for this.
2024-12-25 23:05:57 +01:00
clan-bot
def79d7acd
Merge pull request 'sshd: add option to generate also rsa key' ( #2657 ) from rsa-key into main
2024-12-25 21:59:03 +00:00
Jörg Thalheim
73680d2492
fix spacing in error message
2024-12-25 22:55:03 +01:00
Jörg Thalheim
e0b18c1579
fix committing in git worktree
...
fixes https://git.clan.lol/clan/clan-core/issues/2636
2024-12-25 22:51:53 +01:00
Jörg Thalheim
55a88e43b5
sshd: add option to generate also rsa key
2024-12-25 22:51:53 +01:00
clan-bot
99fdf67962
Merge pull request 'vars password-store: fix usage with newer vars' ( #2656 ) from vars-pass-fix into main
2024-12-25 21:19:22 +00:00
lassulus
bffd0005be
vars password-store: fix usage with newer vars
2024-12-25 22:09:52 +01:00
clan-bot
cdaaed7911
Merge pull request 'vars: fix path to validation hashes' ( #2654 ) from validation-hashes into main
2024-12-25 20:16:01 +00:00
Jörg Thalheim
bc48ec738b
vars: commit validation hashes
2024-12-25 21:02:52 +01:00
clan-bot
42e56b1afe
Merge pull request 'vars: fix path to validation hashes' ( #2653 ) from validation-hashes into main
2024-12-25 19:54:49 +00:00
Jörg Thalheim
9fb0e3a1db
vars: fix path to validation hashes
2024-12-25 20:48:59 +01:00
Mic92
023d67643b
Merge pull request 'sshd: add invalidation hash for certificates' ( #2652 ) from sshd into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2652
2024-12-25 19:21:51 +00:00
Jörg Thalheim
14fdf2debd
vars/fact: isolate secret generation better from the system
2024-12-25 19:21:51 +00:00
Jörg Thalheim
24fea19344
vars: simplify validationHash type for better error messages
2024-12-25 19:21:51 +00:00
Jörg Thalheim
a04e251f96
re-generate ssh certificates when machine name or domains changes
2024-12-25 19:21:51 +00:00
clan-bot
862aef73eb
Merge pull request 'network-status: fix executable location' ( #2651 ) from Mic92-network-status into main
2024-12-24 10:53:35 +00:00
Jörg Thalheim
c8428d5899
network-status: fix executable location
2024-12-24 11:47:35 +01:00
clan-bot
a83c4dc79f
Merge pull request 'backup fixes' ( #2650 ) from borgbackup into main
2024-12-24 06:36:06 +00:00
Jörg Thalheim
7029ceda11
borgbackup: use writeShellApplication
2024-12-24 07:29:50 +01:00
Jörg Thalheim
bdbad62cac
borgbackup: make restore less verbose
2024-12-24 07:12:54 +01:00
Jörg Thalheim
6880d58344
borgbackup: avoid broken pipe
2024-12-24 07:12:54 +01:00
Jörg Thalheim
ed72d63c57
deltachat: fix test name
2024-12-24 07:11:00 +01:00
Jörg Thalheim
cc6f344001
backup/list: improve error reporting
2024-12-24 07:11:00 +01:00
Jörg Thalheim
71b3351061
borgbackup-list: use pipefail
2024-12-24 07:11:00 +01:00
Jörg Thalheim
87fa99f900
borgbackup-list: fix empty backup case
2024-12-24 07:11:00 +01:00
clan-bot
68d9354b72
Merge pull request 'Automatic flake update - treefmt-nix - 2024-12-23T00:00+00:00' ( #2648 ) from flake-update-treefmt-nix-2024-12-23 into main
2024-12-23 00:20:38 +00:00
clan-bot
8a6061010e
Merge pull request 'Automatic flake update - sops-nix - 2024-12-23T00:00+00:00' ( #2647 ) from flake-update-sops-nix-2024-12-23 into main
2024-12-23 00:18:52 +00:00
clan-bot
9ba6e07384
Merge pull request 'Automatic flake update - 2024-12-23T00:00+00:00' ( #2646 ) from flake-update-2024-12-23 into main
2024-12-23 00:16:05 +00:00
clan-bot
348b1a665d
Merge pull request 'Automatic flake update - nixpkgs - 2024-12-23T00:00+00:00' ( #2645 ) from flake-update-nixpkgs-2024-12-23 into main
2024-12-23 00:15:31 +00:00
Clan Merge Bot
b8695ae4d1
update flake lock - treefmt-nix - 2024-12-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)
→ 'github:numtide/treefmt-nix/65712f5af67234dad91a5a4baee986a8b62dbf8f?narHash=sha256-MMi74%2BWckoyEWBRcg/oaGRvXC9BVVxDZNRMpL%2B72wBI%3D' (2024-12-20)
2024-12-23 00:00:23 +00:00
Clan Merge Bot
aeefea9411
update flake lock - sops-nix - 2024-12-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004?narHash=sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs%3D' (2024-12-12)
→ 'github:Mic92/sops-nix/ed091321f4dd88afc28b5b4456e0a15bd8374b4d?narHash=sha256-6OvJbqQ6qPpNw3CA%2BW8Myo5aaLhIJY/nNFDk3zMXLfM%3D' (2024-12-18)
2024-12-23 00:00:20 +00:00
Clan Merge Bot
50fd58f421
update flake lock - 2024-12-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2?narHash=sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU%3D' (2024-12-13)
→ 'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004?narHash=sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs%3D' (2024-12-12)
→ 'github:Mic92/sops-nix/ed091321f4dd88afc28b5b4456e0a15bd8374b4d?narHash=sha256-6OvJbqQ6qPpNw3CA%2BW8Myo5aaLhIJY/nNFDk3zMXLfM%3D' (2024-12-18)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)
→ 'github:numtide/treefmt-nix/65712f5af67234dad91a5a4baee986a8b62dbf8f?narHash=sha256-MMi74%2BWckoyEWBRcg/oaGRvXC9BVVxDZNRMpL%2B72wBI%3D' (2024-12-20)
2024-12-23 00:00:20 +00:00
Clan Merge Bot
7cc5886dd8
update flake lock - nixpkgs - 2024-12-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2?narHash=sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU%3D' (2024-12-13)
→ 'github:NixOS/nixpkgs/4989a246d7a390a859852baddb1013f825435cee?narHash=sha256-kMBQ5PRiFLagltK0sH%2B08aiNt3zGERC2297iB6vrvlU%3D' (2024-12-17)
2024-12-23 00:00:18 +00:00
Mic92
4cc9aeb246
Merge pull request 'install: upload vars needed for activation for installation' ( #2643 ) from Enzime/clan-core:push-yvpxptntlmuy into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2643
2024-12-22 05:53:26 +00:00
Michael Hoang
60ef888636
vars: make populate_dir a method of StoreBase
2024-12-22 05:53:26 +00:00
Michael Hoang
7aa275a5b4
install: upload vars needed for activation for installation
2024-12-22 05:53:26 +00:00
clan-bot
02a067deca
Merge pull request 'flake: update disko for automatically loading ZFS keys' ( #2644 ) from Enzime/clan-core:push-vxmqvsomutou into main
2024-12-22 04:47:50 +00:00
Michael Hoang
0e3e906ea5
flake: update disko for automatically loading ZFS keys
2024-12-22 15:40:59 +11:00
clan-bot
e8c157a512
Merge pull request 'machines: don't build on target machine if remote builders can be used' ( #2639 ) from Enzime/clan-core:push-xzowvlsoytvv into main
2024-12-20 23:47:05 +00:00
Michael Hoang
dd101e030b
lint: don't ignore rule that has been removed upstream
2024-12-21 10:43:17 +11:00
Michael Hoang
27849a61db
machines: don't build on target machine if remote builders can be used
2024-12-21 10:43:17 +11:00
clan-bot
9f4eb3228c
Merge pull request 'API: Display only local block devices, remote ones should be retrieved from hw-report' ( #2642 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-20 19:20:54 +00:00
Johannes Kirschbauer
f747003893
UI: fix interface breakages on some components. Features will be migrated later
2024-12-20 20:14:42 +01:00
Johannes Kirschbauer
450408b6cb
UI: suppress type problems with tailwind
2024-12-20 19:15:37 +01:00
Johannes Kirschbauer
e766cf5eaf
Docs: add permanent footer with prev/next buttons
2024-12-20 19:13:55 +01:00
Johannes Kirschbauer
e578b57e13
UI: init tailwind popover-open variant
2024-12-20 18:15:11 +01:00
Johannes Kirschbauer
981e47bbcf
UI: use FieldLayout in machine detail page
2024-12-20 18:14:41 +01:00
Johannes Kirschbauer
ba47dfc2ec
UI: migrate flash installer page
2024-12-20 18:14:14 +01:00
Johannes Kirschbauer
29f7cafcca
UI/TextInput: use FieldLayout
2024-12-20 18:13:41 +01:00
Johannes Kirschbauer
94ab273d74
UI: fixup Select component design & api
2024-12-20 18:13:06 +01:00
Johannes Kirschbauer
fd2ba1e220
UI: init FieldLayout wrapper
2024-12-20 18:11:36 +01:00
Johannes Kirschbauer
9de16d2e81
UI typography: export reusable types
2024-12-20 18:11:19 +01:00
Johannes Kirschbauer
dacfd69855
UI: init InputError component
2024-12-20 18:10:56 +01:00
Johannes Kirschbauer
ff2a08370a
UI: remove unused blockdevices route
2024-12-20 18:10:11 +01:00
Johannes Kirschbauer
52db0e4e6c
API: Display only local block devices, remote ones should be retrieved from hw-report
2024-12-20 18:09:39 +01:00
clan-bot
0427d5ebe4
Merge pull request 'backups: throw error if no provider specified' ( #2641 ) from DavHau/clan-core:DavHau-dave into main
2024-12-20 13:34:05 +00:00
DavHau
a5f82fc885
backups: throw error if no provider specified
2024-12-20 20:27:58 +07:00
clan-bot
49002c0960
Merge pull request 'machines update: remove unecessary special handling for non-path flakes' ( #2640 ) from DavHau/clan-core:DavHau-dave into main
2024-12-20 12:29:39 +00:00
DavHau
b451d7c3ff
machines update: remove unecessary special handling for non-path flakes
2024-12-20 19:23:25 +07:00
clan-bot
7a38cc28ec
Merge pull request 'clanModules/borgbackup: make backup directory configurable' ( #2637 ) from borgbackup into main
2024-12-20 10:33:38 +00:00
clan-bot
2e06e12fdb
Merge pull request 'flake: autodetect kernel modules for networking in initrd' ( #2638 ) from Enzime/clan-core:push-qzyxnlulwoxz into main
2024-12-20 06:06:51 +00:00
Michael Hoang
2b64c7c879
flake: autodetect kernel modules for networking in initrd
...
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/862648589993a96480c2255197a28feea712f68f?narHash=sha256-zSQ2cR%2BNRJfHUVfkv%2BO6Wi53wXfzX8KHiO8fRfnvc0M%3D' (2024-11-22)
→ 'github:numtide/nixos-facter-modules/536472754982bf03079b4b4e0261838a760587c0?narHash=sha256-MRqwVAe3gsb88u4ME1UidmZFVCx%2BFEnoob0zkpO9DMY%3D' (2024-12-19)
2024-12-20 16:59:21 +11:00
Jörg Thalheim
b9e47844d9
clanModules/borgbackup: make backup directory configurable
...
This is useful if your have external storage for it.
2024-12-19 20:22:49 +01:00
clan-bot
ab44967490
Merge pull request 'vars: allow setting files as needed for activation' ( #2633 ) from vars-needed_activation into main
2024-12-19 12:26:58 +00:00
lassulus
d91f653a65
vars: allow setting files as needed for activation
2024-12-19 13:05:05 +01:00
clan-bot
0c971ef3be
Merge pull request 'vars/fix: mention machine in error message for fix' ( #2635 ) from DavHau/clan-core:DavHau-dave into main
2024-12-19 10:45:45 +00:00
DavHau
ca614af0d4
vars/fix: mention machine in error message for fix
2024-12-19 17:39:02 +07:00
clan-bot
0641a20bd2
Merge pull request 'clan-cli: Fix command and multiple other issues' ( #2634 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-18 14:34:59 +00:00
Qubasa
94b99034c9
clan-cli: Fix clan install command and multiple other issues
2024-12-18 15:29:08 +01:00
clan-bot
37dc74d0f7
Merge pull request 'vars: fix running generators on macOS' ( #2632 ) from Enzime/clan-core:push-wlpmppqqxyqs into main
2024-12-18 13:22:55 +00:00
Michael Hoang
34b2b40222
vars: fix running generators on macOS
2024-12-19 00:16:22 +11:00
clan-bot
6274ae0401
Merge pull request 'pkgs/cli: Fix target_host for machines install' ( #2631 ) from kenji/clan-core:kenji-fix-target-host into main
2024-12-18 10:11:53 +00:00
a-kenji
1596ecdb3d
pkgs/cli: Fix target_host for machines install
...
Use the correct `target_host`, if a user is defined.
Before the change:
```console
$ clan machines install
$ Install jon to 49.13.232.197? [y/N]
```
After the change:
```console
$ clan machines install
$ Install jon to root@49.13.232.197 ? [y/N]
```
Because root is the configured user for `target_host`, this is the
correct behavior.
2024-12-17 22:29:54 +01:00
clan-bot
cedcf49483
Merge pull request 'updating groups/machines/users keys now also update vars secrets' ( #2630 ) from shrink-vars-tests into main
2024-12-17 19:55:56 +00:00
clan-bot
0f42bc09ca
Merge pull request 'UI/chore: init typography xxs body' ( #2627 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-17 18:43:06 +00:00
Johannes Kirschbauer
f492601d7b
UI: replace TextInput with simple Layout of InputBase, InputLabel, ErrorMessage
2024-12-17 19:37:07 +01:00
Jörg Thalheim
7466445653
updating groups/machines/users keys now also update vars secrets
2024-12-17 19:24:30 +01:00
clan-bot
c80139eb8f
Merge pull request 'machine_logger: increase truncation limit to 20' ( #2629 ) from Mic92-shrink-vars-tests into main
2024-12-17 18:22:24 +00:00
Jörg Thalheim
0e455cc77e
machine_logger: increase truncation limit to 20
...
10 was a bit short.
2024-12-17 17:51:47 +01:00
clan-bot
b1de7a91c7
Merge pull request 'Merge vars tests into fewer ones for speed' ( #2628 ) from shrink-vars-tests into main
2024-12-17 16:48:17 +00:00
Jörg Thalheim
9d9e5bdd26
vars/tests: merge test_build_scripts_for_correct_system into test_generate_secret_for_multiple_machines
2024-12-17 17:39:27 +01:00
Jörg Thalheim
1255c3108e
merge three prompt type tests into one
2024-12-17 17:39:19 +01:00
Jörg Thalheim
5ebbb3ee98
vars: remove duplicate test
2024-12-17 17:21:10 +01:00
Jörg Thalheim
ab1626d0eb
var: merge migration tests into one
2024-12-17 17:21:10 +01:00
Jörg Thalheim
0ab3ec5e16
vars: delete duplicate shared flag test
2024-12-17 17:21:01 +01:00
Jörg Thalheim
8cc41f543a
clan_cli: merge four var tests into one
2024-12-17 17:21:01 +01:00
Johannes Kirschbauer
0a31552661
UI: init {InputBase,InputLabel}
2024-12-17 16:58:06 +01:00
Johannes Kirschbauer
c891612006
UI/chore: init typography xxs body
2024-12-17 16:56:17 +01:00
clan-bot
b1fcc72748
Merge pull request 'clan_cli: improve target_host handling for clan machines install' ( #2626 ) from Enzime/clan-core:push-pplrtxtyoyks into main
2024-12-17 13:52:43 +00:00
Michael Hoang
abd145aaaa
clan_cli: always use --target-host if specified for machines install
2024-12-18 00:13:17 +11:00
Michael Hoang
0ca2e7f728
clan_cli: fix target_host when running clan machines install
2024-12-18 00:08:10 +11:00
clan-bot
65479b581f
Merge pull request 'UI: init label typography' ( #2625 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-17 12:51:09 +00:00
Johannes Kirschbauer
d8b1c54fb9
UI/chore: consistent color utils
2024-12-17 13:44:46 +01:00
Johannes Kirschbauer
e93df3a701
UI: init label typography
2024-12-17 13:43:25 +01:00
clan-bot
24ed980114
Merge pull request 'clan-cli: Make clan ssh automatically start tor' ( #2623 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-17 11:19:21 +00:00
Qubasa
648d95b248
clan-cli: Make clan ssh automatically start tor
2024-12-17 12:13:18 +01:00
clan-bot
b766b72430
Merge pull request 'lib/*/interface.nix: Fix typos' ( #2622 ) from kenji/clan-core:kenji-fix-typos into main
2024-12-17 11:05:02 +00:00
a-kenji
4ad2dcdf4e
lib/*/interface.nix: Fix typos
2024-12-17 11:58:28 +01:00
clan-bot
8780f8697b
Merge pull request 'vars: commit files for clan vars set' ( #2621 ) from DavHau/clan-core:DavHau-dave into main
2024-12-17 09:02:41 +00:00
DavHau
7b3b1018aa
vars: commit files for clan vars set
...
fixes #2601
2024-12-17 15:56:08 +07:00
clan-bot
a627252bfb
Merge pull request 'clan-cli: don't list non-Clan NixOS configurations' ( #2620 ) from Enzime/clan-core:push-mntkrzqskqym into main
2024-12-17 04:18:55 +00:00
Michael Hoang
e7dcabc5c4
clan-cli: don't list non-Clan NixOS configurations
2024-12-17 15:11:38 +11:00
clan-bot
1b5cb6a5b4
Merge pull request 'clan-cli: fix nix run clan-core failing inside direnv' ( #2619 ) from Enzime/clan-core:push-slxswzoytzut into main
2024-12-17 02:11:44 +00:00
Michael Hoang
877862d758
clan-cli: fix PATH not correctly including runtime dependencies
2024-12-17 13:05:25 +11:00
Michael Hoang
160854a31d
clan-cli: fix nix run clan-core failing inside direnv
2024-12-17 10:55:36 +11:00
clan-bot
4e82a1b5e1
Merge pull request 'refactor: mapAttrsFlatten -> mapAttrsToList' ( #2618 ) from DavHau/clan-core:DavHau-wifi into main
2024-12-16 16:56:21 +00:00
DavHau
f941decd07
refactor: mapAttrsFlatten -> mapAttrsToList
2024-12-16 23:50:27 +07:00
clan-bot
9f42196826
Merge pull request 'wifi: make available for non-inventory use' ( #2617 ) from DavHau/clan-core:DavHau-wifi into main
2024-12-16 15:30:45 +00:00
DavHau
3d6769ace5
wifi: make available for non-inventory use
2024-12-16 22:24:49 +07:00
clan-bot
b79a22a6fb
Merge pull request 'build-clan: fix bug where vars generator scripts are built for target system instead of local system' ( #2615 ) from DavHau/clan-core:DavHau-dave into main
2024-12-16 12:26:33 +00:00
DavHau
5d47622a78
build-clan: fix bug where vars generator scripts are built for target system instead of local system
2024-12-16 19:20:17 +07:00
clan-bot
dbef54ff56
Merge pull request 'clanModules/wifi: make ssid a secret' ( #2616 ) from DavHau/clan-core:DavHau-wifi into main
2024-12-16 12:13:50 +00:00
DavHau
ba50b0a039
clanModules/wifi: make ssid a secret
2024-12-16 19:04:42 +07:00
clan-bot
a955d6775b
Merge pull request 'Add documentation how to connect to installer' ( #2600 ) from Mic92-vars-fixes into main
2024-12-16 09:15:49 +00:00
clan-bot
781b6d5908
Merge pull request 'facts: don't swallow exceptions when running clan facts generate' ( #2614 ) from Enzime/clan-core:push-wvuutyklqsrv into main
2024-12-16 09:12:28 +00:00
Michael Hoang
a876a5d6f4
facts: don't swallow exceptions when running clan facts generate
2024-12-16 17:06:29 +11:00
clan-bot
feadae816c
Merge pull request 'Automatic flake update - treefmt-nix - 2024-12-16T00:00+00:00' ( #2613 ) from flake-update-treefmt-nix-2024-12-16 into main
2024-12-16 00:27:17 +00:00
clan-bot
b36a2dea27
Merge pull request 'Automatic flake update - 2024-12-16T00:00+00:00' ( #2611 ) from flake-update-2024-12-16 into main
2024-12-16 00:22:57 +00:00
clan-bot
9998ec2388
Merge pull request 'Automatic flake update - nixpkgs - 2024-12-16T00:00+00:00' ( #2610 ) from flake-update-nixpkgs-2024-12-16 into main
2024-12-16 00:21:26 +00:00
clan-bot
d772130c0f
Merge pull request 'Automatic flake update - sops-nix - 2024-12-16T00:00+00:00' ( #2612 ) from flake-update-sops-nix-2024-12-16 into main
2024-12-16 00:21:25 +00:00
clan-bot
c464661828
Merge pull request 'Automatic flake update - disko - 2024-12-16T00:00+00:00' ( #2609 ) from flake-update-disko-2024-12-16 into main
2024-12-16 00:11:55 +00:00
Clan Merge Bot
dac73e6e1e
update flake lock - treefmt-nix - 2024-12-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/357cda84af1d74626afb7fb3bc12d6957167cda9?narHash=sha256-9qOp6jNdezzLMxwwXaXZWPXosHbNqno%2Bf7Ii/xftqZ8%3D' (2024-12-08)
→ 'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)
2024-12-16 00:00:27 +00:00
Clan Merge Bot
df77e1e741
update flake lock - 2024-12-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/785c1e02c7e465375df971949b8dcbde9ec362e5?narHash=sha256-8dupm9GfK%2BBowGdQd7EHK5V61nneLfr9xR6sc5vtDi0%3D' (2024-12-02)
→ 'github:nix-community/disko/d32f2d1750d61a476a236526b725ec5a32e16342?narHash=sha256-OIitVU%2BIstPbX/NWn2jLF%2B/sT9dVKcO2FKeRAzlyX6c%3D' (2024-12-13)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/929116e316068c7318c54eb4d827f7d9756d5e9c?narHash=sha256-aLJxoTDDSqB%2B/3orsulE6/qdlX6MzDLIITLZqdgMpqo%3D' (2024-12-05)
→ 'github:NixOS/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2?narHash=sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU%3D' (2024-12-13)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/c6134b6fff6bda95a1ac872a2a9d5f32e3c37856?narHash=sha256-m6/qwJAJYcidGMEdLqjKzRIjapK4nUfMq7rDCTmZajc%3D' (2024-12-02)
→ 'github:Mic92/sops-nix/2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004?narHash=sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs%3D' (2024-12-12)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/357cda84af1d74626afb7fb3bc12d6957167cda9?narHash=sha256-9qOp6jNdezzLMxwwXaXZWPXosHbNqno%2Bf7Ii/xftqZ8%3D' (2024-12-08)
→ 'github:numtide/treefmt-nix/0ce9d149d99bc383d1f2d85f31f6ebd146e46085?narHash=sha256-s4DalCDepD22jtKL5Nw6f4LP5UwoMcPzPZgHWjAfqbQ%3D' (2024-12-09)
2024-12-16 00:00:23 +00:00
Clan Merge Bot
c1e062555a
update flake lock - sops-nix - 2024-12-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/c6134b6fff6bda95a1ac872a2a9d5f32e3c37856?narHash=sha256-m6/qwJAJYcidGMEdLqjKzRIjapK4nUfMq7rDCTmZajc%3D' (2024-12-02)
→ 'github:Mic92/sops-nix/2d73fc6ac4eba4b9a83d3cb8275096fbb7ab4004?narHash=sha256-GZ4YtqkfyTjJFVCub5yAFWsHknG1nS/zfk7MuHht4Fs%3D' (2024-12-12)
2024-12-16 00:00:23 +00:00
Clan Merge Bot
2f79350ad0
update flake lock - nixpkgs - 2024-12-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/929116e316068c7318c54eb4d827f7d9756d5e9c?narHash=sha256-aLJxoTDDSqB%2B/3orsulE6/qdlX6MzDLIITLZqdgMpqo%3D' (2024-12-05)
→ 'github:NixOS/nixpkgs/71a6392e367b08525ee710a93af2e80083b5b3e2?narHash=sha256-0XovF7BYP50rTD2v4r55tR5MuBLet7q4xIz6Rgh3BBU%3D' (2024-12-13)
2024-12-16 00:00:20 +00:00
Clan Merge Bot
f5e97d4949
update flake lock - disko - 2024-12-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/785c1e02c7e465375df971949b8dcbde9ec362e5?narHash=sha256-8dupm9GfK%2BBowGdQd7EHK5V61nneLfr9xR6sc5vtDi0%3D' (2024-12-02)
→ 'github:nix-community/disko/d32f2d1750d61a476a236526b725ec5a32e16342?narHash=sha256-OIitVU%2BIstPbX/NWn2jLF%2B/sT9dVKcO2FKeRAzlyX6c%3D' (2024-12-13)
2024-12-16 00:00:01 +00:00
clan-bot
42e840c634
Merge pull request 'cli vars generate: quote generate name' ( #2608 ) from vars-quote-generator into main
2024-12-15 12:29:42 +00:00
lassulus
74cec1d102
cli vars generate: quote generate name
2024-12-15 13:23:11 +01:00
clan-bot
4632be3c5e
Merge pull request 'ssh: improve parsing of ipv6 hostnames' ( #2607 ) from DavHau/clan-core:DavHau-dave into main
2024-12-15 10:53:45 +00:00
DavHau
907fab455a
ssh: improve parsing of ipv6 hostnames
2024-12-15 17:46:50 +07:00
clan-bot
fab96ab7e8
Merge pull request 'vars: eval finalScript lazy' ( #2606 ) from lazy-finalscript into main
2024-12-14 16:12:26 +00:00
lassulus
e0f95a7a16
cli vars generate: mount test_store into bwrap
2024-12-14 17:05:27 +01:00
lassulus
0ce51a4e5c
cli test_vars: make output check less sensible to nix output
2024-12-14 13:42:31 +01:00
lassulus
c888f01823
vars: eval finalScript lazy
2024-12-14 13:38:51 +01:00
lassulus
a364a5b800
cli nix_build: don't create output symlink if no gcroot is given
2024-12-14 13:38:51 +01:00
clan-bot
b8bb1bf478
Merge pull request 'UI: sidebar add icons to sections' ( #2605 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-13 10:54:56 +00:00
Johannes Kirschbauer
35780186bc
UI: sidebar add icons to sections
2024-12-13 11:48:00 +01:00
clan-bot
1c618ce4de
Merge pull request 'clan-cli: Rework 'clan ssh' command, improve Tor support.' ( #2604 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-12 23:18:31 +00:00
Qubasa
e490207d12
clan-cli: Rework 'clan ssh' command, improve Tor support.
2024-12-13 00:11:18 +01:00
clan-bot
74ef015002
Merge pull request 'clan-cli: Replace log.info to machine.info if applicable' ( #2602 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-12 14:44:03 +00:00
Qubasa
ec54a6a978
clan-cli: Replace log.info to machine.info if applicable
2024-12-12 15:36:17 +01:00
Jörg Thalheim
edbe87f841
add documentation how to connect to installer.
2024-12-11 21:44:20 +01:00
Jörg Thalheim
7b50fc4982
installer: move network-status into $PATH
2024-12-11 21:44:20 +01:00
Mic92
3295b9fc92
Merge pull request 'Fixes for VMs' ( #2598 ) from vars-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2598
2024-12-11 17:44:09 +00:00
Jörg Thalheim
13e72c7dbb
vms: don't leak vsock sockets in error case
2024-12-11 17:44:09 +00:00
Jörg Thalheim
0a3e49ba11
no longer use deprecated hardware.opengl
2024-12-11 17:44:09 +00:00
Jörg Thalheim
0c20a8f522
remove clanCore in comment
2024-12-11 17:44:09 +00:00
clan-bot
e03f4c1292
Merge pull request 'pkgs/cli: Deprecate clanCore usage in favor of clan.core in clan state list' ( #2597 ) from kenji/clan-core:kenji-clan-core-state into main
2024-12-11 15:56:59 +00:00
Mic92
90eeef80ef
Merge pull request 'improve clan vars fix command' ( #2596 ) from sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2596
2024-12-11 15:50:06 +00:00
a-kenji
d4ffeaf60f
pkgs/cli: Deprecate clanCore usage in favor of clan.core in clan state list
2024-12-11 16:45:47 +01:00
Jörg Thalheim
7d7e0c0714
fix clan vars for public vars
2024-12-11 16:39:54 +01:00
Jörg Thalheim
85676bc44f
improve error message if sops secret contains unknown key
2024-12-11 16:18:18 +01:00
Mic92
23fab6155c
Merge pull request 'waypipe: mark only supported on Linux' ( #2573 ) from sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2573
2024-12-11 14:38:36 +00:00
Jörg Thalheim
7c76b52a8d
run clang-format
2024-12-11 14:38:36 +00:00
Jörg Thalheim
64f537c22d
add formatters for the rest
2024-12-11 14:38:36 +00:00
Jörg Thalheim
dfd1aa9d15
documentation to mkdocs locally
2024-12-11 14:38:36 +00:00
Jörg Thalheim
bdd7eb2d89
prettier: also format json
2024-12-11 14:38:36 +00:00
Jörg Thalheim
6310fc12fb
waypipe: only supported on Linux
2024-12-11 14:38:36 +00:00
clan-bot
b36f07057a
Merge pull request 'UI: general improvments on layout and responsiveness' ( #2595 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-11 11:00:13 +00:00
Johannes Kirschbauer
b7abbeffdd
UI: machine details layout consistent
2024-12-11 11:34:02 +01:00
Johannes Kirschbauer
ad69b8749e
UI: flash installer layout consistent
2024-12-11 11:33:37 +01:00
Johannes Kirschbauer
98a5fa038c
UI: switch some icons
2024-12-11 11:33:28 +01:00
Johannes Kirschbauer
f3f4a7dfb1
UI: add back button to header
2024-12-11 11:33:15 +01:00
Johannes Kirschbauer
f5fcb7b582
UI: fix typography not beeing reponsive
2024-12-11 11:33:04 +01:00
Johannes Kirschbauer
99dd437834
UI: module list toggle {list,grid} view
2024-12-11 11:32:51 +01:00
Johannes Kirschbauer
e9aa6d2298
UI: machine list toggle {list,grid} view
2024-12-11 11:32:34 +01:00
Johannes Kirschbauer
131ed69d53
UI: machine listitem pepare for grid view
2024-12-11 11:32:10 +01:00
Johannes Kirschbauer
cfba2e2288
UI: backButton fixes
2024-12-11 11:31:45 +01:00
Johannes Kirschbauer
7553ee2dc8
UI: fix responsive sidebar
2024-12-11 11:31:28 +01:00
Johannes Kirschbauer
cd2b19d4c5
Doc: ui/build explain custom build script
2024-12-11 11:28:36 +01:00
hsjobeki
53e75475ff
Merge pull request 'Inventory/check: remove not set fields from inventory' ( #2594 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2594
2024-12-11 08:54:22 +00:00
Johannes Kirschbauer
cfaf919778
Inventory/check: remove not set fields from inventory
2024-12-11 08:54:22 +00:00
clan-bot
ccbc2163f9
Merge pull request 'vars: add test to ensure shared secrets access after --regenerate' ( #2593 ) from DavHau/clan-core:DavHau-dave into main
2024-12-11 08:52:07 +00:00
DavHau
98ec56b9ee
vars: add test to ensure shared secrets access after --regenerate
...
Ensure that a shared secret can still be accessed by all machines that share it, after a 'clan vars generate --regenerate' has been issued
2024-12-11 15:44:30 +07:00
clan-bot
db5ae2ca6f
Merge pull request 'vars: add test for shared secret not being regenerated' ( #2592 ) from DavHau/clan-core:DavHau-dave into main
2024-12-11 08:21:03 +00:00
DavHau
d925f4330d
vars: add test for shared secret not being regenerated
...
see https://git.clan.lol/clan/clan-core/issues/2393
2024-12-11 15:14:44 +07:00
clan-bot
cd2a4210ac
Merge pull request 'docs: small fixes' ( #2590 ) from Enzime/clan-core:push-ntnmoqslpuot into main
2024-12-11 03:42:04 +00:00
Michael Hoang
38d867a4e1
docs: update Adding Machines guide
2024-12-11 14:35:44 +11:00
Michael Hoang
ad4a3b473f
docs: update Matrix link
2024-12-11 10:18:36 +11:00
Michael Hoang
f406da7774
docs: fix typos
2024-12-11 10:18:24 +11:00
clan-bot
cd5725ef25
Merge pull request 'App: api return errors to js on invalid api methods' ( #2589 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-10 20:56:39 +00:00
Johannes Kirschbauer
38a47ae2e4
App: API return errors to js on invalid api methods
2024-12-10 21:50:04 +01:00
clan-bot
bf021d25c1
Merge pull request 'UI: Layout improvements & serde fix.' ( #2585 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-10 20:35:24 +00:00
Johannes Kirschbauer
b40a4da301
UI: improve create machine form
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
29d3049022
UI: fixup machine details
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
89f8a2275d
UI: init machine avatar component
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
a7191b1c90
UI/Header: move header into subpages & fix general layout
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
8ae29bd385
UI/Dynamic form: display item title of array items
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
60aa21a2fc
UI: add default tag to Typography
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
4f66d7b89b
UI: fix reactive RndThumbnail
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
669452be31
UI: menu use ghost button
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
5f79f92dc5
UI/button: init ghost variant
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
004feeedf6
UI: machine list item change icon
2024-12-10 21:26:59 +01:00
Johannes Kirschbauer
dfd464dbb2
UI: redirect to /machines on initial page
2024-12-10 21:26:59 +01:00
clan-bot
edc8d0cf0e
Merge pull request 'fix: Calculate a seperate delete delta for removed data' ( #2587 ) from hsjobeki/clan-core:fix/writeable into main
2024-12-10 20:26:45 +00:00
clan-bot
9a1145d45c
Merge pull request 'clan-cli: Fix incorrect throw on clan update' ( #2588 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-10 20:20:48 +00:00
Johannes Kirschbauer
2669d6a2cc
Inventory: init delete patial data
2024-12-10 21:19:04 +01:00
Qubasa
b1012d8e01
clan-cli: Fix incorrect throw on clan update
2024-12-10 21:12:32 +01:00
Johannes Kirschbauer
f65e92191a
Inventory: fix persistence
2024-12-10 16:41:40 +01:00
clan-bot
a63865e90b
Merge pull request 'vars: remove intermediate classes' ( #2584 ) from vars-rip-intermediate into main
2024-12-10 15:37:20 +00:00
Johannes Kirschbauer
caa8f21df5
Serde: fix inherit writeability from parent on unspecified entries
2024-12-10 15:48:45 +01:00
Johannes Kirschbauer
a3423130ed
API: fix create machine should set machine description and other data
2024-12-10 15:17:41 +01:00
Johannes Kirschbauer
1536c77c19
API: init method for getting write info
2024-12-10 15:17:41 +01:00
Johannes Kirschbauer
0553629cae
serde: add suppport for converting sets
2024-12-10 15:17:41 +01:00
lassulus
91118745de
vars: remove intermediate classes
2024-12-10 14:04:31 +01:00
lassulus
250da4a314
Merge pull request 'vars: move ensure_consistent_state into health_check, move into store classes' ( #2570 ) from vars-health_check into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2570
2024-12-10 11:54:52 +00:00
lassulus
3337d7bce6
vars: move ensure_consistent_state into health_check, move into store classes
2024-12-10 11:54:52 +00:00
clan-bot
8d505f6ee5
Merge pull request 'Make treefmt-nix optional' ( #2582 ) from Enzime/clan-core:push-ntosnzxwuvmq into main
2024-12-10 07:05:32 +00:00
Michael Hoang
68fbffec48
Make treefmt-nix optional
2024-12-10 17:48:28 +11:00
clan-bot
1c23cfa603
Merge pull request 'clan-cli: Fix missing error propagation in deploy' ( #2581 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-09 23:10:28 +00:00
Qubasa
343305c519
clan-cli: Fix missing error propagation in deploy
2024-12-10 00:03:33 +01:00
clan-bot
05bae0f85c
Merge pull request 'clan-cli: Replace HostGroup and MachineGroup with generic AsyncRuntime class. Propagate cmd prefix over thread local. Close threads on CTRL+C' ( #2580 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-09 17:13:36 +00:00
Qubasa
3cc7511764
clan-cli: Replace HostGroup and MachineGroup with generic AsyncRuntime class. Propagate cmd prefix over thread local. Close threads on CTRL+C
2024-12-09 18:07:23 +01:00
clan-bot
bba249959b
Merge pull request 'Automatic flake update - 2024-12-09T00:00+00:00' ( #2576 ) from flake-update-2024-12-09 into main
2024-12-09 16:28:00 +00:00
lassulus
22848256d8
installer-test: adapt to upstream changes
2024-12-09 17:21:14 +01:00
lassulus
7b0cbc3182
postgresql: nix fmt
2024-12-09 12:57:23 +01:00
Clan Merge Bot
5d962bd4ba
update flake lock - 2024-12-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/2814a5224a47ca19e858e027f7e8bff74a8ea9f1?narHash=sha256-2uMaVAZn7fiyTUGhKgleuLYe5%2BEAAYB/diKxrM7g3as%3D' (2024-11-30)
→ 'github:nix-community/disko/785c1e02c7e465375df971949b8dcbde9ec362e5?narHash=sha256-8dupm9GfK%2BBowGdQd7EHK5V61nneLfr9xR6sc5vtDi0%3D' (2024-12-02)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/506278e768c2a08bec68eb62932193e341f55c90?narHash=sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS%2Bb4tfNFCwE%3D' (2024-11-01)
→ 'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9?narHash=sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c%3D' (2024-12-04)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/2c27ab2e60502d1ebb7cf38909de38663f762a79?narHash=sha256-n/DOfpKH1vkukuBnach91QBQId2dr5tkE7/7UrkV2zw%3D' (2024-12-01)
→ 'github:NixOS/nixpkgs/929116e316068c7318c54eb4d827f7d9756d5e9c?narHash=sha256-aLJxoTDDSqB%2B/3orsulE6/qdlX6MzDLIITLZqdgMpqo%3D' (2024-12-05)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa?narHash=sha256-xtt95%2Bc7OUMoqZf4OvA/7AemiH3aVuWHQbErYQoPwFk%3D' (2024-11-25)
→ 'github:Mic92/sops-nix/c6134b6fff6bda95a1ac872a2a9d5f32e3c37856?narHash=sha256-m6/qwJAJYcidGMEdLqjKzRIjapK4nUfMq7rDCTmZajc%3D' (2024-12-02)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/6209c381904cab55796c5d7350e89681d3b2a8ef?narHash=sha256-2qbdorpq0TXHBWbVXaTqKoikN4bqAtAplTwGuII%2BoAc%3D' (2024-11-29)
→ 'github:numtide/treefmt-nix/357cda84af1d74626afb7fb3bc12d6957167cda9?narHash=sha256-9qOp6jNdezzLMxwwXaXZWPXosHbNqno%2Bf7Ii/xftqZ8%3D' (2024-12-08)
2024-12-09 12:57:23 +01:00
clan-bot
9cf4fbb041
Merge pull request 'Automatic flake update - treefmt-nix - 2024-12-09T00:00+00:00' ( #2579 ) from flake-update-treefmt-nix-2024-12-09 into main
2024-12-09 00:33:12 +00:00
clan-bot
ee19f135ad
Merge pull request 'Automatic flake update - sops-nix - 2024-12-09T00:00+00:00' ( #2578 ) from flake-update-sops-nix-2024-12-09 into main
2024-12-09 00:29:48 +00:00
clan-bot
d42533d379
Merge pull request 'Automatic flake update - flake-parts - 2024-12-09T00:00+00:00' ( #2575 ) from flake-update-flake-parts-2024-12-09 into main
2024-12-09 00:15:42 +00:00
clan-bot
c58de97377
Merge pull request 'Automatic flake update - disko - 2024-12-09T00:00+00:00' ( #2574 ) from flake-update-disko-2024-12-09 into main
2024-12-09 00:10:22 +00:00
Clan Merge Bot
2cf2d31a4f
update flake lock - treefmt-nix - 2024-12-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/6209c381904cab55796c5d7350e89681d3b2a8ef?narHash=sha256-2qbdorpq0TXHBWbVXaTqKoikN4bqAtAplTwGuII%2BoAc%3D' (2024-11-29)
→ 'github:numtide/treefmt-nix/357cda84af1d74626afb7fb3bc12d6957167cda9?narHash=sha256-9qOp6jNdezzLMxwwXaXZWPXosHbNqno%2Bf7Ii/xftqZ8%3D' (2024-12-08)
2024-12-09 00:00:34 +00:00
Clan Merge Bot
7ea1589454
update flake lock - sops-nix - 2024-12-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa?narHash=sha256-xtt95%2Bc7OUMoqZf4OvA/7AemiH3aVuWHQbErYQoPwFk%3D' (2024-11-25)
→ 'github:Mic92/sops-nix/c6134b6fff6bda95a1ac872a2a9d5f32e3c37856?narHash=sha256-m6/qwJAJYcidGMEdLqjKzRIjapK4nUfMq7rDCTmZajc%3D' (2024-12-02)
2024-12-09 00:00:30 +00:00
Clan Merge Bot
05cd4aea5a
update flake lock - flake-parts - 2024-12-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/506278e768c2a08bec68eb62932193e341f55c90?narHash=sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS%2Bb4tfNFCwE%3D' (2024-11-01)
→ 'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9?narHash=sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c%3D' (2024-12-04)
2024-12-09 00:00:03 +00:00
Clan Merge Bot
56a6a041ce
update flake lock - disko - 2024-12-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/2814a5224a47ca19e858e027f7e8bff74a8ea9f1?narHash=sha256-2uMaVAZn7fiyTUGhKgleuLYe5%2BEAAYB/diKxrM7g3as%3D' (2024-11-30)
→ 'github:nix-community/disko/785c1e02c7e465375df971949b8dcbde9ec362e5?narHash=sha256-8dupm9GfK%2BBowGdQd7EHK5V61nneLfr9xR6sc5vtDi0%3D' (2024-12-02)
2024-12-09 00:00:01 +00:00
clan-bot
3e05edbeb4
Merge pull request 'inventory.{cli,api}: use only dictionaries' ( #2572 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-06 20:12:49 +00:00
Johannes Kirschbauer
b52c5beb9d
formatting: make ruff happy with generated code
2024-12-06 21:06:41 +01:00
Johannes Kirschbauer
cd288b421c
lib/values: fix submodule and submoduleWith with external modules
2024-12-06 21:01:27 +01:00
Johannes Kirschbauer
6096e619ca
inventory/valuePrios: filter out unsupported freeformType
2024-12-06 21:00:59 +01:00
Johannes Kirschbauer
7c7f9d5c37
lib/values: fix submodule definition merging
2024-12-06 20:15:16 +01:00
Johannes Kirschbauer
11ba85eedd
UI: fix type breakages
2024-12-06 19:53:03 +01:00
Johannes Kirschbauer
0c47a29f38
inventory/model: sync
2024-12-06 19:49:31 +01:00
Johannes Kirschbauer
b79db80e72
serde/fix: fix construction of typedDict
2024-12-06 19:02:35 +01:00
Johannes Kirschbauer
b1ba74a27b
inventory.{cli,api}: use only dictionaries
2024-12-06 18:51:20 +01:00
Johannes Kirschbauer
4038439bf8
clan.cli: convert dataclasses into TypedDict using classgen
2024-12-06 18:51:20 +01:00
Johannes Kirschbauer
f018f4e68e
classgen: produce typedDict instead of dataclass
2024-12-06 18:51:20 +01:00
clan-bot
8fd4d82f1d
Merge pull request 'API/serde: add support for TypedDict' ( #2571 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-06 16:44:30 +00:00
Johannes Kirschbauer
1306fa1616
API/serde: add support for TypedDict
2024-12-06 17:37:37 +01:00
clan-bot
acb0c666a2
Merge pull request 'Disable some broken arm64 vm tests' ( #2569 ) from sandbox into main
2024-12-06 16:10:58 +00:00
Jörg Thalheim
fe312c9198
remove unused iso output
2024-12-06 17:04:02 +01:00
Jörg Thalheim
38d270a760
disable installation/backup test on arm64
2024-12-06 17:03:57 +01:00
Mic92
0684ec97e2
Merge pull request 'installation: fix correct binary on aarch64' ( #2567 ) from sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2567
2024-12-06 15:39:35 +00:00
Jörg Thalheim
54008e2ac6
simplify runInLinuxVM test
2024-12-06 15:39:35 +00:00
Jörg Thalheim
9da6036958
tests/sshd: also log what platform we received in the assert
2024-12-06 15:39:35 +00:00
Jörg Thalheim
d16947f288
installation: fix correct binary on aarch64
2024-12-06 15:39:35 +00:00
clan-bot
b65244e883
Merge pull request 'clan-app: Fix breakage on missing inventory' ( #2568 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-06 14:18:31 +00:00
Qubasa
6696225da6
clan-app: Fix breakage on missing inventory
2024-12-06 15:11:31 +01:00
clan-bot
bd8f98ee3a
Merge pull request 'clan-cli: made run_no_stdout runOpts compatible and make time table thread safe' ( #2566 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-06 11:25:49 +00:00
Qubasa
771b178516
clan-cli: made run_no_stdout runOpts compatible and make time table thread safe
2024-12-06 12:18:28 +01:00
clan-bot
b18512c950
Merge pull request 'vars migration: raise error on incomplete migration, commit migrated files' ( #2565 ) from vars-migration-fix into main
2024-12-06 10:32:14 +00:00
lassulus
ceaeb2f1f6
vars migration: raise error on incomplete migration, commit migrated files
2024-12-06 11:25:17 +01:00
clan-bot
1c1f52f19b
Merge pull request 'inventory/api: init partial update.' ( #2564 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-06 10:15:38 +00:00
Johannes Kirschbauer
c84515efd2
inventory/api: init smart update for inventory
2024-12-06 11:07:52 +01:00
Johannes Kirschbauer
2d807c69e2
inventory/api: prepare list merging
2024-12-06 11:07:52 +01:00
Johannes Kirschbauer
cb329900d9
docs: fix typo in inventory
2024-12-06 11:07:52 +01:00
clan-bot
a0ba8c4806
Merge pull request 'inventory/eval: init determine writeability for single inventory options' ( #2563 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-05 15:26:09 +00:00
Johannes Kirschbauer
6a2e331861
inventory/eval: init determine writeability for single inventory options
2024-12-05 16:18:46 +01:00
Mic92
957ff48195
Merge pull request 'extract nix_test_store helper for sandbox builds' ( #2562 ) from sandbox into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2562
2024-12-05 10:46:41 +00:00
Jörg Thalheim
ea9e44ef77
remove incorrect usage of tempdir for sandbox directories
...
The flags out-live the temporary directory
2024-12-05 11:38:58 +01:00
Jörg Thalheim
419e17a999
extract nix_test_store helper for sandbox builds
2024-12-05 11:38:58 +01:00
lassulus
47250f1e8b
Merge pull request 'add mode to vars files' ( #2560 ) from vars-mode into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2560
2024-12-05 10:19:08 +00:00
lassulus
3abe715472
vars: export also file owner & group to deployment.json
2024-12-05 10:29:19 +01:00
lassulus
9572a73fe8
vars password-store: create tarball dir if not for users
2024-12-04 23:30:39 +01:00
lassulus
19a251d6fc
vars: add file mode
2024-12-04 23:30:39 +01:00
clan-bot
15282e5d78
Merge pull request 'lib.values: init getPrio' ( #2559 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-04 16:53:09 +00:00
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
Jörg Thalheim
455c8654a1
clan/update: make build-host overridable in cli
2024-12-03 17:40:12 +01:00
Jörg Thalheim
8b0d791c5a
remove deprecated deploymentHost
2024-12-03 17:30:02 +01:00
Mic92
3e13caf769
Merge pull request 'rename run_no_output to run_no_stdout' ( #2547 ) from run-stdout into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2547
2024-12-03 16:29:41 +00:00
Jörg Thalheim
51526aedbb
rename run_no_output to run_no_stdout
...
we want stderr for some nix commands.
2024-12-03 17:15:28 +01:00
clan-bot
8837af2c79
Merge pull request 'clan-cli: Fix ignored debug flag in clan vms run, refactor Host.run to use RunOpts' ( #2544 ) from Qubasa/clan-core:Qubasa-main into main
2024-12-03 15:08:06 +00:00
Qubasa
164c621dc0
clan-cli: Fix ignored debug flag in clan vms run, refactor Host.run to use RunOpts
2024-12-03 16:01:51 +01:00
clan-bot
f033a193d5
Merge pull request 'icons: update icon component' ( #2546 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-03 13:30:36 +00:00
Johannes Kirschbauer
76454bd52f
icons: update icon component
2024-12-03 14:23:02 +01:00
clan-bot
ce0398f140
Merge pull request 'icons: add / update app icons' ( #2545 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-03 13:22:49 +00:00
Johannes Kirschbauer
e19a1ec0e1
icons: add / update app icons
2024-12-03 14:14:24 +01:00
clan-bot
eed70070b4
Merge pull request 'api/machines: include disk and hw_config into machine details' ( #2543 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-03 13:13:02 +00:00
Johannes Kirschbauer
1bdbbfbd5b
api/machines: include disk and hw_config into machine details
2024-12-03 14:01:11 +01:00
Johannes Kirschbauer
045b7d6c28
api/modules: seperate frontmatter parsing from extraction
2024-12-03 14:01:00 +01:00
clan-bot
87e0fa9943
Merge pull request 'fix minifakeroot on macos' ( #2542 ) from minifakeroot into main
2024-12-03 12:07:25 +00:00
Jörg Thalheim
5e37ca2021
fix minifakeroot on macos
2024-12-03 13:01:16 +01:00
clan-bot
01851ad7ab
Merge pull request 'api/disk-templates: adopt directory structure from clan modules' ( #2541 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-12-03 11:08:47 +00:00
Johannes Kirschbauer
d15e801940
api/disk-templates: adopt directory structure from clan modules
2024-12-03 12:01:35 +01:00
clan-bot
cf3a5df51e
Merge pull request 'fix sops deprecation warning' ( #2540 ) from stdin into main
2024-12-03 10:23:25 +00:00
Jörg Thalheim
e250332f4b
fix sops deprecation warning
2024-12-03 11:13:17 +01:00
clan-bot
d39e77ab3c
Merge pull request 'pkgs/cli: Fix suggestion after key generation' ( #2539 ) from kenji/clan-core:kenji-pkgs-cli/fix/add-key into main
2024-12-03 09:12:59 +00:00
a-kenji
05c12e4ee9
pkgs/cli: Fix suggestion after key generation
...
Fix the suggestion that is given when generating a new key.
Closes : #2537
2024-12-03 10:01:55 +01:00
Mic92
d61e417e50
Merge pull request 'always include gitMinimal' ( #2495 ) from stdin into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2495
2024-12-02 14:31:16 +00:00
Jörg Thalheim
94cef8a28c
always include gitMinimal
...
the condition was actually the wrong way around and we still need git in
nix for some operations.
2024-12-02 14:31:16 +00:00
clan-bot
41e5192f0f
Merge pull request 'Automatic flake update - nixpkgs - 2024-12-02T00:00+00:00' ( #2530 ) from flake-update-nixpkgs-2024-12-02 into main
2024-12-02 14:21:56 +00:00
lassulus
79a2283c71
*: nix fmt
2024-12-02 15:14:40 +01:00
lassulus
ea2ec50fbd
Merge pull request 'fix(networking): Use true instead of "yes" for multicast config' ( #2528 ) from aos/clan-core:aos/systemd-network-use-true-bool into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2528
2024-12-02 13:53:52 +00:00
clan-bot
9316a0a232
Merge pull request 'zerotier: backup identity on change' ( #2536 ) from DavHau/clan-core:DavHau-docs into main
2024-12-02 10:58:29 +00:00
DavHau
46e3930f26
zerotier: backup identity on change
...
This prevents users from loosing their identity after enabling the zerotier clan module when they were previously using zerotier via nixos.
2024-12-02 17:52:10 +07:00
clan-bot
2c336d5567
Merge pull request 'cli vars: remove get_all from baseclass' ( #2535 ) from lassulus/clan-core:vars_get_all into main
2024-12-02 10:51:01 +00:00
lassulus
1b83fd27a8
cli vars: remove get_all from baseclass
2024-12-02 11:30:09 +01:00
clan-bot
ae4fd04da4
Merge pull request 'zerotier: improve docs for moons' ( #2534 ) from DavHau/clan-core:DavHau-docs into main
2024-12-02 08:57:10 +00:00
DavHau
e6931bf486
zerotier: improve docs for moons
2024-12-02 15:50:49 +07:00
clan-bot
53bd0444fe
Merge pull request 'Automatic flake update - treefmt-nix - 2024-12-02T00:00+00:00' ( #2533 ) from flake-update-treefmt-nix-2024-12-02 into main
2024-12-02 00:24:45 +00:00
clan-bot
a5db32c2ad
Merge pull request 'Automatic flake update - sops-nix - 2024-12-02T00:00+00:00' ( #2532 ) from flake-update-sops-nix-2024-12-02 into main
2024-12-02 00:23:21 +00:00
clan-bot
33a855c747
Merge pull request 'Automatic flake update - disko - 2024-12-02T00:00+00:00' ( #2529 ) from flake-update-disko-2024-12-02 into main
2024-12-02 00:11:21 +00:00
Clan Merge Bot
f2ff8e7776
update flake lock - treefmt-nix - 2024-12-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/705df92694af7093dfbb27109ce16d828a79155f?narHash=sha256-5WSng844vXt8uytT5djmqBCkopyle6ciFgteuA9bJpw%3D' (2024-11-22)
→ 'github:numtide/treefmt-nix/6209c381904cab55796c5d7350e89681d3b2a8ef?narHash=sha256-2qbdorpq0TXHBWbVXaTqKoikN4bqAtAplTwGuII%2BoAc%3D' (2024-11-29)
2024-12-02 00:00:37 +00:00
Clan Merge Bot
a24a6c03d4
update flake lock - sops-nix - 2024-12-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/53c853fb1a7e4f25f68805ee25c83d5de18dc699?narHash=sha256-N9JGWe/T8BC0Tss2Cv30plvZUYoiRmykP7ZdY2on2b0%3D' (2024-11-21)
→ 'github:Mic92/sops-nix/3433ea14fbd9e6671d0ff0dd45ed15ee4c156ffa?narHash=sha256-xtt95%2Bc7OUMoqZf4OvA/7AemiH3aVuWHQbErYQoPwFk%3D' (2024-11-25)
2024-12-02 00:00:33 +00:00
Clan Merge Bot
fcb1f44ac9
update flake lock - nixpkgs - 2024-12-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/8edf06bea5bcbee082df1b7369ff973b91618b8d?narHash=sha256-sQxuJm8rHY20xq6Ah%2BGwIUkF95tWjGRd1X8xF%2BPkk38%3D' (2024-11-22)
→ 'github:NixOS/nixpkgs/2c27ab2e60502d1ebb7cf38909de38663f762a79?narHash=sha256-n/DOfpKH1vkukuBnach91QBQId2dr5tkE7/7UrkV2zw%3D' (2024-12-01)
2024-12-02 00:00:28 +00:00
Clan Merge Bot
d9e1e4bd40
update flake lock - disko - 2024-12-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/869ba3a87486289a4197b52a6c9e7222edf00b3e?narHash=sha256-%2B4U2I2653JvPFxcux837ulwYS864QvEueIljUkwytsk%3D' (2024-11-26)
→ 'github:nix-community/disko/2814a5224a47ca19e858e027f7e8bff74a8ea9f1?narHash=sha256-2uMaVAZn7fiyTUGhKgleuLYe5%2BEAAYB/diKxrM7g3as%3D' (2024-11-30)
2024-12-02 00:00:01 +00:00
Aos Dabbagh
8a6d544eef
fix(networking): Use true instead of "yes" for multicast config
...
I ran into an issue when I had clan + this module:
ce61f71680/nixos/mixins/mdns.nix (L6)
they both set the same config value, but clan uses "yes" and that module
uses `true`. systemd allows for "yes" or `true` (`man systemd.syntax`),
so I opted to change this to `true`.
Here's the full error:
```
error: The option `systemd.network.networks."99-ethernet-default-dhcp".networkConfig.MulticastDNS' has conflicting definition values:
- In `/nix/store/3yv22nq7rqd0ra30qvzc2d624rwa6h7c-source/nixosModules/clanCore/networking.nix': "yes"
- In `/nix/store/ivjk0r776mxal8v7jamwsrn4yidvg0dv-source/nixos/mixins/mdns.nix': true
Use `lib.mkForce value` or `lib.mkDefault value` to change the priority on any of these definitions.
```
2024-11-30 23:24:17 -05:00
clan-bot
3ace3fa7ec
Merge pull request 'vars password-store: fix secretLocation again :)' ( #2526 ) from lassulus/clan-core:fix-vars-pass2 into main
2024-11-30 17:07:29 +00:00
lassulus
5372066e04
vars password-store: fix secretLocation again :)
2024-11-30 18:01:23 +01:00
clan-bot
1258b1c1dc
Merge pull request 'vars password-store: fix secretLocation' ( #2525 ) from lassulus/clan-core:fix-vars-pass into main
2024-11-30 16:31:57 +00:00
lassulus
893892aff4
vars password-store: fix secretLocation
2024-11-30 17:24:17 +01:00
clan-bot
e51c3787c2
Merge pull request 'Clan-core: automatically load disko.nix' ( #2523 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-29 21:01:02 +00:00
Johannes Kirschbauer
f63c6f170b
Facter: remove partial disk facts
2024-11-29 21:52:38 +01:00
Johannes Kirschbauer
172de18e74
Docs: add/improve autloaded machine files section
2024-11-29 21:49:57 +01:00
Johannes Kirschbauer
07c8b2c9ae
Clan-api: disk schema: improve error messages for invalid options
2024-11-29 21:33:22 +01:00
Johannes Kirschbauer
6d50587f7b
Clan-api: init set disk_schema from facter report
2024-11-29 21:30:46 +01:00
Johannes Kirschbauer
4ea35d5dc9
Clan-core: automatically load disko.nix
2024-11-29 21:15:15 +01:00
clan-bot
38d3ee7de0
Merge pull request 'revert c7a3d52a33c5022d080b5d12ffab6b04bc7a4c58' ( #2522 ) from hsjobeki-patch-1 into main
2024-11-29 20:15:01 +00:00
hsjobeki
26fa2bfad6
revert c7a3d52a33
...
revert Clan-app: init single-disk template
2024-11-29 20:08:02 +00:00
clan-bot
adfe1e5c50
Merge pull request 'vars: generate docs for cli and module' ( #2521 ) from DavHau/clan-core:DavHau-docs into main
2024-11-29 10:30:07 +00:00
DavHau
681c671391
vars/migration: remove useless check
2024-11-29 17:23:31 +07:00
DavHau
66ce80c096
vars: rename: invalidation -> validation
2024-11-29 17:23:31 +07:00
DavHau
03bcf6bba3
vars: generate docs for cli and module
2024-11-29 17:23:31 +07:00
clan-bot
88861ecfb7
Merge pull request 'vars: make upload actually upload' ( #2520 ) from lassulus/clan-core:vars_upload into main
2024-11-28 20:08:19 +00:00
lassulus
513431148e
vars: make upload actually upload
2024-11-28 21:00:12 +01:00
clan-bot
1138ba06bd
Merge pull request 'clan-vm-manager: Fix regression part2' ( #2519 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 18:08:35 +00:00
Qubasa
ff8d82c3c6
clan-vm-manager: Fix regression part2
2024-11-28 19:01:46 +01:00
clan-bot
bbb5672854
Merge pull request 'cli vars upload: fix sops' ( #2518 ) from lassulus/clan-core:vars-sops-fix into main
2024-11-28 16:59:54 +00:00
lassulus
d4fb4efd1f
cli vars upload: fix sops
2024-11-28 17:52:04 +01:00
clan-bot
a97d719a52
Merge pull request 'remove secretsUploadDirectory from common module' ( #2509 ) from lassulus/clan-core:no-secrets-upload-dir into main
2024-11-28 15:46:51 +00:00
clan-bot
ad95265773
Merge pull request 'Clan-app/api: add traceback for all underlying exceptions' ( #2517 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-28 15:45:54 +00:00
lassulus
748053154e
vars: remove dead option
2024-11-28 16:39:01 +01:00
lassulus
af1dacc651
vars: use vars in option descriptions
2024-11-28 16:38:47 +01:00
lassulus
c00ac4a246
vars: remove secretsUploadDirectory from common module
2024-11-28 16:38:06 +01:00
Johannes Kirschbauer
c7a3d52a33
Clan-app: init single-disk template
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
ee9fdb7ac7
Clan-app/api: improve error message for mismatching types
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
d3be596c77
Clan-app/api: error on {unknown api method, mismatching parameter name}
2024-11-28 16:37:52 +01:00
Johannes Kirschbauer
c35b30a447
Clan-app/api: add traceback for all underlying exceptions
2024-11-28 16:37:52 +01:00
clan-bot
17f1f2dca8
Merge pull request 'clan-cli: refactor HostGroup._run_local to work with RunOpts' ( #2516 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 15:12:45 +00:00
Qubasa
95cb239206
clan-cli: refactor HostGroup._run_local to work with RunOpts
2024-11-28 16:05:51 +01:00
clan-bot
466044e85f
Merge pull request 'clan-cli: cmd.run now has its options extracted to a dataclass' ( #2515 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-28 14:41:52 +00:00
Qubasa
d2719f3179
clan-cli: cmd.run now has its options extracted to a dataclass
2024-11-28 15:26:37 +01:00
hsjobeki
d672c08074
Merge pull request 'Templates: move all clan templates into subfolder 'clan'' ( #2514 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2514
2024-11-28 11:03:56 +00:00
Johannes Kirschbauer
126874e62e
CLI/tests: use correct fixture paths
2024-11-28 11:56:12 +01:00
Johannes Kirschbauer
5d78c7a01e
CLI: use new template path
2024-11-28 11:44:44 +01:00
Johannes Kirschbauer
8c24034dc7
Templates: init disko single disk template file
2024-11-28 11:44:09 +01:00
Johannes Kirschbauer
f2f993203b
Templates: move all clan templates into subfolder 'clan'
2024-11-28 11:17:52 +01:00
Luis Hebendanz
43f9b17cd9
Merge pull request 'clan-cli: Add -L option to nixos-rebuild switch to still have build output, simplify logging code' ( #2513 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2513
2024-11-28 09:59:12 +00:00
Qubasa
d29f9bf86c
clan-cli: SSH now completely refactored to use dataclasses everywhere
2024-11-28 10:52:14 +01:00
Qubasa
55e080a89f
clan-cli: Add -L option to nixos-rebuild switch to still have build output, simplify logging code
2024-11-28 10:42:43 +01:00
DavHau
00064ee98b
wifi: init as experimental module
2024-11-28 15:49:23 +07:00
clan-bot
4f25e2f79a
Merge pull request 'clan-cli: Refactor colors to a subset of colors that work in light and dark mode' ( #2508 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-27 11:48:47 +00:00
Qubasa
fddaa3a5bb
clan-cli: Refactor colors to a subset of colors that work in light and dark mode
2024-11-27 12:42:10 +01:00
clan-bot
781334344c
Merge pull request 'UI/webview: remove unused clamp' ( #2506 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-27 10:12:04 +00:00
clan-bot
604e2c9049
Merge pull request 'Modules: more categories' ( #2507 ) from hsjobeki/clan-core:main into main
2024-11-27 10:06:45 +00:00
Johannes Kirschbauer
1dd7d46fad
UI/webview: remove unused clamp
2024-11-27 11:03:57 +01:00
clan-bot
f0a0bba6a3
Merge pull request 'cli machines update: remove dead code' ( #2505 ) from lassulus/clan-core:rip-always-upload into main
2024-11-27 10:01:52 +00:00
clan-bot
a05297356f
Merge pull request 'UI/machines: show tags' ( #2504 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-27 09:47:58 +00:00
Johannes Kirschbauer
ce9785e093
UI/machines: show tags
2024-11-27 10:40:12 +01:00
lassulus
354a71f574
cli machines update: remove dead code
2024-11-27 10:33:28 +01:00
clan-bot
ca6b5d09af
Merge pull request 'UI/treewide: replace all {button,icon} component, other minor fixes' ( #2503 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-27 09:13:09 +00:00
Johannes Kirschbauer
e7a9344665
UI/treewide: replace all {button,icon} component
2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
cc84a53b6d
UI:_ convert sidebar.css into tailwind notation
2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
a0d365a3f9
UI: remove unsused old sidebar
2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
f9eaf3e8ec
Cli: improve targetHost error message
2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
b68cf7a7e5
API/serde: fix construction of Enum values
2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
bcc0f9e61d
Cli: fix error description should be appended
2024-11-27 10:06:04 +01:00
clan-bot
5db3783976
Merge pull request 'vars: make all python tests work in nix sandbox' ( #2502 ) from DavHau/clan-core:DavHau-dave into main
2024-11-27 07:38:23 +00:00
DavHau
61576649ff
vars: make all python tests work in nix sandbox
...
- generate a flake.lock file for each template by copying the clan-core flake.lock and modifying it
- call nix build with --store for tests inside the sandbox
2024-11-27 14:32:02 +07:00
Mic92
dcd2581b41
Merge pull request 'clan-cli: secrets: fix encryption, and collect public and private keys separately' ( #2500 ) from lo-sops-filter-env into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2500
2024-11-27 06:27:53 +00:00
Louis Opter
5a5b92ef1d
clan-cli: secrets: sops: SOPS_NIX_SECRET is not a sops variable
...
It's a variable internal to us, and it does not need to be allowed.
2024-11-27 06:27:53 +00:00
Louis Opter
1e0db82827
clan-cli: secrets: address CR feedback for sops encryption and key handling
...
- Move public keys collection to a class method on `SopsKey`, and
implement collection for each key type in `KeyType`, this helps make
the code more generic ;
- Replace `Operation.__call__` by `run` (`sops.run` if you import the
entire module), that allows us to dedent the code so that's cool ;
- Fix exception handling when trying to get a in-memory temporary file ;
- Make Executor cuter 😵 🪦 .
2024-11-27 06:27:53 +00:00
Louis Opter
1ba27196d8
clan-cli: rebase sops changes on top of vars changes
...
vars changes in question are from commit: 54b8f5904e
With this changeset the age specific sops logic that was added is now
generic.
To keep things simple, this changeset modifies `SopsKey` so that
`username` is ignored when comparing different keys. I don't really see
us relying on `username` and this makes `SopsKey` hashable, and usable
in a `set`, which is nice when you check that you have a particular key.
2024-11-27 06:27:53 +00:00
Louis Opter
8d53568d95
clan-cli: secrets: treemft
2024-11-27 06:27:53 +00:00
Louis Opter
daf51f523e
clan-cli: secrets.sops: improve age keys detection
...
This change allows you to e.g. directly pass `$(age-keygen)` on the
command line.
2024-11-27 06:27:53 +00:00
Louis Opter
67c7876629
clan-cli: filter any sops recipients set in the environment for encryption
...
This forces sops to use our config file, otherwise if any of the
environment variables set to specify recipients is present then
`--config` will be ignored (see [env_check]).
That's simple enough, still I ended up refactoring how we call sops for
correctness, and to align with its behavior. The code now distinguishes
between public and private keys explicitly. `secrets.decrypt_secret`
does not try to lookup for public and private keys anymore.
With this changeset, some people might have to adjust their environment
as public age and PGP keys will be discovered like sops would do. In
particular if multiple public keys are discovered, then the user will
have to specify which one to use for the clan.
This also makes the following changes:
- try to use `/dev/shm` when swapping a secret (it's what [pass] does
fwiw);
- alias immediate values for readability;
- remove some float comparison that could never succeed, and use sops'
exit status instead;
- remove unused function `maybe_get_sops_key`.
[env_check]: 8c567aa8a7/cmd/sops/main.go (L2229)
[pass]: http://passwordstore.org/
2024-11-27 06:27:53 +00:00
clan-bot
0bad1c79f4
Merge pull request 'Automatic flake update - 2024-11-25T00:00+00:00' ( #2484 ) from flake-update-2024-11-25 into main
2024-11-26 18:58:35 +00:00
Clan Merge Bot
40fe706446
update flake lock - 2024-11-25T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/cb64993826fa7a477490be6ccb38ba1fa1e18fa8?narHash=sha256-f3SSp1axoOk0NAI7oFdRzbxG2XPBSIXC%2B/DaAXnvS1A%3D' (2024-11-16)
→ 'github:nix-community/disko/47bc8dfb6f48d5f66a3cb3a4cece83d8ace1f61a?narHash=sha256-B1MQLiWi4bbeNiRXKxEkpztnKyWae4x0LyK32v3DjLk%3D' (2024-11-24)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/5a1c2a28589e34f8a44d46dd1909cfacf928cb1a?narHash=sha256-aIy8m4jjr/BFXzniNzoH16sF7HEFV/01/5b3FhtUHrw%3D' (2024-11-17)
→ 'github:numtide/nixos-facter-modules/862648589993a96480c2255197a28feea712f68f?narHash=sha256-zSQ2cR%2BNRJfHUVfkv%2BO6Wi53wXfzX8KHiO8fRfnvc0M%3D' (2024-11-22)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/85f7e662eda4fa3a995556527c87b2524b691933?narHash=sha256-JwQZIGSYnRNOgDDoIgqKITrPVil%2BRMWHsZH1eE1VGN0%3D' (2024-11-07)
→ 'github:NixOS/nixpkgs/8edf06bea5bcbee082df1b7369ff973b91618b8d?narHash=sha256-sQxuJm8rHY20xq6Ah%2BGwIUkF95tWjGRd1X8xF%2BPkk38%3D' (2024-11-22)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/472741cf3fee089241ac9ea705bb2b9e0bfa2978?narHash=sha256-NVUTFxKrJp/hjehlF1IvkPnlRYg/O9HFVutbxOM8zNM%3D' (2024-11-17)
→ 'github:Mic92/sops-nix/53c853fb1a7e4f25f68805ee25c83d5de18dc699?narHash=sha256-N9JGWe/T8BC0Tss2Cv30plvZUYoiRmykP7ZdY2on2b0%3D' (2024-11-21)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/746901bb8dba96d154b66492a29f5db0693dbfcc?narHash=sha256-vK%2Ba09qq19QNu2MlLcvN4qcRctJbqWkX7ahgPZ/%2BmaI%3D' (2024-10-30)
→ 'github:numtide/treefmt-nix/705df92694af7093dfbb27109ce16d828a79155f?narHash=sha256-5WSng844vXt8uytT5djmqBCkopyle6ciFgteuA9bJpw%3D' (2024-11-22)
2024-11-26 19:52:15 +01:00
Mic92
90578d47f1
Merge pull request 'vars: make interface more type-safe' ( #2459 ) from vars into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2459
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-11-26 16:15:55 +00:00
Jörg Thalheim
45dfbf54db
vars: make interface more type-safe
2024-11-26 17:08:26 +01:00
Jörg Thalheim
0239770978
vars: add name to generators
2024-11-26 15:26:16 +01:00
clan-bot
71bcf76feb
Merge pull request 'pkgs/cli: Add --password flag to machines install' ( #2499 ) from kenji/clan-core:kenji-add-password-flag into main
2024-11-26 14:11:01 +00:00
clan-bot
a88e98d807
Merge pull request 'docs: Fix typo in clan module' ( #2498 ) from kenji/clan-core:kenji-docs/fix/typ into main
2024-11-26 14:08:58 +00:00
a-kenji
26344a7938
pkgs/cli: Add --password flag to machines install
...
Add `--password` flag to `clan machines install`,
which allows installing through the `nixos-image` installer
manually without extra configuration.
2024-11-26 15:01:43 +01:00
a-kenji
a1e089c3c1
docs: Fix typo in clan module
2024-11-26 15:01:00 +01:00
clan-bot
3b1c9429db
Merge pull request 'less verbose logging if commands fail' ( #2497 ) from less-logging into main
2024-11-26 13:45:01 +00:00
Jörg Thalheim
c046ea6e17
run tests less verbose in CI
2024-11-26 14:38:59 +01:00
Jörg Thalheim
09a7fccbb0
less verbose logging if commands fail
2024-11-26 14:38:59 +01:00
clan-bot
b06b8a65c6
Merge pull request 'chore: fix prettier formatter. Ignore symlinked asciinema-player' ( #2496 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-26 13:03:18 +00:00
Johannes Kirschbauer
4b188c82f7
UI/backButton: use button and icon component
2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
e3b4797ae1
UI/button: make children optional, fix layout shift
2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
4aa83351b1
UI/components: init icon
2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
4e47da969b
chore: fix prettier formatter. Ignore symlinked asciinema-player
2024-11-26 13:56:05 +01:00
Mic92
4d969a31ce
Merge pull request 'test_vars: mock ask function instead of sys.stdin' ( #2493 ) from stdin into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2493
2024-11-26 11:56:38 +00:00
Jörg Thalheim
8eb37903e0
test_vars: mock ask function instead of sys.stdin
2024-11-26 11:56:38 +00:00
clan-bot
dc168e6f74
Merge pull request 'App/fonts: use ArchivoSemiCondensed' ( #2494 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-26 11:27:55 +00:00
Johannes Kirschbauer
4c4862e89a
App/fonts: use ArchivoSemiCondensed
2024-11-26 12:21:43 +01:00
hsjobeki
10a105e25e
Merge pull request 'Clan App improvements' ( #2492 ) from hsjobeki/clan-core:inventory-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2492
2024-11-26 10:44:06 +00:00
Johannes Kirschbauer
446b2592ec
API/serde: add handling for serializing enum classes
2024-11-26 10:44:06 +00:00
Johannes Kirschbauer
c31907917d
App: improve exception logging
2024-11-26 10:44:06 +00:00
Johannes Kirschbauer
bdec967444
ClanModules/zerotier: simplify nix code
2024-11-26 10:44:06 +00:00
clan-bot
8be89a462b
Merge pull request 'vars: fix migration - secrets end up in public store' ( #2491 ) from DavHau/clan-core:DavHau-vars into main
2024-11-26 10:08:36 +00:00
DavHau
173436632d
vars: fix migration - secrets end up in public store
2024-11-26 17:02:11 +07:00
clan-bot
72ef3006b4
Merge pull request 'clan-cli: Remove tty.py' ( #2490 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-25 19:38:31 +00:00
Qubasa
4775139091
clan-cli: Remove tty.py
2024-11-25 20:32:36 +01:00
clan-bot
80c233398f
Merge pull request 'clan-vm-manager: Fix regression' ( #2489 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-25 19:15:03 +00:00
Luis Hebendanz
7bf112c067
Merge pull request 'fix webirc url' ( #2478 ) from dezren39/clan-core:dezren39-patch-1 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2478
2024-11-25 19:11:30 +00:00
dezren39
c4d66e1e9f
Update README.md
2024-11-25 19:11:30 +00:00
dezren39
222b4bac4c
Update README.md
2024-11-25 19:11:30 +00:00
dezren39
41450c0fe0
fix webirc url
...
Signed-off-by: dezren39 <drewrypope@gmail.com >
2024-11-25 19:11:30 +00:00
Qubasa
bcbb15fcc1
clan-vm-manager: Fix regression
2024-11-25 20:08:50 +01:00
clan-bot
6620a15256
Merge pull request 'clan-cli: Refactor ssh classes to dataclasses' ( #2488 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-25 18:53:13 +00:00
Qubasa
27b40849d1
clan-cli: Refactor ssh classes to dataclasses
2024-11-25 19:47:17 +01:00
clan-bot
a1c26489c1
Merge pull request 'docs: Fix nix flake check problem with diskId' ( #2487 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-25 17:45:47 +00:00
Qubasa
41a84f5970
docs: Fix nix flake check problem with diskId
2024-11-25 18:39:16 +01:00
clan-bot
b9d41fd8dc
Merge pull request 'core password-store: define fileModule only if file is secret' ( #2486 ) from lassulus/clan-core:pass-fixes3 into main
2024-11-25 12:34:31 +00:00
lassulus
70a5910946
core password-store: define fileModule only if file is secret
2024-11-25 12:40:51 +01:00
clan-bot
89228e9e48
Merge pull request 'Automatic flake update - nixpkgs - 2024-11-25T00:00+00:00' ( #2482 ) from flake-update-nixpkgs-2024-11-25 into main
2024-11-25 00:36:59 +00:00
clan-bot
73446202cc
Merge pull request 'Automatic flake update - treefmt-nix - 2024-11-25T00:00+00:00' ( #2485 ) from flake-update-treefmt-nix-2024-11-25 into main
2024-11-25 00:32:15 +00:00
clan-bot
e5b3eddb9f
Merge pull request 'Automatic flake update - sops-nix - 2024-11-25T00:00+00:00' ( #2483 ) from flake-update-sops-nix-2024-11-25 into main
2024-11-25 00:25:51 +00:00
clan-bot
fb7d316f22
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-11-25T00:00+00:00' ( #2481 ) from flake-update-nixos-facter-modules-2024-11-25 into main
2024-11-25 00:22:42 +00:00
Clan Merge Bot
aa785ff311
update flake lock - treefmt-nix - 2024-11-25T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/746901bb8dba96d154b66492a29f5db0693dbfcc?narHash=sha256-vK%2Ba09qq19QNu2MlLcvN4qcRctJbqWkX7ahgPZ/%2BmaI%3D' (2024-10-30)
→ 'github:numtide/treefmt-nix/705df92694af7093dfbb27109ce16d828a79155f?narHash=sha256-5WSng844vXt8uytT5djmqBCkopyle6ciFgteuA9bJpw%3D' (2024-11-22)
2024-11-25 00:00:41 +00:00
Clan Merge Bot
864d53fd05
update flake lock - sops-nix - 2024-11-25T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/472741cf3fee089241ac9ea705bb2b9e0bfa2978?narHash=sha256-NVUTFxKrJp/hjehlF1IvkPnlRYg/O9HFVutbxOM8zNM%3D' (2024-11-17)
→ 'github:Mic92/sops-nix/53c853fb1a7e4f25f68805ee25c83d5de18dc699?narHash=sha256-N9JGWe/T8BC0Tss2Cv30plvZUYoiRmykP7ZdY2on2b0%3D' (2024-11-21)
2024-11-25 00:00:37 +00:00
Clan Merge Bot
ecf15d8911
update flake lock - nixpkgs - 2024-11-25T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/85f7e662eda4fa3a995556527c87b2524b691933?narHash=sha256-JwQZIGSYnRNOgDDoIgqKITrPVil%2BRMWHsZH1eE1VGN0%3D' (2024-11-07)
→ 'github:NixOS/nixpkgs/8edf06bea5bcbee082df1b7369ff973b91618b8d?narHash=sha256-sQxuJm8rHY20xq6Ah%2BGwIUkF95tWjGRd1X8xF%2BPkk38%3D' (2024-11-22)
2024-11-25 00:00:31 +00:00
Clan Merge Bot
c5b683a51e
update flake lock - nixos-facter-modules - 2024-11-25T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/5a1c2a28589e34f8a44d46dd1909cfacf928cb1a?narHash=sha256-aIy8m4jjr/BFXzniNzoH16sF7HEFV/01/5b3FhtUHrw%3D' (2024-11-17)
→ 'github:numtide/nixos-facter-modules/862648589993a96480c2255197a28feea712f68f?narHash=sha256-zSQ2cR%2BNRJfHUVfkv%2BO6Wi53wXfzX8KHiO8fRfnvc0M%3D' (2024-11-22)
2024-11-25 00:00:04 +00:00
clan-bot
c7d8df4a38
Merge pull request 'core password-store: set default location to not conflict with facts' ( #2479 ) from lassulus/clan-core:pass-fixes2 into main
2024-11-23 09:43:35 +00:00
lassulus
35cafe141b
core password-store: set default location to not conflict with facts
2024-11-23 10:38:14 +01:00
clan-bot
0261d59053
Merge pull request 'pass-fixes' ( #2476 ) from lassulus/clan-core:pass-fixes into main
2024-11-22 21:42:34 +00:00
lassulus
19dce7694f
cli password-store: upload generators folder only if it has secrets
2024-11-22 22:34:09 +01:00
lassulus
8ec33eb8cf
core password-store: fix secret location
2024-11-22 22:34:09 +01:00
lassulus
045c9119f3
password-store: include filenames in manifest for upload check
2024-11-22 22:34:09 +01:00
lassulus
13b7d3c7ec
cli password-store: skip uploading non secret files
2024-11-22 22:34:09 +01:00
lassulus
0ef31a42df
clan-cli password-store: silence move-mount output
2024-11-22 22:34:09 +01:00
clan-bot
3651fefc54
Merge pull request 'clan-cli: Refactor ssh part 2, Refactor custom_logger' ( #2473 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-22 21:29:10 +00:00
Qubasa
f01d586bf3
clan-cli: Fix inventory update.sh
2024-11-22 22:23:10 +01:00
Qubasa
8866a85765
clan-cli: Refactor ssh part 2, Refactor custom_logger
2024-11-22 22:08:50 +01:00
clan-bot
05b31c7195
Merge pull request 'UI: fix overflow behavior sidebar' ( #2475 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-22 21:02:27 +00:00
Johannes Kirschbauer
076bea358e
UI: fix overflow behavior sidebar
2024-11-22 21:56:38 +01:00
clan-bot
b298cc60d3
Merge pull request 'UI: fix overflow behavior sidebar/content' ( #2474 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-22 20:25:20 +00:00
Johannes Kirschbauer
c1306d26dd
UI: fix overflow behavior sidebar/content
2024-11-22 21:18:42 +01:00
clan-bot
e1f38e3153
Merge pull request 'UI: Init api playground' ( #2471 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-22 13:43:03 +00:00
Johannes Kirschbauer
afbde4b1af
UI/api: init testing playground
2024-11-22 14:36:32 +01:00
Johannes Kirschbauer
3ca68833d4
UI/components/sidebar: fix missing top-level keys
2024-11-22 14:36:11 +01:00
Johannes Kirschbauer
f83976fc99
UI/components/button: fixup props splitting
2024-11-22 14:35:43 +01:00
Johannes Kirschbauer
d7522a271e
UI/components/typography: more default props
2024-11-22 14:01:58 +01:00
Johannes Kirschbauer
5be80aca29
UI/components/button: forward classnames
2024-11-22 14:01:03 +01:00
Johannes Kirschbauer
0ab8bcd017
Clan-cli/api: init dynamic get module interface
2024-11-22 13:58:30 +01:00
hsjobeki
864ece4d00
Merge pull request 'inventory modules: expose module schemas at runtime' ( #2469 ) from hsjobeki/clan-core:inventory-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2469
2024-11-22 12:56:27 +00:00
Johannes Kirschbauer
ff052e53e3
Clan-cli/api: list external modules
2024-11-21 17:04:35 +01:00
Johannes Kirschbauer
301027ded1
Docs/modules: add guide for exposing options
2024-11-21 17:02:34 +01:00
Johannes Kirschbauer
de4c6caf30
Ext/modules: expose module schemas
2024-11-21 17:02:34 +01:00
hsjobeki
ec48be6e54
Merge pull request 'Inventory: init external modules support' ( #2466 ) from hsjobeki/clan-core:inventory-modules into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2466
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
aaaabafdf1
inventory/eval.-tests: add explicit modules
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
6808f0a59f
jsonschema: dont export defaultText as default
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
28f907cc85
Clan-cli: update inventory classes.py
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
36d094501d
Docs/inventory: ad-hoc loading of user modules
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
d6b8716e00
Inventory/constraints: improve assertion messages
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
db5350d3dc
Inventory: improve check service message
2024-11-21 15:38:17 +00:00
Johannes Kirschbauer
25fb899f64
Inventory: init external modules support
2024-11-21 15:38:17 +00:00
clan-bot
604c16c30f
Merge pull request 'clan-cli: Refactor ssh folder part 1' ( #2468 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-21 12:08:18 +00:00
Qubasa
4104374b76
clan-cli: Refactor ssh folder part 1
2024-11-21 13:02:22 +01:00
clan-bot
8682e17012
Merge pull request 'treefmt: Apply directory naming fix' ( #2467 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-21 10:56:20 +00:00
Qubasa
c7901485e1
treefmt: Apply directory naming fix
2024-11-21 11:50:08 +01:00
clan-bot
e70d305f5d
Merge pull request 'UI: Improvements' ( #2457 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 18:03:36 +00:00
Johannes Kirschbauer
9cafd26f3b
UI/components/button: fixup invalid test file name
2024-11-20 18:57:25 +01:00
Johannes Kirschbauer
4f8e3a631e
UI/machine/thumbnail: init random image generator for default thumbnail
2024-11-20 18:55:54 +01:00
Johannes Kirschbauer
8ea73b4db2
UI/tailwind/theme: add color definition mapping for light mode
2024-11-20 18:55:03 +01:00
Johannes Kirschbauer
7c4a02e114
UI/components/button: init button component
2024-11-20 16:48:01 +01:00
Johannes Kirschbauer
94a8bd765c
UI/theme/config: remove unneccessary rgb wrapper
2024-11-20 16:48:01 +01:00
clan-bot
85442ab6f6
Merge pull request 'pkgs/cli: Fix generation of hardware configuration for machines install' ( #2456 ) from kenji/clan-core:kenji-cli/install/nixos-facter into main
2024-11-20 15:39:34 +00:00
a-kenji
cc36247f22
pkgs/cli: Fix generation of hardware configuration for machines install
...
Correctly use the `value` of the `enum`, which is expected by
`nixos-anywhere`.
2024-11-20 16:15:45 +01:00
clan-bot
f6bd5e8282
Merge pull request 'pkgs/cli: Fix tag creation for clan machines create' ( #2453 ) from kenji/clan-core:kenji-cli/fix/create-tags into main
2024-11-20 14:17:20 +00:00
a-kenji
1bc0b71155
pkgs/cli: Fix tag creation for clan machines create
2024-11-20 15:12:05 +01:00
clan-bot
5a1a6d3caf
Merge pull request 'Docs/modules: move frontmatter into supmenu with overview' ( #2452 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 12:26:33 +00:00
Johannes Kirschbauer
9874ae9322
Docs/modules: move frontmatter into supmenu with overview
2024-11-20 13:21:00 +01:00
clan-bot
5a39e31786
Merge pull request 'Docs/modules: add missing heading for empty role options' ( #2450 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 11:30:44 +00:00
Johannes Kirschbauer
200cffe4ee
Docs/modules: add missing heading for empty role options
2024-11-20 12:25:04 +01:00
clan-bot
233c1bf16e
Merge pull request 'Docs/modules: add usage example' ( #2449 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 10:48:20 +00:00
Johannes Kirschbauer
25e2307ecc
Docs/modules: add usage example
2024-11-20 11:42:02 +01:00
clan-bot
a229771aa7
Merge pull request 'Docs/modules: add usage example' ( #2448 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 10:41:42 +00:00
Johannes Kirschbauer
60df1b2d3a
Docs/modules: add usage example
2024-11-20 11:35:43 +01:00
Mic92
cb47df5de8
Merge pull request 'vms/qemu: fix opengl detection' ( #2422 ) from danjujan/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2422
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-11-20 10:20:30 +00:00
danjujan
434ce7aeb4
vms/qemu: fix opengl detection
2024-11-20 10:20:30 +00:00
Mic92
32e3b78e20
Merge pull request 'vars: add VarStatus dataclass to make return type more readable' ( #2446 ) from Mic92-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2446
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-11-20 10:20:06 +00:00
Jörg Thalheim
5bf2afdf0e
vars: add VarStatus dataclass to make return type more readable
2024-11-20 10:20:06 +00:00
clan-bot
8609e90edc
Merge pull request 'Docs/modules: seperate out inventory,role specific interface' ( #2447 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-20 10:07:58 +00:00
Johannes Kirschbauer
6e61db7f83
Docs/modules: seperate out inventory,role specific interface
2024-11-20 11:01:28 +01:00
clan-bot
3975abe11d
Merge pull request 'vars: implement invalidation mechanism' ( #2445 ) from DavHau/clan-core:DavHau-dave into main
2024-11-20 09:33:09 +00:00
DavHau
3f62e143ec
vars: implement invalidation mechanism
...
This adds options `invalidationData` to generators.
`invalidationData` can be used by an author of a generator to signal if a re-generation is required after updating the logic.
Whenever a generator with invalidation data is executed, a hash of that data is stored by the respective public and/or secret backends.
The stored hashes will be checked on future deployments, and a re-generation is triggered whenever a hash doesn't match what's defined in nix.
2024-11-20 16:27:22 +07:00
clan-bot
adff2c8460
Merge pull request 'chore(packages/schema): remove unused validation' ( #2444 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-19 17:05:06 +00:00
Johannes Kirschbauer
ba85a8fc88
chore(packages/schema): remove unused validation
2024-11-19 17:59:30 +01:00
hsjobeki
c0f25bd80c
Merge pull request 'modules: add more categories' ( #2438 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2438
2024-11-19 15:59:23 +00:00
Johannes Kirschbauer
f08aae04d3
UI/Modules: individual roles members
2024-11-19 15:59:23 +00:00
Johannes Kirschbauer
1c4c10f339
Modules/matter: add more categories
2024-11-19 15:59:23 +00:00
clan-bot
1cb383c14b
Merge pull request 'theme-ui' ( #2443 ) from hsjobeki/clan-core:theme-ui into main
2024-11-19 14:39:24 +00:00
Johannes Kirschbauer
71140de04c
UI/fonts: migrate all text-* classes
2024-11-19 15:33:30 +01:00
Johannes Kirschbauer
edc3f847c7
UI/layout: clean up imports
2024-11-19 14:50:07 +01:00
Johannes Kirschbauer
7b587d4b76
UI/sidebar: rework tailwind theme and classes
2024-11-19 14:47:36 +01:00
clan-bot
9ea8db3064
Merge pull request 'clanModules: Fix ordering' ( #2442 ) from kenji/clan-core:kenji-clan-modules/fix-order into main
2024-11-19 13:21:10 +00:00
a-kenji
e98cbdea6f
clanModules: Fix ordering
2024-11-19 14:14:31 +01:00
clan-bot
d232c63049
Merge pull request 'clanModules/importer: Init importer inventory module' ( #2440 ) from kenji/clan-core:kenji-clan-modules/importer into main
2024-11-19 13:06:37 +00:00
a-kenji
de48d3447d
clanModules/importer: Init importer inventory module
...
Initialize the `importer` inventory module.
It is a power user module that allows for convenient, flexible,
structured imports for hosts.
It exposes the `extraModules` functionality of the inventory,
without any added configuration.
Closes : #2356
2024-11-19 14:00:57 +01:00
Timo
93d4d180af
ui/sidebar: adds full height to drawer and min-width to new sidebar component
2024-11-19 13:24:48 +01:00
Timo
d79e30ee7f
ui/sidebar: updates component and introduces new styles (e.g. colors, typograhy)
2024-11-19 13:19:54 +01:00
Timo
0856a8050b
ui/typography: adds general typography component
2024-11-19 13:19:54 +01:00
Timo
d4e9f7af71
ui/sidebar: finishes general structure of new sidebar components
2024-11-19 13:19:54 +01:00
Mic92
9030fa0cf4
Merge pull request 'add repo sync for github' ( #2437 ) from Mic92-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2437
2024-11-19 12:09:28 +00:00
Jörg Thalheim
f3853539d0
add repo sync for github
...
add repo sync for github
2024-11-19 13:08:13 +01:00
Johannes Kirschbauer
50095a9b7b
Modules/matter: add more categories
2024-11-19 13:02:47 +01:00
clan-bot
61dea40a4b
Merge pull request 'templates/minimal-flake-parts: Add meta.name' ( #2434 ) from kenji/clan-core:kenji-flake-parts/add-name into main
2024-11-19 11:39:56 +00:00
a-kenji
320e8b9f4c
templates/minimal-flake-parts: Add meta.name
...
Add `meta.name` field for the flake parts template.
This is not quite ideal, because it still needs to be changed manually
after invocation of the template.
2024-11-19 12:33:18 +01:00
clan-bot
1f444f6a14
Merge pull request 'flake/inputs: Remove obsolete nixpkgs-stable reference for sops-nix' ( #2433 ) from kenji/clan-core:kenji-remove-sops-nix into main
2024-11-19 09:55:25 +00:00
a-kenji
c4c94b248a
flake/inputs: Remove obsolete nixpkgs-stable reference for sops-nix
2024-11-19 10:48:56 +01:00
kenji
ed19475b2e
Merge pull request 'ssh-ca' ( #2379 ) from ssh-ca into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2379
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-11-19 09:46:14 +00:00
Jörg Thalheim
8f1e393bc4
also deploy host ca to server
2024-11-19 09:46:14 +00:00
Jörg Thalheim
d4967e9d4e
backup: remove unused variable
2024-11-19 09:46:14 +00:00
Jörg Thalheim
2a5c735c90
Update vars via generator openssh for machine test-backup
2024-11-19 09:46:14 +00:00
Jörg Thalheim
a4e03a85eb
vars: don't print stack trace if generator fails
2024-11-19 09:46:14 +00:00
Jörg Thalheim
5d057594e5
vars/test-backup: set ssh key
2024-11-19 09:46:14 +00:00
Jörg Thalheim
3730960078
tests: set stateVersion
2024-11-19 09:46:14 +00:00
Jörg Thalheim
9c6e04fa3f
vars: introduce ensure_machine_has_access method for sops
...
this should help avoiding overriding existing shared secrets by not
triggering vars regeneration if a machine has no access.
wip
2024-11-19 09:46:14 +00:00
Jörg Thalheim
b3b72e54cd
remove ssh.id_ed25519 from facts test
...
we have moved this to vars now.
2024-11-19 09:46:14 +00:00
Jörg Thalheim
4f0c44f3dd
sshd: add host ssh cert support
2024-11-19 09:46:14 +00:00
clan-bot
902c6a12bb
Merge pull request 'Modules: init automatic docs.' ( #2432 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-19 09:43:20 +00:00
Johannes Kirschbauer
c9fbb40416
UI/tailwind: fix preflight
2024-11-19 10:36:53 +01:00
Johannes Kirschbauer
9a6f39be76
Modules/api: export constraints, filter by inventory
2024-11-19 10:36:29 +01:00
Johannes Kirschbauer
8544387d65
Docs/frontmatter: init automatic reference for frontmatter
2024-11-19 10:35:13 +01:00
clan-bot
6f5ba08118
Merge pull request 'vars: add test for 'clan vars get'' ( #2431 ) from DavHau/clan-core:DavHau-dave into main
2024-11-19 06:38:31 +00:00
DavHau
64a6f380a6
vars: add test for 'clan vars get'
2024-11-19 13:32:27 +07:00
clan-bot
61dd8cb471
Merge pull request 'docs: Remove old blog' ( #2430 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-18 16:31:43 +00:00
Qubasa
09e0d8add3
docs: Remove old blog, remove empty concepts rider
2024-11-18 17:25:47 +01:00
clan-bot
d48eb71752
Merge pull request 'tests: improve performance, keep flake.lock between tests' ( #2428 ) from DavHau/clan-core:DavHau-nix-eval into main
2024-11-18 10:08:43 +00:00
DavHau
6a373f92d1
tests: improve performance, keep flake.lock between tests
...
- deprecate fixture generate_flake in favor of class ClanFlake
- allow creating flake templates that can be copied, including their state, like git and lock files, in order to avoid expensive re-initialization
2024-11-18 17:01:58 +07:00
clan-bot
a72bd20b60
Merge pull request 'Automatic flake update - sops-nix - 2024-11-18T00:00+00:00' ( #2427 ) from flake-update-sops-nix-2024-11-18 into main
2024-11-18 00:32:01 +00:00
clan-bot
db989f3279
Merge pull request 'Automatic flake update - disko - 2024-11-18T00:00+00:00' ( #2423 ) from flake-update-disko-2024-11-18 into main
2024-11-18 00:20:08 +00:00
clan-bot
41931ed15b
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-11-18T00:00+00:00' ( #2424 ) from flake-update-nixos-facter-modules-2024-11-18 into main
2024-11-18 00:20:07 +00:00
Clan Merge Bot
d4eeddadda
update flake lock - sops-nix - 2024-11-18T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/f1675e3b0e1e663a4af49be67ecbc9e749f85eb7?narHash=sha256-jR8i6nFLmSmm0cIoeRQ8Q4EBARa3oGaAtEER/OMMxus%3D' (2024-11-10)
→ 'github:Mic92/sops-nix/472741cf3fee089241ac9ea705bb2b9e0bfa2978?narHash=sha256-NVUTFxKrJp/hjehlF1IvkPnlRYg/O9HFVutbxOM8zNM%3D' (2024-11-17)
• Removed input 'sops-nix/nixpkgs-stable'
2024-11-18 00:00:26 +00:00
Clan Merge Bot
6d51998a8c
update flake lock - nixos-facter-modules - 2024-11-18T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/d0e205eafca7091caad3925ff82a46fea08351e1?narHash=sha256-2KexAe17KRg2191SdBxVXqJKwV6MxKzlE35DDcAX%2BDs%3D' (2024-11-05)
→ 'github:numtide/nixos-facter-modules/5a1c2a28589e34f8a44d46dd1909cfacf928cb1a?narHash=sha256-aIy8m4jjr/BFXzniNzoH16sF7HEFV/01/5b3FhtUHrw%3D' (2024-11-17)
2024-11-18 00:00:03 +00:00
Clan Merge Bot
9a9e893cd3
update flake lock - disko - 2024-11-18T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/486250f404f4a4f4f33f8f669d83ca5f6e6b7dfc?narHash=sha256-cZ0QMpv5p2a6WEE%2Bo9uu0a4ma6RzQDOQTbm7PbixWz8%3D' (2024-11-10)
→ 'github:nix-community/disko/cb64993826fa7a477490be6ccb38ba1fa1e18fa8?narHash=sha256-f3SSp1axoOk0NAI7oFdRzbxG2XPBSIXC%2B/DaAXnvS1A%3D' (2024-11-16)
2024-11-18 00:00:01 +00:00
clan-bot
4bdb0e9cc0
Merge pull request 'clan: Fix dyndns module' ( #2421 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-17 12:13:08 +00:00
Qubasa
eefe1106d3
clan: Fix dyndns module
2024-11-17 13:07:16 +01:00
clan-bot
384562a1df
Merge pull request 'password-store owner & group support' ( #2418 ) from lassulus/clan-core:pass-owner into main
2024-11-16 09:38:18 +00:00
lassulus
8e1697a089
password-store owner & group support
2024-11-16 01:18:59 +01:00
clan-bot
d9b1c59382
Merge pull request 'modules/frontmatter: init module interface as source of frontmatter' ( #2420 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-15 19:09:36 +00:00
Johannes Kirschbauer
d5c2c1af67
modules/frontmatter: init module interface as source of frontmatter
2024-11-15 20:04:06 +01:00
clan-bot
dfefe41c32
Merge pull request 'clan-cli: Change rsync to ssh upload' ( #2381 ) from Qubasa/clan-core:Qubasa-scp_upload into main
2024-11-15 15:09:44 +00:00
Qubasa
250eed0798
clan-cli: upload.py -> Replace rsync with native ssh command
2024-11-15 22:03:47 +07:00
clan-bot
cb32d9e275
Merge pull request 'pkgs/cli: Add comment to add_common_flags function' ( #2419 ) from kenji/clan-core:kenji-cli/suppress/comment into main
2024-11-15 11:12:31 +00:00
a-kenji
9be8d5dbeb
pkgs/cli: Add comment to add_common_flags function
2024-11-15 12:06:10 +01:00
Mic92
830ead1e70
Merge pull request 'pkgs/cli: Fix adding common flags for aliases' ( #2411 ) from kenji/clan-core:kenji-cli/fix/common-flags into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2411
2024-11-15 10:49:03 +00:00
a-kenji
032bf4b09b
pkgs/cli: Fix adding common flags for aliases
2024-11-15 10:49:03 +00:00
Mic92
50ea7ac91a
Merge pull request 'Fix encrypting shared vars' ( #2417 ) from var-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2417
2024-11-14 15:37:55 +00:00
Jörg Thalheim
c98055c781
vars: introduce ensure_machine_has_access method for sops
...
this should help avoiding overriding existing shared secrets by not
triggering vars regeneration if a machine has no access.
wip
2024-11-14 15:37:55 +00:00
Jörg Thalheim
8f1e5ed1eb
vars/get: use machine_name as variable name
2024-11-14 15:37:55 +00:00
Jörg Thalheim
4a389b0fb3
vars/sops: simplify conditional in exists
2024-11-14 15:37:55 +00:00
clan-bot
7852006eda
Merge pull request 'pkgs/cli: Improve help description' ( #2415 ) from kenji/clan-core:kenji-cli/show/improve/description into main
2024-11-14 14:40:22 +00:00
a-kenji
9e31ba823d
pkgs/cli: Improve help description
2024-11-14 15:34:24 +01:00
clan-bot
57f9b1a410
Merge pull request 'pkgs/cli: Improve clan secrets help' ( #2416 ) from kenji/clan-core:kenji-cli/secrets/help into main
2024-11-14 14:18:43 +00:00
clan-bot
24254c8626
Merge pull request 'pkgs/cli: Remove superfluous comment string' ( #2414 ) from kenji/clan-core:kenji-cli/improve/show-comment into main
2024-11-14 14:15:52 +00:00
clan-bot
92d9c4ab40
Merge pull request 'pkgs/cli: Fix typo in test fixtures' ( #2412 ) from kenji/clan-core:kenji-fix/typo-fixture into main
2024-11-14 14:13:12 +00:00
clan-bot
2f4b5d0798
Merge pull request 'pkgs/cli: Improve help output of show subcommand' ( #2413 ) from kenji/clan-core:kenji-cli/improve/show into main
2024-11-14 14:13:12 +00:00
a-kenji
a17992a59f
pkgs/cli: Improve clan secrets help
2024-11-14 15:07:16 +01:00
a-kenji
a7e68637a9
pkgs/cli: Remove superfluous comment string
2024-11-14 15:04:19 +01:00
a-kenji
279b5b316d
pkgs/cli: Improve help output of show subcommand
2024-11-14 15:03:14 +01:00
a-kenji
6bb26746f1
pkgs/cli: Fix typo in test fixtures
2024-11-14 15:00:44 +01:00
clan-bot
fd0e0131ff
Merge pull request 'Automatic flake update - nixpkgs - 2024-11-11T00:00+00:00' ( #2367 ) from flake-update-nixpkgs-2024-11-11 into main
2024-11-14 11:19:38 +00:00
clan-bot
e7d7f4e715
Merge pull request 'cli vars password-store: fix file locations' ( #2410 ) from lassulus/clan-core:vars-pass into main
2024-11-14 11:13:12 +00:00
Jörg Thalheim
cae7ea0ca0
deltachat: disable tests
2024-11-14 12:12:46 +01:00
Clan Merge Bot
f621ebbd79
update flake lock - nixpkgs - 2024-11-11T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/ccc0c2126893dd20963580b6478d1a10a4512185?narHash=sha256-4HQI%2B6LsO3kpWTYuVGIzhJs1cetFcwT7quWCk/6rqeo%3D' (2024-10-18)
→ 'github:NixOS/nixpkgs/85f7e662eda4fa3a995556527c87b2524b691933?narHash=sha256-JwQZIGSYnRNOgDDoIgqKITrPVil%2BRMWHsZH1eE1VGN0%3D' (2024-11-07)
2024-11-14 12:12:46 +01:00
lassulus
7ae7ac8bd1
cli vars password-store: fix file locations
2024-11-14 12:07:52 +01:00
clan-bot
6fe8d2c305
Merge pull request 'UI/typograhy: init typography extension' ( #2407 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-14 09:37:23 +00:00
Johannes Kirschbauer
fca6e875a2
UI/typograhy: init typography extension
2024-11-14 10:31:55 +01:00
clan-bot
0bc8707628
Merge pull request 'pkgs/cli: Fix typo in comment' ( #2406 ) from kenji/clan-core:kenji-cli/fix/typo into main
2024-11-14 09:22:41 +00:00
a-kenji
a1508ab9cb
pkgs/cli: Fix typo in comment
2024-11-14 10:17:44 +01:00
DavHau
21796c1dbb
clan-cli: remove --no-write-lock-file from nix invocations
2024-11-14 14:11:06 +07:00
clan-bot
e39461bf66
Merge pull request 'cleanup: remove legacy flake fixture test_flake_minimal and test_flake_with_core_and_pass' ( #2404 ) from DavHau/clan-core:DavHau-dave into main
2024-11-14 07:08:11 +00:00
DavHau
820427b949
cleanup: remove legacy flake fixture test_flake_minimal and test_flake_with_core_and_pass
2024-11-14 14:03:29 +07:00
clan-bot
e4775dc429
Merge pull request 'tests: minify test machines to decrease runtime' ( #2401 ) from DavHau/clan-core:DavHau-dave into main
2024-11-13 13:44:59 +00:00
clan-bot
f543040109
Merge pull request 'Inventory/constraints improve observability' ( #2400 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-13 13:42:17 +00:00
DavHau
0aa63e2e35
tests: minify test machines to decrease runtime
2024-11-13 20:40:01 +07:00
Johannes Kirschbauer
15492f12fa
Assertions: Fixup dont render assertions into docs
2024-11-13 14:30:50 +01:00
Johannes Kirschbauer
2c50c891f9
Docs: read roles only from inventory modules
2024-11-13 14:14:50 +01:00
Johannes Kirschbauer
280878e30a
Inventory/constraints: add id's to inventory constraints to make them more observable
2024-11-13 13:58:43 +01:00
Johannes Kirschbauer
527769e060
Zerotier/constraints: small improvements
2024-11-13 13:53:54 +01:00
Johannes Kirschbauer
8a5d99f6d2
Inventory/assertions: add seperate assertion layer
2024-11-13 13:52:47 +01:00
clan-bot
d57e043621
Merge pull request 'clan_cli vars: actually upload' ( #2378 ) from lassulus/clan-core:vars-fix into main
2024-11-13 12:31:43 +00:00
lassulus
11ce774820
clan_cli vars: actually upload
2024-11-13 13:23:42 +01:00
Jörg Thalheim
cb6fefd694
cmd: also process stdin
2024-11-13 13:23:42 +01:00
lassulus
745af335ec
cli machines update: run deploy directly if deploying single machine
2024-11-13 13:23:42 +01:00
lassulus
9f7d46a536
core vars: remove default for dirs
2024-11-13 13:23:42 +01:00
clan-bot
3a8878430b
Merge pull request 'vars: allow re-encrypting secrets when recipient keys were added.' ( #2397 ) from DavHau/clan-core:DavHau-dave into main
2024-11-13 11:55:24 +00:00
DavHau
54b8f5904e
vars: allow re-encrypting secrets when recipient keys were added.
...
When the users of a secret change, when for example a new admin user is added, an error will be thrown when generating vars, prompting the user to pass --fix to re-encrypt the secrets
2024-11-13 18:49:30 +07:00
clan-bot
83b7c6d9a2
Merge pull request 'Chore: remove unsued inventory example' ( #2392 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-13 09:43:40 +00:00
Johannes Kirschbauer
a24bc87cb5
Chore: remove unsued inventory example
2024-11-13 09:18:24 +01:00
clan-bot
3822efc11b
Merge pull request 'Modules/constraints: init constraints checking for inventory compatible modules' ( #2391 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-13 08:02:29 +00:00
Johannes Kirschbauer
f259157eb0
UI/modules: exclude typescript from dynamic field names and types
2024-11-13 08:57:03 +01:00
clan-bot
dcb51f68a1
Merge pull request 'vars,facts: update_check -> needs_upload' ( #2383 ) from DavHau/clan-core:DavHau-dave into main
2024-11-13 06:41:50 +00:00
DavHau
236d9eaec3
vars,facts: update_check -> needs_upload
2024-11-13 13:34:15 +07:00
Johannes Kirschbauer
5b201856d1
UI/modules: dynamic rendering of public module interfaces
2024-11-12 22:10:37 +01:00
Johannes Kirschbauer
241db1cade
Modules/constraints: init constraints checking for inventory compatible modules
2024-11-12 18:36:38 +01:00
Johannes Kirschbauer
53a8771c18
Zerotier: add to inventory test machine
2024-11-12 18:36:05 +01:00
Mic92
c7d754800a
Merge pull request 'vars: fix case if we have two vars with where one is the prefix of another one' ( #2390 ) from var-fix-get into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2390
2024-11-12 16:11:39 +00:00
Jörg Thalheim
8e4067ee03
vars: fix case if we have two vars with where one is the prefix of another one
2024-11-12 16:11:39 +00:00
Mic92
2039c652dc
Merge pull request 'pkgs/cli: Add @override decorator' ( #2385 ) from kenji/clan-core:kenji-cli/update/python-fixes into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2385
2024-11-12 15:14:55 +00:00
a-kenji
c0678885b5
pkgs/cli: Add @override decorator
2024-11-12 15:14:55 +00:00
Mic92
7fd01b009f
Merge pull request 'clanModules/zerotier: Add assertion for moons' ( #2389 ) from kenji/clan-core:kenji-zerotier-add-assertion into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2389
2024-11-12 15:14:38 +00:00
a-kenji
ddcf09d9e6
clanModules/zerotier: Add assertion for moons
2024-11-12 15:23:39 +01:00
clan-bot
4cba68f0fa
Merge pull request 'pkgs/cli: Add tagging support to machines list' ( #2388 ) from kenji/clan-core:kenji-cli/2374/machine-list-tags into main
2024-11-12 14:21:34 +00:00
a-kenji
fd4ba6d86f
pkgs/cli: Document clan machines list --tags
2024-11-12 14:59:23 +01:00
a-kenji
f160de2722
pkgs/clan: machines list --tags add dynamic completer
2024-11-12 14:59:23 +01:00
a-kenji
8a6239e08d
pkgs/cli: Add tagging support to machines list
...
Add the `--tags` flag to `clan machines list`
This now supports the machine tagging system from the inventory.
Multiple tags are the intersection of the tags of a specific machine.
Example two machines with overlapping tags:
```
server: ["intel"]
laptop: ["intel", "graphical"]
```
- `clan machines list --tags intel` will output:
```
server
laptop
```
- `clan machines list --tags intel graphical` will output:
```
laptop
```
- `clan machines list --tags graphical` will output:
```
laptop
```
2024-11-12 14:58:55 +01:00
clan-bot
642cb434c2
Merge pull request 'Chore: remove unused clanImports module' ( #2387 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-12 13:52:26 +00:00
Johannes Kirschbauer
959193fba1
Chore: fix export of machines clan schema
2024-11-12 14:46:26 +01:00
Johannes Kirschbauer
c7da3e165f
Chore: remove unused clanImports module
2024-11-12 14:46:25 +01:00
clan-bot
24356d0fad
Merge pull request 'jsonschema: Add exportfield for module internals' ( #2382 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-12 12:29:03 +00:00
Johannes Kirschbauer
b9ef080950
jsonschema: migrate tests
2024-11-12 13:23:31 +01:00
Johannes Kirschbauer
499bc4743b
jsonschema: Add exportfield for module internals
2024-11-12 12:48:45 +01:00
clan-bot
90a2faf323
Merge pull request 'clan: Re-add pkgsForSystem to configsPerSystem too' ( #2380 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-11 16:27:28 +00:00
Qubasa
20f4ca2f63
clan: Re-add pkgsForSystem to configsPerSystem too
2024-11-11 23:20:27 +07:00
Mic92
23845c7d6d
Merge pull request 'simplify reading hostPlaform.system from nixos' ( #2377 ) from simplify-system into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2377
2024-11-11 15:33:14 +00:00
Jörg Thalheim
7cb296e717
simplify reading hostPlaform.system from nixos
2024-11-11 16:17:54 +01:00
clan-bot
cd6d585bea
Merge pull request 'Revert "clan: Remove pkgsForSystem"' ( #2376 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-11 14:58:15 +00:00
Qubasa
49296133af
Revert "clan: Remove pkgsForSystem"
...
This reverts commit 724913be90 .
2024-11-11 21:50:25 +07:00
clan-bot
60b0ff04df
Merge pull request 'clan-cli: Improved --debug output by indenting commands, add TRACE_DEPTH environment variable' ( #2375 ) from Qubasa/clan-core:Qubasa-main into main
2024-11-11 14:36:56 +00:00
Qubasa
2df1179666
clan-cli: Improved --debug output by indenting commands, add TRACE_DEPTH environment variable
2024-11-11 21:23:53 +07:00
Luis Hebendanz
df2aa78745
Merge pull request 'Fixes for aarch64 support' ( #2293 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2293
2024-11-11 14:08:12 +00:00
Qubasa
5d7b626ede
clan-cli: Simplify hostPlatform and just use 'system'
2024-11-11 14:08:12 +00:00
Qubasa
fd9759d67a
module.nix: add better explanation
2024-11-11 14:08:12 +00:00
Qubasa
a60a8ba6a4
clan-cli: Fix nixos-anywhere for systems that can not be build locally
2024-11-11 14:08:12 +00:00
Qubasa
724913be90
clan: Remove pkgsForSystem
2024-11-11 14:08:12 +00:00
clan-bot
97fa3a79e8
Merge pull request 'pkgs/cli: Add dynamic completer for tags' ( #2372 ) from kenji/clan-core:kenji-cli/2360/tag-completions into main
2024-11-11 12:54:45 +00:00
a-kenji
464fb64f5f
pkgs/cli: Complete --tags flag
2024-11-11 13:48:00 +01:00
a-kenji
c9ec772f1d
pkgs/cli: Add dynamic completer for tags
...
Add a dynamic completer for `tags`.
Queries tag information from:
- the keys of the computed/static tags (inventory tags)
- the services tags
- the machines tags
2024-11-11 13:48:00 +01:00
Mic92
e08f2bf3e1
Merge pull request 'waypipe: fix basic eval' ( #2369 ) from waypipe into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2369
2024-11-11 12:00:49 +00:00
Jörg Thalheim
1dc0692472
waypipe: fix basic eval
2024-11-11 12:52:55 +01:00
Mic92
42453b27f4
Merge pull request 'pkgs/cli: Unclutter help output slightly' ( #2338 ) from kenji/clan-core:kenji-pkgs-help into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2338
2024-11-11 11:28:51 +00:00
a-kenji
3adc67967f
pkgs/cli: Unclutter help output slightly
2024-11-11 11:28:51 +00:00
Mic92
3151e344c5
Merge pull request 'vms/qemu: do not always use waypipe graphic options' ( #2363 ) from danjujan/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2363
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-11-11 11:28:00 +00:00
Jörg Thalheim
cd13bfe6ed
HistoryEntry: add cleaner typesafe json deserialization
2024-11-11 11:36:17 +01:00
danjujan
1243358e74
vms/qemu: do not always use waypipe graphic options
2024-11-11 10:41:26 +01:00
clan-bot
c4a5810f52
Merge pull request 'Automatic flake update - sops-nix - 2024-11-11T00:00+00:00' ( #2368 ) from flake-update-sops-nix-2024-11-11 into main
2024-11-11 00:21:22 +00:00
clan-bot
4534472b5d
Merge pull request 'Automatic flake update - disko - 2024-11-11T00:00+00:00' ( #2364 ) from flake-update-disko-2024-11-11 into main
2024-11-11 00:16:41 +00:00
clan-bot
053473fa55
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-11-11T00:00+00:00' ( #2365 ) from flake-update-nixos-facter-modules-2024-11-11 into main
2024-11-11 00:16:41 +00:00
Clan Merge Bot
9d5b11cfb3
update flake lock - sops-nix - 2024-11-11T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/e9b5eef9b51cdf966c76143e13a9476725b2f760?narHash=sha256-1NveNAMLHbxOg0BpBMSVuZ2yW2PpDnZLbZ25wV50PMc%3D' (2024-11-03)
→ 'github:Mic92/sops-nix/f1675e3b0e1e663a4af49be67ecbc9e749f85eb7?narHash=sha256-jR8i6nFLmSmm0cIoeRQ8Q4EBARa3oGaAtEER/OMMxus%3D' (2024-11-10)
2024-11-11 00:00:25 +00:00
Clan Merge Bot
49267d84f3
update flake lock - nixos-facter-modules - 2024-11-11T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/15b6531d44aa6f0bbd2fd8309cd2a6d7f183ba32?narHash=sha256-AzP%2BtrH/ykBJGTx3twkpuwbkhFSmsY1PJDQtRmK4k4c%3D' (2024-10-27)
→ 'github:numtide/nixos-facter-modules/d0e205eafca7091caad3925ff82a46fea08351e1?narHash=sha256-2KexAe17KRg2191SdBxVXqJKwV6MxKzlE35DDcAX%2BDs%3D' (2024-11-05)
2024-11-11 00:00:03 +00:00
Clan Merge Bot
476864ad84
update flake lock - disko - 2024-11-11T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/380847d94ff0fedee8b50ee4baddb162c06678df?narHash=sha256-Mhqz3p/HEiI/zxBJWO57LYQf6gGlJB0tci6fiVXLjd8%3D' (2024-11-03)
→ 'github:nix-community/disko/486250f404f4a4f4f33f8f669d83ca5f6e6b7dfc?narHash=sha256-cZ0QMpv5p2a6WEE%2Bo9uu0a4ma6RzQDOQTbm7PbixWz8%3D' (2024-11-10)
2024-11-11 00:00:01 +00:00
clan-bot
f6e8158909
Merge pull request 'pkgs/cli: Add dynamic completer for target-host' ( #2362 ) from kenji/clan-core:kenji-complete-deployment-address into main
2024-11-10 18:37:22 +00:00
a-kenji
7ab1707ab9
pkgs/cli: Complete --target-host flag
2024-11-10 19:12:54 +01:00
a-kenji
81d39e00e1
pkgs/cli: Add dynamic completer for target-host
2024-11-10 19:12:01 +01:00
clan-bot
63532904b9
Merge pull request 'pkgs/cli: Query target-host for machines install from configuration' ( #2359 ) from kenji/clan-core:kenji-cli/2309/machines-install into main
2024-11-10 17:24:55 +00:00
a-kenji
29c8cc2125
docs: Update documentation for clan machines install --target-host
2024-11-10 18:18:51 +01:00
a-kenji
d689dd8f6c
pkgs/cli: Query target-host for machines install from configuration
...
Query `target-host` for `clan machines install` from the nixos
configuration (deployment.json), if possible.
Remove `TARGET_HOST` option and introduce `--target-host` command
line flag.
This brings the installation subcommand in line with the update
subcommand - improving consistency and usability.
Closes : #2309
2024-11-10 18:18:51 +01:00
clan-bot
9723e9c210
Merge pull request 'pkgs/cli: Group dynamic completer with the correct parser for clarity' ( #2354 ) from kenji/clan-core:kenji-group-completer into main
2024-11-10 14:56:18 +00:00
clan-bot
78650ff446
Merge pull request 'pkgs/cli: Improve error message on clan machines update' ( #2353 ) from kenji/clan-core:kenji-improve-error-message-cli into main
2024-11-10 14:54:41 +00:00
a-kenji
995986e2cd
pkgs/cli: Group dynamic completer with the correct parser for clarity
2024-11-10 15:48:41 +01:00
a-kenji
8bf7eeda4c
pkgs/cli: Improve error message on clan machines update
2024-11-10 15:47:21 +01:00
clan-bot
aaab408b79
Merge pull request 'pkgs/cli: Apply naming standards to help strings in clan machines update' ( #2352 ) from kenji/clan-core:kenji-cli-fix-help into main
2024-11-10 14:42:58 +00:00
a-kenji
a9dc71f6ad
pkgs/cli: Apply naming standards to help strings in clan machines update
2024-11-10 15:37:41 +01:00
clan-bot
8c44d52d18
Merge pull request 'pkgs/cli: Fix help string of clan machines create' ( #2350 ) from kenji/clan-core:kenji-fix-naming-create into main
2024-11-10 13:21:53 +00:00
clan-bot
ada4d05f0d
Merge pull request 'pkgs/cli: Add --target-host to clan machines create' ( #2349 ) from kenji/clan-core:kenji-add-deploy into main
2024-11-10 13:20:30 +00:00
a-kenji
767859f3bf
pkgs/cli: Fix help string of clan machines create
2024-11-10 14:15:34 +01:00
a-kenji
ccb62254f2
pkgs/cli: Add --target-host to clan machines create
...
Add the `--target-host` flag to `clan machines create`.
This allows setting the `deploy.targetHost` for the newly created
machine via the inventory.
Closes : #2339
2024-11-10 14:13:39 +01:00
clan-bot
7729afa0ff
Merge pull request 'pkgs/cli: Improve tense of message in machines create' ( #2348 ) from kenji/clan-core:kenji-improve-confusing-message into main
2024-11-10 00:25:05 +00:00
a-kenji
eb1cf50def
pkgs/cli: Improve tense of message in machines create
...
Change the log message tense from present to continuous for improved clarity.
The message "Add file" has been changed to "Adding file" to provide a clear
indication that the file addition is an ongoing process, not a
command (for the user).
2024-11-10 01:14:40 +01:00
clan-bot
04a737009f
Merge pull request 'pkgs/cli: Fix grammar in inventory doc comment' ( #2344 ) from kenji/clan-core:kenji-fix-grammar into main
2024-11-09 23:57:08 +00:00
a-kenji
1a9e9246be
pkgs/cli: Improve grammar in inventory doc comment
2024-11-10 00:51:21 +01:00
a-kenji
767244301a
pkgs/cli: Fix grammar in inventory doc comment
2024-11-10 00:48:54 +01:00
clan-bot
4787b7777d
Merge pull request 'pkgs/cli: Remove superfluous comment string' ( #2343 ) from kenji/clan-core:kenji-remove-superfluous-comment into main
2024-11-09 23:40:57 +00:00
a-kenji
ddda609b7c
pkgs/cli: Remove superfluous comment string
2024-11-10 00:35:41 +01:00
clan-bot
746b76dc69
Merge pull request 'templates/minimal-flake-parts: add formatter' ( #2342 ) from kenji/clan-core:kenji-add-formatter into main
2024-11-09 22:13:59 +00:00
a-kenji
2db166975e
templates/minimal-flake-parts: add formatter
2024-11-09 23:08:14 +01:00
clan-bot
78d0e47b16
Merge pull request 'flake/inputs: Group inputs together' ( #2341 ) from kenji/clan-core:kenji-flake/inputs-group into main
2024-11-09 19:21:23 +00:00
a-kenji
7b648427ce
flake/inputs: Group inputs together
2024-11-09 20:13:15 +01:00
clan-bot
13d4b3f8b0
Merge pull request 'Inventory: init inventory.tags for globally defined static and dynamic tags' ( #2328 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-08 15:01:07 +00:00
Johannes Kirschbauer
326d3d977c
Clan-ts-api: filter out reserved tags from typescript, library generates invalid types
2024-11-08 15:55:37 +01:00
clan-bot
e241e386fe
Merge pull request 'don't show stacktrace if an update fail' ( #2333 ) from deployment into main
2024-11-08 14:48:57 +00:00
Jörg Thalheim
34410c6e17
vars: update message if vars are up-to-date
2024-11-08 15:43:10 +01:00
Jörg Thalheim
62a7f4b43f
don't show stacktrace if update fail
2024-11-08 15:43:10 +01:00
Mic92
3763b2cf82
Merge pull request 'Add inventory module for zerotier' ( #2108 ) from init/zerotier-inventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2108
2024-11-08 14:10:23 +00:00
Jörg Thalheim
50669d665d
zerotier-members: improve ux of console output
2024-11-08 14:10:23 +00:00
Jörg Thalheim
b364245fd7
zerotier-members: make output better
2024-11-08 14:10:23 +00:00
Jörg Thalheim
a2cb4a06a2
clanModules/zerotier: add documentation
2024-11-08 14:10:23 +00:00
Jörg Thalheim
e7930f4f4d
clanCore/zerotier: quote "or" keyword in attrset
2024-11-08 14:10:23 +00:00
a-kenji
8504a0e674
add clanModule for zerotier inventory
2024-11-08 14:10:23 +00:00
clan-bot
085052a6ca
Merge pull request 'templates: Add all basic supported systems to the minimal-flake-parts template' ( #2332 ) from kenji/clan-core:kenji-template-add-default-systems into main
2024-11-08 14:02:38 +00:00
a-kenji
46a3547121
templates: Add all basic supported systems to the minimal-flake-parts tempalte
2024-11-08 14:38:31 +01:00
clan-bot
631165edf1
Merge pull request 'pkgs/cli: Fix dynamic completions for update-hardware-config and it's flags' ( #2330 ) from kenji/clan-core:kenji-update-hardware-config-fix-completions into main
2024-11-08 13:29:20 +00:00
a-kenji
a6f44fd6bd
pkgs/cli: Fix dynamic completions for update-hardware-config and it's flags
...
Fix dynamic completions for `update-hardware-config` and it's flags.
Now `update-hardware-config` correctly suggests machines as well as for
example `--backend` suggests correctly their respective flags.
2024-11-08 14:23:11 +01:00
Johannes Kirschbauer
c33c5f8b19
Jsonschema: clean up tests
2024-11-08 13:22:58 +01:00
Johannes Kirschbauer
bdd9497335
Classgen: forward item types for array types
2024-11-08 13:20:45 +01:00
clan-bot
f14528bfd9
Merge pull request 'flake/templates: Add minimal-flake-parts template' ( #2329 ) from kenji/clan-core:kenji-minimal-template into main
2024-11-08 12:13:05 +00:00
a-kenji
51b9411f23
flake/templates: Add minimal-flake-parts template
2024-11-08 13:07:27 +01:00
Johannes Kirschbauer
a1acac4b7d
Inventory: init inventory.tags for globally defined static and dynamic tags
2024-11-08 12:48:03 +01:00
clan-bot
2e2d356c2c
Merge pull request 'pkgs/cli: Add minimal-flake-parts to create' ( #2327 ) from kenji/clan-core:kenji-minimal-flake-parts into main
2024-11-08 11:40:39 +00:00
a-kenji
f76276cd55
pkgs/cli: Add minimal-flake-parts to create
2024-11-08 12:34:30 +01:00
clan-bot
7815a6754e
Merge pull request 'templates: prefer non-shallow clones' ( #2326 ) from kenji/clan-core:kenji-no-shallow into main
2024-11-08 11:29:24 +00:00
a-kenji
665180c890
templates: prefer non-shallow clones
2024-11-08 12:23:04 +01:00
clan-bot
1e71c93d5c
Merge pull request 'templates: add a minimal flake-parts template' ( #2324 ) from kenji/clan-core:kenji-templates-flake-parts into main
2024-11-08 10:55:00 +00:00
a-kenji
f845dec656
templates: add a minimal flake-parts template
2024-11-08 11:47:13 +01:00
Johannes Kirschbauer
821a781e55
buildClan: add empty default
2024-11-08 10:43:05 +01:00
clan-bot
4e4e89166d
Merge pull request 'Icon Update: logo, icon.' ( #2321 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-11-06 13:01:40 +00:00
Johannes Kirschbauer
417db1e1e8
Docs: fix missing icons & favicon
2024-11-06 13:56:20 +01:00
Johannes Kirschbauer
4192625a0c
Icon Update: logo, icon.
2024-11-06 13:25:30 +01:00
hsjobeki
791579a14a
Merge pull request 'Icons: init figma icon sync & optimizer' ( #2315 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2315
2024-11-06 12:11:48 +00:00
Johannes Kirschbauer
9d8b544f45
Icon Update: shellcheck
2024-11-06 12:11:48 +00:00
Johannes Kirschbauer
2b0f4fc4b8
Icons: init figma icon sync & optimizer
2024-11-06 12:11:48 +00:00
clan-bot
38e12781fa
Merge pull request 'pkgs/cli: Hide clan history subcommand from help output' ( #2319 ) from kenji/clan-core:kenji-cli-hide-history into main
2024-11-05 18:33:30 +00:00
a-kenji
be1d936e9d
pkgs/cli: Hide clan history subcommand from help output
...
Hide the `clan history` subcommand from the help output.
It is only to be used by *very* advanced users currently and not even
them.
It is confusing in the current help output, because it is not clear what
it does.
This keeps the functionality around - while not confusing new users.
2024-11-05 19:27:43 +01:00
clan-bot
3cbfa4c922
Merge pull request 'pkgs/cli: Apply naming standards to description and help fields' ( #2318 ) from kenji/clan-core:kenji-pkgs/help-description into main
2024-11-05 18:25:01 +00:00
a-kenji
928d26a8cb
pkgs/cli: Apply naming standards to description and help fields
2024-11-05 19:18:44 +01:00
a-kenji
d8c19b8526
docs(contributing): Add standard for cli help description
2024-11-05 19:18:43 +01:00
clan-bot
4304407790
Merge pull request 'vars: Add naming standard' ( #2316 ) from kenji/clan-core:kenji-vars-naming into main
2024-11-05 18:11:12 +00:00
a-kenji
d81ef4586a
vars: Add naming standard
2024-11-05 19:05:40 +01:00
clan-bot
32cb53bfa2
Merge pull request 'expose an option to generate hardware configuration during installation' ( #2313 ) from hardware into main
2024-11-05 15:09:19 +00:00
Johannes Kirschbauer
2bf0753722
UI/details: return early in error case
2024-11-05 16:04:09 +01:00
Jörg Thalheim
414c908717
expose an option to generate hardware configuration during installation
2024-11-05 14:33:22 +01:00
clan-bot
80d72df1ad
Merge pull request 'generate-hardware-config: remove backup file after we are done' ( #2303 ) from hardware into main
2024-11-04 14:10:37 +00:00
Jörg Thalheim
c9760e942e
generate-hardware-config: remove backup file after we are done
2024-11-04 15:05:08 +01:00
clan-bot
47e6117446
Merge pull request 'Automatic flake update - disko - 2024-11-04T00:00+00:00' ( #2297 ) from flake-update-disko-2024-11-04 into main
2024-11-04 12:50:31 +00:00
clan-bot
90d0a866a5
Merge pull request 'Automatic flake update - flake-parts - 2024-11-04T00:00+00:00' ( #2298 ) from flake-update-flake-parts-2024-11-04 into main
2024-11-04 12:49:21 +00:00
clan-bot
2224b98035
Merge pull request 'Automatic flake update - treefmt-nix - 2024-11-04T00:00+00:00' ( #2302 ) from flake-update-treefmt-nix-2024-11-04 into main
2024-11-04 12:49:20 +00:00
clan-bot
7ef970fa42
Merge pull request 'Automatic flake update - sops-nix - 2024-11-04T00:00+00:00' ( #2301 ) from flake-update-sops-nix-2024-11-04 into main
2024-11-04 12:45:31 +00:00
Mic92
926dafcf84
Merge branch 'main' into flake-update-disko-2024-11-04
2024-11-04 12:33:41 +00:00
Mic92
7e000c3722
Merge branch 'main' into flake-update-flake-parts-2024-11-04
2024-11-04 12:33:32 +00:00
Mic92
13fd949956
Merge branch 'main' into flake-update-sops-nix-2024-11-04
2024-11-04 12:33:10 +00:00
Mic92
d4d4fcc1f2
Merge branch 'main' into flake-update-treefmt-nix-2024-11-04
2024-11-04 12:33:04 +00:00
Mic92
ed4c604d6a
Merge pull request 'inventory: make sure we always define all roles, even if we don't have machines' ( #2296 ) from inventory-improvement into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2296
2024-11-04 12:32:58 +00:00
Jörg Thalheim
1ec4bb124e
add build-on-remote flag
2024-11-04 13:27:50 +01:00
Jörg Thalheim
1a98bd7234
tests/command: also wait for exit status
2024-11-04 12:57:07 +01:00
Jörg Thalheim
9923bfee74
inventory: make sure we always define all roles, even if we don't have machines
...
this makes write writing modules easier
add missing roles assertions
2024-11-04 12:57:07 +01:00
Clan Merge Bot
098d4b44a5
update flake lock - treefmt-nix - 2024-11-04T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/d986489c1c757f6921a48c1439f19bfb9b8ecab5' (2024-10-18)
→ 'github:numtide/treefmt-nix/746901bb8dba96d154b66492a29f5db0693dbfcc' (2024-10-30)
2024-11-04 00:00:44 +00:00
Clan Merge Bot
1899cc020d
update flake lock - sops-nix - 2024-11-04T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/1666d16426abe79af5c47b7c0efa82fd31bf4c56' (2024-10-27)
→ 'github:Mic92/sops-nix/e9b5eef9b51cdf966c76143e13a9476725b2f760' (2024-11-03)
2024-11-04 00:00:40 +00:00
Clan Merge Bot
935196b4a4
update flake lock - flake-parts - 2024-11-04T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/3d04084d54bedc3d6b8b736c70ef449225c361b1' (2024-10-01)
→ 'github:hercules-ci/flake-parts/506278e768c2a08bec68eb62932193e341f55c90' (2024-11-01)
2024-11-04 00:00:03 +00:00
Clan Merge Bot
5f578818ff
update flake lock - disko - 2024-11-04T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/89e458a3bb3693e769bfb2b2447c3fe72092d498' (2024-10-27)
→ 'github:nix-community/disko/380847d94ff0fedee8b50ee4baddb162c06678df' (2024-11-03)
2024-11-04 00:00:01 +00:00
clan-bot
1bd3af310e
Merge pull request 'vars: move owner/group to a sops namespace' ( #2294 ) from sops-owner into main
2024-10-31 11:26:50 +00:00
Jörg Thalheim
6bfabbb8e6
vars: use explicit lib.mkOption function
...
the error messages where hard to read, when I tried to add a nested
option. Let's make the code easier to understand instead of saving some
characters to type.
2024-10-31 12:10:57 +01:00
Jörg Thalheim
56bb9c4c5a
vars: move owner/group to a sops namespace
...
we want to allow users to use this feature but do not want to use this
option in our own module because it's not supported by password store.
2024-10-31 12:10:57 +01:00
clan-bot
48e1dcb0f2
Merge pull request 'Add nixos-facter, vars fixes and remove git from base system' ( #2292 ) from vars into main
2024-10-29 13:00:38 +00:00
Jörg Thalheim
4707368bd4
remove vendored nixos-facter package
2024-10-29 13:54:12 +01:00
Jörg Thalheim
aba5ae93ad
fix resource leak in case need_user_terminal is used
2024-10-29 13:54:12 +01:00
Jörg Thalheim
c6a789f0b9
Revert "{facts,vars}/generator: also setup /proc"
...
This reverts commit 943f836997a54f8b0d40665b555034b8ac5a5da4.
This currently fails in nix sandbox builds... figure this out later.
2024-10-29 13:53:58 +01:00
Jörg Thalheim
dec04d21ac
{facts,vars}/generator: also setup /proc
...
some applications fail without proc
2024-10-29 13:53:58 +01:00
Jörg Thalheim
eb761f3105
only add gitMinimal for older nix version
2024-10-29 13:53:58 +01:00
Jörg Thalheim
467b92063c
add nixos-facter to base system
2024-10-29 13:53:46 +01:00
Mic92
ab01f091e9
Merge pull request 'Add missing argument in the docs' ( #2284 ) from 2m/clan-core:fix/missing-argument-2m into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2284
2024-10-29 12:41:36 +00:00
Martynas Mickevičius
71132ef168
Add missing argument in the docs
2024-10-29 12:41:36 +00:00
Mic92
ff3005bb15
Merge pull request 'fix typos' ( #2282 ) from danjujan/clan-core:fix-typos into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2282
2024-10-29 12:37:34 +00:00
danjujan
a9552b07c6
pkgs: fix typos
2024-10-29 12:37:34 +00:00
danjujan
97603a5c97
clanModules: fix typos
2024-10-29 12:37:34 +00:00
danjujan
b03d804262
checks: fix typos
2024-10-29 12:37:34 +00:00
danjujan
61958130fd
lib: fix typos
2024-10-29 12:37:34 +00:00
danjujan
d9f2519ada
templates: fix typo
2024-10-29 12:37:34 +00:00
clan-bot
e6ded3ee78
Merge pull request 'ssh: fix ssh connections failing due to missing stdin' ( #2291 ) from DavHau/clan-core:DavHau-dave into main
2024-10-28 11:26:27 +00:00
DavHau
82b3c901dc
ssh: fix ssh connections failing due to missing stdin
2024-10-28 17:56:12 +07:00
clan-bot
e92875a756
Merge pull request 'Automatic flake update - disko - 2024-10-28T00:00+00:00' ( #2285 ) from flake-update-disko-2024-10-28 into main
2024-10-28 00:24:12 +00:00
clan-bot
b37a413c98
Merge pull request 'Automatic flake update - sops-nix - 2024-10-28T00:00+00:00' ( #2289 ) from flake-update-sops-nix-2024-10-28 into main
2024-10-28 00:23:15 +00:00
clan-bot
cfa4050446
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-10-28T00:00+00:00' ( #2286 ) from flake-update-nixos-facter-modules-2024-10-28 into main
2024-10-28 00:15:29 +00:00
Clan Merge Bot
f502d7341a
update flake lock - sops-nix - 2024-10-28T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/c504fd7ac946d7a1b17944d73b261ca0a0b226a5' (2024-10-20)
→ 'github:Mic92/sops-nix/1666d16426abe79af5c47b7c0efa82fd31bf4c56' (2024-10-27)
2024-10-28 00:00:37 +00:00
Clan Merge Bot
8a6f9e3695
update flake lock - nixos-facter-modules - 2024-10-28T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/9f2a45b372830d28412160413d1d83f5ee11cc2f' (2024-10-12)
→ 'github:numtide/nixos-facter-modules/15b6531d44aa6f0bbd2fd8309cd2a6d7f183ba32' (2024-10-27)
2024-10-28 00:00:04 +00:00
Clan Merge Bot
ebbe8f6455
update flake lock - disko - 2024-10-28T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/a6a3179ddf396dfc28a078e2f169354d0c137125' (2024-10-18)
→ 'github:nix-community/disko/89e458a3bb3693e769bfb2b2447c3fe72092d498' (2024-10-27)
2024-10-28 00:00:01 +00:00
clan-bot
bcf2cd1814
Merge pull request 'add toplevel LICENSE' ( #2283 ) from Mic92-main into main
2024-10-25 12:54:57 +00:00
Jörg Thalheim
7ad68e77a6
add toplevel LICENSE
...
we already specified the license in package metadata, however this is
not easy to find. So now put the license in a more central space
2024-10-25 14:47:14 +02:00
clan-bot
61260fd2c5
Merge pull request 'build-clan: clean up unit test' ( #2281 ) from DavHau/clan-core:DavHau-dave into main
2024-10-23 16:25:26 +00:00
DavHau
2e8844ce45
build-clan: clean up unit test
2024-10-23 23:19:49 +07:00
clan-bot
5f0aa6325b
Merge pull request 'vars: fix shared dependency was not resolved correctly' ( #2280 ) from DavHau/clan-core:DavHau-dave into main
2024-10-23 13:49:23 +00:00
DavHau
7208c6dc82
vars: fix shared dependency was not resolved correctly
2024-10-23 20:43:33 +07:00
clan-bot
4e237917d4
Merge pull request 'cli: set needs_user_terminal for all ssh commands' ( #2279 ) from DavHau/clan-core:DavHau-dave into main
2024-10-23 12:46:29 +00:00
DavHau
db0fdba384
cli: set needs_user_terminal for all ssh commands
2024-10-23 19:40:50 +07:00
clan-bot
9aa69cf28e
Merge pull request 'cmd.run: add needs_user_terminal to unbreak sudo' ( #2278 ) from DavHau/clan-core:DavHau-dave into main
2024-10-23 10:43:37 +00:00
DavHau
28026a9b92
cmd.run: add needs_user_terminal to unbreak sudo
2024-10-23 17:37:54 +07:00
Mic92
102ca452b0
Merge pull request 'ruff: enable warning lints' ( #2275 ) from nixpkgs-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2275
2024-10-23 09:06:02 +00:00
Jörg Thalheim
4230ae6750
ruff: enable warning lints
2024-10-23 09:06:02 +00:00
Mic92
4c4d4d07f0
Merge pull request 'clan-cli: vars: add the owner and group options on files' ( #2255 ) from lopter/clan-core:lo-sops-ownership into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2255
2024-10-23 09:05:53 +00:00
Louis Opter
f540ab91a1
vars: add the user and group options on files
...
This changeset forwards the ownership control options from sops-nix.
2024-10-23 09:05:53 +00:00
clan-bot
004cd31857
Merge pull request 'remove unused nixos-images flake input' ( #2274 ) from nixpkgs-fix into main
2024-10-23 08:24:06 +00:00
Jörg Thalheim
9a560dfa35
test_modules: add missing check argument
2024-10-23 09:50:08 +02:00
Jörg Thalheim
fb277c9bf1
tests/command: also wait for processes to avoid leaks
2024-10-23 09:48:50 +02:00
Jörg Thalheim
a62e0c0156
remove unused nixos-images flake input
2024-10-23 09:44:39 +02:00
clan-bot
f323719bd0
Merge pull request 'deploy-docs: use checksum for rsync' ( #2271 ) from nixpkgs-fix into main
2024-10-22 15:47:18 +00:00
Jörg Thalheim
4cc9fcfc77
deploy-docs: use checksum for rsync
2024-10-22 17:41:54 +02:00
Mic92
c0969195f1
Merge pull request 'deploy-docs: improve tempdir handling for ssh key' ( #2270 ) from nixpkgs-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2270
2024-10-22 15:37:01 +00:00
Jörg Thalheim
76cdd4cc93
deploy-docs: improve tempdir handling for ssh key
2024-10-22 15:37:01 +00:00
hsjobeki
ff7a19a890
Merge pull request 'UI: improve dynamic module interface rendering' ( #2269 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2269
2024-10-22 13:30:33 +00:00
Johannes Kirschbauer
309b282d57
UI: improve dynamic module interface rendering
2024-10-22 13:30:33 +00:00
clan-bot
b9a318cf55
Merge pull request 'ui/machinelistitem: changes background-color on card' ( #2259 ) from amunsen/clan-core:amunsen-main into main
2024-10-22 11:09:25 +00:00
clan-bot
d703d8a354
Merge pull request 'lib/jsonSchema: handle defaults for defaultText' ( #2268 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-22 11:08:16 +00:00
Mic92
3c9a32d24d
Merge branch 'main' into amunsen-main
2024-10-22 11:00:26 +00:00
Johannes Kirschbauer
c2eae7d0a6
lib/jsonSchema: handle defaults for defaultText
2024-10-22 12:59:44 +02:00
Mic92
d105bdc6a5
Merge pull request 'fix nixpkgs command with latest nix version' ( #2267 ) from nixpkgs-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2267
2024-10-22 10:58:33 +00:00
Jörg Thalheim
76c83ef89a
container-driver: ignore lint warning
2024-10-22 12:48:09 +02:00
Jörg Thalheim
0119cf8668
clan-vm-manager: fix typing error
2024-10-22 12:47:56 +02:00
Jörg Thalheim
10c2f7844f
fix nixpkgs command with latest nix version
2024-10-22 12:46:56 +02:00
clan-bot
a8d7a02af4
Merge pull request 'Automatic flake update - nixos-images - 2024-10-21T00:00+00:00' ( #2262 ) from flake-update-nixos-images-2024-10-21 into main
2024-10-21 00:36:46 +00:00
clan-bot
23ef796a82
Merge pull request 'Automatic flake update - treefmt-nix - 2024-10-21T00:00+00:00' ( #2266 ) from flake-update-treefmt-nix-2024-10-21 into main
2024-10-21 00:28:51 +00:00
clan-bot
18542bf466
Merge pull request 'Automatic flake update - sops-nix - 2024-10-21T00:00+00:00' ( #2265 ) from flake-update-sops-nix-2024-10-21 into main
2024-10-21 00:26:47 +00:00
clan-bot
2ccfe7983c
Merge pull request 'Automatic flake update - disko - 2024-10-21T00:00+00:00' ( #2261 ) from flake-update-disko-2024-10-21 into main
2024-10-21 00:19:44 +00:00
Clan Merge Bot
6f6e6e5300
update flake lock - treefmt-nix - 2024-10-21T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64' (2024-10-03)
→ 'github:numtide/treefmt-nix/d986489c1c757f6921a48c1439f19bfb9b8ecab5' (2024-10-18)
2024-10-21 00:00:57 +00:00
Clan Merge Bot
b819ba5264
update flake lock - sops-nix - 2024-10-21T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/06535d0e3d0201e6a8080dd32dbfde339b94f01b' (2024-10-08)
→ 'github:Mic92/sops-nix/c504fd7ac946d7a1b17944d73b261ca0a0b226a5' (2024-10-20)
2024-10-21 00:00:54 +00:00
Clan Merge Bot
4f48aa1a80
update flake lock - nixos-images - 2024-10-21T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/74da6331449bf5c6409c672ea227c07398ebb300' (2024-10-12)
→ 'github:nix-community/nixos-images/3103f26e0631a543963c03c583f03fd42fd9d51a' (2024-10-17)
2024-10-21 00:00:04 +00:00
Clan Merge Bot
3ec17e90ca
update flake lock - disko - 2024-10-21T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/b6215392ec3bd05e9ebfbb2f7945c414096fce8f' (2024-10-12)
→ 'github:nix-community/disko/a6a3179ddf396dfc28a078e2f169354d0c137125' (2024-10-18)
2024-10-21 00:00:01 +00:00
clan-bot
3dc2d559ee
Merge pull request 'UI: Init dynamic rendering of module config' ( #2260 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-18 15:26:53 +00:00
Johannes Kirschbauer
8176d1acc0
UI: Init dynamic rendering of module config
2024-10-18 17:15:33 +02:00
clan-bot
6a422d86fd
Merge pull request 'Serde: improve js-python bridge' ( #2258 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-18 10:55:05 +00:00
Johannes Kirschbauer
4b0af71b9d
Serde: fixup & tests after changed serialization
2024-10-18 12:42:35 +02:00
Timo
6897def471
ui/machinelistitem: changes background-color on card
2024-10-18 12:02:00 +02:00
Johannes Kirschbauer
f05268cda8
UI: Init modules list view, details view
2024-10-17 10:27:39 +02:00
Johannes Kirschbauer
c6eb7545bb
API/Modules-list: List only inventory modules
2024-10-17 10:27:00 +02:00
Johannes Kirschbauer
688671bab8
Serde: improve js-python bridge
2024-10-17 10:26:14 +02:00
clan-bot
38b088e8aa
Merge pull request 'docs: fix typos' ( #2256 ) from kenji/clan-core:kenji-docs/fix-typo into main
2024-10-16 21:06:39 +00:00
a-kenji
db1cf8ec15
docs: fix typos
2024-10-16 22:55:31 +02:00
hsjobeki
58878220ef
Merge pull request 'Docs: fix typo' ( #2254 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2254
2024-10-16 12:55:30 +00:00
Johannes Kirschbauer
32f9633877
Docs: fix typo
2024-10-16 14:54:29 +02:00
clan-bot
c04a3931a1
Merge pull request 'vars: show full var_id when prompting' ( #2253 ) from DavHau/clan-core:DavHau-dave into main
2024-10-16 06:25:38 +00:00
DavHau
cc43a46c53
vars: show full var_id when prompting
2024-10-16 13:13:41 +07:00
Luis Hebendanz
e2a6425d0f
Merge pull request 'Fix iwd space handling' ( #2252 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2252
2024-10-16 05:15:31 +00:00
Qubasa
06d1a5af46
Fix iwd space handling
2024-10-16 12:13:51 +07:00
clan-bot
bb9d49735b
Merge pull request 'Automatic flake update - sops-nix - 2024-10-14T00:00+00:00' ( #2251 ) from flake-update-sops-nix-2024-10-14 into main
2024-10-15 08:54:46 +00:00
clan-bot
490e660753
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-10-14T00:00+00:00' ( #2247 ) from flake-update-nixos-facter-modules-2024-10-14 into main
2024-10-14 00:27:36 +00:00
clan-bot
4ec60e6368
Merge pull request 'Automatic flake update - 2024-10-14T00:00+00:00' ( #2250 ) from flake-update-2024-10-14 into main
2024-10-14 00:22:15 +00:00
clan-bot
049adebac2
Merge pull request 'Automatic flake update - nixpkgs - 2024-10-14T00:00+00:00' ( #2249 ) from flake-update-nixpkgs-2024-10-14 into main
2024-10-14 00:20:22 +00:00
clan-bot
6101186a8f
Merge pull request 'Automatic flake update - nixos-images - 2024-10-14T00:00+00:00' ( #2248 ) from flake-update-nixos-images-2024-10-14 into main
2024-10-14 00:15:29 +00:00
clan-bot
53dbf010dd
Merge pull request 'Automatic flake update - disko - 2024-10-14T00:00+00:00' ( #2246 ) from flake-update-disko-2024-10-14 into main
2024-10-14 00:14:59 +00:00
Clan Merge Bot
d5395f65aa
update flake lock - sops-nix - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/2750ed784e93e745a33fb55be7c2657adfb57c00' (2024-10-06)
→ 'github:Mic92/sops-nix/06535d0e3d0201e6a8080dd32dbfde339b94f01b' (2024-10-08)
2024-10-14 00:00:48 +00:00
Clan Merge Bot
2d5523b907
update flake lock - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/48ebb577855fb2398653f033b3b2208a9249203d' (2024-10-05)
→ 'github:nix-community/disko/b6215392ec3bd05e9ebfbb2f7945c414096fce8f' (2024-10-12)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/ec6ef7d5495bb5db1b6991791625eb22d108e954' (2024-09-30)
→ 'github:numtide/nixos-facter-modules/9f2a45b372830d28412160413d1d83f5ee11cc2f' (2024-10-12)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/c6d733b5cb6c07b5650298d3d6b685dc5dece7f8' (2024-10-03)
→ 'github:nix-community/nixos-images/74da6331449bf5c6409c672ea227c07398ebb300' (2024-10-12)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/50b3bd3fed0442bcbf7f58355e990da84af1749d' (2024-10-06)
→ 'github:NixOS/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221' (2024-10-10)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/2750ed784e93e745a33fb55be7c2657adfb57c00' (2024-10-06)
→ 'github:Mic92/sops-nix/06535d0e3d0201e6a8080dd32dbfde339b94f01b' (2024-10-08)
2024-10-14 00:00:48 +00:00
Clan Merge Bot
f7c32881f6
update flake lock - nixpkgs - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/50b3bd3fed0442bcbf7f58355e990da84af1749d' (2024-10-06)
→ 'github:NixOS/nixpkgs/b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221' (2024-10-10)
2024-10-14 00:00:46 +00:00
Clan Merge Bot
ad693fa6d6
update flake lock - nixos-images - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/c6d733b5cb6c07b5650298d3d6b685dc5dece7f8' (2024-10-03)
→ 'github:nix-community/nixos-images/74da6331449bf5c6409c672ea227c07398ebb300' (2024-10-12)
2024-10-14 00:00:05 +00:00
Clan Merge Bot
c555dcefb4
update flake lock - nixos-facter-modules - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/ec6ef7d5495bb5db1b6991791625eb22d108e954' (2024-09-30)
→ 'github:numtide/nixos-facter-modules/9f2a45b372830d28412160413d1d83f5ee11cc2f' (2024-10-12)
2024-10-14 00:00:03 +00:00
Clan Merge Bot
b4504e5418
update flake lock - disko - 2024-10-14T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/48ebb577855fb2398653f033b3b2208a9249203d' (2024-10-05)
→ 'github:nix-community/disko/b6215392ec3bd05e9ebfbb2f7945c414096fce8f' (2024-10-12)
2024-10-14 00:00:01 +00:00
clan-bot
09efb6f186
Merge pull request 'clan-flash: --keymap option also sets xserver keymap now. renamed 'clan flash apply' to clan 'flash write'' ( #2244 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-11 18:58:15 +00:00
Qubasa
95cb7d66a7
clan-flash: --keymap option also sets xserver keymap now. renamed 'clan flash apply' to clan 'flash write'
2024-10-11 20:51:59 +02:00
clan-bot
debeabf85e
Merge pull request 'properly support verbatim ipv6 addresses' ( #2242 ) from ipv6-ftw into main
2024-10-10 16:06:06 +00:00
Jörg Thalheim
6140c53de0
use actual performance timer to measure how long a process takes
2024-10-10 17:59:56 +02:00
Jörg Thalheim
71e7ecd49c
improve terminating processes on error
2024-10-10 17:59:26 +02:00
Jörg Thalheim
d97bda9c0d
{vars,facts}/upload: fix ipv6 support
2024-10-10 17:03:32 +02:00
Jörg Thalheim
91d5741c97
properly support verbatim ipv6 addresses
2024-10-10 17:03:32 +02:00
clan-bot
8e3ca40e0c
Merge pull request 'vars,facts: add sops.defaultGroups to new machines' ( #2241 ) from DavHau/clan-core:DavHau-dave into main
2024-10-10 12:36:42 +00:00
DavHau
d9597dab05
vars,facts: add sops.defaultGroups to new machines
...
Prior to this, when initializing new machines, only the current user had access to it's key which prevents other admin users to deploy this machine later
2024-10-10 19:31:03 +07:00
clan-bot
f821ff74d7
Merge pull request 'vms run: disable waypipe on xorg by default' ( #2239 ) from DavHau/clan-core:DavHau-dave into main
2024-10-10 12:30:17 +00:00
DavHau
ee6954b818
vms run: disable waypipe on xorg by default
2024-10-10 17:06:38 +07:00
clan-bot
edb56a7118
Merge pull request 'Clan-app: use software rendering, simplify wrapper' ( #2238 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-09 18:18:24 +00:00
Johannes Kirschbauer
b029bc6bdc
Clan-app: use software rendering, simplify wrapper
2024-10-09 16:38:22 +02:00
Mic92
eed571e23b
Merge pull request 'remove renderClanOptions' ( #2237 ) from Mic92-cleanup-options into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2237
2024-10-09 13:14:03 +00:00
Jörg Thalheim
f6bb721d83
refactor evalClanModules to accept a module instead of a modulename
2024-10-09 14:48:43 +02:00
Jörg Thalheim
aad4032626
use evalClanModules in get-module-docs
2024-10-09 14:48:41 +02:00
Jörg Thalheim
1a6e2f7db6
remove renderClanOptions
...
we already evaluate those else where.
2024-10-09 13:57:01 +02:00
Jörg Thalheim
fb65e4730d
eval-clan-modules: don't re-import nixpkgs
2024-10-09 13:48:32 +02:00
clan-bot
9a87ad096d
Merge pull request 'Inventory/schemas: move all schemas to legacyPackages.schemas' ( #2234 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-09 11:44:05 +00:00
Johannes Kirschbauer
65bdf0258a
Schemas: fix clanModules eval
2024-10-09 13:38:19 +02:00
clan-bot
d9d23a1ee4
Merge pull request 'drop optionsNix and old json schema code' ( #2236 ) from Mic92-cleanup-options into main
2024-10-09 11:37:01 +00:00
Jörg Thalheim
d689709e4b
old json schema code
2024-10-09 13:30:50 +02:00
clan-bot
70328238de
Merge pull request 'drop optionsNix' ( #2235 ) from cleanup-options into main
2024-10-09 11:28:03 +00:00
Johannes Kirschbauer
a78d9715cb
Inventory: removed devshell input
2024-10-09 13:27:09 +02:00
Johannes Kirschbauer
15974d92fe
Inventory/schemas: move all schemas to legacyPackages
2024-10-09 13:27:09 +02:00
Johannes Kirschbauer
0a5223a1f0
Inventory/schemas: use less schema versions
2024-10-09 13:27:09 +02:00
Jörg Thalheim
8844f6aad7
drop optionsNix
2024-10-09 13:22:06 +02:00
Mic92
9e8c7ffcce
Merge pull request 'import nixos-facter by default' ( #2178 ) from nixos-facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2178
2024-10-09 10:43:17 +00:00
Jörg Thalheim
03c7d89255
remove unused lib.trace from flake
2024-10-09 12:37:21 +02:00
Jörg Thalheim
b30763226a
lib/inventory/tests: adapt imported module account
2024-10-09 12:32:04 +02:00
Jörg Thalheim
88b166d62b
build minimal template without settings.json
2024-10-09 12:26:17 +02:00
Jörg Thalheim
f18f7ce1d4
drop old settings code
2024-10-09 12:16:00 +02:00
Jörg Thalheim
ff4ae1eb50
remove machine settings.json
2024-10-09 12:08:23 +02:00
Jörg Thalheim
5462ff7e50
pkgs/schema: no longer use deprecated variable
2024-10-09 12:08:23 +02:00
Jörg Thalheim
294634ec62
fix nixos machines without hostPlatform
2024-10-09 12:08:23 +02:00
Jörg Thalheim
2e57a94e42
test_vars_deployment: set hostPlatform depending on current system
2024-10-09 12:08:23 +02:00
Jörg Thalheim
07593a38d4
test_modules: initialize minimal facter.json
2024-10-09 12:08:23 +02:00
Jörg Thalheim
5f0b0205b2
drop "system" argument from inventory
2024-10-09 12:07:58 +02:00
Jörg Thalheim
61f0ceeaf5
fixtures_flake: drop unused substitutions
2024-10-09 12:07:58 +02:00
Jörg Thalheim
1e0f00e6d2
tests: set git author name + email via environment variables
2024-10-09 12:07:58 +02:00
Jörg Thalheim
489977bf3b
no longer write deprecated settings.json in tests
2024-10-09 12:02:10 +02:00
Jörg Thalheim
23c23390a8
re-use gpg key across tests
2024-10-09 11:56:41 +02:00
Jörg Thalheim
67886dc972
fix missing hostPlatform in test_vars
2024-10-09 11:56:36 +02:00
Jörg Thalheim
c80c5dcdca
deprecate passing in system with nixosConfiguration
...
we have this information in both hardware-configuration.nix and factor,
so we don't want to pass this in from the outside.
2024-10-09 11:56:36 +02:00
Jörg Thalheim
83f6485abc
move nixos-facter imports to clanCore
2024-10-09 11:56:36 +02:00
Jörg Thalheim
fd114ab0f9
import nixos facter by default
2024-10-09 11:36:03 +02:00
clan-bot
1018c4214f
Merge pull request 'Docs: improve module author guide code examples, code structuring' ( #2233 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-09 08:43:14 +00:00
Johannes Kirschbauer
824c737055
Docs: improve module author guide code examples, code structuring
2024-10-09 10:28:41 +02:00
clan-bot
2f28bbdf7a
Merge pull request 'Docs: minor improvements' ( #2232 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-09 07:44:57 +00:00
Johannes Kirschbauer
c965032a6f
Docs: minor improvements
2024-10-09 09:38:31 +02:00
Mic92
3a8bf4c3fa
Merge pull request 'Rework vm process handling' ( #2193 ) from fix-warning into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2193
2024-10-08 17:51:55 +00:00
Jörg Thalheim
f19d977544
test_vars_deployment: fix test
2024-10-08 17:51:55 +00:00
Jörg Thalheim
09d1ccd0fd
vms/run: make portmap a dict to fix serializer
2024-10-08 17:51:55 +00:00
Jörg Thalheim
9e5de5c8f0
vms/run: better defaults for run api
2024-10-08 17:51:55 +00:00
Jörg Thalheim
112d7bf2be
expose the option to run commands in virtual machines
2024-10-08 17:51:55 +00:00
Jörg Thalheim
53bde4f9f7
add a flag to start qemu non-interactive
2024-10-08 17:51:55 +00:00
Jörg Thalheim
c729840f09
test_flake_with_core: no longer auto shutdown vm
...
We can now execute commands to have a better interface for this.
2024-10-08 17:51:55 +00:00
Jörg Thalheim
ce9b1f923f
vms/run: don't use deprecated clanCore option
2024-10-08 17:51:55 +00:00
Jörg Thalheim
68271b4d12
restore proper error printing
...
Error represenation should be part of the error and we should not repeat
formatting here.
if we are in debug mode also print the stack trace
2024-10-08 17:51:55 +00:00
Jörg Thalheim
46ceb62658
Update facts/secrets for service openssh in machine test-backup
2024-10-08 17:51:55 +00:00
Jörg Thalheim
c5369ed3a6
Update facts/secrets for service borgbackup in machine test-backup
2024-10-08 17:51:55 +00:00
Jörg Thalheim
a024ea9850
fix systemd-boot security warning for /boot
2024-10-08 17:51:55 +00:00
Jörg Thalheim
1cea965bc1
switch from userborn to sysusers
...
fixes #2117
2024-10-08 17:51:55 +00:00
Jörg Thalheim
36573589ef
{vars,facts}/generate: ensure that args.flake is passed
2024-10-08 17:51:55 +00:00
Jörg Thalheim
1833724124
introduce better vm management abstraction and use it in tests
2024-10-08 17:51:55 +00:00
Jörg Thalheim
8101996c16
pass in flakeid to vm_state_dir
2024-10-08 17:51:55 +00:00
Jörg Thalheim
07e6d1e57c
vm_config: deprecate a few fields
2024-10-08 17:51:55 +00:00
Jörg Thalheim
e7218d09c9
pytest: error on warning
2024-10-08 17:51:55 +00:00
Jörg Thalheim
1c9ea1d5b8
cmd/run: remove unnecessary wait
2024-10-08 17:51:55 +00:00
clan-bot
4039be18a5
Merge pull request 'Inventory/schema: disable warning until fully migrated' ( #2231 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 17:38:23 +00:00
Johannes Kirschbauer
0fec60a36c
Inventory/schema: disable warning until fully migrated
2024-10-08 19:31:27 +02:00
clan-bot
b85d502cc3
Merge pull request 'Docs: move disko config example into nix files' ( #2230 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 17:10:01 +00:00
Johannes Kirschbauer
8afec3e883
Docs: move disko config example into nix files
2024-10-08 19:04:03 +02:00
clan-bot
4a34c1d691
Merge pull request 'Docs: init module author guide' ( #2229 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 12:28:04 +00:00
Johannes Kirschbauer
95b565eada
Docs: init module author guide
2024-10-08 14:22:16 +02:00
clan-bot
b3e76dd300
Merge pull request 'clanModules/localsend: add displayName functionality' ( #2228 ) from kenji/clan-core:kenji-clanModules/localsend/feat/add-displayName into main
2024-10-08 10:42:21 +00:00
a-kenji
efe6bcf980
clanModules/localsend: add displayName functionality
2024-10-08 12:36:15 +02:00
clan-bot
68cf100a40
Merge pull request 'Inventory/interface: add enable flag for service instances' ( #2227 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 10:31:06 +00:00
Johannes Kirschbauer
2092101581
Inventory/enabled: add eval test
2024-10-08 12:24:57 +02:00
Johannes Kirschbauer
f9387df76d
Inventory/enable: dont include disabled services
2024-10-08 12:24:57 +02:00
Johannes Kirschbauer
d4865d10e4
Inventory/interface: add enable flag for service instances
2024-10-08 12:24:57 +02:00
clan-bot
42436d339f
Merge pull request 'Inventory/tests: add more eval smoke tests' ( #2226 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 10:12:09 +00:00
Johannes Kirschbauer
8c15f58df6
Inventory/tests: add more eval smoke tests
2024-10-08 12:06:03 +02:00
clan-bot
1ee8e0a7b7
Merge pull request 'Init: inventory schema for role dependant interfaces' ( #2225 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-08 09:44:42 +00:00
Johannes Kirschbauer
a3f084f6f4
Init: inventory schema for role dependant interfaces
2024-10-08 11:38:15 +02:00
clan-bot
3754593aa3
Merge pull request 'clan-cli: Fix breakage if machines update' ( #2221 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-08 01:45:00 +00:00
Qubasa
528f9f9684
clan-cli: Fix breakage if machines update
2024-10-08 03:38:46 +02:00
clan-bot
2efe5daeab
Merge pull request 'clan-cli: Fix bug where --host-key-check is not applied to build-host' ( #2220 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-08 01:09:02 +00:00
Qubasa
5bd607a8ad
clan-cli: Fix bug where --host-key-check is not applied to build-host
2024-10-08 03:03:13 +02:00
Luis Hebendanz
c666fb8d74
Merge pull request 'clan-cli: Fix bug where --host-key-check is not applied everywhere' ( #2208 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2208
2024-10-08 00:25:15 +00:00
Qubasa
e85e5c13e4
clan-cli: Fix bug where --host-key-check is not applied everywhere
2024-10-08 00:25:15 +00:00
clan-bot
899bfde40c
Merge pull request 'Fix: wrong path concat coercion' ( #2219 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-10-07 21:14:21 +00:00
hsjobeki
bbe0d264f1
Merge pull request 'Init: eval clanmodule interface with roles' ( #2217 ) from hsjobeki/clan-core:hsjobeki-roles-interface into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2217
2024-10-07 21:08:28 +00:00
Johannes Kirschbauer
bca5724f41
Init: eval clanmodule interface with roles
2024-10-07 21:08:28 +00:00
Johannes Kirschbauer
50f61979a5
Fix: update tests and error message
2024-10-07 23:04:30 +02:00
Johannes Kirschbauer
1d026f68ce
Fix: modules wrong path coercion
2024-10-07 22:47:49 +02:00
clan-bot
8004d9910b
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-10-07T00:00+00:00' ( #2211 ) from flake-update-nixos-facter-modules-2024-10-07 into main
2024-10-07 00:57:48 +00:00
clan-bot
9dfca642c0
Merge pull request 'Automatic flake update - 2024-10-07T00:00+00:00' ( #2213 ) from flake-update-2024-10-07 into main
2024-10-07 00:48:57 +00:00
clan-bot
96503bf0bb
Merge pull request 'Automatic flake update - treefmt-nix - 2024-10-07T00:00+00:00' ( #2216 ) from flake-update-treefmt-nix-2024-10-07 into main
2024-10-07 00:47:32 +00:00
clan-bot
617d038fa7
Merge pull request 'Automatic flake update - sops-nix - 2024-10-07T00:00+00:00' ( #2215 ) from flake-update-sops-nix-2024-10-07 into main
2024-10-07 00:45:13 +00:00
clan-bot
34c9115479
Merge pull request 'Automatic flake update - nixos-images - 2024-10-07T00:00+00:00' ( #2212 ) from flake-update-nixos-images-2024-10-07 into main
2024-10-07 00:43:34 +00:00
clan-bot
5ba6b6e54c
Merge pull request 'Automatic flake update - disko - 2024-10-07T00:00+00:00' ( #2209 ) from flake-update-disko-2024-10-07 into main
2024-10-07 00:39:29 +00:00
clan-bot
78e8041b26
Merge pull request 'Automatic flake update - flake-parts - 2024-10-07T00:00+00:00' ( #2210 ) from flake-update-flake-parts-2024-10-07 into main
2024-10-07 00:39:16 +00:00
clan-bot
65fb7e0144
Merge pull request 'Automatic flake update - nixpkgs - 2024-10-07T00:00+00:00' ( #2214 ) from flake-update-nixpkgs-2024-10-07 into main
2024-10-07 00:39:15 +00:00
Clan Merge Bot
4c53eb1f26
update flake lock - treefmt-nix - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/879b29ae9a0378904fbbefe0dadaed43c8905754' (2024-09-27)
→ 'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64' (2024-10-03)
2024-10-07 00:00:33 +00:00
Clan Merge Bot
01162eab39
update flake lock - sops-nix - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/127a96f49ddc377be6ba76964411bab11ae27803' (2024-09-27)
→ 'github:Mic92/sops-nix/2750ed784e93e745a33fb55be7c2657adfb57c00' (2024-10-06)
2024-10-07 00:00:31 +00:00
Clan Merge Bot
eaff8e58d9
update flake lock - nixpkgs - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d' (2024-09-29)
→ 'github:NixOS/nixpkgs/50b3bd3fed0442bcbf7f58355e990da84af1749d' (2024-10-06)
2024-10-07 00:00:29 +00:00
Clan Merge Bot
7b5357538e
update flake lock - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/b709e1cc33fcde71c7db43850a55ebe6449d0959' (2024-09-28)
→ 'github:nix-community/disko/48ebb577855fb2398653f033b3b2208a9249203d' (2024-10-05)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a' (2024-09-12)
→ 'github:hercules-ci/flake-parts/3d04084d54bedc3d6b8b736c70ef449225c361b1' (2024-10-01)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/e1ac6a83a5733788833fdff12aa074b5bdfdc965' (2024-09-29)
→ 'github:numtide/nixos-facter-modules/ec6ef7d5495bb5db1b6991791625eb22d108e954' (2024-09-30)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/acd37edb645a00b051f2ac88e02a2eb0ed459db6' (2024-09-26)
→ 'github:nix-community/nixos-images/c6d733b5cb6c07b5650298d3d6b685dc5dece7f8' (2024-10-03)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d' (2024-09-29)
→ 'github:NixOS/nixpkgs/50b3bd3fed0442bcbf7f58355e990da84af1749d' (2024-10-06)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/127a96f49ddc377be6ba76964411bab11ae27803' (2024-09-27)
→ 'github:Mic92/sops-nix/2750ed784e93e745a33fb55be7c2657adfb57c00' (2024-10-06)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/879b29ae9a0378904fbbefe0dadaed43c8905754' (2024-09-27)
→ 'github:numtide/treefmt-nix/4446c7a6fc0775df028c5a3f6727945ba8400e64' (2024-10-03)
2024-10-07 00:00:25 +00:00
Clan Merge Bot
6bc74d99a6
update flake lock - nixos-images - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/acd37edb645a00b051f2ac88e02a2eb0ed459db6' (2024-09-26)
→ 'github:nix-community/nixos-images/c6d733b5cb6c07b5650298d3d6b685dc5dece7f8' (2024-10-03)
2024-10-07 00:00:08 +00:00
Clan Merge Bot
c5514ffa73
update flake lock - nixos-facter-modules - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/e1ac6a83a5733788833fdff12aa074b5bdfdc965' (2024-09-29)
→ 'github:numtide/nixos-facter-modules/ec6ef7d5495bb5db1b6991791625eb22d108e954' (2024-09-30)
2024-10-07 00:00:05 +00:00
Clan Merge Bot
3f60796f70
update flake lock - flake-parts - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a' (2024-09-12)
→ 'github:hercules-ci/flake-parts/3d04084d54bedc3d6b8b736c70ef449225c361b1' (2024-10-01)
2024-10-07 00:00:03 +00:00
Clan Merge Bot
1a1f21b9ac
update flake lock - disko - 2024-10-07T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/b709e1cc33fcde71c7db43850a55ebe6449d0959' (2024-09-28)
→ 'github:nix-community/disko/48ebb577855fb2398653f033b3b2208a9249203d' (2024-10-05)
2024-10-07 00:00:01 +00:00
clan-bot
266ce64035
Merge pull request 'clan-cli: Improve CmdOut output' ( #2207 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-06 23:44:12 +00:00
Qubasa
0f79c6a850
clan-cli: Improve CmdOut output
2024-10-07 01:36:40 +02:00
clan-bot
9d3dd233f5
Merge pull request 'clan-cli: Add --host-key-check to machine update' ( #2206 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-05 21:40:03 +00:00
Qubasa
7bd50b03b3
clan-cli: Add --host-key-check to machine update
2024-10-05 23:33:44 +02:00
clan-bot
8df6ed40b5
Merge pull request 'clan-cli: Fix bug where --target_host is getting ignored' ( #2205 ) from Qubasa/clan-core:Qubasa-main into main
2024-10-05 16:59:17 +00:00
Qubasa
34711c419c
clan-cli: Fix bug where --target_host is getting ignored
2024-10-05 18:51:44 +02:00
Mic92
f920098d66
Merge pull request 'vars/keygen: adapt to new sops api' ( #2204 ) from gpg-take-2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2204
2024-10-04 16:36:35 +00:00
Jörg Thalheim
4e1d4afa9b
vars/keygen: adept to new sops api
2024-10-04 16:36:35 +00:00
Jörg Thalheim
76aa8d2d82
Revert "Merge pull request 'Revert "Merge pull request 'clan-cli: secrets: Add support for PGP keys with sops-nix' ( #2186 ) from lopter/clan-core:lo-sops-nix-pgp-support into main"' ( #2202 ) from revert into main"
...
This reverts commit 23f5abee0d , reversing
changes made to 66a94c91ae .
2024-10-04 16:36:35 +00:00
clan-bot
f84470fe9f
Merge pull request 'Revert "vars: refactor - copy logic to sops secret module"' ( #2203 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-10-04 16:27:24 +00:00
DavHau
2b3fba9dd0
Revert "vars: refactor - copy logic to sops secret module"
...
This reverts commit 83d850dac4 .
2024-10-04 18:20:53 +02:00
Mic92
23f5abee0d
Merge pull request 'Revert "Merge pull request 'clan-cli: secrets: Add support for PGP keys with sops-nix' ( #2186 ) from lopter/clan-core:lo-sops-nix-pgp-support into main"' ( #2202 ) from revert into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2202
2024-10-04 16:12:27 +00:00
Jörg Thalheim
d134d94a1e
Revert "Merge pull request 'clan-cli: secrets: Add support for PGP keys with sops-nix' ( #2186 ) from lopter/clan-core:lo-sops-nix-pgp-support into main"
...
This reverts commit b956b94039 , reversing
changes made to b1af3d5d6d .
Reverting for now as Dave's recent change conflicts with this change.
2024-10-04 17:54:29 +02:00
Mic92
66a94c91ae
Merge pull request 'iwd: add AutoConnect option' ( #2194 ) from nim65s/clan-core:autoconnect into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2194
2024-10-04 15:39:13 +00:00
Guilhem Saurel
147cb0b002
iwd: add AutoConnect option
2024-10-04 15:39:13 +00:00
Mic92
b956b94039
Merge pull request 'clan-cli: secrets: Add support for PGP keys with sops-nix' ( #2186 ) from lopter/clan-core:lo-sops-nix-pgp-support into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2186
2024-10-04 15:36:30 +00:00
Louis Opter
dbe8927a77
Update tests for clan secrets
2024-10-04 15:36:30 +00:00
Louis Opter
103ad87bc9
Improvements for clan secrets key generate.
...
I am not sure to understand what `extract_public_key` was for. It seems
like `age-keygen -y` will just work fine for a file like
`extract_public_key` is looking for. Unless someone intentionally made a
file with a comment like that without the private key in it.
Messages are moved to stdout rather being logged. It feels like the
output is meaningful in the first step users are going to take. Also
makes testing easier, as log messages are captured differently than
stdout. The call to add an user is changed to be easier to copy paste
and work whether PGP or age is in use.
A description for the command is added instead of help which does not
seem to be displayed.
2024-10-04 15:36:30 +00:00
Louis Opter
7999465d89
Make clan_cli.secrets.sops.SopsKey immutable and remove its __eq__ method
...
Immutability seems sensible for this type.
There is some ambiguity on how to compare keys, in particular when `user.name == ""`, but the rest matches.
2024-10-04 15:36:30 +00:00
Louis Opter
6848b3b6b3
fix: clan secrets user get dump the user identity correctly
2024-10-04 15:36:30 +00:00
Louis Opter
6694c2b60d
Fix key dump in clan secrets key show
...
```
In [4]: str(Type.AGE)
Out[4]: Type.AGE
In [5]: Type.AGE.name.lower()
Out[5]: age
```
2024-10-04 15:36:30 +00:00
Jörg Thalheim
be5f10e241
secrets/show: pretty print json
2024-10-04 15:36:30 +00:00
Jörg Thalheim
4a3030d6ed
secrets: replace Key, key type tuple with SopsKey class
2024-10-04 15:36:30 +00:00
Jörg Thalheim
541a73692f
fix serialisation of SopsKey type
2024-10-04 15:36:30 +00:00
Jörg Thalheim
db065ea06b
error if we cannot load a dataclass from file
2024-10-04 15:36:30 +00:00
Jörg Thalheim
d909078033
default key type to age and rename to age-key/pgp-key
2024-10-04 15:36:30 +00:00
Jörg Thalheim
24973370b3
secrets: do not shadow python builtins
2024-10-04 15:36:30 +00:00
Louis Opter
710b832066
Fix: do not assume users use age keys in vars/sops
...
With added support for PGP for users keys, do not assume an age key is
going to be present in secrets files.
2024-10-04 15:36:30 +00:00
Louis Opter
30d0afe75b
Fix: use new sops api in clan secrets machines
2024-10-04 15:36:30 +00:00
Louis Opter
61ceb44a71
Draft: clan-cli: secrets: Add support for PGP keys with sops-nix
...
To use a PGP key instead of an age key you can set `SOPS_PGP_FP`. (You
can use `gpg -k --fingerprint --fingerprint` to get your PGP encryption
key fingerprint, remove spaces from it).
The internal manifest file already supported a type field, and so I built
from there.
With those changes, I was able to add my PGP key, and update all my
secrets with it, instead of the age key originally generated:
```
% clan secrets key show | jq
{
"key": "ADB6276965590A096004F6D1E114CBAE8FA29165",
"type": "pgp"
}
% clan secrets key update
% for s in $(clan secrets list) ; do clan secrets users add-secret kal-pgp-from-2022-12-to-2024-12 "$s"; done
% for s in $(clan secrets list) ; do clan secrets users remove-secret --debug kal "$s" ; done
```
2024-10-04 15:36:30 +00:00
clan-bot
b1af3d5d6d
Merge pull request 'vars/keygen: fix + cleanup tests' ( #2201 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-10-04 15:32:31 +00:00
DavHau
a257769abd
vars/keygen: fix + cleanup tests
...
- generate keys in ./sops instead of ./sops/vars for now
- don't initialize all flakes with sops keys, only generate when needed
- use the new 'clan vars keygen' in tests
2024-10-04 17:25:17 +02:00
clan-bot
3b9f20b943
Merge pull request 'vars: add 'clan vars keygen'' ( #2200 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-10-04 14:21:10 +00:00
DavHau
3357a0082e
vars: add 'clan vars keygen'
2024-10-04 16:13:49 +02:00
clan-bot
91a06147bf
Merge pull request 'vars: refactor - copy logic to sops secret module' ( #2199 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-10-04 12:40:55 +00:00
clan-bot
c32a13463d
Merge pull request 'Interfaces: unclutter meta interface, file conflict position tracking' ( #2198 ) from hsjobeki/clan-core:hsjobeki-roles-interface into main
2024-10-04 12:38:53 +00:00
DavHau
83d850dac4
vars: refactor - copy logic to sops secret module
...
This is in preparation for moving the storage away from ./sops to ./vars/sops
2024-10-04 14:31:22 +02:00
Johannes Kirschbauer
d812445e90
Meta.name: not nullable, since deduped
2024-10-04 14:30:50 +02:00
Johannes Kirschbauer
71d3d03b43
Interfaces: unclutter meta interface, file conflict position tracking
2024-10-04 13:48:11 +02:00
Luis Hebendanz
091ff4e736
Merge pull request 'clanModules: Fix disk-id and machine-id' ( #2196 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2196
2024-10-03 13:43:06 +00:00
Qubasa
e28f2406f5
clanModules: Fix disk-id and machine-id
2024-10-03 15:42:56 +02:00
Luis Hebendanz
e21b09a5c1
Merge pull request 'clanModules: Fix disk-id and machine-id' ( #2195 ) from Qubasa/clan-core:Qubasa-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2195
2024-10-03 13:40:37 +00:00
Qubasa
f15a3b057e
clanModules: Fix disk-id and machine-id
2024-10-03 15:40:14 +02:00
clan-bot
1eba93b150
Merge pull request 'sops: refactor some function names for clarity' ( #2171 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-10-02 12:03:37 +00:00
DavHau
1f1be62c60
sops: refactor some function names for clarity
2024-10-02 13:56:43 +02:00
hsjobeki
e5b7e2773d
Merge pull request 'Inventory: improve role imports' ( #2189 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2189
2024-10-02 09:08:36 +00:00
Johannes Kirschbauer
d96cf90a52
Inventory/interface: optional instances, allow to use modules without inventory
2024-10-02 11:01:06 +02:00
Johannes Kirschbauer
4a469ed312
Inventory/tests: don't expect the default.nix to be imported anymore
2024-10-02 10:49:06 +02:00
Johannes Kirschbauer
a083a1f443
Fix: Admin module relative dependency
2024-10-02 10:36:48 +02:00
Johannes Kirschbauer
c6cbfcca42
Inventory/borgbackup: fixup structure
2024-10-02 10:01:45 +02:00
Johannes Kirschbauer
0819562a0b
Inventory/modules: use explicit roles only
2024-10-02 10:01:44 +02:00
Johannes Kirschbauer
59889944b3
Inventory/test: add borgbackup to inventory test machine
2024-10-02 10:01:44 +02:00
Johannes Kirschbauer
6612a8ad0f
Inventory/docs: display explizit roles only
2024-10-02 10:01:44 +02:00
Johannes Kirschbauer
de882cb02f
Inventory: improve role imports
2024-10-02 10:01:44 +02:00
clan-bot
10c7fb0a57
Merge pull request 'Fix leaks in vm tests' ( #2192 ) from fix-warning into main
2024-10-02 06:42:45 +00:00
Jörg Thalheim
eb8d99116c
test superflous test_vm_qmp
...
we already have other tests covering this and VMs + NixOS are slow
2024-10-01 20:57:07 +02:00
Jörg Thalheim
16fefb27bb
add temp_dir fixture
2024-10-01 20:54:19 +02:00
Jörg Thalheim
2a2818d050
add more custom prefixes for temporary directories
2024-10-01 20:54:19 +02:00
Jörg Thalheim
93b1391e4c
abort tests on python warning
2024-10-01 20:54:19 +02:00
Jörg Thalheim
082c3c1416
fix resource leaks in qmp tests
2024-10-01 20:54:19 +02:00
clan-bot
91408f4c72
Merge pull request 'fix resource leaks' ( #2191 ) from fix-warning into main
2024-10-01 18:03:58 +00:00
Jörg Thalheim
46c0b7cb2e
don't leak memory in global table unless we want to record performance
2024-10-01 19:32:00 +02:00
Jörg Thalheim
d5d6774124
fix file descriptor leak in cmd.run()
...
we were leaking pipes.
2024-10-01 19:27:47 +02:00
clan-bot
e014800f03
Merge pull request 'generate: don't set type=bool in argparse.BooleanOptionalAction' ( #2190 ) from fix-warning into main
2024-10-01 17:04:49 +00:00
Jörg Thalheim
237327ead3
start to name temporary directories in more places
2024-10-01 18:57:59 +02:00
Jörg Thalheim
716c6c9139
generate: don't set type=bool in argparse.BooleanOptionalAction
2024-10-01 18:48:54 +02:00
clan-bot
12fb2c48e4
Merge pull request 'docs: improve flake-parts reference' ( #2187 ) from hsjobeki/clan-core:hsjobeki-roles-interface into main
2024-10-01 09:28:13 +00:00
Johannes Kirschbauer
1b77b118e2
docs: improve flake-parts reference
2024-10-01 11:21:30 +02:00
clan-bot
6fc0954551
Merge pull request 'Automatic flake update - treefmt-nix - 2024-09-30T00:00+00:00' ( #2185 ) from flake-update-treefmt-nix-2024-09-30 into main
2024-09-30 00:43:42 +00:00
clan-bot
c8245cc54e
Merge pull request 'Automatic flake update - sops-nix - 2024-09-30T00:00+00:00' ( #2184 ) from flake-update-sops-nix-2024-09-30 into main
2024-09-30 00:37:38 +00:00
clan-bot
55990d9918
Merge pull request 'Automatic flake update - nixos-images - 2024-09-30T00:00+00:00' ( #2181 ) from flake-update-nixos-images-2024-09-30 into main
2024-09-30 00:37:24 +00:00
clan-bot
d52143263e
Merge pull request 'Automatic flake update - disko - 2024-09-30T00:00+00:00' ( #2179 ) from flake-update-disko-2024-09-30 into main
2024-09-30 00:35:17 +00:00
clan-bot
6ec9c7e901
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-09-30T00:00+00:00' ( #2180 ) from flake-update-nixos-facter-modules-2024-09-30 into main
2024-09-30 00:35:16 +00:00
clan-bot
cd066b5ab4
Merge pull request 'Automatic flake update - 2024-09-30T00:00+00:00' ( #2182 ) from flake-update-2024-09-30 into main
2024-09-30 00:35:03 +00:00
clan-bot
6effde7c91
Merge pull request 'Automatic flake update - nixpkgs - 2024-09-30T00:00+00:00' ( #2183 ) from flake-update-nixpkgs-2024-09-30 into main
2024-09-30 00:35:03 +00:00
Clan Merge Bot
13bab5ce6a
update flake lock - treefmt-nix - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/35dfece10c642eb52928a48bee7ac06a59f93e9a' (2024-09-23)
→ 'github:numtide/treefmt-nix/879b29ae9a0378904fbbefe0dadaed43c8905754' (2024-09-27)
2024-09-30 00:00:43 +00:00
Clan Merge Bot
c1dfdbe5cf
update flake lock - sops-nix - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/e2d404a7ea599a013189aa42947f66cede0645c8' (2024-09-16)
→ 'github:Mic92/sops-nix/127a96f49ddc377be6ba76964411bab11ae27803' (2024-09-27)
2024-09-30 00:00:40 +00:00
Clan Merge Bot
2d547fa135
update flake lock - nixpkgs - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/568bfef547c14ca438c56a0bece08b8bb2b71a9c' (2024-09-23)
→ 'github:NixOS/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d' (2024-09-29)
2024-09-30 00:00:38 +00:00
Clan Merge Bot
2c884d9618
update flake lock - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/c61e50b63ad50dda5797b1593ad7771be496efbb' (2024-09-24)
→ 'github:nix-community/disko/b709e1cc33fcde71c7db43850a55ebe6449d0959' (2024-09-28)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/6eb13404bbe40b9a5ef9984792b27933658571fa' (2024-09-20)
→ 'github:numtide/nixos-facter-modules/e1ac6a83a5733788833fdff12aa074b5bdfdc965' (2024-09-29)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/1420644027326490d330828b941a8e612b9cc130' (2024-09-23)
→ 'github:nix-community/nixos-images/acd37edb645a00b051f2ac88e02a2eb0ed459db6' (2024-09-26)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/568bfef547c14ca438c56a0bece08b8bb2b71a9c' (2024-09-23)
→ 'github:NixOS/nixpkgs/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d' (2024-09-29)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/e2d404a7ea599a013189aa42947f66cede0645c8' (2024-09-16)
→ 'github:Mic92/sops-nix/127a96f49ddc377be6ba76964411bab11ae27803' (2024-09-27)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/35dfece10c642eb52928a48bee7ac06a59f93e9a' (2024-09-23)
→ 'github:numtide/treefmt-nix/879b29ae9a0378904fbbefe0dadaed43c8905754' (2024-09-27)
2024-09-30 00:00:32 +00:00
Clan Merge Bot
80a5bab352
update flake lock - nixos-images - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/1420644027326490d330828b941a8e612b9cc130' (2024-09-23)
→ 'github:nix-community/nixos-images/acd37edb645a00b051f2ac88e02a2eb0ed459db6' (2024-09-26)
2024-09-30 00:00:06 +00:00
Clan Merge Bot
f237c63d78
update flake lock - nixos-facter-modules - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/6eb13404bbe40b9a5ef9984792b27933658571fa' (2024-09-20)
→ 'github:numtide/nixos-facter-modules/e1ac6a83a5733788833fdff12aa074b5bdfdc965' (2024-09-29)
2024-09-30 00:00:05 +00:00
Clan Merge Bot
3a72abaa7f
update flake lock - disko - 2024-09-30T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/c61e50b63ad50dda5797b1593ad7771be496efbb' (2024-09-24)
→ 'github:nix-community/disko/b709e1cc33fcde71c7db43850a55ebe6449d0959' (2024-09-28)
2024-09-30 00:00:01 +00:00
Mic92
859603d4d9
Merge pull request 'clan-cli: update outdated help messages, and fix a typo' ( #2177 ) from lopter/clan-core:lo-fix-typos into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2177
2024-09-29 15:52:58 +00:00
Louis Opter
c132811c9e
Update outdated help messages and fix a typo
2024-09-29 15:52:58 +00:00
clan-bot
749bf3eadd
Merge pull request 'expose nixos-facter in cli' ( #2172 ) from nixos-facter into main
2024-09-29 15:07:37 +00:00
Jörg Thalheim
fed1283091
add nixos-facter to nixos installation test
2024-09-29 16:59:02 +02:00
Jörg Thalheim
e58b0df2db
fix broken eval check when nixpkgs.pkgs nixos option is used
2024-09-29 16:59:02 +02:00
Jörg Thalheim
5c6a0be70c
make default hardware report commit message nicer
2024-09-29 16:59:02 +02:00
Jörg Thalheim
bd8bc98863
allow to overwrite hardware configuration
...
now that we call it "update" hardware configurration and we are heading
towards facter anyway, we don't need all the force overide logic. Just
allow this to be overwritten by default.
2024-09-29 16:59:02 +02:00
Jörg Thalheim
deea4a74b3
wrap hardware generate arguments into an object
2024-09-29 16:59:02 +02:00
Jörg Thalheim
b97ee66e8f
don't expose polymorphic api
2024-09-29 16:21:53 +02:00
Jörg Thalheim
84cb54a537
remove unused location from ClanError
2024-09-29 16:21:53 +02:00
Jörg Thalheim
d4685e7208
put error description in same line as error for cli
2024-09-29 16:21:53 +02:00
Jörg Thalheim
11409b9608
if error doesn't have a message set, print a stack trace
2024-09-29 16:21:53 +02:00
Jörg Thalheim
6bd1bc894e
if command fails, print command and exit code, regardless if error message is set
2024-09-29 16:21:53 +02:00
Jörg Thalheim
7b93ef6704
expose nixos-facter in cli
2024-09-29 16:21:53 +02:00
clan-bot
83c87fdf6f
Merge pull request 'clanModules/mumble: remove default user' ( #2175 ) from kenji/clan-core:kenji-clanModules/mumble/remove-default-user into main
2024-09-26 17:47:51 +00:00
a-kenji
b4eb8eda20
clanModules/mumble: remove default user
2024-09-26 19:41:30 +02:00
clan-bot
2311f9b88e
Merge pull request 'clanModules/murmur: improve secret loading logic' ( #2174 ) from kenji/clan-core:kenji-mumble-improvements into main
2024-09-26 14:45:00 +00:00
a-kenji
74c0d1dd08
clanModules/murmur: improve secret loading logic
2024-09-26 16:38:18 +02:00
clan-bot
71d8d01fdd
Merge pull request 'localsend: Add necessary option ipv4Addr' ( #2173 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-26 13:28:24 +00:00
Qubasa
d0542f04fe
localsend: Add necessary option ipv4Addr
2024-09-26 15:22:05 +02:00
clan-bot
51a578368a
Merge pull request 'Docs: authorizedKeys is a list, small fixups' ( #2169 ) from hsjobeki/clan-core:hsjobeki-docs/inventory into main
2024-09-25 12:48:36 +00:00
Johannes Kirschbauer
bc8d788730
Docs: harmonize titles
2024-09-25 14:06:55 +02:00
Johannes Kirschbauer
fd1b727082
Docs: authorizedKeys is a list
2024-09-25 14:06:55 +02:00
clan-bot
381d5f9f70
Merge pull request 'Docs: refactor general structure' ( #2168 ) from hsjobeki/clan-core:hsjobeki-docs/inventory into main
2024-09-25 11:52:34 +00:00
Johannes Kirschbauer
96b972d91d
Docs: fixup links
2024-09-25 13:46:12 +02:00
Johannes Kirschbauer
da5bda4c82
Docs: autogenerate inventory & buildClan model
2024-09-25 13:38:10 +02:00
Johannes Kirschbauer
2c4981e2a7
Docs: restructure apply diataxis
2024-09-25 13:37:35 +02:00
Johannes Kirschbauer
21343e4032
Docs/inventory: add documentation for inventory attributes
2024-09-25 13:36:33 +02:00
Johannes Kirschbauer
053082c932
Docs/buildClan: add documentation descriptions
2024-09-25 13:33:46 +02:00
clan-bot
728cb60295
Merge pull request 'clan flash: Remove root requirement for flash, add a flash-template' ( #2165 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-24 11:48:57 +00:00
Qubasa
1b0b111f03
clan flash: Remove root requirement for flash, add a flash-template
2024-09-24 13:42:21 +02:00
clan-bot
cef290b135
Merge pull request 'add nixos-facter to flash installer' ( #2149 ) from flash-installer into main
2024-09-24 10:59:27 +00:00
Jörg Thalheim
d1952cbed7
matrix-synapse: fix race condition
2024-09-24 12:52:53 +02:00
Jörg Thalheim
419da827ae
container driver: add wait_until_succeeds
2024-09-24 12:52:53 +02:00
Jörg Thalheim
44e17e9ee6
fix zfs latest again
2024-09-24 12:52:53 +02:00
Jörg Thalheim
afbac7f08c
bump flakes
2024-09-24 12:52:53 +02:00
Jörg Thalheim
4936db0187
fix container test after systemd update
2024-09-24 12:52:53 +02:00
Jörg Thalheim
0698ecbf29
docs: renaming "Include Machines" to "Adding Machines"
2024-09-24 12:52:53 +02:00
Jörg Thalheim
5b878ac8ac
use packaged nixos-facter in generate_hardware_info
2024-09-24 11:38:33 +02:00
Jörg Thalheim
bd383a9f35
add nixos-facter to flash installer
2024-09-24 11:38:33 +02:00
clan-bot
f4949b26c4
Merge pull request 'clan-cli: Move clan machines import to clan machines create' ( #2163 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-23 15:18:21 +00:00
Qubasa
d4e8f88185
clan-cli: Move clan machines import to clan machines create
2024-09-23 17:11:48 +02:00
clan-bot
26f8779787
Merge pull request 'Automatic flake update - nixos-images - 2024-09-23T00:00+00:00' ( #2158 ) from flake-update-nixos-images-2024-09-23 into main
2024-09-23 00:46:29 +00:00
clan-bot
f368493ce7
Merge pull request 'Automatic flake update - treefmt-nix - 2024-09-23T00:00+00:00' ( #2162 ) from flake-update-treefmt-nix-2024-09-23 into main
2024-09-23 00:37:02 +00:00
clan-bot
04be7c9348
Merge pull request 'Automatic flake update - sops-nix - 2024-09-23T00:00+00:00' ( #2161 ) from flake-update-sops-nix-2024-09-23 into main
2024-09-23 00:33:42 +00:00
clan-bot
77b758d88e
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-09-23T00:00+00:00' ( #2157 ) from flake-update-nixos-facter-modules-2024-09-23 into main
2024-09-23 00:27:35 +00:00
Clan Merge Bot
b9534e6326
update flake lock - treefmt-nix - 2024-09-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/9fb342d14b69aefdf46187f6bb80a4a0d97007cd' (2024-09-02)
→ 'github:numtide/treefmt-nix/ee41a466c2255a3abe6bc50fc6be927cdee57a9f' (2024-09-19)
2024-09-23 00:00:43 +00:00
Clan Merge Bot
3c10fb29dc
update flake lock - sops-nix - 2024-09-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/f30b1bac192e2dc252107ac8a59a03ad25e1b96e' (2024-09-13)
→ 'github:Mic92/sops-nix/e2d404a7ea599a013189aa42947f66cede0645c8' (2024-09-16)
2024-09-23 00:00:40 +00:00
Clan Merge Bot
e3718e69a1
update flake lock - nixos-images - 2024-09-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/51c98a9f328e7aad81d8aa048f38e4e5c86d3389' (2024-09-07)
→ 'github:nix-community/nixos-images/776ee2484dcf6c8a667b1b918981493ee976dba9' (2024-09-22)
2024-09-23 00:00:04 +00:00
Clan Merge Bot
5018a6612c
update flake lock - nixos-facter-modules - 2024-09-23T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/d78cd60464df85279cbdddaba0e3d8d8ee6ab00c' (2024-09-13)
→ 'github:numtide/nixos-facter-modules/6eb13404bbe40b9a5ef9984792b27933658571fa' (2024-09-20)
2024-09-23 00:00:02 +00:00
clan-bot
32f70d201c
Merge pull request 'Docs: add top-level index, refactor according to diataxis' ( #2156 ) from hsjobeki/clan-core:hsjobeki-docs/inventory into main
2024-09-22 16:58:35 +00:00
Johannes Kirschbauer
5e53a71abf
Docs: fix flake-parts nav entry
2024-09-22 18:52:22 +02:00
Johannes Kirschbauer
917dc2a7df
Docs: clarify inventory statement
2024-09-22 18:46:39 +02:00
Johannes Kirschbauer
8e7e346b28
Docs: add top-level index, refactor according to diataxis
2024-09-22 18:39:13 +02:00
Mic92
25ec3308d1
Merge pull request 'f2fs: enable compression' ( #2152 ) from f2fs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2152
2024-09-20 15:52:11 +00:00
Jörg Thalheim
3a87d5a6ec
f2fs: enable compression
2024-09-20 15:52:11 +00:00
clan-bot
a389f2edf6
Merge pull request 'docs: Rename guides to manual, Rename reference to options, add secure boot chapter to manual. Add secrets chapter to manual.' ( #2154 ) from Qubasa/clan-core:main into main
2024-09-20 14:59:42 +00:00
Qubasa
3d1f97f2a4
docs: Rename guides to manual, Rename reference to options, add secure boot chapter to manual. Add secrets chapter to manual.
2024-09-20 16:52:52 +02:00
clan-bot
bbd590cbbe
Merge pull request 'vars/sops: improve shared secrets, switching backend' ( #2151 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-09-20 13:18:01 +00:00
DavHau
0324f4d4b8
vars/sops: improve shared secrets, switching backend
...
When a second machine checks for a shared secret, now the exists() call returns negative and only when updating the secrets for that machine, the machine is added to the sops receivers.
Also throw proper errors when the user switches backends without cleaning the files first.
2024-09-20 15:06:54 +02:00
Mic92
af54120466
Merge pull request 'rename hw-generate to update-hardware-config' ( #2150 ) from rename-update-hardware-command into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2150
2024-09-20 12:13:39 +00:00
Jörg Thalheim
b4fb4f180b
rename hw-generate to update-hardware-config
2024-09-20 13:42:18 +02:00
clan-bot
bef19592cd
Merge pull request 'vars: implement migration' ( #2148 ) from DavHau/clan-core:DavHau-vars-migration into main
2024-09-19 16:04:39 +00:00
DavHau
501ade7de7
vars: implement migration
...
Migrating generated files from the facts subsystem to the vars subsystem is now possible.
HowTo:
1. declare `clan.core.vars.generators.<generator>.migrateFact = my_service` where `my_service` refers to a service from `clan.core.facts.services`
2. run `clan vers generate your_machine` or `clan machines update your_machine`
Vars will only be migrated for a generator if:
1. The facts service specified via `migrateFact` does exist
2. None of the vars to generate exist yet
3. All public var names exist in the public facts store
4. All secret var names exist in the secret fact store
If the migration is deemed possible, the generator script will not be executed. Instead the files from the public or secret facts store are read and stored into the corresponding vars store
2024-09-19 17:57:03 +02:00
clan-bot
dcb759b0dc
Merge pull request 'vars/generate: improve output when vars are updated' ( #2147 ) from DavHau/clan-core:DavHau-dave into main
2024-09-18 15:03:09 +00:00
DavHau
89d39186ee
vars/generate: improve output when vars are updated
...
fixes #2076
- print old and new value if possible
- also inform the user if something hasn't changed
2024-09-18 16:57:01 +02:00
clan-bot
78df6cf757
Merge pull request 'clanModules/state-version: use default of vars' ( #2146 ) from kenji/clan-core:kenji-modules/state-version into main
2024-09-18 12:16:34 +00:00
a-kenji
d26d7c4bba
clanModules/state-version: use default of vars
2024-09-18 14:07:30 +02:00
clan-bot
8b49c4ae38
Merge pull request 'Inventory: docs fixup' ( #2145 ) from hsjobeki/clan-core:hsjobeki-docs/inventory into main
2024-09-18 06:39:17 +00:00
clan-bot
cb1025d9da
Merge pull request 'Inventory: fixup imports to extraModules' ( #2141 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-18 06:35:06 +00:00
Johannes Kirschbauer
cfa1fca76e
Inventory: docs fixup
2024-09-18 08:31:00 +02:00
Johannes Kirschbauer
61efab995a
Inventory: fixup imports to extraModules
2024-09-18 08:27:39 +02:00
clan-bot
a10bb59169
Merge pull request 'vars: allow setting a default for values' ( #2144 ) from DavHau/clan-core:DavHau-dave into main
2024-09-17 19:17:34 +00:00
DavHau
1c56ef5725
vars: allow setting a default for values
2024-09-17 21:11:38 +02:00
clan-bot
0012304d7c
Merge pull request 'vars: generate vars for clan install' ( #2143 ) from DavHau/clan-core:DavHau-dave into main
2024-09-17 18:47:56 +00:00
DavHau
ec109e7f67
vars: generate vars for clan install
...
fixes #2087
2024-09-17 20:41:39 +02:00
clan-bot
3ac84c53ee
Merge pull request 'vars: generate proper commit messages' ( #2142 ) from DavHau/clan-core:DavHau-dave into main
2024-09-17 18:29:00 +00:00
DavHau
cf47c1d51a
vars: generate proper commit messages
...
fixes #2126
2024-09-17 20:22:18 +02:00
clan-bot
f380b874e9
Merge pull request 'docs/guides: add getting started guide to guides overview' ( #2140 ) from kenji/clan-core:kenji-update/guide into main
2024-09-16 21:35:17 +00:00
a-kenji
de835e4808
docs/guides: add getting started guide to guides overview
2024-09-16 23:21:02 +02:00
clan-bot
3381e4bedd
Merge pull request 'Inventory: docs improvements' ( #2132 ) from hsjobeki/clan-core:hsjobeki-inventory-docs into main
2024-09-16 20:58:28 +00:00
Johannes Kirschbauer
18fa2cc8a4
Inventory: fix doc typo
2024-09-16 22:52:40 +02:00
Johannes Kirschbauer
7a4028660f
Inventory: fix eval tests
2024-09-16 22:52:40 +02:00
Johannes Kirschbauer
56b76f9827
Inventory: docs improvements
2024-09-16 22:52:40 +02:00
kenji
ff9adee375
Merge pull request 'docs: update readme for irc bridge' ( #2138 ) from kenji/clan-core:readme/update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2138
2024-09-16 20:44:15 +00:00
a-kenji
be1a10c1b5
docs: update readme for irc bridge
2024-09-16 20:44:15 +00:00
clan-bot
c83ff0f58f
Merge pull request 'config: remove gitmodules file' ( #2136 ) from kenji/clan-core:kenji-config/rm/gitmodules into main
2024-09-16 20:17:39 +00:00
a-kenji
1476901eda
config: remove gitmodules file
2024-09-16 22:10:13 +02:00
clan-bot
920d83f0e9
Merge pull request 'vars/tests: fix nix eval triggering git concurrent access' ( #2135 ) from DavHau/clan-core:DavHau-dave into main
2024-09-16 17:34:25 +00:00
DavHau
9ffc3da52b
vars/tests: fix nix eval triggering git concurrent access
...
Prevents this error: Another git process seems to be running in this repository
2024-09-16 18:58:22 +02:00
clan-bot
cc878d3a9e
Merge pull request 'clan-cli: Init clan machines import' ( #2134 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-16 16:21:19 +00:00
Qubasa
0f0a8825e1
clan-cli: Init clan machines import
2024-09-16 18:15:55 +02:00
clan-bot
6cd07d27b9
Merge pull request 'templates: don't explicitly import hardware-configurations' ( #2133 ) from kenji/clan-core:kenji-templates/modernize/new-clan into main
2024-09-16 15:31:38 +00:00
a-kenji
9cff324654
templates: don't explicitly import hardware-configurations
2024-09-16 17:21:50 +02:00
hsjobeki
ff64bcfb52
Merge pull request 'Inventory: improve usability from nix' ( #2116 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2116
2024-09-16 13:50:03 +00:00
Johannes Kirschbauer
a13de96bb2
Inventory: docs improvements
2024-09-16 13:50:03 +00:00
Johannes Kirschbauer
c82c70e4a9
Inventory: check extraModules serilizable
2024-09-16 13:50:03 +00:00
kenji
9b0487edc0
Merge pull request 'CLI: fix @api.register cli typechecks' ( #2127 ) from hsjobeki/clan-core:cli-api-typechecks into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2127
2024-09-16 12:52:28 +00:00
Johannes Kirschbauer
0addba0d20
Update: inventory classes check
2024-09-16 12:52:28 +00:00
Johannes Kirschbauer
b4e3dff23b
CLI: api.register type preservation
2024-09-16 12:52:28 +00:00
Johannes Kirschbauer
cf24170d0d
CLI: update classes
2024-09-16 12:52:28 +00:00
kenji
0b05fe30c1
Merge pull request 'templates: new-clan use state-version module' ( #2129 ) from kenji/clan-core:kenji-template/fix/new-clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2129
2024-09-16 12:45:47 +00:00
a-kenji
225c376181
templates: new-clan use state-version module
2024-09-16 12:45:47 +00:00
kenji
a574e3eb57
Merge pull request 'template/new-clan: improve documentation of disko module' ( #2130 ) from kenji/clan-core:kenji-template/docs/new-clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2130
2024-09-16 12:45:25 +00:00
a-kenji
9e429f45cd
template/new-clan: improve documentation of disko module
2024-09-16 12:45:25 +00:00
kenji
695630e6bf
Merge pull request 'templates/new-clan: fix disko module' ( #2128 ) from kenji/clan-core:kenji-fix/template into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2128
2024-09-16 12:17:24 +00:00
a-kenji
ecc8976ee9
templates/new-clan: fix disko module
2024-09-16 14:09:14 +02:00
kenji
00747be1d7
Merge pull request 'clanModules/borgbackup: fix borgbackup documentation' ( #2125 ) from kenji/clan-core:kenji-docs/borgbackup into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2125
2024-09-16 12:04:33 +00:00
a-kenji
5108f9af3e
clanModules/borgbackup: fix borgbackup documentation
2024-09-16 12:04:33 +00:00
kenji
2df1e4a006
Merge pull request 'Automatic flake update - sops-nix - 2024-09-16T00:00+00:00' ( #2123 ) from flake-update-sops-nix-2024-09-16 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2123
2024-09-16 11:50:05 +00:00
Clan Merge Bot
4cfc3a79c5
update flake lock - sops-nix - 2024-09-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/b68757cd2c3fa66d6ccaa0d046ce42a9324e0070' (2024-09-08)
→ 'github:Mic92/sops-nix/f30b1bac192e2dc252107ac8a59a03ad25e1b96e' (2024-09-13)
2024-09-16 11:50:05 +00:00
kenji
caa4b78f21
Merge pull request 'clanModules/deltachat: remove construction warning' ( #2124 ) from kenji/clan-core:kenji-docs/clan into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2124
2024-09-16 11:48:57 +00:00
a-kenji
f2aa7b152c
clanModules/deltachat: remove construction warning
2024-09-16 12:16:34 +02:00
clan-bot
fb8065ee42
Merge pull request 'Automatic flake update - flake-parts - 2024-09-16T00:00+00:00' ( #2119 ) from flake-update-flake-parts-2024-09-16 into main
2024-09-16 00:28:29 +00:00
clan-bot
90ef65b815
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-09-16T00:00+00:00' ( #2120 ) from flake-update-nixos-facter-modules-2024-09-16 into main
2024-09-16 00:28:29 +00:00
Clan Merge Bot
4410e8b836
update flake lock - nixos-facter-modules - 2024-09-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/a389bf16ed7db1f7e6a5e9dc4b5547e927498803' (2024-09-03)
→ 'github:numtide/nixos-facter-modules/d78cd60464df85279cbdddaba0e3d8d8ee6ab00c' (2024-09-13)
2024-09-16 00:00:04 +00:00
Clan Merge Bot
62d6a6a894
update flake lock - flake-parts - 2024-09-16T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/567b938d64d4b4112ee253b9274472dc3a346eb6' (2024-09-01)
→ 'github:hercules-ci/flake-parts/bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a' (2024-09-12)
2024-09-16 00:00:03 +00:00
clan-bot
f1042d6bda
Merge pull request 'templates: streamline the new-clan template' ( #2114 ) from kenji/clan-core:rm/template into main
2024-09-15 17:10:27 +00:00
clan-bot
9695fb28f7
Merge pull request 'CLI: Improve Inventory schema usage' ( #2115 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-15 16:56:34 +00:00
Johannes Kirschbauer
ca79433aa9
CLI: use abstract schema to avoid module imports
2024-09-15 18:42:50 +02:00
hsjobeki
058cb97d8b
Merge pull request 'Inventory improvements' ( #2113 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2113
2024-09-15 16:41:33 +00:00
Johannes Kirschbauer
1705ab757a
Inventory: fix test in build-clan
2024-09-15 16:41:33 +00:00
Johannes Kirschbauer
e7c92d034d
fixup! Inventory: add machines automatically from machines dir
2024-09-15 16:41:33 +00:00
Johannes Kirschbauer
b05aecdef7
Inventory: fix test json
2024-09-15 16:41:33 +00:00
Johannes Kirschbauer
55a25e69e2
Inventory: rename imports to extraModules
2024-09-15 16:41:33 +00:00
Johannes Kirschbauer
c21a265e21
Inventory: allow arbitrary imports from nix
2024-09-15 16:41:33 +00:00
a-kenji
25dca47f51
templates: streamline the new-clan template
2024-09-15 17:46:14 +02:00
clan-bot
c63f5b7b92
Merge pull request 'borgbackup-static: only print warning if it is actually used' ( #2112 ) from borgbackup into main
2024-09-15 15:34:49 +00:00
Jörg Thalheim
9a5ad4d381
borgbackup-static: only print warning if it is actually used
2024-09-15 17:27:49 +02:00
clan-bot
79ff8304d5
Merge pull request 'checks: Fix flash test' ( #2110 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-15 14:50:02 +00:00
Qubasa
e23df573b4
checks: Fix flash test
2024-09-15 16:41:34 +02:00
clan-bot
144159de32
Merge pull request 'clan-cli: Moved flash to own subcommand' ( #2107 ) from Qubasa/clan-core:Qubasa-flashrewrite into main
2024-09-15 14:12:53 +00:00
clan-bot
95bbfa5994
Merge pull request 'Inventory: fixes' ( #2104 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-15 14:09:21 +00:00
Qubasa
1680625260
clan-cli: Moved flash to own subcommand
2024-09-15 15:53:17 +02:00
clan-bot
35b12a59ed
Merge pull request 'better nixos defaults' ( #2106 ) from better-defaults into main
2024-09-15 13:52:48 +00:00
Jörg Thalheim
885d073fbc
disable ldso32 stub to save eval time
2024-09-15 15:43:25 +02:00
Jörg Thalheim
ff2a9a110f
switch to systemd-initrd
2024-09-15 15:43:25 +02:00
Johannes Kirschbauer
fbf3be48dd
Inventory: set {name,meta.name} automatically
2024-09-15 15:20:35 +02:00
Jörg Thalheim
d3d2dd0277
disable info pages
2024-09-15 15:17:11 +02:00
Johannes Kirschbauer
9bbc720022
Inventory: eval test fixup
2024-09-15 14:10:33 +02:00
clan-bot
2965ecf917
Merge pull request 'inputs: nixos-facter-modules user flake' ( #2105 ) from kenji/clan-core:kenji-rm/facter-non-flake into main
2024-09-15 11:57:17 +00:00
a-kenji
1bc2e9005b
inputs: nixos-facter-modules user flake
2024-09-15 13:50:40 +02:00
Johannes Kirschbauer
754aa2b54e
Inventory: only declare the module namespace if any config is defined
2024-09-15 13:35:53 +02:00
Jörg Thalheim
d52b9096e5
enable zfs settings by default
2024-09-15 12:46:09 +02:00
clan-bot
51a338b43b
Merge pull request 'flash: Replace disks[str,str] with list[Disk] type' ( #2100 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-15 09:50:18 +00:00
Qubasa
58f2650cb1
clan-app: Fix flash API
2024-09-15 11:43:40 +02:00
Qubasa
aa1285b415
flash: Replace disks[str,str] with list[Disk] type
2024-09-15 11:43:40 +02:00
clan-bot
17da259ff9
Merge pull request 'clanModules/state-version: improve documentation' ( #2101 ) from kenji/clan-core:kenji-state-version-improve-docs-more into main
2024-09-14 18:42:05 +00:00
a-kenji
742a2c7d8d
clanModules/state-version: improve documentation
2024-09-14 20:33:40 +02:00
clan-bot
b52ab8c7ba
Merge pull request 'clanModules/state-version: improve documentation' ( #2099 ) from kenji/clan-core:kenji-state-version-improve-docs into main
2024-09-14 18:09:07 +00:00
a-kenji
08ca0c842c
clanModules/state-version: improve documentation
2024-09-14 20:00:25 +02:00
clan-bot
f93cd4ecde
Merge pull request 'clanModules/state-version: initalize with currently set stateVersion' ( #2098 ) from kenji/clan-core:kenji-improve/state-version into main
2024-09-14 17:33:50 +00:00
clan-bot
abbca2fb32
Merge pull request 'flash: Fix gnome automounting bug' ( #2097 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-14 17:28:37 +00:00
a-kenji
342734073b
clanModules/state-version: initalize with currently set stateVersion
...
The `state-version` module will now initialize the `stateVersion` from
the currently set version.
This makes migrating to the `state-version` module seamless.
2024-09-14 19:25:20 +02:00
Qubasa
6e9121a881
flash: Fix gnome automounting bug
2024-09-14 18:11:41 +02:00
clan-bot
924f5ee182
Merge pull request 'ClanModules: make all module available to inventory' ( #2095 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-13 15:25:11 +00:00
Johannes Kirschbauer
7c0d87c5b1
ClanModules: make all module available to inventory
2024-09-13 17:18:20 +02:00
clan-bot
e561a7cbb7
Merge pull request 'UI,API: migrate admin service api bindings' ( #2093 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-13 14:49:01 +00:00
Johannes Kirschbauer
2953aefe9d
UI: fix breakage in disk id api
2024-09-13 16:44:35 +02:00
Johannes Kirschbauer
95f587d652
UI: migrate admin service api bindings
2024-09-13 16:11:10 +02:00
Johannes Kirschbauer
91a9fb23be
API: rename set_inventory
2024-09-13 16:11:10 +02:00
Johannes Kirschbauer
fd15bf4f5c
Serde: support deserialise Any typed values
2024-09-13 16:11:10 +02:00
clan-bot
315b3940c0
Merge pull request 'flash: Use f2fs for installer' ( #2092 ) from Qubasa/clan-core:Qubasa-flash_id_v3 into main
2024-09-13 13:54:50 +00:00
kenji
13a4ac4243
Merge pull request 'clanModules/state-version: use echo -n' ( #2088 ) from kenji/clan-core:state-version-echo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2088
2024-09-13 13:54:21 +00:00
a-kenji
b477c85f82
clanModules/state-version: use echo -n
2024-09-13 13:54:21 +00:00
Qubasa
8c3bfd498d
flash: Use f2fs for installer
2024-09-13 15:48:57 +02:00
clan-bot
9e27ee7f64
Merge pull request 'docs: Fix line highlighting, add warning to single-disk' ( #2091 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-13 13:07:15 +00:00
Qubasa
7709958fa1
docs: Fix line highlighting, add warning to single-disk
2024-09-13 15:01:29 +02:00
clan-bot
f48e1f2918
Merge pull request 'clanCore: init machine_id_v3' ( #2085 ) from Qubasa/clan-core:machine_id_v3 into main
2024-09-13 10:22:09 +00:00
Qubasa
787599ebb6
clanCore: init machine_id_v3
2024-09-13 12:17:49 +02:00
clan-bot
1a438d6a40
Merge pull request 'templates: add stateVersion clanModule to new-clan template' ( #2089 ) from kenji/clan-core:kenji-template/add into main
2024-09-13 09:54:30 +00:00
a-kenji
702d50dd93
templates: add stateVersion clanModule to new-clan template
2024-09-13 11:38:54 +02:00
clan-bot
755010df8b
Merge pull request 'vars/sops/shared: add machines key on demand' ( #2086 ) from DavHau/clan-core:DavHau-dave into main
2024-09-12 18:23:15 +00:00
DavHau
a1dd10f502
vars/sops/shared: add machines key on demand
2024-09-12 20:17:05 +02:00
clan-bot
2fc5572ff7
Merge pull request 'API: remove all python dataclasses for clanModules (services)' ( #2080 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-12 16:37:51 +00:00
Johannes Kirschbauer
e1eaf44ae5
UI: update gitignore
2024-09-12 18:33:47 +02:00
Johannes Kirschbauer
c554d7ddfb
UI: include inventory schema and generated types
2024-09-12 18:22:46 +02:00
clan-bot
be4537e3c8
Merge pull request 'vars/list: display '<not set>' also for secrets' ( #2084 ) from DavHau/clan-core:DavHau-dave into main
2024-09-12 15:29:39 +00:00
DavHau
067d287398
vars/list: display '<not set>' also for secrets
2024-09-12 17:24:29 +02:00
clan-bot
90a70d536d
Merge pull request 'vars: get rid of meta.json' ( #2082 ) from DavHau/clan-core:DavHau-dave into main
2024-09-12 14:57:51 +00:00
DavHau
53592837a9
vars: get rid of meta.json
2024-09-12 16:52:44 +02:00
clan-bot
8c13c30fa1
Merge pull request 'vars/sops: load sops info from nix instead of filesystem' ( #2081 ) from DavHau/clan-core:DavHau-dave into main
2024-09-12 14:35:40 +00:00
DavHau
3c27cc31e9
vars/sops: load sops info from nix instead of filesystem
2024-09-12 16:30:21 +02:00
Johannes Kirschbauer
f2a2b8e893
API: type all services with dict[str,Any] in python to reduce complexity.
2024-09-12 16:19:51 +02:00
Johannes Kirschbauer
39518d302b
API: remove all python dataclasses for clanModules (services)
2024-09-12 16:19:51 +02:00
kenji
46602b508c
Merge pull request 'clanModules/state-version: init state-version' ( #2077 ) from kenji/clan-core:state-version into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2077
2024-09-12 13:53:21 +00:00
a-kenji
66c0517dfe
clanModules/state-version: init state-version
...
This adds a clanModule that will initialize the `system.stateVersion`
upon deploying the machine for the first time.
If the machine is completely reinstalled, then the state version might be
regenerated. But care should be taken if rebuilding from backups.
2024-09-12 15:47:30 +02:00
Luis Hebendanz
7c7a8f40e4
Merge pull request 'Blogpost: interfaces blogpost' ( #2072 ) from hsjobeki/clan-core:hsjobeki-blogpost into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2072
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-09-12 10:32:20 +00:00
a-kenji
612c10bcd9
blog: interop fix some nits
2024-09-12 10:32:20 +00:00
Johannes Kirschbauer
bbd72438be
Blogpost: interfaces blogpost
2024-09-12 10:32:20 +00:00
clan-bot
4dd9117e1f
Merge pull request 'clanModules: revert single-disk to oldest version' ( #2074 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-12 10:16:15 +00:00
Qubasa
08d03e7dde
clanModules: revert single-disk to oldest version
2024-09-12 12:12:07 +02:00
clan-bot
404e2f2df8
Merge pull request 'clanModules: Set lib.mkDefault isNormalUser for user-password' ( #2073 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-12 10:05:45 +00:00
Qubasa
716e5ff91d
clanModules: Set lib.mkDefault isNormalUser for user-password
2024-09-12 12:00:51 +02:00
clan-bot
5f10c5fc81
Merge pull request 'Classgen: support literal enums' ( #2068 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-12 07:33:27 +00:00
Johannes Kirschbauer
4b56605340
Clan-cli: update import in classes
2024-09-12 09:28:58 +02:00
Johannes Kirschbauer
6a4c9e988b
Clan-cli: fix class update instruction
2024-09-12 09:28:16 +02:00
clan-bot
f5b1fe88b2
Merge pull request 'vars: use correct paths for value accesses' ( #2071 ) from kenji/clan-core:kenji-vars/fix/values into main
2024-09-11 17:10:50 +00:00
a-kenji
4d2ad709ad
vars: use correct paths for value accesses
...
Use correct paths for value accesses of vars under:
- `per-machine`
- `shared`
2024-09-11 19:02:43 +02:00
Johannes Kirschbauer
ef18b3e2e9
Classgen: support literal enums
2024-09-11 15:14:02 +02:00
clan-bot
8d27e0412d
Merge pull request 'clanModules.nginx: replace acme fact with concrete value' ( #2067 ) from nginx into main
2024-09-11 09:58:23 +00:00
Jörg Thalheim
64342c9153
clanModules.nginx: replace acme fact with concrete value
...
We shouldn't abuse prompts to require a user to set an option. Instead
our NixOS modules should expose which option need to be specified by the
user.
2024-09-11 11:45:23 +02:00
clan-bot
3c1dc81c4b
Merge pull request 'Revert "Merge pull request 'machine_id_v2' ( #2052 ) from Qubasa/clan-core:machine_id_v2 into main"' ( #2066 ) from kenji/clan-core:kenji-revert/diskId_v2 into main
2024-09-10 12:20:35 +00:00
a-kenji
f1b857f4ae
Revert "Merge pull request 'machine_id_v2' ( #2052 ) from Qubasa/clan-core:machine_id_v2 into main"
...
This reverts commit 68a72a4156 , reversing
changes made to 7af3e80249 .
2024-09-10 14:01:12 +02:00
clan-bot
140e31ab94
Merge pull request 'vars/password-store: implement upload and hashing' ( #2063 ) from DavHau/clan-core:DavHau-dave into main
2024-09-09 20:19:30 +00:00
DavHau
54cb6862b1
vars/password-store: implement upload and hashing
2024-09-09 22:13:16 +02:00
clan-bot
33f98aba05
Merge pull request 'merge-after-ci: unstash only if stashed' ( #2062 ) from DavHau/clan-core:DavHau-dave into main
2024-09-09 20:10:42 +00:00
DavHau
59e78e0560
merge-after-ci: unstash only if stashed
2024-09-09 22:05:49 +02:00
clan-bot
bb81c7b3ff
Merge pull request 'vars/password-store: use standard paths; fix share flag' ( #2061 ) from DavHau/clan-core:DavHau-dave into main
2024-09-09 19:41:12 +00:00
DavHau
6fafafa064
vars/password-store: use standard paths; fix share flag
2024-09-09 21:20:03 +02:00
clan-bot
4b35c01ec9
Merge pull request 'select-shell: show available names if provided name is incorrect' ( #2060 ) from DavHau/clan-core:DavHau-dave into main
2024-09-09 18:58:05 +00:00
DavHau
52dfee1d80
merge-after-ci: don't run treefmt on uncommitted changes
...
stash changes before running formatter
2024-09-09 20:51:37 +02:00
DavHau
5bc6cff384
select-shell: show available names if provided name is incorrect
2024-09-09 20:48:44 +02:00
Luis Hebendanz
68a72a4156
Merge pull request 'machine_id_v2' ( #2052 ) from Qubasa/clan-core:machine_id_v2 into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2052
2024-09-09 17:17:27 +00:00
Qubasa
a0b3275ed1
clanCore: init machineId and diskId v2
2024-09-09 15:51:31 +02:00
clan-bot
7af3e80249
Merge pull request 'Automatic flake update - treefmt-nix - 2024-09-09T00:00+00:00' ( #2059 ) from flake-update-treefmt-nix-2024-09-09 into main
2024-09-09 00:35:23 +00:00
clan-bot
f471d122c6
Merge pull request 'Automatic flake update - 2024-09-09T00:00+00:00' ( #2058 ) from flake-update-2024-09-09 into main
2024-09-09 00:34:38 +00:00
clan-bot
970da86ed3
Merge pull request 'Automatic flake update - nixos-images - 2024-09-09T00:00+00:00' ( #2055 ) from flake-update-nixos-images-2024-09-09 into main
2024-09-09 00:30:58 +00:00
clan-bot
3a12cad322
Merge pull request 'Automatic flake update - nixpkgs - 2024-09-09T00:00+00:00' ( #2056 ) from flake-update-nixpkgs-2024-09-09 into main
2024-09-09 00:30:44 +00:00
clan-bot
e89fc43fc8
Merge pull request 'Automatic flake update - sops-nix - 2024-09-09T00:00+00:00' ( #2057 ) from flake-update-sops-nix-2024-09-09 into main
2024-09-09 00:30:43 +00:00
clan-bot
2a6b994d36
Merge pull request 'Automatic flake update - disko - 2024-09-09T00:00+00:00' ( #2053 ) from flake-update-disko-2024-09-09 into main
2024-09-09 00:15:15 +00:00
clan-bot
f74be05525
Merge pull request 'Automatic flake update - nixos-facter-modules - 2024-09-09T00:00+00:00' ( #2054 ) from flake-update-nixos-facter-modules-2024-09-09 into main
2024-09-09 00:15:14 +00:00
Clan Merge Bot
421dde4063
update flake lock - treefmt-nix - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/23c2b0d953710939487ec878d70495d73b2c9bb3' (2024-09-02)
→ 'github:numtide/treefmt-nix/9fb342d14b69aefdf46187f6bb80a4a0d97007cd' (2024-09-02)
2024-09-09 00:00:44 +00:00
Clan Merge Bot
61c3314acf
update flake lock - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/511388d837178979de66d14ca4a2ebd5f7991cd3' (2024-08-29)
→ 'github:nix-community/disko/e55f9a8678adc02024a4877c2a403e3f6daf24fe' (2024-09-03)
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/55088bf19810d23ca7cb86fb71516c95d97f035b' (2024-08-26)
→ 'github:numtide/nixos-facter-modules/a389bf16ed7db1f7e6a5e9dc4b5547e927498803' (2024-09-03)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/b733f0680a42cc01d6ad53896fb5ca40a66d5e79' (2024-08-19)
→ 'github:nix-community/nixos-images/51c98a9f328e7aad81d8aa048f38e4e5c86d3389' (2024-09-07)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/8da188f8e754473cb2f5a922bef75a734bfa0fd6' (2024-08-25)
→ 'github:NixOS/nixpkgs/61ddb09cfaa7424d7fc8e3040ccd5c8c6f875b15' (2024-09-08)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/5db5921e40ae382d6716dce591ea23b0a39d96f7' (2024-09-01)
→ 'github:Mic92/sops-nix/b68757cd2c3fa66d6ccaa0d046ce42a9324e0070' (2024-09-08)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/23c2b0d953710939487ec878d70495d73b2c9bb3' (2024-09-02)
→ 'github:numtide/treefmt-nix/9fb342d14b69aefdf46187f6bb80a4a0d97007cd' (2024-09-02)
2024-09-09 00:00:44 +00:00
Clan Merge Bot
d11f9fdcc4
update flake lock - sops-nix - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/5db5921e40ae382d6716dce591ea23b0a39d96f7' (2024-09-01)
→ 'github:Mic92/sops-nix/b68757cd2c3fa66d6ccaa0d046ce42a9324e0070' (2024-09-08)
2024-09-09 00:00:41 +00:00
Clan Merge Bot
72fb08a630
update flake lock - nixpkgs - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/8da188f8e754473cb2f5a922bef75a734bfa0fd6' (2024-08-25)
→ 'github:NixOS/nixpkgs/61ddb09cfaa7424d7fc8e3040ccd5c8c6f875b15' (2024-09-08)
2024-09-09 00:00:37 +00:00
Clan Merge Bot
0539c778ce
update flake lock - nixos-images - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/b733f0680a42cc01d6ad53896fb5ca40a66d5e79' (2024-08-19)
→ 'github:nix-community/nixos-images/51c98a9f328e7aad81d8aa048f38e4e5c86d3389' (2024-09-07)
2024-09-09 00:00:06 +00:00
Clan Merge Bot
5a26e02809
update flake lock - nixos-facter-modules - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixos-facter-modules':
'github:numtide/nixos-facter-modules/55088bf19810d23ca7cb86fb71516c95d97f035b' (2024-08-26)
→ 'github:numtide/nixos-facter-modules/a389bf16ed7db1f7e6a5e9dc4b5547e927498803' (2024-09-03)
2024-09-09 00:00:03 +00:00
Clan Merge Bot
5fbd5e6ae6
update flake lock - disko - 2024-09-09T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/511388d837178979de66d14ca4a2ebd5f7991cd3' (2024-08-29)
→ 'github:nix-community/disko/e55f9a8678adc02024a4877c2a403e3f6daf24fe' (2024-09-03)
2024-09-09 00:00:01 +00:00
clan-bot
e4e21a7c1f
Merge pull request 'revert machine_id pull request' ( #2051 ) from Qubasa/clan-core:Qubasa-revert-machine-id into main
2024-09-06 19:45:05 +00:00
clan-bot
812e222a58
Merge pull request 'vars: improve generator pipeline' ( #2050 ) from DavHau/clan-core:DavHau-dave into main
2024-09-06 19:39:53 +00:00
Qubasa
323010bb04
revert machine_id pull request
2024-09-06 21:38:50 +02:00
DavHau
b3dd36bdb6
vars: improve generator pipeline
...
Compute the whole closure of to-be-executed generators upfront before executing anything
Properly compute closures for the 4 different scenarios:
1. full_closure: run all generators for a selected machine in topological order
2. all_missing_closure: run just the missing generators including their dependents
3. requested_closure: run only a selected list of generators including their missing dependencies and their dependents
4. minimal_closure: Run just enough to ensure that the list of selected generators are in a consistent state. Don't execute anything if nothing is missing.
2024-09-06 21:32:17 +02:00
clan-bot
76541043a7
Merge pull request 'clanCore: Init machine.id and idShort' ( #2045 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-06 17:00:34 +00:00
Qubasa
04b33e337a
templates: Rename diskIdShort to diskId
2024-09-06 18:55:00 +02:00
Qubasa
2b5cdd66f9
clan-cli: Make run_vm_in_thread fail fast. Fix generate_flake to support machine_id
2024-09-06 18:53:02 +02:00
Qubasa
b16a53f510
clanCore: init machine_id.nix with clan.core.machine.{id,diskId}
2024-09-06 18:05:40 +02:00
clan-bot
0d83a59d8e
Merge pull request 'vars: refactor - ask prompts before running any generators' ( #2048 ) from DavHau/clan-core:DavHau-dave into main
2024-09-06 14:16:06 +00:00
DavHau
f5e65b5d0e
vars: refactor - ask prompts before running any generators
2024-09-06 16:08:46 +02:00
clan-bot
675e4c5931
Merge pull request 'tea-create-pr: get rid of runtime nix eval' ( #2047 ) from DavHau/clan-core:DavHau-dave into main
2024-09-06 13:51:49 +00:00
DavHau
b13081a84c
tea-create-pr: get rid of runtime nix eval
...
...instead use our treefmt wrapper derivation which is exactly the same
but doesn't require an eval at runtime
2024-09-06 15:46:15 +02:00
clan-bot
c94bec68f0
Merge pull request 'vars: improve generator execution pipeline' ( #2046 ) from DavHau/clan-core:DavHau-dave into main
2024-09-06 13:43:03 +00:00
DavHau
9d86c5474f
clan-cli: fix cyclic import problem
2024-09-06 15:38:12 +02:00
DavHau
f161c7ca58
vars: improve generator execution pipeline
...
- ensure all dependents are re-generated as well
- refactor: separate out computation of generator update closure
2024-09-06 14:30:49 +02:00
clan-bot
2990e0f5a5
Merge pull request 'vars: add api endpoint set_prompts' ( #2044 ) from DavHau/clan-core:DavHau-dave into main
2024-09-04 16:11:12 +00:00
DavHau
1254b80a52
vars: add api endpoint set_prompts
2024-09-04 18:06:11 +02:00
clan-bot
afaa3a7831
Merge pull request 'vars: add get_prompts api endpoint' ( #2043 ) from DavHau/clan-core:DavHau-dave into main
2024-09-04 15:42:17 +00:00
DavHau
112982a7fb
vars: add get_prompts api endpoint
...
vars: add test for api endpoint get_prompts
2024-09-04 17:36:50 +02:00
clan-bot
0b9bd3dbe4
Merge pull request 'vars: new option prompts.<name>.createFile' ( #2042 ) from DavHau/clan-core:DavHau-dave into main
2024-09-04 13:52:48 +00:00
DavHau
bd554ca392
vars: new option prompts.<name>.createFile
2024-09-04 15:48:10 +02:00
clan-bot
6597e9adf8
Merge pull request 'API: add sops keyfile checks' ( #2041 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-04 13:34:06 +00:00
Johannes Kirschbauer
3b0d694a07
API: add sops keyfile checks
2024-09-04 15:29:06 +02:00
clan-bot
3ecd59b322
Merge pull request 'UI/iwd: wifi machine module' ( #2040 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-04 13:27:05 +00:00
Johannes Kirschbauer
035344e47c
UI/iwd: wifi machine module
2024-09-04 15:22:34 +02:00
clan-bot
87c5ded6a2
Merge pull request 'apply TRY lint' ( #2035 ) from joerg-ci into main
2024-09-04 13:20:11 +00:00
clan-bot
3737fa1464
Merge pull request 'vars: set vars via cli; improve getting vars via cli;' ( #2039 ) from DavHau/clan-core:DavHau-dave into main
2024-09-04 12:53:08 +00:00
DavHau
570aadf065
vars: set vars via cli; improve getting vars via cli;
2024-09-04 14:48:42 +02:00
clan-bot
888efd85df
Merge pull request 'UI/refactor: unify clan details and edit' ( #2038 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-04 08:22:21 +00:00
Johannes Kirschbauer
ace1598977
UI/refactor: unify clan details and edit
2024-09-04 10:16:08 +02:00
clan-bot
7da164a5d1
Merge pull request 'vars: add 'get' command to cli' ( #2036 ) from DavHau/clan-core:DavHau-dave into main
2024-09-03 17:24:44 +00:00
DavHau
e3280e2b1d
vars: add 'get' command to cli
2024-09-03 19:19:20 +02:00
Jörg Thalheim
f18771364c
get rid of ValueError
2024-09-03 18:14:31 +02:00
Jörg Thalheim
403b9cf2cc
apply TRY lint
2024-09-03 18:13:46 +02:00
Jörg Thalheim
68d777166a
classgen: use own Exception type
2024-09-03 18:13:18 +02:00
Jörg Thalheim
8c29c9ad4d
container-driver: use own Exception
2024-09-03 18:13:18 +02:00
clan-bot
004a1ba45a
Merge pull request 'serde/fix: round trip string sanitizing' ( #2034 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-03 16:09:46 +00:00
Johannes Kirschbauer
5defa9d49d
serde/fix: round trip string sanitizing
2024-09-03 18:03:13 +02:00
clan-bot
6e6bc22128
Merge pull request 'UI: Init iwd service for single wifi' ( #2033 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-03 15:30:05 +00:00
Johannes Kirschbauer
c9b3775f72
Fix cyclic imports: __init__.py are automatically imported
2024-09-03 17:24:31 +02:00
Johannes Kirschbauer
6e595c3f60
UI: Init iwd service for single wifi
2024-09-03 17:24:31 +02:00
clan-bot
f5e6bba637
Merge pull request 'vars: global metadata paths for all store backends' ( #2032 ) from DavHau/clan-core:DavHau-dave into main
2024-09-03 14:34:22 +00:00
DavHau
8efcd65bed
vars: global metadata paths for all store backends
...
This also changes the paths where sops stores teh secret -> all sops secrets will have to be re-generated
2024-09-03 16:30:01 +02:00
clan-bot
027e704534
Merge pull request 'UI: Admin shh module' ( #2031 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-03 09:03:42 +00:00
clan-bot
3bb1efe479
Merge pull request 'only accept eval/build for nix command' ( #2030 ) from Mic92-type-checking into main
2024-09-03 08:59:11 +00:00
Johannes Kirschbauer
2e4aca9c40
UI: Admin shh module
2024-09-03 10:57:01 +02:00
Jörg Thalheim
e6ae896ba1
flash: rename FileNotFoundError -> ClanError
2024-09-03 10:53:17 +02:00
Jörg Thalheim
44813d2fcc
only accept eval/build for nix command
2024-09-03 10:49:53 +02:00
clan-bot
71705f8a51
Merge pull request 'don't put hostnames into into disko labels' ( #2029 ) from Mic92-type-checking into main
2024-09-03 08:20:54 +00:00
Jörg Thalheim
11e6c1b17f
don't put hostnames into into disko labels
...
I believe there are length limits on this.
It's also very surprising if the system no longer boot after changing
the hostname.
2024-09-03 10:11:03 +02:00
clan-bot
7960fb295c
Merge pull request 'UI: improve machine details' ( #2028 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-03 06:40:50 +00:00
Johannes Kirschbauer
12616359d5
UI: improve machine details
2024-09-03 08:35:33 +02:00
clan-bot
dd13aab85e
Merge pull request 'Revert "nixosModules,pkgs: remove installer. clanModules: init installer module"' ( #2027 ) from Mic92-type-checking into main
2024-09-03 05:09:00 +00:00
Jörg Thalheim
696fd73711
Revert "nixosModules,pkgs: remove installer. clanModules: init installer module"
...
This reverts commit 29a7f0312b .
2024-09-03 07:04:34 +02:00
clan-bot
e87a8ade5d
Merge pull request 'nixosModules,pkgs: remove installer. clanModules: init installer module' ( #2026 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-02 22:30:13 +00:00
Qubasa
29a7f0312b
nixosModules,pkgs: remove installer. clanModules: init installer module
2024-09-03 00:25:16 +02:00
clan-bot
3cc7b0ce84
Merge pull request 'remove dead nix code' ( #2025 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-02 22:15:04 +00:00
Qubasa
ca65c021b1
nixosModules: remove unnecessary ./iso and disk-layout, clanModules: fix issue #1349
2024-09-03 00:09:45 +02:00
clan-bot
687410913d
Merge pull request 'vars: make simplify vars store abstraction' ( #2021 ) from DavHau/clan-core:DavHau-dave into main
2024-09-02 16:48:40 +00:00
DavHau
2621a961e7
vars: make simplify vars store abstraction
2024-09-02 18:44:00 +02:00
clan-bot
52707d333d
Merge pull request 'use pathlib everywhere' ( #2023 ) from type-checking into main
2024-09-02 16:33:46 +00:00
Jörg Thalheim
222da58d13
use python3.11 for all projects
2024-09-02 18:28:36 +02:00
Jörg Thalheim
659e5b37dd
use pathlib everywhere
2024-09-02 18:26:13 +02:00
clan-bot
d16f5211c4
Merge pull request 'API: types schema improve typescript performance' ( #2022 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-02 16:08:53 +00:00
Johannes Kirschbauer
aceae9aa1e
API: types schema improve typescript performance
2024-09-02 18:03:44 +02:00
clan-bot
226732c627
Merge pull request 'moonlight-sunshine-accept: use pathlib and fix types' ( #2020 ) from Mic92-type-checking into main
2024-09-02 15:58:31 +00:00
Jörg Thalheim
0de5dea92a
put render-options not in the toplevel nix store path
...
on start python will do a listdir on the hole nix store otherwise
2024-09-02 17:47:00 +02:00
Jörg Thalheim
af0a1dd3f2
use pathlib
2024-09-02 17:40:05 +02:00
Jörg Thalheim
e9536c2be0
moonlight-sunshine-accept: use pathlib and fix types
2024-09-02 17:36:47 +02:00
clan-bot
5f41326ef7
Merge pull request 'add SLF lint' ( #2019 ) from type-checking into main
2024-09-02 15:35:31 +00:00
Jörg Thalheim
357b619068
add SIM lint
2024-09-02 16:39:30 +02:00
Jörg Thalheim
38406bbe53
add SLOT lint
2024-09-02 16:25:11 +02:00
Jörg Thalheim
f6e2c11eb8
add SLF lint
2024-09-02 16:25:06 +02:00
Jörg Thalheim
4047dd5302
ignore some pytest lints
2024-09-02 16:22:23 +02:00
clan-bot
61ef2037ad
Merge pull request 'add PT linting' ( #2018 ) from type-checking into main
2024-09-02 14:16:18 +00:00
Jörg Thalheim
270ffceeeb
Revert "zerotierone: fix build against rust 1.80"
...
This reverts commit e12ab8f70e .
2024-09-02 16:12:07 +02:00
Jörg Thalheim
ad3daa3ce4
add RET, Q, RSE lint
2024-09-02 15:58:49 +02:00
Jörg Thalheim
ddab0a66c8
add PT
2024-09-02 15:52:17 +02:00
clan-bot
a5b5b4984b
Merge pull request 'add FA, ICN, ISC, LOG, PIE and PYI linting' ( #2017 ) from type-checking into main
2024-09-02 13:47:32 +00:00
Jörg Thalheim
078cab47bf
add FA, ICN, ISC, LOG, PIE and PYI linting
2024-09-02 15:41:56 +02:00
clan-bot
3d9b4d6feb
Merge pull request 'API: init iwd clanModule inventory' ( #2016 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-02 13:14:13 +00:00
Johannes Kirschbauer
5cfa72edcc
UI: AdminSettings page
2024-09-02 15:08:36 +02:00
Johannes Kirschbauer
3b526955a2
API: init iwd clanModule inventory
2024-09-02 15:06:55 +02:00
clan-bot
cd804520cf
Merge pull request 'Flake: nixos-facter-module with flake: false' ( #1986 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-09-02 12:36:35 +00:00
Johannes Kirschbauer
a8e4fb6960
nixos tests: add documentation machine
2024-09-02 14:32:01 +02:00
clan-bot
9aef260a14
Merge pull request 'clanModules: Add warning for IWD' ( #2015 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-02 12:30:15 +00:00
Qubasa
04e53a8680
clanModules: Add warning for IWD
2024-09-02 14:25:35 +02:00
clan-bot
99249c8602
Merge pull request 'enable ASYNC, DTZ, YTT and EM lints' ( #2014 ) from Mic92-type-checking into main
2024-09-02 12:13:31 +00:00
Jörg Thalheim
3d6dbdd97f
move all ruff settings in one place
2024-09-02 14:07:06 +02:00
Jörg Thalheim
15ff74f7c2
enable ASYNC, DTZ, YTT and EM lints
2024-09-02 14:07:06 +02:00
Jörg Thalheim
d5440594be
sync up linter rules in all files
2024-09-02 13:40:15 +02:00
Jörg Thalheim
4632e5d0d9
replace breakpoint() check with python lint
2024-09-02 13:36:07 +02:00
Jörg Thalheim
e9a266001c
enable comprehensions linting rules
2024-09-02 13:35:52 +02:00
clan-bot
bf75185b0a
Merge pull request 'make all same-module imports relative, the rest absolute' ( #2013 ) from Mic92-type-checking into main
2024-09-02 11:31:03 +00:00
Jörg Thalheim
35839ef701
enable bug-bear linting rules
2024-09-02 13:26:07 +02:00
Jörg Thalheim
af4b9cc2d5
make all same-module imports relative, the rest absolute
...
This makes sorting more consitent.
2024-09-02 13:00:19 +02:00
clan-bot
f628944f47
Merge pull request 'fix type checking in tests' ( #2012 ) from type-checking into main
2024-09-02 10:31:27 +00:00
Jörg Thalheim
34992d5519
also type check tests
2024-09-02 12:23:13 +02:00
Jörg Thalheim
f3a2b4d80e
fix all typing error in tests
2024-09-02 12:23:13 +02:00
clan-bot
a482829fef
Merge pull request 'Automatic flake update - treefmt-nix - 2024-09-02T00:00+00:00' ( #2010 ) from flake-update-treefmt-nix-2024-09-02 into main
2024-09-02 00:26:51 +00:00
clan-bot
23cf8afcf9
Merge pull request 'Automatic flake update - sops-nix - 2024-09-02T00:00+00:00' ( #2009 ) from flake-update-sops-nix-2024-09-02 into main
2024-09-02 00:23:21 +00:00
clan-bot
bcd2874036
Merge pull request 'Automatic flake update - flake-parts - 2024-09-02T00:00+00:00' ( #2006 ) from flake-update-flake-parts-2024-09-02 into main
2024-09-02 00:10:51 +00:00
clan-bot
7ee8367d6c
Merge pull request 'Automatic flake update - disko - 2024-09-02T00:00+00:00' ( #2005 ) from flake-update-disko-2024-09-02 into main
2024-09-02 00:07:17 +00:00
Clan Merge Bot
50fdcb1da9
update flake lock - treefmt-nix - 2024-09-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951' (2024-08-22)
→ 'github:numtide/treefmt-nix/3ffd842a5f50f435d3e603312eefa4790db46af5' (2024-08-28)
2024-09-02 00:00:36 +00:00
Clan Merge Bot
616832c116
update flake lock - sops-nix - 2024-09-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/be0eec2d27563590194a9206f551a6f73d52fa34' (2024-08-12)
→ 'github:Mic92/sops-nix/5db5921e40ae382d6716dce591ea23b0a39d96f7' (2024-09-01)
2024-09-02 00:00:33 +00:00
Clan Merge Bot
e8b42ac538
update flake lock - flake-parts - 2024-09-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/8471fe90ad337a8074e957b69ca4d0089218391d' (2024-08-01)
→ 'github:hercules-ci/flake-parts/567b938d64d4b4112ee253b9274472dc3a346eb6' (2024-09-01)
2024-09-02 00:00:03 +00:00
Clan Merge Bot
a35f143219
update flake lock - disko - 2024-09-02T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/435737144be0259559ca3b43f7d72252b1fdcc1b' (2024-08-22)
→ 'github:nix-community/disko/511388d837178979de66d14ca4a2ebd5f7991cd3' (2024-08-29)
2024-09-02 00:00:01 +00:00
clan-bot
4f52564350
Merge pull request 'docs: Fix incorrect command in disk-encryption getting started' ( #2004 ) from Qubasa/clan-core:Qubasa-main into main
2024-09-01 22:12:37 +00:00
Qubasa
1cde013263
docs: Fix incorrect command in disk-encryption getting started
2024-09-02 00:08:38 +02:00
clan-bot
93004ee740
Merge pull request 'vars: improve check command and add tests' ( #2002 ) from DavHau/clan-core:DavHau-dave into main
2024-09-01 14:49:31 +00:00
DavHau
2ec3abb24c
vars: improve check command and add tests
2024-09-01 16:45:09 +02:00
clan-bot
92f5d8dd7b
Merge pull request 'vars: fix listing vars + add test' ( #2001 ) from DavHau/clan-core:DavHau-dave into main
2024-09-01 14:15:13 +00:00
DavHau
8ad90aa44f
vars: fix listing vars + add test
2024-09-01 16:10:25 +02:00
clan-bot
8bf4fddbdc
Merge pull request 'vars: implement listing all vars' ( #2000 ) from DavHau/clan-core:DavHau-dave into main
2024-09-01 14:08:33 +00:00
DavHau
6f4827bde4
vars: implement listing all vars
2024-09-01 16:03:37 +02:00
clan-bot
19bbc9b0ae
Merge pull request 'vars: introduce deploy=true/false for generated files' ( #1999 ) from DavHau/clan-core:DavHau-dave into main
2024-09-01 12:37:15 +00:00
DavHau
ec055f7606
vars: introduce deploy=true/false for generated files
2024-09-01 14:32:46 +02:00
clan-bot
2ca4fd29e4
Merge pull request 'devshells: improve select-shell' ( #1997 ) from DavHau/clan-core:DavHau-dave into main
2024-08-31 16:04:10 +00:00
DavHau
18750d538e
devshells: improve select-shell
2024-08-31 17:59:54 +02:00
clan-bot
c2b2bb1011
Merge pull request 'docs: improve zerotier documentation' ( #1992 ) from kenji/clan-core:improve-zerotier-setup into main
2024-08-30 13:28:51 +00:00
a-kenji
3d5e3f744c
docs: improve zerotier documentation
2024-08-30 15:11:03 +02:00
clan-bot
6efc364661
Merge pull request 'dyndns: remove mkRemovedOptionModule' ( #1990 ) from kenji/clan-core:rm-unused-dep-warn into main
2024-08-30 11:54:40 +00:00
a-kenji
18412736ea
dyndns: remove mkRemovedOptionModule
...
It has never existed, we don't need to deprecate it.
2024-08-30 13:50:22 +02:00
clan-bot
0c135dc2ff
Merge pull request 'password_store: create secrets with correct permissions' ( #1989 ) from pass_umask into main
2024-08-30 10:22:06 +00:00
lassulus
72615f7575
password_store: create secrets with correct permissions
2024-08-30 12:13:00 +02:00
clan-bot
b8ce053cbf
Merge pull request 'garage: move back to facts' ( #1987 ) from kenji/clan-core:garage/move-to-facts into main
2024-08-28 11:32:42 +00:00
a-kenji
9e55197ac4
garage: move back to facts
...
Move back to facts until vars is in a useable state.
2024-08-28 13:28:10 +02:00
Johannes Kirschbauer
9a6b02c118
Checks: add nixos documentation-check
2024-08-28 11:44:33 +02:00
Johannes Kirschbauer
fec7b3e120
Flake: nixos-facter-module with flake: false
2024-08-28 11:01:07 +02:00
clan-bot
4306028fcb
Merge pull request 'Admin module: integrate with clan app' ( #1985 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-27 16:48:04 +00:00
Johannes Kirschbauer
7d41764e32
Fix: inventory
2024-08-27 18:44:13 +02:00
Johannes Kirschbauer
d46fd517d3
Classgen: fix loose type for dict
2024-08-27 18:35:02 +02:00
Johannes Kirschbauer
f7cd4a2c0f
Admin module: integrate with clan app
2024-08-27 18:21:18 +02:00
clan-bot
46a64862d7
Merge pull request 'Fix: revert remove clanDir default' ( #1983 ) from hsjobeki/clan-core:hsjobeki-rev into main
2024-08-27 12:35:33 +00:00
clan-bot
a4346a8702
Merge pull request 'Template: fix flake-parts template' ( #1982 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-27 12:30:33 +00:00
Johannes Kirschbauer
7f6e0beda7
Fix: revert remove clanDir default
2024-08-27 14:29:00 +02:00
Johannes Kirschbauer
732ba9d176
Template: fix flake-parts template
2024-08-27 11:27:26 +02:00
clan-bot
faf20dc197
Merge pull request 'API: init Admin endpoints' ( #1981 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-27 08:48:37 +00:00
Johannes Kirschbauer
3dd5a93e69
API: init Admin endpoints
2024-08-27 10:09:08 +02:00
clan-bot
5deae67137
Merge pull request 'Remove nixos-factor-modules for now' ( #1980 ) from disable-nixos-facter-modules into main
2024-08-27 07:42:27 +00:00
Jörg Thalheim
ed2975acea
remove nixos-factor modules for now
...
I would like to get rid of blueprint before having this feature
2024-08-27 09:38:28 +02:00
clan-bot
aeba73ac60
Merge pull request 'ClanModule: init Admin module' ( #1978 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-26 16:57:21 +00:00
Johannes Kirschbauer
c2ba062959
Python classes: add admin module
2024-08-26 18:41:12 +02:00
Johannes Kirschbauer
0e390f79d0
ClanModules: add admin module
2024-08-26 18:33:47 +02:00
clan-bot
d7c5deb5c3
Merge pull request 'API: fixes' ( #1977 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-26 16:08:39 +00:00
Johannes Kirschbauer
e17ef97c4a
API: fix single disk service
2024-08-26 18:03:35 +02:00
Johannes Kirschbauer
b7c70cd058
API: fix online check
2024-08-26 18:00:41 +02:00
clan-bot
c8aa53a81e
Merge pull request 'clanModules: Init heisenbridge matrix <-> IRC bridge' ( #1976 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-26 15:05:26 +00:00
clan-bot
35caca582d
Merge pull request 'UI: improve welcome workflows' ( #1975 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-26 15:04:38 +00:00
Qubasa
dc34fca17c
clanModules: Init heisenbridge matrix <-> IRC bridge
2024-08-26 16:59:53 +02:00
Johannes Kirschbauer
3b48dfd2e0
UI: add create machine suggestion
2024-08-26 16:58:08 +02:00
Johannes Kirschbauer
0f5062fa45
UI: improve welcome workflow
2024-08-26 16:29:29 +02:00
Johannes Kirschbauer
2ee08913a5
UI: add quicklink for machine details
2024-08-26 16:28:57 +02:00
Johannes Kirschbauer
ce0fafd30a
UI: add back button & improve machine layout
2024-08-26 16:28:37 +02:00
clan-bot
ce4ef849da
Merge pull request 'clan-vm-manager: remove type assertions' ( #1974 ) from nixos-facter into main
2024-08-26 13:56:26 +00:00
Jörg Thalheim
434fdacdb8
clan-vm-manager: remove type assertions
...
we use mypy already, so these type assertions don't make sense.
Also we no longer have strings and always FlakeId in this case
2024-08-26 15:52:20 +02:00
clan-bot
3af50d07b3
Merge pull request 'remove clanDir default' ( #1972 ) from DavHau/clan-core:DavHau-dave into main
2024-08-26 13:45:50 +00:00
DavHau
b14a520b06
remove clanDir default
...
The default value for clanDir did not make sense, as it pointed to the directory of the module definition
Also, we should not have a default at this level as all.
2024-08-26 15:41:52 +02:00
clan-bot
76c899af7d
Merge pull request 'nixos-facter: init at 0-unstable-2024-08-26' ( #1973 ) from nixos-facter into main
2024-08-26 13:39:10 +00:00
Jörg Thalheim
07b8c62e1d
nixos-facter: init at 0-unstable-2024-08-26
2024-08-26 15:35:14 +02:00
hsjobeki
18c8bc4a3e
Merge pull request 'Integrate nixos-facter into UI' ( #1963 ) from hsjobeki/clan-core:hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1963
2024-08-26 09:52:05 +00:00
Johannes Kirschbauer
4ed33fbc3b
Remove nixos-facter until fixed upstream
2024-08-26 11:47:26 +02:00
Johannes Kirschbauer
3d8357ad00
Facter: only export the standard linux package for caching
2024-08-26 09:23:46 +02:00
Johannes Kirschbauer
c43599bfa0
Format
2024-08-26 09:05:01 +02:00
Johannes Kirschbauer
1e63e0b1a9
UI: use nixos-facter for hardware reports
2024-08-26 09:05:01 +02:00
Johannes Kirschbauer
d4750f69d2
Installer: add trusted nix caches
2024-08-26 09:05:01 +02:00
Johannes Kirschbauer
2d05b98ae3
CLI: add option to generate facter.json
2024-08-26 09:05:01 +02:00
Johannes Kirschbauer
d3f8c4ec86
BuildClan: autoimport facter.json
2024-08-26 09:04:59 +02:00
clan-bot
56a2038b19
Merge pull request 'Automatic flake update - treefmt-nix - 2024-08-26T00:00+00:00' ( #1970 ) from flake-update-treefmt-nix-2024-08-26 into main
2024-08-26 00:15:53 +00:00
clan-bot
07f28fe29e
Merge pull request 'Automatic flake update - 2024-08-26T00:00+00:00' ( #1968 ) from flake-update-2024-08-26 into main
2024-08-26 00:15:26 +00:00
clan-bot
25c9248bdb
Merge pull request 'Automatic flake update - nixpkgs - 2024-08-26T00:00+00:00' ( #1969 ) from flake-update-nixpkgs-2024-08-26 into main
2024-08-26 00:15:25 +00:00
clan-bot
52a816daaf
Merge pull request 'Automatic flake update - disko - 2024-08-26T00:00+00:00' ( #1967 ) from flake-update-disko-2024-08-26 into main
2024-08-26 00:09:14 +00:00
Clan Merge Bot
16bde83ad0
update flake lock - treefmt-nix - 2024-08-26T00:00+00:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/1d07739554fdc4f8481068f1b11d6ab4c1a4167a' (2024-08-16)
→ 'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951' (2024-08-22)
2024-08-26 00:00:35 +00:00
Clan Merge Bot
33099f4110
update flake lock - nixpkgs - 2024-08-26T00:00+00:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/6c31eb9b990446880000e3297f69f4fdee5b69d7' (2024-08-22)
→ 'github:NixOS/nixpkgs/8da188f8e754473cb2f5a922bef75a734bfa0fd6' (2024-08-25)
2024-08-26 00:00:31 +00:00
Clan Merge Bot
f63239be98
update flake lock - 2024-08-26T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/ffc1f95f6c28e1c6d1e587b51a2147027a3e45ed' (2024-08-08)
→ 'github:nix-community/disko/435737144be0259559ca3b43f7d72252b1fdcc1b' (2024-08-22)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/6c31eb9b990446880000e3297f69f4fdee5b69d7' (2024-08-22)
→ 'github:NixOS/nixpkgs/8da188f8e754473cb2f5a922bef75a734bfa0fd6' (2024-08-25)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/1d07739554fdc4f8481068f1b11d6ab4c1a4167a' (2024-08-16)
→ 'github:numtide/treefmt-nix/070f834771efa715f3e74cd8ab93ecc96fabc951' (2024-08-22)
2024-08-26 00:00:29 +00:00
Clan Merge Bot
c76dce61f9
update flake lock - disko - 2024-08-26T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/ffc1f95f6c28e1c6d1e587b51a2147027a3e45ed' (2024-08-08)
→ 'github:nix-community/disko/435737144be0259559ca3b43f7d72252b1fdcc1b' (2024-08-22)
2024-08-26 00:00:01 +00:00
clan-bot
abfd823700
Merge pull request 'fix users in VM again' ( #1966 ) from wayland into main
2024-08-24 17:23:15 +00:00
Jörg Thalheim
1585afc8b3
fix users in VM again
2024-08-24 19:19:24 +02:00
clan-bot
ef366e8508
Merge pull request 'docs: Improve iwd, vaultwarden, dyndns, disk-encryption and installer documentation' ( #1965 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-24 11:15:24 +00:00
Qubasa
5df58aaf20
docs: Improve iwd, vaultwarden, dyndns, disk-encryption and installer documentation
2024-08-24 13:10:22 +02:00
clan-bot
3fe8407c3b
Merge pull request 'fix-hw-generate' ( #1964 ) from fix-hw-generate into main
2024-08-24 10:11:34 +00:00
Jörg Thalheim
8a3d21c424
hw-generate: don't load nixos-install-tools on local machine
...
We only need this on the target. Our installer have it already.
2024-08-24 12:07:22 +02:00
Jörg Thalheim
e889f0c20b
hw-generate: add to nixos test
2024-08-24 12:07:22 +02:00
Jörg Thalheim
0d5aaab9d1
use compliant machine name in installation test
2024-08-24 12:07:22 +02:00
Jörg Thalheim
68e1d023e9
hw-generate: fix args
2024-08-24 12:07:22 +02:00
Jörg Thalheim
6dd73177a3
correct error message about allowed hostnames
2024-08-24 11:30:26 +02:00
Luis Hebendanz
75579950eb
Merge pull request 'clanModules: Add vaultwarden module. Add nginx module. Make matrix-synapse subdomain configurable' ( #1942 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1942
2024-08-23 16:22:02 +00:00
Qubasa
ac96a0250c
clanModules: Add vaultwarden module. Add nginx module. Make matrix-synapse subdomain configurable
2024-08-23 18:15:48 +02:00
clan-bot
7829448802
Merge pull request 'vars: rename 'facts' _ 'vars' in docs' ( #1962 ) from DavHau/clan-core:DavHau-dave into main
2024-08-23 16:09:31 +00:00
DavHau
6b5a8ef10c
vars: rename 'facts' _ 'vars' in docs
2024-08-23 18:00:38 +02:00
clan-bot
691bedba31
Merge pull request 'vars: add deploy test for shared generators' ( #1961 ) from DavHau/clan-core:DavHau-dave into main
2024-08-23 15:41:03 +00:00
DavHau
b49c517ad6
vars: add deploy test for shared generators
2024-08-23 17:36:33 +02:00
clan-bot
8110200983
Merge pull request 'Reapply + Fix "vars: fix - upload machines own secrets only"' ( #1959 ) from DavHau/clan-core:DavHau-dave into main
2024-08-23 13:47:44 +00:00
DavHau
1a27bfa8a8
Reapply + Fix "vars: fix - upload machines own secrets only"
...
This reverts commit 0cd29daf88 .
2024-08-23 15:42:46 +02:00
clan-bot
23a9e35c66
Merge pull request 'API: prepare hw_generate for facter' ( #1958 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-23 09:18:07 +00:00
Johannes Kirschbauer
76fbac8431
API: prepare hw_generate for facter
2024-08-23 11:13:06 +02:00
clan-bot
3fe873855a
Merge pull request 'API: hw_generate commit generated config' ( #1957 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-22 14:17:19 +00:00
Johannes Kirschbauer
64f0aeea65
API: hw_generate commit generated config
2024-08-22 16:11:08 +02:00
clan-bot
cd5dc2edea
Merge pull request 'Clan-app: generate hw report' ( #1956 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-22 14:01:49 +00:00
Johannes Kirschbauer
4080fe41f8
Clan-app: generate hw report
2024-08-22 15:57:00 +02:00
clan-bot
4a04775b1d
Merge pull request 'bump nixpkgs' ( #1955 ) from flake-update into main
2024-08-22 11:46:29 +00:00
Jörg Thalheim
7fd20a8b38
bump nixpkgs
2024-08-22 13:41:03 +02:00
clan-bot
0d7bb8f910
Merge pull request 'Clan-app: install machine' ( #1954 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-22 08:21:10 +00:00
Johannes Kirschbauer
543f412051
Clan-app: install machine interaction
2024-08-22 10:16:43 +02:00
Johannes Kirschbauer
f7e64cc3b5
API: serde fix nullable fields should be allowed to be none
2024-08-21 17:53:25 +02:00
clan-bot
564efd1199
Merge pull request 'Clan-app: fix welcome screen for initially empty clan' ( #1953 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-21 15:22:59 +00:00
Johannes Kirschbauer
f300a12309
Clan-app: fix welcome screen for initially empty clan
2024-08-21 17:06:49 +02:00
clan-bot
ff2ec42d4d
Merge pull request 'clan-vm-manager: Fix regression' ( #1944 ) from Qubasa/clan-core:Qubasa-new_clan_vm_manager into main
2024-08-21 13:54:31 +00:00
Qubasa
6c4d7494f6
clan-cli: Fix some type errors in tests
2024-08-21 15:48:43 +02:00
Qubasa
1cb26b41e7
clan-vm-manager: Fix regression
2024-08-21 15:48:43 +02:00
clan-bot
0a1f30e614
Merge pull request 'UI: install improve UI workflow' ( #1952 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-21 13:40:01 +00:00
Johannes Kirschbauer
0834829a80
Format
2024-08-21 15:32:38 +02:00
Johannes Kirschbauer
f627817968
Clan-app: improve install machine workflow
2024-08-21 15:31:33 +02:00
Johannes Kirschbauer
c2b4aad634
UI: add classes to SelectInput
2024-08-21 15:29:08 +02:00
Johannes Kirschbauer
0e5c6ad4dc
UI: add placeholder to fileInput
2024-08-21 15:29:08 +02:00
Johannes Kirschbauer
1b146943d8
API: init set_machine
2024-08-21 15:29:08 +02:00
Mic92
1b6f86a6f7
Merge pull request 'rework-installation' ( #1804 ) from rework-installation into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1804
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-08-21 13:28:54 +00:00
Mic92
cf3a1d6b7a
Merge branch 'main' into rework-installation
2024-08-21 13:28:29 +00:00
Jörg Thalheim
81c941aba6
fix template path for relative clan create template
2024-08-21 15:16:46 +02:00
Jörg Thalheim
d20287f9e3
capture_output: only start capturing when we enter the with statement
2024-08-21 15:16:46 +02:00
clan-bot
aeb62e8de8
Merge pull request 'Revert "vars: fix - upload machines own secrets only"' ( #1950 ) from DavHau/clan-core:DavHau-dave into main
2024-08-21 13:02:27 +00:00
Jörg Thalheim
d6b70f8fd7
remove ipdb again
...
ipdb doesn't work with capsys and breakpoint
2024-08-21 15:00:47 +02:00
DavHau
0cd29daf88
Revert "vars: fix - upload machines own secrets only"
...
This reverts commit 2a8958f494 .
2024-08-21 14:59:05 +02:00
clan-bot
9b929f6f0d
Merge pull request 'vars: fix - upload machines own secrets only' ( #1949 ) from DavHau/clan-core:DavHau-dave into main
2024-08-21 12:51:28 +00:00
DavHau
2a8958f494
vars: fix - upload machines own secrets only
2024-08-21 14:47:41 +02:00
Jörg Thalheim
2fbd0b6796
test_create_flake: use template name instead of url
2024-08-21 13:59:38 +02:00
clan-bot
dab39476e1
Merge pull request 'formatter: rm uncommented code' ( #1947 ) from kenji/clan-core:formatter-rm into main
2024-08-21 11:59:29 +00:00
clan-bot
6b4a7ab66e
Merge pull request 'clan-app: Fix nix run .#clan-app' ( #1948 ) from Qubasa/clan-core:Qubasa-clan-app-fix into main
2024-08-21 11:59:29 +00:00
Jörg Thalheim
3cdf9b513d
ui: fix type errors
2024-08-21 13:53:49 +02:00
Qubasa
b2530f0b19
clan-app: Fix nix run .#clan-app
2024-08-21 13:52:25 +02:00
a-kenji
710d34b9b4
formatter: rm uncommented code
2024-08-21 13:50:50 +02:00
Jörg Thalheim
9f66ded76a
Merge remote-tracking branch 'origin/main' into rework-installation
2024-08-21 13:38:04 +02:00
clan-bot
bcf7517435
Merge pull request 'clan-app: Fix name, desktop file and uri handling' ( #1945 ) from kenji/clan-core:clan-app into main
2024-08-21 10:38:06 +00:00
a-kenji
0c811f90b0
clan-app: Fix name, desktop file and uri handling
...
This fixes the desktop file and uri handling.
Also brings app window class and name and build in line with the actual
naming.
2024-08-21 12:31:02 +02:00
clan-bot
9847f835b2
Merge pull request 'flash: fix finding disko-install when sudo is used' ( #1943 ) from Mic92-main into main
2024-08-21 10:01:48 +00:00
Jörg Thalheim
8b918ab4b1
flash: fix finding disko-install when sudo is used
2024-08-21 11:57:41 +02:00
Mic92
cd8033d70f
Merge pull request 'fix(installer): Fix language check case' ( #1940 ) from aos/clan-core:aos/fix-language-installer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1940
2024-08-21 08:15:49 +00:00
Aos Dabbagh
7281cef29e
fix(installer): Fix language check case
...
When attempting to follow the docs on the installer, this error comes
up:
```
$ clan flash --flake git+https://git.clan.lol/clan/clan-core \
--ssh-pubkey ~/.ssh/id_ed25519.pub \
--keymap us \
--language en_US.utf-8 \
--dry-run flash-installer
ERROR: Language 'en_US.utf-8' is not a valid language. Run 'clan flash --list-languages' to see a list of possible languages.
```
I only decided to clean up the docs, but I'm also okay with just
downcasing the locales in `list_possible_languages()`.
2024-08-21 08:15:49 +00:00
clan-bot
ed4503bce8
Merge pull request 'Revert "Merge pull request 'clanModules: Init nginx module. matrix-synapse: don't assume domain names' ( #1906 ) from Qubasa/clan-core:Qubasa-new-main into main"' ( #1941 ) from Mic92-main into main
2024-08-21 08:14:07 +00:00
Jörg Thalheim
2fc4bccfd5
Revert "Merge pull request 'clanModules: Init nginx module. matrix-synapse: don't assume domain names' ( #1906 ) from Qubasa/clan-core:Qubasa-new-main into main"
...
This reverts commit b29f649343 , reversing
changes made to 9c8be387fa .
Apparently this breaks assumptions about matrix: https://git.clan.lol/clan/clan-core/pulls/1906#issuecomment-13184
2024-08-21 10:03:13 +02:00
clan-bot
4a06ea9391
Merge pull request 'clanModules/mumble: prefer str instead of string' ( #1939 ) from kenji/clan-core:mumble-str into main
2024-08-20 13:22:24 +00:00
a-kenji
7712533304
clanModules/mumble: prefer str instead of string
2024-08-20 15:15:19 +02:00
clan-bot
771761702c
Merge pull request 'Automatic flake update - nixos-images - 2024-08-20T14:47+02:00' ( #1934 ) from flake-update-nixos-images-2024-08-20 into main
2024-08-20 13:00:08 +00:00
clan-bot
146f5d3c0d
Merge pull request 'Automatic flake update - nixpkgs - 2024-08-20T14:47+02:00' ( #1935 ) from flake-update-nixpkgs-2024-08-20 into main
2024-08-20 13:00:08 +00:00
clan-bot
284f3abbd2
Merge pull request 'Automatic flake update - sops-nix - 2024-08-20T14:47+02:00' ( #1936 ) from flake-update-sops-nix-2024-08-20 into main
2024-08-20 12:59:55 +00:00
clan-bot
751b2d0b9e
Merge pull request 'Automatic flake update - treefmt-nix - 2024-08-20T14:47+02:00' ( #1937 ) from flake-update-treefmt-nix-2024-08-20 into main
2024-08-20 12:59:55 +00:00
Clan Merge Bot
3ddd8d8fee
update flake lock - treefmt-nix - 2024-08-20T14:47+02:00
...
Flake lock file updates:
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/4a6d7dccf80a1aa2d04cfaa88d9e5511542a2486' (2024-08-14)
→ 'github:numtide/treefmt-nix/1d07739554fdc4f8481068f1b11d6ab4c1a4167a' (2024-08-16)
2024-08-20 14:47:44 +02:00
Clan Merge Bot
daad15430c
update flake lock - sops-nix - 2024-08-20T14:47+02:00
...
Flake lock file updates:
• Updated input 'sops-nix':
'github:Mic92/sops-nix/8ae477955dfd9cbf5fa4eb82a8db8ddbb94e79d9' (2024-08-05)
→ 'github:Mic92/sops-nix/be0eec2d27563590194a9206f551a6f73d52fa34' (2024-08-12)
2024-08-20 14:47:41 +02:00
Clan Merge Bot
2b748a4198
update flake lock - nixpkgs - 2024-08-20T14:47+02:00
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/03bd12dcf88b6aabc047fbf909bda4c7e344416c' (2024-08-15)
→ 'github:NixOS/nixpkgs/d2fa2514f041934a6aa261c66dc44829251cffd3' (2024-08-20)
2024-08-20 14:47:38 +02:00
Clan Merge Bot
2ee7839f80
update flake lock - nixos-images - 2024-08-20T14:47+02:00
...
Flake lock file updates:
• Updated input 'nixos-images':
'github:nix-community/nixos-images/617f2cb56213d10574bc6fdb390f6e7f5b551d7e' (2024-08-08)
→ 'github:nix-community/nixos-images/b733f0680a42cc01d6ad53896fb5ca40a66d5e79' (2024-08-19)
2024-08-20 14:47:36 +02:00
kenji
d15acf318d
Merge pull request 'facts: fix typo' ( #1909 ) from kenji/clan-core:fix-typos into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1909
2024-08-20 11:44:29 +00:00
a-kenji
a13864f202
facts: fix typo
2024-08-20 11:44:29 +00:00
clan-bot
0689ccdcb6
Merge pull request 'API/show_block_devices: add option for remote devices' ( #1903 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-20 10:10:48 +00:00
Johannes Kirschbauer
f63940e2ba
init: Set/get single disk
2024-08-20 12:05:22 +02:00
kenji
9d36262a13
Merge pull request 'state: remove /home from default state folders' ( #1886 ) from kenji/clan-core:remove-home-from-state into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1886
Reviewed-by: lassulus <clanlol@lassul.us >
2024-08-20 10:02:12 +00:00
a-kenji
54ad16a9fd
state: remove /home from default state folders
...
Home should not always be set by default.
In the UI we can suggest it, but it catches a lot of state you might not
want to back up.
The default has been moved to be automatically set by vm's in `vm.nix`.
2024-08-20 10:02:12 +00:00
Johannes Kirschbauer
b8feff9ca6
Fix: types
2024-08-20 11:33:23 +02:00
Johannes Kirschbauer
92e3c3f40b
Clan-app: connection check & show remote devices
2024-08-20 09:53:15 +02:00
Johannes Kirschbauer
340babd348
API/show_block_devices: add option for remote devices
2024-08-20 09:53:15 +02:00
clan-bot
b29f649343
Merge pull request 'clanModules: Init nginx module. matrix-synapse: don't assume domain names' ( #1906 ) from Qubasa/clan-core:Qubasa-new-main into main
2024-08-19 10:59:16 +00:00
Qubasa
c14a0689bc
clanModules: Add acme secret prompt for nginx
2024-08-19 12:53:15 +02:00
Qubasa
586c5adf71
clanModules: Init vaultwarden, the bitwarden server
2024-08-19 12:00:35 +02:00
Qubasa
234ac6965a
clanModules: Init nginx module. matrix-synapse: don't assume domain names
2024-08-19 12:00:35 +02:00
clan-bot
9c8be387fa
Merge pull request 'golem: add golem-provider clan module' ( #1890 ) from DavHau/clan-core:DavHau-dave into main
2024-08-19 09:55:54 +00:00
DavHau
8b75b16ccf
golem: add golem-provider clan module
2024-08-19 11:50:04 +02:00
clan-bot
2e2c29381e
Merge pull request 'Classgen: fix dict type conversion for trivial dicts' ( #1905 ) from hsjobeki/clan-core:class into main
2024-08-19 06:58:49 +00:00
Johannes Kirschbauer
0296693680
Classgen: fix dict type conversion for trivial dicts
2024-08-19 08:48:31 +02:00
kenji
d0d95d0189
Merge pull request 'vars: fix using vars module with multiple machines' ( #1891 ) from kenji/clan-core:fix-vars-multiple-machines into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1891
2024-08-17 14:00:56 +00:00
a-kenji
6130505177
vars: fix using vars module with multiple machines
...
This filters the secrets to only include the secrets managed under `per-machine` and `shared`,
otherwise new deployments will fail, when using the vars module for multiple machines:
```
[vyr] /nix/store/[…]sops-install-secrets: failed to decrypt '/nix/store/[…]/sops/vars/per-machine/draper/garage/admin_token/secret': Error getting data key: 0 successful groups required, got 0
```
This doesn't fix all the edge cases with this approach.
We get a similar error if we deploy shared vars that are not
encrypted for our machine key. This needs to be addressed when
implementing the shared vars functionality.
2024-08-17 14:00:56 +00:00
clan-bot
ab5425e1f3
Merge pull request 'zerotierone: fix with recent nixpkgs update' ( #1902 ) from zerotierone into main
2024-08-16 09:08:18 +00:00
Jörg Thalheim
a067895bee
bcachefs: use unstable for zfs
2024-08-16 11:04:42 +02:00
Jörg Thalheim
e9d63c5a84
bump nixpkgs
2024-08-16 11:04:42 +02:00
Jörg Thalheim
0e3b16578e
zerotierone: use our own upgraded zerotierone package in nixos module
2024-08-16 11:04:42 +02:00
Jörg Thalheim
e12ab8f70e
zerotierone: fix build against rust 1.80
2024-08-16 10:54:48 +02:00
clan-bot
0fc7213094
Merge pull request 'fix group settings not applied correctly' ( #1901 ) from group-secrets into main
2024-08-15 21:00:54 +00:00
Mic92
4e7b14b908
Merge pull request 'feat(flake): make systems overridable' ( #1893 ) from zimbatm/clan-core:overridable-flake-systems into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1893
2024-08-15 20:53:44 +00:00
Jörg Thalheim
c8f50a0d90
fix group settings not applied correctly
2024-08-15 22:52:53 +02:00
zimbatm
ce2b64f227
feat(flake): make systems overridable
...
Clan users might want to use the flake on different architectures.
This allows them to override the systems input with a new value.
2024-08-15 20:03:56 +02:00
clan-bot
7611a339bf
Merge pull request 'fix remaining places not using captured_output' ( #1900 ) from Mic92-flake-update-2024-08-12 into main
2024-08-15 18:00:53 +00:00
Jörg Thalheim
cd5313d7ce
fix remaining places not using captured_output
2024-08-15 19:57:08 +02:00
clan-bot
3827fb017b
Merge pull request 'use capture_output fixture in more places' ( #1899 ) from Mic92-flake-update-2024-08-12 into main
2024-08-15 17:25:57 +00:00
Jörg Thalheim
82d3b98a38
use capture in more places
2024-08-15 19:20:01 +02:00
Jörg Thalheim
4d9c5b48c8
remove unused fixture
2024-08-15 19:13:20 +02:00
clan-bot
89c6a4b683
Merge pull request 'add fixture to capture output more fragile' ( #1898 ) from Mic92-flake-update-2024-08-12 into main
2024-08-15 16:52:37 +00:00
Jörg Thalheim
fe66a740b5
add fixture to capture output in tests less fragile
...
Now we always remove previous output before capturing.
2024-08-15 18:45:03 +02:00
clan-bot
7eb663eeed
Merge pull request 'Mic92-flake-update-2024-08-12' ( #1897 ) from Mic92-flake-update-2024-08-12 into main
2024-08-15 16:06:39 +00:00
Jörg Thalheim
aec45d3a1a
test_history_cli: clear capsys before reading from program
2024-08-15 17:59:11 +02:00
Jörg Thalheim
65d44c644a
try to log content of flake substitutes
2024-08-15 17:43:57 +02:00
Jörg Thalheim
0479f35d81
stop using sysusers inside vm
2024-08-15 17:30:38 +02:00
Jörg Thalheim
5e3f4744bc
fix treefmt-nix
2024-08-15 17:30:38 +02:00
Clan Merge Bot
fdb6322d5e
update flake lock - 2024-08-12T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/bec6e3cde912b8acb915fecdc509eda7c973fb42' (2024-07-19)
→ 'github:nix-community/disko/ffc1f95f6c28e1c6d1e587b51a2147027a3e45ed' (2024-08-08)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03)
→ 'github:hercules-ci/flake-parts/8471fe90ad337a8074e957b69ca4d0089218391d' (2024-08-01)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/accee005735844d57b411d9969c5d0aabc6a55f6' (2024-07-21)
→ 'github:nix-community/nixos-images/617f2cb56213d10574bc6fdb390f6e7f5b551d7e' (2024-08-08)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4cc8b29327bed3d52b40041f810f49734298af46' (2024-07-21)
→ 'github:NixOS/nixpkgs/bef98989a27429e1cb9e3d9c25701ba2da742af2' (2024-08-10)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/909e8cfb60d83321d85c8d17209d733658a21c95' (2024-07-21)
→ 'github:Mic92/sops-nix/8ae477955dfd9cbf5fa4eb82a8db8ddbb94e79d9' (2024-08-05)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/07741a9babd0754bf73fb47a6340d6289eabd1d6' (2024-08-03)
→ 'github:numtide/treefmt-nix/c9f97032be6816fa234f24803b8ae79dc7753a91' (2024-08-11)
2024-08-15 17:30:38 +02:00
clan-bot
a7b81af59d
Merge pull request 'Machine update: fix upload sources from machine flake, instead of current directory' ( #1896 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-15 13:31:57 +00:00
Johannes Kirschbauer
5acd9aabf3
UI: init update machine
2024-08-15 15:08:15 +02:00
Johannes Kirschbauer
4940767fcc
Serde: extend deserializer to accept anything
2024-08-15 15:08:15 +02:00
Johannes Kirschbauer
ce560e05cd
API: init machine update
2024-08-15 15:08:15 +02:00
Johannes Kirschbauer
016b3e846d
Machine update: fix upload sources from machine flake, instead of current directory
2024-08-15 15:08:15 +02:00
clan-bot
0bfc366661
Merge pull request 'Clan-app: flash installer. move expert fields into advanced form' ( #1895 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-15 10:31:49 +00:00
Johannes Kirschbauer
e2c3f31fe0
Clan-app: move expert field into advanced form
2024-08-15 12:26:43 +02:00
clan-bot
de31db2d00
Merge pull request 'fixtures_flake: avoid fileinput' ( #1889 ) from Mic92-blog/nixos-facter into main
2024-08-14 15:05:56 +00:00
Jörg Thalheim
8e1b96aea5
fixtures_flake: avoid fileinput
...
it seems that the inplace argument in some cases picks up output from
unrelated functions. Since the file is relativly small, we can just
replace the content in one go.
2024-08-14 16:56:44 +02:00
clan-bot
030f058dff
Merge pull request 'Clan-cli: remove unused show machine' ( #1888 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-14 14:35:24 +00:00
Johannes Kirschbauer
c86b14d34d
Clan-app: generate hw spec via ssh
2024-08-14 16:28:43 +02:00
Johannes Kirschbauer
6709d47ae5
Clan-cli: remove unused show machine
2024-08-14 16:18:43 +02:00
kenji
faf227b0ab
Merge pull request 'clanModules: add garage module' ( #1887 ) from kenji/clan-core:modules/init-garage into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1887
2024-08-14 14:16:51 +00:00
a-kenji
7d97ed8d95
clanModules: add garage module
...
The garage module sets up backups for metadata automatically and
generates keys needed for deployment automatically.
What is still needed in a distributed deployment is sharing of the
generated rpc keys with other garage instances.
2024-08-14 16:01:13 +02:00
clan-bot
03670e67c9
Merge pull request 'Clan-app: init dynamic routes concept' ( #1885 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-14 11:22:36 +00:00
Johannes Kirschbauer
8897f2907d
Clan-app: dynamic router concept
2024-08-14 13:16:14 +02:00
clan-bot
1ac61f002e
Merge pull request 'pkgs/yagna: init at pre-rel-v0.16.0-preview.deposits.3' ( #1883 ) from DavHau/clan-core:DavHau-dave into main
2024-08-13 20:20:20 +00:00
DavHau
ee031094e3
pkgs/yagna: init at pre-rel-v0.16.0-preview.deposits.3
2024-08-13 22:14:39 +02:00
clan-bot
0d4dc84533
Merge pull request 'Clan-app: adapt overall appearance & layout' ( #1882 ) from hsjobeki/clan-core:hsjobeki-hw into main
2024-08-13 19:14:21 +00:00
Johannes Kirschbauer
7aa279a4fd
Clan-app: adapt overall appearance & layout
2024-08-13 21:08:52 +02:00
clan-bot
57b598cbab
Merge pull request 'Inventory: add assertions, allow external references' ( #1877 ) from hsjobeki/clan-core:hsjobeki-inventory into main
2024-08-13 17:36:15 +00:00
clan-bot
d2aebb193b
Merge pull request 'UI: add deploy feature, for initial machine deployment' ( #1878 ) from hsjobeki/clan-core:hsjobeki-ui into main
2024-08-13 17:36:14 +00:00
clan-bot
3d3ea5da23
Merge pull request 'API: init setter for service instance config.' ( #1879 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-13 17:36:02 +00:00
clan-bot
3459628b5d
Merge pull request 'Serializer: filter None fields, to avoid conflicts with nix module system' ( #1880 ) from hsjobeki/clan-core:hsjobeki-serde into main
2024-08-13 17:36:01 +00:00
clan-bot
8bb694fbd6
Merge pull request 'API: add keyfile arg' ( #1881 ) from hsjobeki/clan-core:hsjobeki-hw into main
2024-08-13 17:35:29 +00:00
Johannes Kirschbauer
d5a0a349db
API: add keyfile arg
2024-08-13 19:29:28 +02:00
Johannes Kirschbauer
dfbe03bf6b
Serializer: filter None fields, to avoid conflicts with nix module system
2024-08-13 19:27:59 +02:00
Johannes Kirschbauer
2cf949783a
API: init setter for service instance config.
2024-08-13 19:27:16 +02:00
Johannes Kirschbauer
8e211fb715
UI: add deploy button, for initial machine deployment
2024-08-13 19:24:53 +02:00
Johannes Kirschbauer
59c18b8411
Inventory: add assertions, allow external references
2024-08-13 19:22:29 +02:00
clan-bot
65497d8b4c
Merge pull request 'Webview: use importNpmLock' ( #1876 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-13 17:21:16 +00:00
Johannes Kirschbauer
887c5ecb0a
Webview: use importNpmLock
2024-08-13 19:15:23 +02:00
clan-bot
de6865428d
Merge pull request 'API: init install machine' ( #1872 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-13 17:04:39 +00:00
Johannes Kirschbauer
824dc34eb8
API: init install machine
2024-08-13 18:58:20 +02:00
clan-bot
2ac81faaba
Merge pull request 'vars: add test for deployment' ( #1873 ) from DavHau/clan-core:DavHau-vars-deploy-test into main
2024-08-13 13:33:25 +00:00
DavHau
75328beb06
vars: add test for deployment
2024-08-13 15:29:51 +02:00
clan-bot
f4820274c6
Merge pull request 'clanModule: Extend dyndns support for most dns hosters. Improve security.' ( #1871 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-12 21:03:22 +00:00
Qubasa
7f0604f86e
clan-cli: Add --show-trace to nix build and nixos-rebuild commands
2024-08-12 22:27:54 +02:00
Qubasa
c85fc7cb58
clanModule: Extend dyndns support for most dns hosters. Improve security.
2024-08-12 22:27:54 +02:00
clan-bot
3bfbf5c597
Merge pull request 'clanModule: Init dyndns module to update domains pointing to dynamic IPs' ( #1869 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-11 16:53:40 +00:00
Qubasa
f428c678a3
clanModule: Init dyndns module to update domains pointing to dynamic IPs
2024-08-11 18:49:42 +02:00
clan-bot
ceed258487
Merge pull request 'docs: Add zfs disk encryption getting started guide with remote unlocking.' ( #1867 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-10 10:31:11 +00:00
Qubasa
6cf6cfa8a8
docs: Add zfs disk encryption getting started guide with remote unlocking.
2024-08-10 12:24:49 +02:00
clan-bot
62c09f5dae
Merge pull request 'clanModules: Fix iwd module' ( #1866 ) from Qubasa/clan-core:Qubasa-main into main
2024-08-09 20:23:32 +00:00
Qubasa
51e4e42208
clanModules: Fix iwd module
2024-08-09 22:17:46 +02:00
clan-bot
ad1f3f486f
Merge pull request 'clan-cli: Add --wifi option to set wifi credentials. clan-app: Add wifi settings form to flash view' ( #1862 ) from Qubasa/clan-core:Qubasa-Qubasa-main into main
2024-08-07 19:40:42 +00:00
Qubasa
85a47a6dcd
clan-cli: Add --wifi option to set wifi credentials. clan-app: Add wifi settings form to flash view
2024-08-07 21:35:06 +02:00
clan-bot
ebf3859dfa
Merge pull request 'clanModule: Init iwd wifi credential module' ( #1840 ) from Qubasa/clan-core:Qubasa-Qubasa-main into main
2024-08-07 14:13:25 +00:00
Qubasa
2dacbd5f3a
docs: Fix missing nav link to iwd clan module
2024-08-07 16:04:46 +02:00
Qubasa
d2d5ab4a9e
formatter: Add prettier to format js files
2024-08-07 15:54:36 +02:00
Qubasa
83c6945e39
clanModule: Init wifi iwd clan module, with which you can predefine wifi network credentials
2024-08-07 15:50:30 +02:00
Qubasa
edf0f9106a
clan-app: Initial move to process based api calling instead of thread based
2024-08-07 15:49:39 +02:00
kenji
7b06026e55
Merge pull request 'Fix: forward meta attributes in flake-parts module' ( #1860 ) from kenji/clan-core:forward-meta into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1860
2024-08-07 12:19:17 +00:00
a-kenji
16e6b690ad
Fix: forward meta attributes in flake-parts module
...
This fixes building machines with the flake-parts module.
Since the inventory merges the machines, the `clan.core.meta` attribute
is now a submodule and conditionally imported.
Also drops the following attributes:
- clan.core.meta.icon
- clan.core.meta.description
In favor of specifying them inside the inventory.
This doesn't use `mkRemovedOptionsModule`, because in our case it would
cause infinite recursion.
2024-08-07 12:19:17 +00:00
kenji
989cf83897
Merge pull request 'Revert "Fix: forward meta attributes in flake-parts module"' ( #1858 ) from kenji/clan-core:revert-machines into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1858
2024-08-07 10:40:36 +00:00
a-kenji
10f7509a5f
Revert "Fix: forward meta attributes in flake-parts module"
...
This reverts commit e7c6333e06 .
The propagated `self` attribute can be an error in non `flake-parts`
modules.
2024-08-07 10:40:36 +00:00
clan-bot
40ea12610c
Merge pull request 'Clan-app: Add loading animations & improve async data handling' ( #1854 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-07 10:24:56 +00:00
Johannes Kirschbauer
e55b0fea2e
Clan-cli: remove unused debug flag in list machine
2024-08-07 12:17:32 +02:00
Johannes Kirschbauer
fc634016b6
Clan-app: Flash improve form & file input
2024-08-07 12:16:06 +02:00
kenji
04422850b0
Merge pull request 'fix: forward meta attributes in flake-parts module' ( #1852 ) from kenji/clan-core:forward-meta into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1852
2024-08-07 09:33:49 +00:00
a-kenji
e7c6333e06
Fix: forward meta attributes in flake-parts module
...
This fixes building machines with the flake-parts module.
Since the inventory merges the machines, the `clan.core.meta` attribute
is now a submodule and conditionally imported.
Also drops the following attributes:
- clan.core.meta.icon
- clan.core.meta.description
In favor of specifying them inside the inventory.
This doesn't use `mkRemovedOptionsModule`, because in our case it would
cause infinite recursion.
2024-08-07 09:33:49 +00:00
Johannes Kirschbauer
e69d6b22f0
Clan-app: Add loading animations & improve async data handling
2024-08-06 22:29:11 +02:00
clan-bot
ec16059abc
Merge pull request 'Clan-app: refine create machine workflow via query operation' ( #1853 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-06 14:11:58 +00:00
Johannes Kirschbauer
6158e82f43
Clan-app: refine create machine workflow via query operation
2024-08-06 16:04:21 +02:00
clan-bot
52e2ba9801
Merge pull request 'Clan-core: Rename clanName within Machines' ( #1851 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-06 10:30:52 +00:00
Johannes Kirschbauer
a4bbdcb010
Clan-core: Rename clanName within Machines
2024-08-06 12:21:46 +02:00
kenji
329b70d653
Merge pull request 'mumble: remove traces' ( #1850 ) from kenji/clan-core:mumble/remove-traces into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1850
2024-08-06 10:09:20 +00:00
a-kenji
83aa4002bd
mumble: remove traces
2024-08-06 11:53:26 +02:00
clan-bot
4b757d62a2
Merge pull request 'Clan-app: show nixos machines and inventory machines' ( #1849 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-08-06 08:47:35 +00:00
Johannes Kirschbauer
e0d7a423b4
Clan-app: show nixos machines and inventory machines
2024-08-06 10:44:31 +02:00
clan-bot
1397beb95e
Merge pull request 'clan-cli/vms: add option --publish to forward ports from host to guest' ( #1847 ) from DavHau/clan-core:DavHau-vars into main
2024-08-04 08:32:02 +00:00
DavHau
9381d78feb
clan-cli/vms: add option --publish to forward ports from host to guest
2024-08-04 15:28:51 +07:00
clan-bot
0fdfbf99e6
Merge pull request 'tests: improve testing framework for impure vm tests' ( #1846 ) from DavHau/clan-core:DavHau-vars into main
2024-08-04 06:43:44 +00:00
DavHau
b2646aa0fe
tests: improve testing framework for impure vm tests
...
Also fix computet sops secret paths for vars
2024-08-04 13:40:12 +07:00
clan-bot
b93aa1896e
Merge pull request 'build-clan: fix specialArgs not passed' ( #1845 ) from DavHau/clan-core:DavHau-dave into main
2024-08-04 06:10:37 +00:00
DavHau
d7475bef37
build-clan: fix specialArgs not passed
2024-08-04 13:06:51 +07:00
clan-bot
a9f0e90d12
Merge pull request 'devshell: remove dependency on clan-cli' ( #1844 ) from DavHau/clan-core:DavHau-vars into main
2024-08-03 15:42:27 +00:00
DavHau
c5b8948509
devshell: remove dependency on clan-cli
...
This stops the devshell from being re-built constantly, when the source code changes.
Based on a new feature in treefmt-nix: https://github.com/numtide/treefmt-nix/pull/208
2024-08-03 22:37:03 +07:00
clan-bot
337a2ea883
Merge pull request 'Add build-clan module' ( #1843 ) from hsjobeki/clan-core:hsjobeki-flake-parts into main
2024-08-03 11:38:18 +00:00
Johannes Kirschbauer
15ba9b8bfb
Fix: type test
2024-08-03 13:14:08 +02:00
Johannes Kirschbauer
91397adbfc
Fix: regression list_machines. Split into multiple functions
...
list_inventory_machines, list_nixos_machine, list_sops_machines
The caller of the function should specify which machines they wants to see
2024-08-03 12:43:35 +02:00
Johannes Kirschbauer
79e15bff24
Add: legacy support for implicitly creating machines through creating a directory
...
This will be deprecated as soon as the tests dont rely on this behavior anymore
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
5d12154f96
Forward clan name for vm test compatibility
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
ac6b7f84e0
Fix wrong unit tests
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
ef58bea020
Fix wrong default for imports
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
d51508656f
Add flake-parts module
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
8fd09b8403
Add build-clan module
2024-08-03 12:05:09 +02:00
clan-bot
f6daaf79a7
Merge pull request 'vars: simplify tests' ( #1842 ) from DavHau/clan-core:DavHau-vars into main
2024-08-03 08:51:39 +00:00
DavHau
d3542cf1c8
vars: simplify tests
2024-08-03 15:47:35 +07:00
clan-bot
844c219348
Merge pull request 'vars: introduce share flag' ( #1841 ) from DavHau/clan-core:DavHau-vars into main
2024-08-03 08:33:38 +00:00
DavHau
8086f70b79
clan-cli/tests: improve test helpers for VMs
2024-08-03 15:26:53 +07:00
DavHau
cc9c828598
vars: introduce share flag
2024-08-03 15:26:53 +07:00
clan-bot
a40ddd2b24
Merge pull request 'clan-app: Finish flash view. clan-cli: Flash cli now verifies if language and keymap are valid. formatter.nix: Add deno as formatter' ( #1839 ) from Qubasa/clan-core:Qubasa-Qubasa-main into main
2024-08-02 17:02:32 +00:00
Qubasa
58a36a5c12
formatter.nix: Add prettier
2024-08-02 18:56:53 +02:00
Qubasa
f1d124dabd
clan-app: Finish flash view. clan-cli: Flash cli now verifies if language and keymap are valid.
2024-08-02 17:51:45 +02:00
kenji
e2bdf22f78
Merge pull request 'formatter: remove broken vale configuration' ( #1835 ) from kenji/clan-core:clan/rm-broken-vale into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1835
Reviewed-by: Luis Hebendanz <consulting@qube.email >
2024-07-31 17:04:54 +00:00
a-kenji
c7c6012bcc
formatter: remove broken vale configuration
...
Removes the broken and uncommented value configuration for vale.
While vale can be a valuable tool, we need a working configuration if we
want to use it. Keeping a broken configuration on main is not a
sustainable model.
We can fix it and reintroduce it cleanly at a later stage.
2024-07-31 18:42:16 +02:00
Mic92
b3af929490
Merge pull request 'clan: remove config subcommand' ( #1828 ) from kenji/clan-core:clan/remove-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1828
2024-07-31 16:35:36 +00:00
a-kenji
a465ad8638
clan: remove config subcommand
...
This removes the `config` subcommand from the cli and the documentation
to keep the api surface small.
While this functionality was convenient it doesn't need to be surfaced
by the clan cli.
The remaining `config` python module should be ported to the `clan-app`
in a follow up pr. Because the functionality is currently only used by
the `clan-app`.
Ideally together with: #1830 .
2024-07-31 16:35:36 +00:00
clan-bot
26edcb8562
Merge pull request 'Deserializer: add Literal; Annotated fields' ( #1833 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-31 11:06:48 +00:00
Johannes Kirschbauer
6c5f9ca6db
Deserializer: add Literal; Annotated fields
2024-07-31 13:00:28 +02:00
clan-bot
0894ee95c8
Merge pull request 'Deserializer: replace pydantic' ( #1826 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-30 12:36:08 +00:00
kenji
350d565ddd
Merge pull request 'clan: remove flatpak check' ( #1831 ) from kenji/clan-core:clan/rm-flatpak into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1831
2024-07-30 12:34:19 +00:00
Johannes Kirschbauer
4b2d1b7923
Deserializer: add Nullable fields
2024-07-30 14:26:13 +02:00
a-kenji
acb5560de8
clan: remove flatpak check
...
This check logs, if the cli is started inside a flatpak environment.
2024-07-30 14:21:15 +02:00
kenji
2d4cd0c9be
Merge pull request 'merge-after-ci: use nix fmt' ( #1823 ) from kenji/clan-core:feat/merge-after-ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1823
2024-07-30 11:43:40 +00:00
a-kenji
d360cf86cb
merge-after-ci: use nix fmt
...
Use `nix fmt` instead of `treefmt` directly, since `treefmt` depends on
the cached devshell. This can lead to confusing errors.
2024-07-30 11:43:40 +00:00
kenji
f11ddf92e9
Merge pull request 'checks/mumble: improve dependency closure' ( #1827 ) from kenji/clan-core:mumble-improve-closure into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1827
2024-07-30 11:40:13 +00:00
a-kenji
9f6f754606
checks/mumble: improve dependency closure
2024-07-30 13:11:50 +02:00
kenji
03f87b24d3
Merge pull request 'clan/secrets: improve naming of secret key' ( #1825 ) from kenji/clan-core:kenji-cli-change-wording into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1825
Reviewed-by: Mic92 <joerg@thalheim.io >
2024-07-30 10:58:45 +00:00
a-kenji
ccdfd0c6fc
clan/secrets: improve naming of secret key
...
Change the secret key help wording to: `secret-name`,
to convey that it is the key and not the value.
Fixes : #1696
2024-07-30 12:54:22 +02:00
Johannes Kirschbauer
e21bfbc257
Deserializer: replace pydantic
2024-07-30 12:26:16 +02:00
Jörg Thalheim
2df19898a7
Merge remote-tracking branch 'origin/main' into rework-installation
2024-07-30 11:52:36 +02:00
kenji
f3c909b563
Merge pull request 'gitignore: add .nixos-test-history' ( #1822 ) from kenji/clan-core:kenji-git/add-nixos-test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1822
2024-07-30 09:27:30 +00:00
a-kenji
b357b545d3
gitignore: add .nixos-test-history
...
Add the artifacts created by nixos tests to gitignore.
2024-07-30 09:27:30 +00:00
kenji
915b2fbe73
Merge pull request 'mumble: init clan-module' ( #1821 ) from kenji/clan-core:init/mumble-module into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1821
2024-07-30 09:21:00 +00:00
a-kenji
13c70168a4
mumble: init clan-module
...
This adds the `mumble` clan-module.
This allows for voice chatting in a true peer-to-peer network.
Every machine that has the module enabled is a potential host and
client - every participant has the same role.
It doesn't matter who in the network is online - as long as one of the
machines is up, one server is up and people can start their voice chat.
2024-07-30 10:55:08 +02:00
Mic92
99a87a6120
Merge pull request 'better visual seperation between flake/non-flake version' ( #1817 ) from facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1817
2024-07-29 15:56:51 +00:00
Jörg Thalheim
c037ec2eeb
better visual seperation between flake/non-flake version
2024-07-29 15:56:51 +00:00
Mic92
65c03ecf96
Merge pull request 'blog: grammar fixes for introducing nixos-facter' ( #1820 ) from brianmcgee/clan-core:fix/blog-nixos-facter-grammmer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1820
2024-07-29 15:56:37 +00:00
Brian McGee
d04d5b2c3b
blog: grammar fixes for introducing nixos-facter
2024-07-29 16:51:00 +01:00
clan-bot
ded91c308a
Merge pull request 'clan-vm-manager: Fix regression' ( #1818 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-29 15:37:02 +00:00
Qubasa
0dcc9f903b
clan-vm-manager: Fix regression
2024-07-29 17:33:46 +02:00
clan-bot
35e5ad513d
Merge pull request 'Clan-app: edit clan, memoize active clan' ( #1819 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-29 15:10:00 +00:00
Johannes Kirschbauer
6a13cb80cb
Clan-app: edit clan, memoize active clan
2024-07-29 17:06:11 +02:00
clan-bot
d80488f786
Merge pull request 'nixos-facter: smaller fixes' ( #1816 ) from facter into main
2024-07-29 13:59:51 +00:00
Jörg Thalheim
2f07e47926
nixos-facter: smaller fixes
2024-07-29 15:53:50 +02:00
Mic92
034593f742
Merge pull request 'blog: introducing nixos-facter' ( #1786 ) from brianmcgee/clan-core:blog/nixos-facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1786
2024-07-29 13:47:00 +00:00
Jörg Thalheim
2f9945bec5
disko fixup
2024-07-29 15:43:07 +02:00
Brian McGee
94f65d3118
blog: introducing nixos-facter
2024-07-29 13:24:37 +00:00
DavHau
2155675fc6
vars: fix bug when computing taarget path for sops
2024-07-29 12:09:59 +00:00
clan-bot
3da42e698b
Merge pull request 'shell.nix: remove dependency in shell.nix on webui' ( #1815 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-29 12:07:27 +00:00
Qubasa
21f7a3c269
shell.nix: remove dependency in shell.nix on webui
2024-07-29 13:52:11 +02:00
clan-bot
aaa8411d89
Merge pull request 'vars/sops: fix loading of vars from directory structure' ( #1813 ) from DavHau/clan-core:DavHau-vars into main
2024-07-29 11:05:29 +00:00
DavHau
a5065a1936
vars/sops: fix loading of vars from directory structure
2024-07-29 18:01:26 +07:00
clan-bot
7b053abb13
Merge pull request 'Clan-app: example disk view' ( #1812 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-29 09:55:21 +00:00
Johannes Kirschbauer
d11e725a80
Clan-app: example disk view
2024-07-29 11:49:55 +02:00
clan-bot
5223506e29
Merge pull request 'Serializer: use alias, make it configurable for different use cases' ( #1811 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-29 07:04:44 +00:00
Johannes Kirschbauer
3e5ceb0eeb
Serializer: use alias, make it configurable for different use cases
2024-07-29 09:01:06 +02:00
clan-bot
a958532766
Merge pull request 'Serde: add unit tests for all serialization and deserialization logic' ( #1809 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-26 13:27:00 +00:00
Johannes Kirschbauer
b015f1f123
PropagatedBuild inputs workaround
2024-07-26 15:23:25 +02:00
Johannes Kirschbauer
c648e647bf
Serde: add unit tests for all serialization and deserialization logic
2024-07-26 14:23:41 +02:00
clan-bot
2b6a5f8385
Merge pull request 'Clan-app: add dependencies; floating-ui; eslint-query' ( #1808 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-25 12:29:16 +00:00
Johannes Kirschbauer
53d7c2507e
Clan-app: add popover - remove clan confirm
2024-07-25 13:11:50 +02:00
Johannes Kirschbauer
7783f17425
Clan-app: add dependencies; floating-ui; eslint-query
2024-07-25 13:09:18 +02:00
Jörg Thalheim
1907200d58
satisfy treefmt
2024-07-24 22:03:12 +02:00
Jörg Thalheim
4ed7e9b030
Merge remote-tracking branch 'origin/main' into rework-installation
2024-07-24 21:58:57 +02:00
clan-bot
8dc02474fc
Merge pull request 'Update documentation' ( #1807 ) from joerg-ci into main
2024-07-24 18:36:15 +00:00
Jörg Thalheim
16e87c52e9
docs/setup: recommends nixos configuration for nixos users
2024-07-24 20:28:50 +02:00
Jörg Thalheim
5e16de17a3
docs/setup: also mention experimental option in case someone already has nix installed
2024-07-24 20:28:46 +02:00
Jörg Thalheim
eded0a62b0
CONTRIBUTING: mention browser
2024-07-24 20:28:35 +02:00
clan-bot
777962003f
Merge pull request 'fix error message when removing secrets' ( #1806 ) from Mic92-main into main
2024-07-24 18:27:19 +00:00
Jörg Thalheim
3583c25c67
fix error message when removing secrets
2024-07-24 20:21:10 +02:00
clan-bot
2532e93667
Merge pull request 'remove 'Extra config:' warning' ( #1805 ) from Mic92-main into main
2024-07-24 18:10:50 +00:00
Jörg Thalheim
a6f4d6fbf0
remove 'Extra config:' warning
2024-07-24 20:04:31 +02:00
clan-bot
6a8bb1be8d
Merge pull request 'Clan-app: devshell add schemas for gtk4; gsettings' ( #1803 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-24 16:31:47 +00:00
Johannes Kirschbauer
fe10c5fbd6
Clan-app: show clan details for each registered clan
2024-07-24 18:26:26 +02:00
Johannes Kirschbauer
ef973ff475
Clan-app: devshell add schemas for gtk4; gsettings
2024-07-24 18:26:26 +02:00
clan-bot
eeb35a26db
Merge pull request 'vars/sops: store secrets in /sops/vars' ( #1802 ) from DavHau/clan-core:DavHau-vars into main
2024-07-24 11:48:31 +00:00
DavHau
9996f5596c
vars/sops: store secrets in /sops/vars
2024-07-24 18:42:50 +07:00
clan-bot
8020010fcf
Merge pull request 'Inventory improvements' ( #1795 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-24 11:23:16 +00:00
clan-bot
122ce665ed
Merge pull request 'sops/refactor: lay groundwork for secrets with arbitrary paths' ( #1801 ) from DavHau/clan-core:DavHau-vars into main
2024-07-24 11:16:01 +00:00
Johannes Kirschbauer
1d51ae5c85
Fix unit tests
2024-07-24 13:15:08 +02:00
DavHau
ac5d421f84
sops/refactor: lay groundwork for secrets with arbitrary paths
2024-07-24 18:12:19 +07:00
clan-bot
63970defc0
Merge pull request 'secrets: refactor parameter naming' ( #1800 ) from DavHau/clan-core:DavHau-vars into main
2024-07-24 10:55:42 +00:00
DavHau
0222ebf482
secrets: refactor parameter naming
2024-07-24 17:50:03 +07:00
clan-bot
7a8d458581
Merge pull request 'flake.nix: remove unnecessary newline' ( #1799 ) from DavHau/clan-core:DavHau-vars into main
2024-07-24 10:41:13 +00:00
DavHau
14b88fe695
flake.nix: remove unnecessary newline
2024-07-24 17:35:55 +07:00
clan-bot
794285aa77
Merge pull request 'tests/generate_flake: support inventory argument' ( #1798 ) from DavHau/clan-core:DavHau-vars into main
2024-07-24 10:10:03 +00:00
DavHau
bf5cc8c215
tests/generate_flake: support inventory argument
2024-07-24 17:06:42 +07:00
clan-bot
4d25118853
Merge pull request 'Add clan.borgbackup.exclude.' ( #1790 ) from inventory-fixes into main
2024-07-24 08:40:54 +00:00
Johannes Kirschbauer
c8407e2052
Python Inventory classes: Auto-update
2024-07-24 10:37:19 +02:00
Johannes Kirschbauer
5b4105b4d8
Fix minimal template
2024-07-24 10:34:11 +02:00
Johannes Kirschbauer
d38983c784
Create machine: init view with api
2024-07-24 10:34:11 +02:00
Johannes Kirschbauer
f787acdaa4
CLI: fix flakeId url interpretation
2024-07-24 10:34:11 +02:00
Johannes Kirschbauer
580cc12671
cli: Disable pre-commit hooks for cli commands
2024-07-24 10:34:10 +02:00
Johannes Kirschbauer
679fd914e0
Inventory: add load_eval method
2024-07-24 10:34:10 +02:00
Johannes Kirschbauer
c6466f070e
Fix: hostPlatform not hostSystem
2024-07-24 10:34:10 +02:00
clan-bot
a294c6d454
Merge pull request 'clan-vm-manager, clan-app: Make executable icon work in process overview' ( #1797 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-23 12:15:51 +00:00
Qubasa
4193d9e9a9
clan-vm-manager, clan-app: Make executable icon work in process overview
2024-07-23 14:12:45 +02:00
clan-bot
bb9da50d45
Merge pull request 'clan-vm-manager: Fix waypipe regression in nix code' ( #1793 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-23 11:24:05 +00:00
clan-bot
b1af97f2a5
Merge pull request 'clan-cli/secrets: refactor: rename secret -> secret_path' ( #1796 ) from DavHau/clan-core:DavHau-vars into main
2024-07-23 11:24:05 +00:00
Qubasa
c6a0cd9398
clan-vm-manager: Fix waypipe regression in nix code
2024-07-23 13:20:02 +02:00
DavHau
00f7a6300b
clan-cli/secrets: refactor: rename secret -> secret_path
2024-07-23 18:18:32 +07:00
clan-bot
aec1238f20
Merge pull request 'vars: add support for password-store' ( #1794 ) from DavHau/clan-core:DavHau-vars into main
2024-07-23 07:59:50 +00:00
DavHau
5bd20fcf2c
vars: add support for password-store
2024-07-23 14:54:18 +07:00
Jörg Thalheim
21346f84ac
password-store: write secrets with read-only permission
...
Otherwise we are installing secrets with the wrong permissions on the
first install
2024-07-22 17:22:01 +02:00
Jörg Thalheim
7dc3a8ff2b
user-password: improve prompt message
2024-07-22 16:09:15 +02:00
Jörg Thalheim
f9dc440b61
add .envrc
2024-07-22 16:08:59 +02:00
Jörg Thalheim
8197bced46
add option to not create a git in flakes create
2024-07-22 16:08:59 +02:00
Jörg Thalheim
bba39c5c7d
hw-configure: use hostname specified in the nixos configuration
2024-07-22 16:08:59 +02:00
Jörg Thalheim
d21d296c5c
rework installation template based on received feedback
2024-07-22 16:08:59 +02:00
clan-bot
9127dc3358
Merge pull request 'vars: implement prompts' ( #1792 ) from DavHau/clan-core:DavHau-vars into main
2024-07-22 13:46:39 +00:00
DavHau
9ff076aec1
vars: implement prompts
2024-07-22 20:40:12 +07:00
Jörg Thalheim
927aec0db5
don't setup json inventory for cli users
2024-07-22 08:22:58 +02:00
Jörg Thalheim
1e43a471d2
cli: default template url should come from the package itself rather than our gitea
...
This allow easier testing and also forks.
2024-07-22 08:22:58 +02:00
Jörg Thalheim
527002bb0b
docs/setup: recommends nixos configuration for nixos users
2024-07-22 05:59:03 +02:00
Jörg Thalheim
4b145e6ebd
docs/setup: also mention experimental option in case someone already has nix installed
2024-07-22 05:59:02 +02:00
clan-bot
72019d6bcb
Merge pull request 'Automatic flake update - 2024-07-22T00:00+00:00' ( #1791 ) from flake-update-2024-07-22 into main
2024-07-22 00:06:51 +00:00
Clan Merge Bot
249a18a734
update flake lock - 2024-07-22T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/786965e1b1ed3fd2018d78399984f461e2a44689' (2024-07-11)
→ 'github:nix-community/disko/bec6e3cde912b8acb915fecdc509eda7c973fb42' (2024-07-19)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/5eddae0afbcfd4283af5d6676d08ad059ca04b70' (2024-07-11)
→ 'github:nix-community/nixos-images/accee005735844d57b411d9969c5d0aabc6a55f6' (2024-07-21)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/0af9d835c27984b3265145f8e3cbc6c153479196' (2024-07-14)
→ 'github:NixOS/nixpkgs/4cc8b29327bed3d52b40041f810f49734298af46' (2024-07-21)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/0703ba03fd9c1665f8ab68cc3487302475164617' (2024-07-14)
→ 'github:Mic92/sops-nix/909e8cfb60d83321d85c8d17209d733658a21c95' (2024-07-21)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/b92afa1501ac73f1d745526adc4f89b527595f14' (2024-07-14)
→ 'github:numtide/treefmt-nix/888bfb10a9b091d9ed2f5f8064de8d488f7b7c97' (2024-07-20)
2024-07-22 00:00:22 +00:00
Jörg Thalheim
27cabbe8cb
CONTRIBUTING: mention browser
2024-07-21 22:58:34 +02:00
Jörg Thalheim
a22286018f
borgbackup: add exclude option
2024-07-21 22:58:34 +02:00
Jörg Thalheim
46fd15a366
also fix user-password with password-store
2024-07-21 21:18:38 +02:00
Jörg Thalheim
00bad3d614
borgbackup: add exclude option
2024-07-21 19:08:26 +02:00
Jörg Thalheim
ed5dd02879
also fix user-password with password-store
2024-07-21 18:21:37 +02:00
clan-bot
6c7e9bafea
Merge pull request 'root-password: fix password-store support' ( #1789 ) from inventory-fixes into main
2024-07-21 16:14:47 +00:00
Jörg Thalheim
a1a36606e4
cleanup deprecated facts options
2024-07-21 18:11:30 +02:00
Jörg Thalheim
3d12aabf0c
test_flake_with_core_and_pass: don't use deprecated options
2024-07-21 18:03:51 +02:00
Jörg Thalheim
e79e199c9a
root-password: fix password-store support
2024-07-21 17:59:11 +02:00
clan-bot
1db0321163
Merge pull request 'Clan create fixes' ( #1788 ) from inventory-fixes into main
2024-07-21 15:05:13 +00:00
Jörg Thalheim
d356a63d6c
improve lsblk instructions
2024-07-21 16:39:01 +02:00
Jörg Thalheim
824c5d3f80
flake/create: fix "directory does not exist" error
2024-07-21 16:00:35 +02:00
Jörg Thalheim
563ead4652
only set git author / email when no one is set globally
2024-07-21 16:00:35 +02:00
Jörg Thalheim
79a6ad2715
drop binary cache from flake
...
This generates warnings for users of the CLI and confuses them.
In our CI systems we can just provide our binary cache.
2024-07-21 15:27:31 +02:00
Jörg Thalheim
2516f38c37
remove deprecated adwaita-icon-theme
2024-07-21 15:26:37 +02:00
clan-bot
f3c9c379e6
Merge pull request 'Reapply "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"' ( #1787 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-19 20:23:25 +00:00
Qubasa
3546586dde
fixup! fixup! fixup! clan-vm-manager: Restore to known good version
2024-07-19 22:20:12 +02:00
Qubasa
aa792fedfd
fixup! fixup! clan-vm-manager: Restore to known good version
2024-07-19 22:12:29 +02:00
Qubasa
f1182af5a1
fixup! clan-vm-manager: Restore to known good version
2024-07-19 22:12:17 +02:00
Qubasa
728f8f5758
clan-vm-manager: Restore to known good version
2024-07-19 22:07:34 +02:00
DavHau
1cb69cb5fc
Reapply "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"
...
This reverts commit 9778444706 .
workaround upstream bug: https://github.com/NixOS/nixpkgs/issues/324802
2024-07-19 22:07:34 +02:00
clan-bot
f66b809866
Merge pull request 'Classgen: refactor functions' ( #1785 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-19 16:52:37 +00:00
Johannes Kirschbauer
6d441a1494
Classgen: make type order predictable
2024-07-19 18:49:16 +02:00
Johannes Kirschbauer
5c18f67fed
Classgen: refactor functions
2024-07-19 18:20:22 +02:00
clan-bot
a7e3fd431d
Merge pull request 'Classgen: add error reporting and combine common classes' ( #1784 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-19 11:07:06 +00:00
Johannes Kirschbauer
3435db68c8
Classgen: add error reporting and combine common classes
2024-07-19 13:03:38 +02:00
clan-bot
f00ddcad10
Merge pull request 'Docs: explain inventory imports' ( #1783 ) from hsjobeki/clan-core:hsjobeki-rearrange-docs-front into main
2024-07-19 09:29:59 +00:00
Johannes Kirschbauer
988ed9dccd
Docs: explain inventory imports
2024-07-19 11:26:34 +02:00
clan-bot
aab6a45cda
Merge pull request 'Docs: remove generated inventory.md from git index' ( #1782 ) from hsjobeki/clan-core:hsjobeki-rearrange-docs-front into main
2024-07-19 09:20:32 +00:00
Johannes Kirschbauer
afa0984b57
Docs: remove generated inventory.md from git index
2024-07-19 11:17:08 +02:00
clan-bot
ee65d3918b
Merge pull request 'docs: add reference index pages' ( #1781 ) from hsjobeki/clan-core:rearrange-docs-front into main
2024-07-19 09:11:33 +00:00
Johannes Kirschbauer
67b76c8ced
Docs: generate api docs for inventory
2024-07-19 11:07:47 +02:00
Valentin Gagarin
13b8b949f9
docs: add reference index pages
...
- add index pages for each reference documentation category
- move concepts pages into the reference hierarchy
- render clanModules overview page in the style of the CLI overview
2024-07-19 10:27:04 +02:00
clan-bot
3a3f8e0756
Merge pull request 'Init: Autogenerate classes from nix interfaces' ( #1778 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-19 07:58:57 +00:00
Johannes Kirschbauer
6d49f5c926
Commit generated code otherwise CI cannot check types
2024-07-19 09:52:14 +02:00
Johannes Kirschbauer
c92ee71d42
Jsonschema: fix tests
2024-07-18 22:04:11 +02:00
Johannes Kirschbauer
07965598f5
Classgen: add mapped keys and more stuff
2024-07-18 21:58:36 +02:00
Johannes Kirschbauer
7e84eaa4b3
Init: Autogenerate classes from nix interfaces
2024-07-18 19:14:12 +02:00
clan-bot
fd0ebc7ec0
Merge pull request 'clan: Fix treefmt not applying mypy lints on clan_cli and clan_app' ( #1777 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-17 19:54:20 +00:00
Qubasa
8ad7c2b89a
clan: Fix treefmt not applying mypy lints on clan_cli and clan_app
2024-07-17 21:50:52 +02:00
clan-bot
75f34bdf50
Merge pull request 'tea-create-pr: disable treefmt cache' ( #1776 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-17 16:30:45 +00:00
Qubasa
2018a79fc2
tea-create-pr: disable treefmt cache
2024-07-17 18:27:29 +02:00
clan-bot
76cad49446
Merge pull request 'borgbackup/server: warning if a machine does not have a secret generated yet.' ( #1775 ) from inventory-fixes into main
2024-07-17 14:03:10 +00:00
Jörg Thalheim
d51bf05821
borgbackup/server: warning if a machine does not have a secret generated yet.
2024-07-17 16:00:07 +02:00
Mic92
5814e9790f
Merge pull request 'Revert "clan-cli: deprecate nix_shell() in favor of run_cmd()"' ( #1774 ) from fix-deployment into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1774
2024-07-17 12:31:48 +00:00
Jörg Thalheim
0d6e2539e3
Revert "clan-cli: deprecate nix_shell() in favor of run_cmd()"
...
This reverts commit 37e6ca7a30 .
2024-07-17 14:04:49 +02:00
clan-bot
55fc9dd00d
Merge pull request 'clan-app: Improve install-desktop.sh and add new desktop icons' ( #1773 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-17 11:27:59 +00:00
clan-bot
47833067e5
Merge pull request 'Init: classgenerator' ( #1772 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-17 11:24:50 +00:00
Qubasa
8f74a2d1de
clan-app: Improve install-desktop.sh and add new desktop icons
2024-07-17 13:24:44 +02:00
Johannes Kirschbauer
3706b6b80c
Fix: api
2024-07-17 13:21:43 +02:00
Johannes Kirschbauer
9c61182bc9
Init: classgenerator
2024-07-17 13:21:43 +02:00
clan-bot
f317495e80
Merge pull request 'Inventory: init: deployment info for machines' ( #1767 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-17 10:18:50 +00:00
Johannes Kirschbauer
69874a2405
Fix eval tests
2024-07-17 12:12:42 +02:00
Johannes Kirschbauer
076a5cad89
Unit tests: fix template test - override the input in the flake template
2024-07-17 12:06:23 +02:00
clan-bot
af04e513a0
Merge pull request 'vars: implement dependencies' ( #1771 ) from DavHau/clan-core:DavHau-vars into main
2024-07-17 09:45:41 +00:00
DavHau
117843021e
vars: implement dependencies
2024-07-17 16:42:16 +07:00
Johannes Kirschbauer
24b3674983
Inventory: fix dataclasses discrepancy once more
2024-07-17 11:39:18 +02:00
Johannes Kirschbauer
0bfba72739
Inventory: fix options
2024-07-17 10:55:46 +02:00
Johannes Kirschbauer
ef18d60286
Inventory: extend python dataclasses by schema changes
2024-07-17 10:09:58 +02:00
Johannes Kirschbauer
7e21428548
Inventory: extend model by deployment info
2024-07-17 10:09:58 +02:00
Johannes Kirschbauer
ac95878ead
Inventory: init: deployment info for machines
2024-07-17 10:07:57 +02:00
clan-bot
2947f64f3a
Merge pull request 'clan-app: Add automatic debug console in debug mode' ( #1770 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-16 19:04:40 +00:00
Qubasa
dfb1f18e2d
clan-app: Add automatic debug console in debug mode
2024-07-16 21:01:35 +02:00
clan-bot
7e97141687
Merge pull request 'clan-app: Add threaded api execution by default' ( #1769 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-16 18:48:06 +00:00
Qubasa
bfe952d910
clan-app: Add threaded api execution by default
2024-07-16 20:44:48 +02:00
clan-bot
fa4e083352
Merge pull request 'clan-app: WebExecutor now mirrors jsonschema api types generically' ( #1768 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-16 14:38:17 +00:00
Qubasa
ccece77680
clan-app: WebExecutor now mirrors jsonschema api types generically
2024-07-16 16:34:59 +02:00
clan-bot
be4f90eca1
Merge pull request 'cli: add programms to allowed list' ( #1765 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-16 11:52:56 +00:00
Johannes Kirschbauer
54dcbfae01
cli: add programms to allowed list
2024-07-16 13:49:16 +02:00
clan-bot
14bb11d702
Merge pull request 'vars: add test for multiple machines' ( #1763 ) from DavHau/clan-core:DavHau-vars into main
2024-07-16 11:38:31 +00:00
DavHau
d700f651b4
vars: add test for multiple machines
2024-07-16 18:35:13 +07:00
clan-bot
91c2ad8974
Merge pull request 'clan-app: Improve method_name argument' ( #1764 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-16 10:24:04 +00:00
Qubasa
c115e9b0db
clan-app: Improve method_name argument
2024-07-16 12:16:52 +02:00
clan-bot
8a092cfed4
Merge pull request 'API: async signal integration migration' ( #1762 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-16 09:37:25 +00:00
Johannes Kirschbauer
cc238ecc60
API: async signal integration migration
2024-07-16 11:28:20 +02:00
clan-bot
08cd44ea03
Merge pull request 'Inventory: add global imports' ( #1749 ) from inventory-config into main
2024-07-16 08:45:00 +00:00
Johannes Kirschbauer
a2c3c09564
Inventory: migrate failure test message
2024-07-16 10:33:24 +02:00
clan-bot
645bd98c3a
Merge pull request 'clan-cli: deprecate nix_shell() in favor of run_cmd()' ( #1760 ) from DavHau/clan-core:DavHau-vars into main
2024-07-16 07:06:34 +00:00
DavHau
37e6ca7a30
clan-cli: deprecate nix_shell() in favor of run_cmd()
2024-07-16 14:03:17 +07:00
clan-bot
c9de01b9d0
Merge pull request 'impure-checks: improve performance by disabling dynamic deps' ( #1736 ) from DavHau/clan-core:DavHau-vars into main
2024-07-16 05:46:07 +00:00
DavHau
0e335f7ecc
impure-checks: improve performance by disabling dynamic deps
2024-07-16 12:42:45 +07:00
clan-bot
495a7a4289
Merge pull request 'Webview: migrate create clan form to async api' ( #1757 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-15 18:44:32 +00:00
Jörg Thalheim
5c0b482431
wip: debug
2024-07-15 20:41:27 +02:00
Jörg Thalheim
7c83c89643
inventory: better error message if tags are not found
2024-07-15 20:41:27 +02:00
Jörg Thalheim
2eeab7f556
inventory: don't check if tag is used in inventory
...
this doesn't work with flake-parts
2024-07-15 20:41:27 +02:00
Jörg Thalheim
f8a7f0ecb1
vars: remove deprecated nixos options
2024-07-15 20:41:27 +02:00
Johannes Kirschbauer
7b18caca9b
Inventory: fix tests
2024-07-15 20:41:27 +02:00
Johannes Kirschbauer
9afed2295d
Inventory: add global imports
2024-07-15 20:41:27 +02:00
Johannes Kirschbauer
ce387482bb
Webview: flash view
2024-07-15 20:40:29 +02:00
Johannes Kirschbauer
e4b11a6dc1
Webview: migrate create clan form to async api
2024-07-15 20:40:29 +02:00
clan-bot
c80e2538c4
Merge pull request 'Webview: add solid-query for improved resource fetching & caching' ( #1755 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-15 17:53:54 +00:00
clan-bot
4afad03fe9
Merge pull request 'clan-app: Remove vm-manager from codebase' ( #1754 ) from Qubasa/clan-core:Qubasa-fix_clan_app into main
2024-07-15 17:52:14 +00:00
Qubasa
cd48b8df0c
clan-app: Fix mypy lints and add GenericFnRuntime
2024-07-15 19:48:20 +02:00
Johannes Kirschbauer
729e893820
Webview: add solid-query for improved resource fetching & caching
2024-07-15 19:41:01 +02:00
Qubasa
25fea331d0
clan-app: Add Webview to python async backend
2024-07-15 19:24:38 +02:00
Qubasa
bb9058f5ef
clan-app: Remove vm-manager from codebase
2024-07-15 19:24:38 +02:00
clan-bot
aa286e4e63
Merge pull request 'Inventory: only apply if settings.json exists' ( #1753 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-15 17:18:20 +00:00
Johannes Kirschbauer
914d50a1c5
Inventory: only apply if settings.json exists
2024-07-15 19:14:45 +02:00
clan-bot
a76221da33
Merge pull request 'flake-parts: expose inventory' ( #1752 ) from flake-parts into main
2024-07-15 15:21:15 +00:00
Jörg Thalheim
fabea318d9
flake-parts: expose inventory
2024-07-15 17:17:14 +02:00
Mic92
094631350d
Merge pull request 'flake-parts-template' ( #1751 ) from flake-parts-template into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1751
2024-07-15 15:02:36 +00:00
Jörg Thalheim
beded7c21f
add flake-parts template
2024-07-15 15:02:36 +00:00
clan-bot
3e3b9fbbb8
Merge pull request 'switch to nixfmt from nixpkgs-fmt' ( #1750 ) from Mic92-flake-parts-template into main
2024-07-15 14:52:42 +00:00
Jörg Thalheim
a54dc76af1
switch to nixfmt from nixpkgs-fmt
2024-07-15 16:47:54 +02:00
clan-bot
ec38945c6d
Merge pull request 'templates/new-clan: share disko configuration between machines' ( #1748 ) from flake-parts-template into main
2024-07-15 14:43:28 +00:00
Jörg Thalheim
44330ddcff
templates/new-clan: share disko configuration between machines
2024-07-15 16:39:23 +02:00
clan-bot
c0d0b01324
Merge pull request 'templates/new-clan: share disko configuration between machines' ( #1747 ) from flake-parts-template into main
2024-07-15 14:21:52 +00:00
Jörg Thalheim
e8119880f3
templates/new-clan: share disko configuration between machines
2024-07-15 16:17:05 +02:00
Mic92
8bafa7e43d
Merge pull request 'inventory-config' ( #1746 ) from inventory-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1746
2024-07-15 14:16:39 +00:00
Johannes Kirschbauer
5a4a7e6694
Inventory: fix roles config
2024-07-15 15:59:59 +02:00
Jörg Thalheim
7e3881d618
inventory: allow per role configuration
2024-07-15 13:43:43 +02:00
Jörg Thalheim
0aac83b8c5
webview: restrict what links can be browsed
2024-07-15 12:54:49 +02:00
Jörg Thalheim
0bb5000f2a
docs/clan-app: add missing npm install
2024-07-15 12:52:28 +02:00
clan-bot
82ec1f8d10
Merge pull request 'docs: fix flash example' ( #1745 ) from joerg-ci into main
2024-07-15 09:57:10 +00:00
Jörg Thalheim
d4b0f3bed4
docs: fix flash example
2024-07-15 11:53:25 +02:00
Luis Hebendanz
f863be3412
Merge pull request 'docs: move blog to end of navigation' ( #1744 ) from fricklerhandwerk/clan-core:move-blog-nav into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1744
2024-07-15 09:17:55 +00:00
Valentin Gagarin
11bb60fc80
docs: move blog to end of navigation
...
documentation users will be here primarily because of onboarding tutorials and
reference documentation.
2024-07-15 11:03:14 +02:00
clan-bot
a97960cb41
Merge pull request 'Automatic flake update - 2024-07-15T00:00+00:00' ( #1742 ) from flake-update-2024-07-15 into main
2024-07-15 00:07:45 +00:00
Clan Merge Bot
191f435539
update flake lock - 2024-07-15T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/64679cd7f318c9b6595902b47d4585b1d51d5f9e' (2024-07-04)
→ 'github:nix-community/disko/786965e1b1ed3fd2018d78399984f461e2a44689' (2024-07-11)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/f8650460d37d9d1820a93ebb7f0db5b6c3621946' (2024-07-04)
→ 'github:nix-community/nixos-images/5eddae0afbcfd4283af5d6676d08ad059ca04b70' (2024-07-11)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/60a94e515488e335bd5bce096431d490486915e3' (2024-07-07)
→ 'github:NixOS/nixpkgs/0af9d835c27984b3265145f8e3cbc6c153479196' (2024-07-14)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/c184aca4db5d71c3db0c8cbfcaaec337a5d065ea' (2024-07-07)
→ 'github:Mic92/sops-nix/0703ba03fd9c1665f8ab68cc3487302475164617' (2024-07-14)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/6fc8bded78715cdd43a3278a14ded226eb3a239e' (2024-07-08)
→ 'github:numtide/treefmt-nix/b92afa1501ac73f1d745526adc4f89b527595f14' (2024-07-14)
2024-07-15 00:00:23 +00:00
clan-bot
898fa5579c
Merge pull request 'Doc: write inventory documentation' ( #1741 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-14 14:46:12 +00:00
Johannes Kirschbauer
f2320e907f
Doc: write inventory documentation
2024-07-14 16:42:27 +02:00
clan-bot
a1c74c4a10
Merge pull request 'Json-schema: extend interface by header to allow schema spec and arbitrary extensions' ( #1740 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-14 13:06:08 +00:00
Johannes Kirschbauer
ad321976ff
Fix schema test
2024-07-14 15:02:32 +02:00
Johannes Kirschbauer
7bbe63a525
Fix schema test
2024-07-14 13:38:43 +02:00
Johannes Kirschbauer
6d1af2f6b3
Inventory: fix narrow pattern
2024-07-14 13:34:50 +02:00
Johannes Kirschbauer
425590ae12
Remove unneeded special args
2024-07-14 13:31:58 +02:00
Johannes Kirschbauer
e54101165f
Inventory: generate exact schema for validation & documentation
2024-07-14 13:30:02 +02:00
Johannes Kirschbauer
3034b9ef92
Json-schema: extend interface by header to allow schema spec and arbitrary extensions
2024-07-14 13:29:19 +02:00
clan-bot
b01d12dd26
Merge pull request 'clan-cli: Fix missing allowed-programs.json in package' ( #1739 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-14 11:12:27 +00:00
Qubasa
bdbf8a8da0
clan-cli: Fix missing allowed-programs.json in package
2024-07-14 13:07:24 +02:00
clan-bot
2a4a3f42cd
Merge pull request 'sshd: remove cve workaround again' ( #1738 ) from Mic92-debug-facts into main
2024-07-13 06:24:08 +00:00
Jörg Thalheim
01343788d7
sshd: remove cve workaround again
2024-07-13 08:19:09 +02:00
clan-bot
0bbab94841
Merge pull request 'Webview: add clanList edit' ( #1737 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-11 16:49:04 +00:00
Johannes Kirschbauer
ba8a9c7565
Webview: add clanList edit
2024-07-11 18:45:35 +02:00
clan-bot
3736f492d3
Merge pull request 'Clan create: migrate to inventory' ( #1732 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-11 15:09:24 +00:00
Johannes Kirschbauer
b324e1a4f4
Fix some type issues
2024-07-11 17:05:57 +02:00
Johannes Kirschbauer
af4e843131
Webview: add welcome workflow
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
ac413a4d13
Webview: Add async method handling
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
1e4a761c53
Clan create: add template url field
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
060f020d83
Webview: add feeback for clan create workflow
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
8077053100
Webview: improve error debug abilities
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
d2e94b8188
API: improve json serialization
2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
dfec6afd6b
Clan create: migrate to inventory
2024-07-11 16:39:06 +02:00
clan-bot
1a125cc9e7
Merge pull request 'vars: implement sops.defaultGroups' ( #1735 ) from DavHau/clan-core:DavHau-vars into main
2024-07-11 11:43:13 +00:00
DavHau
9988fb744c
vars: implement sops.defaultGroups
2024-07-11 18:39:29 +07:00
clan-bot
7055b352d4
Merge pull request 'clan-cli: improve runtime dependency management' ( #1733 ) from DavHau/clan-core:DavHau-vars into main
2024-07-11 08:38:27 +00:00
DavHau
75b969b1ad
clan-cli: improve runtime dependency management
...
Many dependencies of clan-cli are currently dynamically loaded via nix-shell on each execution.
This is nice, as it reduces the initial closure size of clan, but the overhead introduced by nix-shell piles up quickly, as some commands shell out many times during their lifetime. For example, when adding a secret git is called 10+ times.
This reduces the time of a test which adds a secret from around 50 seconds to 15 seconds.
- add run_cmd() as an alternative to nix_shell()
- introduce the concept of static dependencies which do not need to go through nix-shell
- static dependencies are defined at build time and included into the wrapper for clan-cli
- add package: clan-cli-full which statically ships all required dependencies
TODO: deprecate nix_shell() in favor of run_cmd()
2024-07-11 15:34:41 +07:00
clan-bot
5909d546fb
Merge pull request 'vars: implement secret generation' ( #1731 ) from DavHau/clan-core:DavHau-vars into main
2024-07-11 04:42:28 +00:00
DavHau
d21926db47
vars: implement secret generation
2024-07-11 11:37:17 +07:00
clan-bot
b066c3633a
Merge pull request 'clan-cli: simplify cli helper' ( #1726 ) from DavHau/clan-core:DavHau-dave into main
2024-07-10 11:18:48 +00:00
DavHau
e7908c2af5
clan-cli: simplify cli helper
2024-07-10 18:14:06 +07:00
clan-bot
8498b71f0f
Merge pull request 'UI: improve open clan from directory & list machines' ( #1728 ) from hsjobeki/clan-core:hsjobeki-feat/clan-init into main
2024-07-10 09:15:58 +00:00
Johannes Kirschbauer
4e9778f7d6
UI: improve open clan from directory & list machines
2024-07-10 11:08:03 +02:00
clan-bot
61765fb2d2
Merge pull request 'UI: init flash poc' ( #1727 ) from hsjobeki/clan-core:hsjobeki-feat/clan-init into main
2024-07-10 09:07:09 +00:00
Johannes Kirschbauer
10bae7dcb0
UI: init flash poc
2024-07-10 09:43:18 +02:00
clan-bot
0a98bd6cc7
Merge pull request 'clan-app: Add webview hot-reloading' ( #1724 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-09 14:00:10 +00:00
Qubasa
d917144819
fixup! clan-app: Add webview hot-reloading
2024-07-09 15:55:22 +02:00
Qubasa
444be70796
clan-app: Add webview hot-reloading
2024-07-09 15:39:33 +02:00
clan-bot
668b4a0a9c
Merge pull request 'lib.readFact: fix argument order' ( #1723 ) from Mic92-debug-facts into main
2024-07-09 13:28:22 +00:00
Jörg Thalheim
6a2e24e7ff
lib.readFact: fix argument order
2024-07-09 15:23:26 +02:00
clan-bot
b76d5ce46b
Merge pull request 'lib.facts: assume clanDir instead of machines prefix' ( #1722 ) from Mic92-main into main
2024-07-09 13:09:49 +00:00
Jörg Thalheim
872a5fdc80
lib.facts: assume clanDir instead of machines prefix
2024-07-09 15:05:00 +02:00
clan-bot
338ea1217c
Merge pull request 'lib.readFact: change order of arguments' ( #1721 ) from Mic92-main into main
2024-07-09 12:59:48 +00:00
Jörg Thalheim
a24c183ec5
lib.readFact: change order of arguments
2024-07-09 14:44:35 +02:00
Jörg Thalheim
6c91cff672
better project root hint
2024-07-09 13:49:42 +02:00
clan-bot
bb78eff301
Merge pull request 'lib/facts: rename machineDir -> clanDir' ( #1720 ) from Mic92-main into main
2024-07-09 11:05:46 +00:00
Jörg Thalheim
9c8d993342
rename machineDir -> clanDir
2024-07-09 13:00:34 +02:00
clan-bot
455db8f37d
Merge pull request 'Reapply "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"' ( #1712 ) from DavHau/clan-core:DavHau-dave into main
2024-07-09 09:52:52 +00:00
clan-bot
59e56ac949
Merge pull request 'improve error message for removed settings.json' ( #1719 ) from Mic92-main into main
2024-07-09 09:52:01 +00:00
Jörg Thalheim
00dbdaf071
improve error message for removed settings.json
2024-07-09 11:44:29 +02:00
Mic92
3e6c41593d
Merge branch 'main' into DavHau-dave
2024-07-09 09:33:11 +00:00
clan-bot
9fe0c07eb4
Merge pull request 'vars: init' ( #1718 ) from DavHau/clan-core:DavHau-vars into main
2024-07-09 07:31:31 +00:00
DavHau
3447a98bee
vars: implement generating public variables via in_repo
2024-07-09 14:26:56 +07:00
DavHau
26ff2beea9
clan-cli: add vars command
2024-07-09 12:42:29 +07:00
DavHau
9ff0045698
WIP: vars: copy python code from facts
2024-07-09 12:42:29 +07:00
clan-bot
d62f221309
Merge pull request 'Automatic flake update - 2024-07-08T00:00+00:00' ( #1715 ) from flake-update-2024-07-08 into main
2024-07-08 14:35:02 +00:00
Jörg Thalheim
e1b7805aef
fix new linter issues
2024-07-08 16:30:15 +02:00
Jörg Thalheim
83371fca47
quote .envrc
2024-07-08 16:25:16 +02:00
Jörg Thalheim
4f2f663b3b
reformat script-writers with nixfmt
2024-07-08 16:24:34 +02:00
Jörg Thalheim
f62c30f81d
fix shellcheck warnings
2024-07-08 16:24:34 +02:00
Jörg Thalheim
9e6d5124ad
add shellcheck hints to all envrc files
2024-07-08 16:24:34 +02:00
Jörg Thalheim
29616a8b5d
fix mkdocs-rss-plugin deps
2024-07-08 16:24:34 +02:00
Jörg Thalheim
b4a0f8484d
remove nixos-generators
2024-07-08 16:24:34 +02:00
Jörg Thalheim
d4917cd4ab
remove obsolete iso installer
...
This is now part of nixos-images
2024-07-08 16:24:34 +02:00
Jörg Thalheim
bd8515fa59
treefmt: upgrade nixfmt options
2024-07-08 16:24:34 +02:00
Jörg Thalheim
50a2b90d66
gnome.adwaita-icon-theme -> adwaita-icon-theme
2024-07-08 15:59:54 +02:00
Jörg Thalheim
487b7330ab
matrix-synapse: remove obsolete patches
2024-07-08 15:59:54 +02:00
Clan Merge Bot
a55bf3044d
update flake lock - 2024-07-08T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/e1174d991944a01eaaa04bc59c6281edca4c0e6e' (2024-06-20)
→ 'github:nix-community/disko/64679cd7f318c9b6595902b47d4585b1d51d5f9e' (2024-07-04)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8' (2024-06-01)
→ 'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03)
• Updated input 'nixos-generators':
'github:nix-community/nixos-generators/35c20ba421dfa5059e20e0ef2343c875372bdcf3' (2024-06-10)
→ 'github:nix-community/nixos-generators/168b220231a70e47cc1f0919048fa5914415fb18' (2024-07-04)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/c1e6a5f7b08f1c9993de1cfc5f15f838bf783b88' (2024-06-20)
→ 'github:nix-community/nixos-images/f8650460d37d9d1820a93ebb7f0db5b6c3621946' (2024-07-04)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/3664857c48feacb35770c00abfdc671e55849be5' (2024-06-27)
→ 'github:NixOS/nixpkgs/60a94e515488e335bd5bce096431d490486915e3' (2024-07-07)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/5e2e9421e9ed2b918be0a441c4535cfa45e04811' (2024-06-23)
→ 'github:Mic92/sops-nix/c184aca4db5d71c3db0c8cbfcaaec337a5d065ea' (2024-07-07)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/68eb1dc333ce82d0ab0c0357363ea17c31ea1f81' (2024-06-16)
→ 'github:numtide/treefmt-nix/e1d7bd5ec6fc389eb3a90e232c4150338bf6a508' (2024-07-07)
2024-07-08 15:59:54 +02:00
kenji
7ad5b63cb6
Merge pull request 'zerotier-static-peers: add external devices' ( #1698 ) from kenji/clan-core:zerotier-static/add-external into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1698
2024-07-08 07:40:09 +00:00
a-kenji
8e3a265ce9
zerotier-static-peers: add external devices
...
Allow the `zerotier-auto-accept` service to add external devices through
their respective `zerotierID`, or their `zerotierIP` in a stateless way.
This is useful to either add mobile phones, that can't be managed
through clan yet, or to add devices of other peoples clans, to connect
them together.
2024-07-08 07:40:09 +00:00
clan-bot
770a2c3e1e
Merge pull request 'API: extensions & tests' ( #1699 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-06 16:01:27 +00:00
Johannes Kirschbauer
04ef8d824e
Inventory spec: make system optional
2024-07-06 17:56:22 +02:00
Johannes Kirschbauer
2ebc0902c1
Test: fixup
2024-07-06 17:51:46 +02:00
Johannes Kirschbauer
a7b7cc888b
Test: ensure type inference runs on all dataclasses
2024-07-06 17:22:47 +02:00
Johannes Kirschbauer
cb13ddb464
API Types: treat '_*' as private fields and dont inspect them
2024-07-06 17:22:47 +02:00
Johannes Kirschbauer
d8ff8b042f
Doc: add conceptual documentation
2024-07-06 17:22:47 +02:00
Johannes Kirschbauer
9eb00df6b7
buildClan: autoimport configuration.nix & hardware-configuration.nix
2024-07-06 17:22:47 +02:00
DavHau
4cde2d96be
Reapply "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"
...
This reverts commit 9778444706 .
workaround upstream bug: https://github.com/NixOS/nixpkgs/issues/324802
2024-07-05 19:29:01 +07:00
Mic92
fb38516a86
Merge pull request 'Revert "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"' ( #1710 ) from revert-broken-migration into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1710
2024-07-05 09:48:24 +00:00
clan-bot
e5c692f0cf
Merge pull request 'clan-cli tests: remove dynamic inclusion of helpers module' ( #1711 ) from DavHau/clan-core:DavHau-dave into main
2024-07-05 09:43:19 +00:00
DavHau
0367fc1e90
clan-cli tests: remove dynamic inclusion of helpers module
...
Dynamically extending the python path at runtime is bad for developer experience, as this is not understood by the text editor and therefore jump to definition etc. does not work.
-> Better to remove the dynamic inclusion and force developers to specify the import correctly.
2024-07-05 16:38:22 +07:00
Jörg Thalheim
9778444706
Revert "clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}"
...
This reverts commit afbd4a984d .
The old configuration cannot be updated like this:
eve] error:
[eve] … while calling the 'head' builtin
[eve] at /nix/store/5b0hl2dnvr1sawqlkwmsnaiyqz00d34h-source/lib/attrsets.nix:1575:11:
[eve] 1574| || pred here (elemAt values 1) (head values) then
[eve] 1575| head values
[eve] | ^
[eve] 1576| else
[eve]
[eve] … while evaluating the attribute 'value'
[eve] at /nix/store/5b0hl2dnvr1sawqlkwmsnaiyqz00d34h-source/lib/modules.nix:809:9:
[eve] 808| in warnDeprecation opt //
[eve] 809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
[eve] | ^
[eve] 810| inherit (res.defsFinal') highestPrio;
[eve]
[eve] … while evaluating the option `system.build.toplevel':
[eve]
[eve] … while evaluating definitions from `/nix/store/5b0hl2dnvr1sawqlkwmsnaiyqz00d34h-source/nixos/modules/system/activation/top-level.nix':
[eve]
[eve] … while evaluating the option `assertions':
[eve]
[eve] … while evaluating definitions from `/nix/store/5b0hl2dnvr1sawqlkwmsnaiyqz00d34h-source/nixos/modules/system/boot/systemd.nix':
[eve]
[eve] … while evaluating the option `systemd.services':
[eve]
[eve] … while evaluating definitions from `/nix/store/kpzcdgndym0qm1w490mjvk9c2qmz03h5-source/nixosModules/clanCore/zerotier':
[eve]
[eve] … while evaluating the option `clan.core.networking.zerotier.networkId':
[eve]
[eve] (stack trace truncated; use '--show-trace' to show the full, detailed trace)
[eve]
[eve] error: A definition for option `clan.core.networking.zerotier.networkId' is not of type `null or string'. Definition values:
[eve] - In `/nix/store/kpzcdgndym0qm1w490mjvk9c2qmz03h5-source/nixosModules/clanCore/networking.nix':
[eve] {
[eve] _type = "override";
[eve] content = "267efd4a15b69623";
[eve] priorit
2024-07-05 11:16:05 +02:00
clan-bot
4c6c5b86ad
Merge pull request 'fixtures_flakes.py: remove dead code' ( #1709 ) from DavHau/clan-core:DavHau-dave into main
2024-07-05 09:00:41 +00:00
DavHau
f37379908c
fixtures_flakes.py: remove dead code
2024-07-05 15:55:52 +07:00
clan-bot
8a4b96c9c9
Merge pull request 'devShells: make all shells inherit from default shell' ( #1708 ) from DavHau/clan-core:DavHau-dave into main
2024-07-05 08:06:19 +00:00
DavHau
802f047341
devShells: make all shells inherit from default shell
...
Currently, important tools from the default shell are lost as soon as select-shell is used to switch to another shell. select-shell itself, for example is missing, which makes it impossible to switch back to another shell.
2024-07-05 15:01:25 +07:00
clan-bot
a89b301425
Merge pull request 'clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}' ( #1706 ) from DavHau/clan-core:DavHau-rename-clanCore into main
2024-07-04 10:09:17 +00:00
DavHau
afbd4a984d
clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}
2024-07-04 17:05:37 +07:00
clan-bot
737cf9412c
Merge pull request 'vars: add generator.runtimeInputs' ( #1705 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:45:32 +00:00
DavHau
32f3b3a309
vars: add generator.runtimeInputs
2024-07-04 13:42:25 +07:00
clan-bot
d9c8079eae
Merge pull request 'reference docs: add missing description fields and enforce it from now on' ( #1704 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:38:15 +00:00
DavHau
208021ee1c
reference docs: add missing description fields and enforce it from now on
2024-07-04 13:34:55 +07:00
clan-bot
0a4abd0e46
Merge pull request 'vars: import by default & fix option rendering' ( #1690 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:15:50 +00:00
DavHau
85a9d82132
vars: import by default & fix option rendering
2024-07-04 13:12:29 +07:00
clan-bot
61adaf0bdd
Merge pull request 'facts: mention prompt_value in docs for generator.scripts' ( #1703 ) from DavHau/clan-core:DavHau-facts-docs into main
2024-07-04 06:03:34 +00:00
DavHau
a31e70b2ec
facts: mention prompt_value in docs for generator.scripts
2024-07-04 12:59:49 +07:00
clan-bot
3eb445cd0e
Merge pull request 'move FlakeId to flake id' ( #1701 ) from refactor-machine into main
2024-07-03 16:37:44 +00:00
Jörg Thalheim
d9c5f16e05
add assertion if FlakeId has wrong value
2024-07-03 18:28:55 +02:00
Jörg Thalheim
c44a99e304
don't catch all exceptions when generating facts
2024-07-03 18:28:55 +02:00
Jörg Thalheim
5b606c035f
move FlakeId to flake id
...
move FlakeId to flake id
2024-07-03 18:28:55 +02:00
clan-bot
0c12157c61
Merge pull request 'matrix-bot: Add data directory to gitignore' ( #1702 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-03 15:37:33 +00:00
Qubasa
0ee79a5fab
matrix-bot: Move it to clan-infra
2024-07-03 17:33:42 +02:00
Qubasa
093da22577
matrix-bot: Add data directory to gitignore
2024-07-03 17:33:42 +02:00
clan-bot
fa41f94ae7
Merge pull request 'matrix-bot: Fix incorrect caching of already pinged maintainers' ( #1700 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-03 12:27:02 +00:00
Qubasa
c33b3b4807
matrix-bot: Fix incorrect caching of already pinged maintainers
2024-07-03 14:23:43 +02:00
clan-bot
044cf3923e
Merge pull request 'refactor-machine' ( #1691 ) from refactor-machine into main
2024-07-03 10:48:09 +00:00
clan-bot
7050dcc37f
Merge pull request 'clanModules: init packages' ( #1697 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-03 10:35:03 +00:00
Jörg Thalheim
b4698528ef
make machine class now a dataclass
2024-07-03 12:34:43 +02:00
Johannes Kirschbauer
dc583ece4f
clanModules: init packages
2024-07-03 12:31:53 +02:00
clan-bot
1dd4db0034
Merge pull request 'Init single disk' ( #1694 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-03 10:00:28 +00:00
Johannes Kirschbauer
fc31d1aae7
Fix frontmatter of module
2024-07-03 11:57:15 +02:00
Johannes Kirschbauer
186784d0fd
clanModules: init single disk
2024-07-03 11:05:00 +02:00
clan-bot
be4628d235
Merge pull request 'matrix-bot: Init git commit summarizer' ( #1693 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-02 17:54:05 +00:00
Qubasa
53c4195932
matrix-bot: Working timer
...
matrix-bot: Working timer 2
matrix-bot: nix fmt
2024-07-02 19:49:41 +02:00
Qubasa
f6e77f3c1b
matrix-bot: Working openai integration
2024-07-02 19:47:38 +02:00
Qubasa
7a888fbbae
matrix-bot: Working private room join and better message
2024-07-02 19:47:38 +02:00
Qubasa
c26b7e0a0a
matrix-bot: Init working sending and receiving
...
matrix-bot: Code cleanup
matrix-bot: Code cleanup#
matrix-bot: Code cleanup#
matrix-bot: Ping on review neede
Add .gitignore
Working user ping
2024-07-02 19:47:36 +02:00
Qubasa
ef9b733631
matrix-bot: Add argparse
...
add mautrix
2024-07-02 19:47:21 +02:00
Qubasa
881196188c
matrix-bot: Init git commit summarizer
2024-07-02 19:43:42 +02:00
clan-bot
a666a6b126
Merge pull request 'API: tests for module instance update' ( #1692 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-02 14:12:28 +00:00
Johannes Kirschbauer
d6493ed64d
API: tests for module instance update
2024-07-02 16:09:13 +02:00
kenji
129db95426
Merge pull request 'add: lib/facts.nix' ( #1681 ) from kenji/clan-core:feature/clanLib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1681
2024-07-02 11:34:26 +00:00
a-kenji
1a969d884e
lib: add fact loaders to clan lib
2024-07-02 11:34:26 +00:00
Ingolf Wagner
f228239834
add lib/facts.nix
2024-07-02 11:34:26 +00:00
kenji
6e15140583
Merge pull request 'zerotier-static/halalify-all' ( #1689 ) from kenji/clan-core:zerotier-static/halalify-all into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1689
2024-07-02 11:18:11 +00:00
a-kenji
975d4487bf
zerotier-static: halalify all packages
2024-07-02 13:14:26 +02:00
Jörg Thalheim
cc583dd79e
simplify clan uri further
2024-07-02 12:52:10 +02:00
clan-bot
6b70792cae
Merge pull request 'remove unused multi machine clan urls' ( #1687 ) from Mic92-main into main
2024-07-02 10:26:14 +00:00
kenji
5467f0256a
Merge pull request 'zerotier-peers: use halalified package' ( #1686 ) from kenji/clan-core:zerotier-static/halalify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1686
2024-07-02 10:24:07 +00:00
a-kenji
88cd52fd0f
zerotier-peers: use halalified package
2024-07-02 10:24:07 +00:00
Jörg Thalheim
e637394370
remove unused multi machine clan urls
2024-07-02 12:20:30 +02:00
clan-bot
c4bbdb2212
Merge pull request 'API: add performance constraints' ( #1685 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-02 10:18:54 +00:00
Johannes Kirschbauer
d93deacb4b
API: remove performance constraints
2024-07-02 12:15:37 +02:00
Johannes Kirschbauer
16c9aa99a9
API: add performance constraints
2024-07-02 12:07:45 +02:00
clan-bot
1448e593e9
Merge pull request 'machines/machines: drop unused qmp wrapper' ( #1683 ) from Mic92-main into main
2024-07-02 10:01:43 +00:00
Jörg Thalheim
815bb336be
remove unused MachineParams
2024-07-02 11:57:39 +02:00
clan-bot
4bdcc4dd5e
Merge pull request 'api: clan Modules add readme content' ( #1684 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-02 09:49:23 +00:00
Johannes Kirschbauer
5ab22d043d
api: clan Modules add readme content
2024-07-02 11:45:48 +02:00
Jörg Thalheim
47010f458c
machines/machines: drop unused qmp wrapper
2024-07-02 11:42:02 +02:00
clan-bot
58b9e5e66e
Merge pull request 'vars: add generators.<name>.finalScript' ( #1682 ) from DavHau/clan-core:DavHau-dave into main
2024-07-02 09:41:22 +00:00
DavHau
a7d1ea455b
vars: add generators.<name>.finalScript
2024-07-02 16:37:31 +07:00
clan-bot
f37d0c746d
Merge pull request 'API: migrate add machine to inventory' ( #1676 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-02 09:25:01 +00:00
Johannes Kirschbauer
1b7369cf0d
Fix test
2024-07-02 11:21:52 +02:00
Johannes Kirschbauer
f7c80834cb
Inventory persistence improves error resistance
2024-07-02 11:16:54 +02:00
Johannes Kirschbauer
9f484c1d39
API: migrate machines delete and list to inventory
2024-07-02 11:07:11 +02:00
kenji
b73b8fef77
Merge pull request 'clan: implement OSC8 hyperlinks for help output' ( #1680 ) from kenji/clan-core:clan/hyperlink into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1680
2024-07-02 08:55:01 +00:00
a-kenji
d9ba61c30a
clan: implement OSC8 hyperlinks for help output
...
The name of the terminal help output stays the same to keep
compatibility with legacy terminal implementations.
2024-07-02 08:55:01 +00:00
clan-bot
33ea53ee8f
Merge pull request 'drop duplicate empty template' ( #1678 ) from Mic92-main into main
2024-07-02 08:47:59 +00:00
clan-bot
7c3e7dab60
Merge pull request 'secrets: add settings, generator submodules, improve tests' ( #1679 ) from DavHau/clan-core:DavHau-dave into main
2024-07-02 08:42:12 +00:00
Jörg Thalheim
d27e474b66
drop duplicate empty template
2024-07-02 10:41:55 +02:00
DavHau
d3f31acc5c
secrets: add settings, generator submodules, improve tests
2024-07-02 15:38:46 +07:00
clan-bot
1172acdc04
Merge pull request 'Davhau Dave' ( #1677 ) from DavHau/clan-core:DavHau-dave into main
2024-07-02 06:58:28 +00:00
DavHau
3a0f591c8c
vars: simplify eval tests by using submodule directly
2024-07-02 13:55:00 +07:00
Johannes Kirschbauer
df934334a2
API: migrate add machine to inventory
2024-07-01 21:55:42 +02:00
clan-bot
d8380ebb98
Merge pull request 'Inventory: add system and sample machine' ( #1675 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-01 19:42:14 +00:00
Johannes Kirschbauer
41f46848b9
Inventory: add missing settings to build the test machine
2024-07-01 21:38:50 +02:00
Johannes Kirschbauer
c678608105
Inventory: add system and sample machine
2024-07-01 21:25:02 +02:00
clan-bot
e7ba8dbe15
Merge pull request 'sshd: workaround for CVE-2024-6387' ( #1674 ) from openssh-cve-workaround into main
2024-07-01 12:04:54 +00:00
Jörg Thalheim
cfc09ca270
sshd: workaround for CVE-2024-6387
2024-07-01 14:01:40 +02:00
clan-bot
0f95bfd279
Merge pull request 'fix secret generation on macos' ( #1669 ) from fix-macos-deploy into main
2024-06-30 06:25:39 +00:00
clan-bot
b5a04debf5
Merge pull request 'Various cleanups' ( #1670 ) from Mic92-main into main
2024-06-30 06:24:51 +00:00
Jörg Thalheim
498f2c02be
formatter/vale: exclude lib
...
Fixes ci
2024-06-30 08:19:55 +02:00
Jörg Thalheim
92669a0d59
nixos-generators: drop nixlib copy
2024-06-30 08:13:24 +02:00
Jörg Thalheim
0ead3b477f
buildClan: improve deprecation error message of clanName
...
Printing the clanName in my case was actually more confusing then
helpful. Also mention what function needs to be updated.
2024-06-30 08:08:22 +02:00
Luis Hebendanz
05380828c6
Merge pull request 'add Vale for prose linting' ( #1370 ) from fricklerhandwerk/clan-core:add-vale into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1370
2024-06-29 09:08:49 +00:00
Valentin Gagarin
fca586ff21
fix spelling in README
2024-06-29 09:08:49 +00:00
Valentin Gagarin
d40563ea9f
add Vale for prose linting
2024-06-29 09:08:49 +00:00
Jörg Thalheim
2e2358d850
introduce minifakeroot that also works on macos
2024-06-27 18:53:10 +02:00
Jörg Thalheim
bae0a888c9
make bubblewrap in fact generation optional
2024-06-27 18:23:05 +02:00
clan-bot
8f0e537d34
Merge pull request 'vars: init' ( #1668 ) from DavHau/clan-core:DavHau-dave into main
2024-06-27 14:13:38 +00:00
DavHau
5668bc561d
vars: init
...
- init eval tests
- init basic interface
2024-06-27 21:09:55 +07:00
clan-bot
d4f2f7944c
Merge pull request 'update nixpkgs for new nix-unit' ( #1667 ) from DavHau/clan-core:DavHau-dave into main
2024-06-27 12:13:34 +00:00
DavHau
60076ef492
update nixpkgs for new nix-unit
2024-06-27 19:09:58 +07:00
clan-bot
bc0e727bd7
Merge pull request 'api: add endpoint machine_schema' ( #1666 ) from DavHau/clan-core:DavHau-dave into main
2024-06-27 10:02:11 +00:00
DavHau
ea87166e44
api: add endpoint machine_schema
2024-06-27 16:58:37 +07:00
clan-bot
27b0d18f0d
Merge pull request 'Add toml frontmatter description to jsonschema' ( #1664 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-26 15:22:48 +00:00
Johannes Kirschbauer
1628fdeaee
Inventory: add eval tests
2024-06-26 17:19:19 +02:00
Johannes Kirschbauer
2535fdcb12
Inventory: restructure folders
2024-06-26 15:19:40 +02:00
Johannes Kirschbauer
3777a4cf02
Add toml frontmatter description to jsonschema
2024-06-26 15:10:36 +02:00
clan-bot
cecd6011d6
Merge pull request 'flake.lock: update nixpkgs' ( #1663 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-26 09:49:40 +00:00
Johannes Kirschbauer
3e001a2809
flake.lock: update nixpkgs
2024-06-26 11:45:40 +02:00
kenji
1a8abaa2ac
Merge pull request 'clan: state add information about the backup command hooks to the help' ( #1661 ) from kenji/clan-core:clan/improve-description into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1661
2024-06-26 08:46:02 +00:00
a-kenji
fa37d528b3
clan: state add information about the backup command hooks to the help
2024-06-26 08:46:02 +00:00
clan-bot
09f7cd7e12
Merge pull request 'ClanModules: Add docs and api to retrieve metadata' ( #1662 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-25 19:43:22 +00:00
Johannes Kirschbauer
66d67b18d7
remove module description from json schema
2024-06-25 21:40:04 +02:00
Johannes Kirschbauer
fe21d2edb9
API: add clanModules list and details test
2024-06-25 21:31:44 +02:00
Johannes Kirschbauer
74dd48320e
ClanModules: Add docs and api to retrieve metadata
2024-06-25 21:17:42 +02:00
Johannes Kirschbauer
9b0e2a87e8
ClanModules: Add docs and api to retrieve metadata
2024-06-25 21:17:01 +02:00
clan-bot
4022c13b31
Merge pull request 'Docs: rename clanName to just name' ( #1660 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-25 12:25:27 +00:00
hsjobeki
25db02368a
Merge pull request 'Inventory: init first implementation' ( #1638 ) from hsjobeki/clan-core:wip/inventory into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1638
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
db951f1d9e
buildClan: bugfixing
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
d03422d004
test: increase timeout
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
4fb15d8733
Add machinesDirs with default
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
c0293b889c
Add machinesDirs with default
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
26c655ff3c
Add settings.json back
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
712ed3f738
Docs: add inventory module docs
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
e6c78054c4
Template: make inventory disabled by default
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
7f674e6f63
Remove useless settings.json
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
3aa7a6ee69
Inventory: move to lib.inventory
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
6378a96b4d
Template: use inventory
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
b74590f381
Inventory: simplify build-clan interface
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
2f8b782a1f
Inventory: init module merge & validation logic for inventory
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
c89080deb4
Extend build-clan interface
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
e44b07df66
inventory: rename clan.services
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
afca7ae0cc
update inventory implementation
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
3a9c56deb2
readme improvements
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
5f72778ade
schema improvements
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
d934b67c72
Inventory: implement borgbackup
2024-06-25 12:23:29 +00:00
Johannes Kirschbauer
241cca5b70
Docs: rename clanName to just name
2024-06-25 14:21:53 +02:00
clan-bot
39ec23bd31
Merge pull request 'clan-cli: Better env jailing in temporary_home' ( #1659 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-25 10:06:55 +00:00
Qubasa
62839b6fa0
clan-cli: Better env jailing in temporary_home
2024-06-25 12:03:44 +02:00
kenji
5ae8ccbbdd
Merge pull request 'clan: state list improve formatting' ( #1658 ) from kenji/clan-core:clan/state-list-improve into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1658
2024-06-25 09:56:29 +00:00
a-kenji
af2ffb7e5e
clan: state list improve formatting
2024-06-25 11:50:19 +02:00
kenji
d1f2679c45
Merge pull request 'cli: add command to list state' ( #1657 ) from kenji/clan-core:cli/state-list into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1657
2024-06-25 09:34:31 +00:00
a-kenji
3bcaeda737
cli: add command to list state
...
Add a subcommand to list configured state for a specific machine.
Example:
```
$ clan state list [MACHINE]
```
2024-06-25 09:34:31 +00:00
kenji
4983c6d302
Merge pull request 'blog: fix typos in backup blog' ( #1656 ) from kenji/clan-core:blog-backups-fix-typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1656
2024-06-25 09:02:52 +00:00
a-kenji
63e6aaf1fe
blog: fix typos in backup blog
2024-06-25 09:02:52 +00:00
kenji
b2332e796e
Merge pull request 'clan: ssh fix typos' ( #1655 ) from kenji/clan-core:fix-typo into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1655
2024-06-25 08:50:36 +00:00
a-kenji
cd8ec83881
clan: ssh fix typos
2024-06-25 10:32:05 +02:00
clan-bot
7ef86e99dc
Merge pull request 'clan-cli: Acutally test SecretStore for age and password-store.' ( #1654 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-24 19:45:06 +00:00
Qubasa
70ca824e88
clan-cli: Acutally test SecretStore for age and password-store.
2024-06-24 21:41:16 +02:00
clan-bot
690a1fe64c
Merge pull request 'clan-cli: Fix user-password without user-prompt. Remove newlines from user-password and root-password. Improve test_generate_secret' ( #1653 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-24 18:11:26 +00:00
Qubasa
38c0233496
clan-cli: Fix user-password without user-prompt. Remove newlines from user-password and root-password. Improve test_generate_secret
2024-06-24 20:08:02 +02:00
clan-bot
ff1863f37e
Merge pull request 'clan-cli: Add validity check for ssh' ( #1652 ) from Qubasa/clan-core:Qubasa-test_secrets into main
2024-06-24 17:26:34 +00:00
Qubasa
eac869dde5
Fix run_vm test
...
nix fmt
2024-06-24 19:23:16 +02:00
Qubasa
88f97bd2b6
Fixed Contributing.md guide
2024-06-24 19:22:24 +02:00
Qubasa
fdd7ac7bbf
Add repro-hook to .gitignore
2024-06-24 19:22:24 +02:00
Qubasa
8038a9b488
clan-cli: Add validity check for ssh
...
stash
2024-06-24 19:22:19 +02:00
clan-bot
37311f8145
Merge pull request 'Inventory: add concrete use-case examples' ( #1650 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-24 14:03:46 +00:00
Johannes Kirschbauer
d7dc66da03
Json-schema tests: add schema specifier to test
2024-06-24 16:00:46 +02:00
Johannes Kirschbauer
51154c1d54
schema improvements: add additionalProperties: false to ensure closed types
2024-06-24 15:55:48 +02:00
Johannes Kirschbauer
13c3169b41
lib: eval clan module as lib function
2024-06-24 15:47:25 +02:00
clan-bot
fd62efc745
Merge pull request 'dev report: backup' ( #1651 ) from matrix into main
2024-06-24 13:08:51 +00:00
Jörg Thalheim
5575c5d214
first draft of the backup article
2024-06-24 15:05:37 +02:00
Johannes Kirschbauer
294c5548b9
Inventory: add concrete use-case examples
2024-06-24 14:35:41 +02:00
clan-bot
fd9ad38900
Merge pull request 'Automatic flake update - 2024-06-24T00:00+00:00' ( #1648 ) from flake-update-2024-06-24 into main
2024-06-24 00:06:47 +00:00
Clan Merge Bot
21e9945c97
update flake lock - 2024-06-24T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/1bbdb06f14e2621290b250e631cf3d8948e4d19b' (2024-06-09)
→ 'github:nix-community/disko/e1174d991944a01eaaa04bc59c6281edca4c0e6e' (2024-06-20)
• Updated input 'nixos-generators':
'github:nix-community/nixos-generators/d14b286322c7f4f897ca4b1726ce38cb68596c94' (2024-05-20)
→ 'github:nix-community/nixos-generators/35c20ba421dfa5059e20e0ef2343c875372bdcf3' (2024-06-10)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/72771bd35f4e19e32d6f652528483b5e07fc317b' (2024-06-07)
→ 'github:nix-community/nixos-images/c1e6a5f7b08f1c9993de1cfc5f15f838bf783b88' (2024-06-20)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7d916e720af6b2ca355e4d0cfb8e4f742c172239' (2024-06-09)
→ 'github:NixOS/nixpkgs/084f8df2f3ff80cdec6f515931036f63c5d2f36c' (2024-06-23)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/f0922ad001829b400f0160ba85b47d252fa3d925' (2024-06-09)
→ 'github:Mic92/sops-nix/5e2e9421e9ed2b918be0a441c4535cfa45e04811' (2024-06-23)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/4fc1c45a5f50169f9f29f6a98a438fb910b834ed' (2024-06-08)
→ 'github:numtide/treefmt-nix/68eb1dc333ce82d0ab0c0357363ea17c31ea1f81' (2024-06-16)
2024-06-24 00:00:22 +00:00
clan-bot
f4283982b3
Merge pull request 'fix fake-etc build on machines without sandbox' ( #1645 ) from fix-macos-deploy into main
2024-06-21 15:05:45 +00:00
Jörg Thalheim
6086f27263
fix fake-etc build on machines without sandbox
...
If we have no sandbox enabled or on macos with sandbox enabled, /etc
contains a lot more files than we actually want.
Instead of copying some random files, we now just create those files
ourself.
2024-06-21 17:01:40 +02:00
clan-bot
0dfa1d969f
Merge pull request 'clan-cli: Add validity check for age key generation' ( #1642 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-21 13:18:34 +00:00
Qubasa
1ff58adcef
clan-cli: Add validity check for age key generation
2024-06-21 15:07:53 +02:00
clan-bot
641ec7e097
Merge pull request 'clan-cli: Disable stack trace on KeyboardInterrupt' ( #1641 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-21 11:14:47 +00:00
Qubasa
8ee33950e6
clan-cli: Disable stack trace on KeyboardInterrupt
2024-06-21 13:11:33 +02:00
clan-bot
b3123b150f
Merge pull request 'clan.core.state: wrap all commands in shell scripts' ( #1639 ) from refactor-state into main
2024-06-20 16:20:31 +00:00
Jörg Thalheim
20b952b4cd
fix dropping non-existing database
2024-06-19 18:00:51 +02:00
Jörg Thalheim
aa5ccfb8bd
clanCore -> clan.core
2024-06-19 17:55:59 +02:00
Jörg Thalheim
ef9ed1ebea
clan.core.state: wrap all commands in shell scripts
...
Otherwise we cannot execute them via ssh and also have nix store
dependencies.
2024-06-19 17:54:46 +02:00
Jörg Thalheim
117aed49e3
postgresql: don't prepend postgresql- for states
2024-06-19 17:38:31 +02:00
clan-bot
9bbf7f668a
Merge pull request 'Inventory: add concrete use-case examples' ( #1636 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-19 11:08:04 +00:00
Johannes Kirschbauer
afdfa6181b
Inventory: add concrete use-case examples
2024-06-19 13:04:10 +02:00
clan-bot
6c11e0ced7
Merge pull request 'UI: display block devices' ( #1635 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-19 09:39:41 +00:00
Johannes Kirschbauer
399ce2e35c
UI: display block devices
2024-06-19 11:36:19 +02:00
clan-bot
e575c2e769
Merge pull request 'UI: display known network hosts' ( #1633 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-19 09:11:01 +00:00
Johannes Kirschbauer
56b2347a30
UI: display known network hosts
2024-06-19 11:07:45 +02:00
clan-bot
70954acf3d
Merge pull request 'Inventory: init draft ideas' ( #1632 ) from hsjobeki/clan-core:hsjobeki-inventory into main
2024-06-19 07:50:12 +00:00
Johannes Kirschbauer
13aa60529f
Inventory: init draft ideas
2024-06-19 09:47:13 +02:00
Johannes Kirschbauer
7474f01193
Inventory: init draft ideas
2024-06-19 09:40:23 +02:00
clan-bot
bd9883baaf
Merge pull request 'refactor: rename clanCore -> clan.core' ( #1629 ) from DavHau/clan-core:DavHau-rename-clanCore into main
2024-06-18 11:35:57 +00:00
DavHau
313db5643f
refactor: rename clanCore -> clan.core
2024-06-18 18:32:40 +07:00
clan-bot
93a6d7a476
Merge pull request 'update matrix address' ( #1631 ) from new-matrix-address into main
2024-06-17 13:32:07 +00:00
Jörg Thalheim
d221d90972
update matrix address
2024-06-17 15:26:23 +02:00
clan-bot
30fd5dcfb8
Merge pull request 'matrix-synapse: restart service on restore' ( #1630 ) from clan-name into main
2024-06-17 12:30:03 +00:00
Jörg Thalheim
c79680344d
fix restore if database does not exists
2024-06-17 14:21:45 +02:00
Jörg Thalheim
ad544a7d24
matrix-synapse: restart service on restore
2024-06-17 14:21:45 +02:00
clan-bot
1cd606b879
Merge pull request 'fix: remove IFD in nix flake show' ( #1628 ) from DavHau/clan-core:DavHau-dave into main
2024-06-17 08:09:39 +00:00
DavHau
39f74c0f52
fix: remove IFD in nix flake show
2024-06-17 15:06:25 +07:00
clan-bot
8feea28a19
Merge pull request 'API: init methods: hw_generate, dns discovery' ( #1626 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-16 14:32:42 +00:00
Johannes Kirschbauer
b73246bdfd
API: init methods: hw_generate, dns discovery
2024-06-16 16:29:18 +02:00
clan-bot
36a418b6ac
Merge pull request 'Docs: update machine hardware config instructions' ( #1625 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-15 20:30:50 +00:00
Johannes Kirschbauer
43e8804eb4
Docs: update machine hardware config instructions
2024-06-15 22:27:46 +02:00
clan-bot
8790e5a0eb
Merge pull request 'CLI: init hw-generate command' ( #1624 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-15 19:35:56 +00:00
Johannes Kirschbauer
5e39514251
CLI: init hw-generate command
2024-06-15 21:31:23 +02:00
clan-bot
b28950f310
Merge pull request 'API: init op_key, improve seralisation & signature typing' ( #1622 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-15 09:38:29 +00:00
Johannes Kirschbauer
3ebee252aa
Webview: init machine details
2024-06-15 11:35:15 +02:00
Johannes Kirschbauer
720fb4af63
Webview: minor improvements
2024-06-15 11:34:54 +02:00
Johannes Kirschbauer
af19950dfa
Webview: init global state for current clan path
2024-06-15 11:34:20 +02:00
Johannes Kirschbauer
149be249fa
Webview: init api event registry
2024-06-15 11:33:53 +02:00
Johannes Kirschbauer
0cf86806b2
API: mock echo op_key
2024-06-15 11:32:42 +02:00
Johannes Kirschbauer
cb847cab82
API: init op_key, improve seralisation & signature typing
2024-06-15 11:32:09 +02:00
clan-bot
a89fd31844
Merge pull request 'matrix-synapse: user creation fixes' ( #1620 ) from matrix into main
2024-06-14 09:36:41 +00:00
Jörg Thalheim
870948306d
postgres: handle restores without associated systemd service
2024-06-14 11:29:59 +02:00
Jörg Thalheim
ec49d1f844
container-driver: source nixos environment variables in test commands
2024-06-14 11:27:06 +02:00
Jörg Thalheim
e3d84a5daf
matrix-synapse: use upstream patch to create users declarativly
2024-06-14 11:27:06 +02:00
Jörg Thalheim
79b5ad0754
matrix-synapse: use registration_shared_secret_path instead
2024-06-14 11:18:09 +02:00
Jörg Thalheim
24b0d72d96
matrix-synapse: fix user check
2024-06-14 11:18:09 +02:00
Jörg Thalheim
084cd8751f
postgresql: move postRestoreCommand to a dedicated command
...
We need to call this command from the cli
2024-06-14 11:18:09 +02:00
kenji
3d77e0a3a9
Merge pull request 'fix: outside of direnv clan-li warns show-config deprecated' ( #1619 ) from samrose/clan-core:sam/show-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1619
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-06-14 08:10:29 +00:00
samrose
06bbae6d14
fix: trying run_no_stdout with original show-config
2024-06-13 18:44:50 -04:00
samrose
5f22493361
fix: formatting cli command correctly
2024-06-13 12:59:26 -04:00
samrose
56a4caf39b
fix: outside of direnv clan-li warns this is going to be deprecated
2024-06-13 12:44:48 -04:00
clan-bot
83056f743d
Merge pull request 'API: init icon resolve' ( #1616 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-12 11:24:45 +00:00
Johannes Kirschbauer
6743ff96a9
API: init icon resolve
2024-06-12 13:21:39 +02:00
clan-bot
1f3c4f4ac3
Merge pull request 'vm.nix: fix typo in comment' ( #1611 ) from DavHau/clan-core:DavHau-dave into main
2024-06-11 21:49:18 +00:00
DavHau
7766829fb1
vm.nix: fix typo in comment
2024-06-11 14:44:08 -07:00
clan-bot
175b219246
Merge pull request 'API: improve type & class construction' ( #1610 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-11 17:23:42 +00:00
Johannes Kirschbauer
48aee84547
Webview: add form handling for create clan
2024-06-11 19:20:40 +02:00
Johannes Kirschbauer
d587b326b5
API: improve type & class construction
2024-06-11 19:20:40 +02:00
clan-bot
ac099d9e6f
Merge pull request 'Webview/API: init open clan workflow' ( #1609 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-11 14:31:51 +00:00
Johannes Kirschbauer
913ab4627c
Webview: init 'open clan' workflow
2024-06-11 16:28:02 +02:00
clan-bot
be868ee107
Merge pull request 'matrix-synapse: add missing xkcdpass to password generator' ( #1608 ) from matrix into main
2024-06-11 13:44:08 +00:00
Jörg Thalheim
36b1bb65af
matrix-synapse: add missing xkcdpass to password generator
2024-06-11 15:40:58 +02:00
Mic92
4a752bb951
Merge pull request 'matrix-synapse: drop drop security.wrappers' ( #1607 ) from nixos-images-input into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1607
2024-06-11 13:32:58 +00:00
Jörg Thalheim
3dabb4e89a
matrix-synapse: drop drop security.wrappers
...
This was debug code and not meant for production.
2024-06-11 13:32:58 +00:00
clan-bot
e2474f4e66
Merge pull request 'matrix-synapse: don't require to set default users' ( #1606 ) from Mic92-nixos-images-input into main
2024-06-11 13:18:37 +00:00
clan-bot
f4ee0b0387
Merge pull request 'drop nixos-stable' ( #1605 ) from nixos-images-input into main
2024-06-11 13:13:48 +00:00
Jörg Thalheim
5df1f9f9d2
matrix-synapse: don't require to set default users
2024-06-11 15:12:41 +02:00
Jörg Thalheim
3368255473
drop nixos-stable
2024-06-11 15:03:57 +02:00
clan-bot
1cbb2d6aa4
Merge pull request 'matrix-synapse: add automatic user creation' ( #1603 ) from synapse into main
2024-06-11 11:22:32 +00:00
Jörg Thalheim
bc0e0088a0
matrix-synapse: add automatic user creation
2024-06-11 13:19:18 +02:00
clan-bot
a6a9f763db
Merge pull request 'api: refactor create flake into create clan' ( #1602 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-11 10:15:44 +00:00
Johannes Kirschbauer
8dcb009e5b
api: refactor create flake into create clan
2024-06-11 12:11:29 +02:00
kenji
9f0f44b470
Merge pull request 'borbackup: set IdentitiesOnly=Yes' ( #1601 ) from kenji/clan-core:identities into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1601
2024-06-10 14:09:14 +00:00
a-kenji
67aa84760d
borbackup: set IdentitiesOnly=Yes
...
Since `borgbackup` is run as root user it might try other ssh keys.
2024-06-10 14:09:14 +00:00
clan-bot
b05c937151
Merge pull request 'backups: extend tests to also check state.preBackupCommand' ( #1600 ) from synapse into main
2024-06-10 14:01:53 +00:00
Jörg Thalheim
3322bbd681
backups: extend tests to also check state.preBackupCommand
2024-06-10 15:57:41 +02:00
clan-bot
a1acf0b05d
Merge pull request 'Expand backup and restore capabilities w.r.t. postgresql.' ( #1582 ) from synapse into main
2024-06-10 13:24:08 +00:00
Jörg Thalheim
66bdc61e3d
borgbackup: move preBackupScript to a different systemd context
2024-06-10 15:17:46 +02:00
clan-bot
dd2bd2f989
Merge pull request 'test: extend minimal flake test with verification' ( #1599 ) from DavHau/clan-core:DavHau-dave into main
2024-06-10 05:24:17 +00:00
DavHau
6f18a5de92
test: extend minimal flake test with verification
2024-06-09 22:19:38 -07:00
clan-bot
1d542d4396
Merge pull request 'tests: add test for creating machine on minimal clan' ( #1596 ) from DavHau/clan-core:DavHau-dave into main
2024-06-10 04:58:02 +00:00
DavHau
07fb01d9db
tests: add test for creating machine on minimal clan
2024-06-09 21:54:04 -07:00
clan-bot
8a5d4a0f8f
Merge pull request 'Automatic flake update - 2024-06-10T00:00+00:00' ( #1598 ) from flake-update-2024-06-10 into main
2024-06-10 00:05:18 +00:00
Clan Merge Bot
48069f99cd
update flake lock - 2024-06-10T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/0274af4c92531ebfba4a5bd493251a143bc51f3c' (2024-05-31)
→ 'github:nix-community/disko/1bbdb06f14e2621290b250e631cf3d8948e4d19b' (2024-06-09)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/47bfb55316e105390dd761e0b6e8e0be09462b67' (2024-05-30)
→ 'github:nix-community/nixos-images/72771bd35f4e19e32d6f652528483b5e07fc317b' (2024-06-07)
• Removed input 'nixos-images/nixos-2311'
• Added input 'nixos-images/nixos-stable':
'github:NixOS/nixpkgs/0b8e7a1ae5a94da2e1ee3f3030a32020f6254105' (2024-06-05)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/6634a0509e9e81e980b129435fbbec518ab246d0' (2024-06-02)
→ 'github:NixOS/nixpkgs/7d916e720af6b2ca355e4d0cfb8e4f742c172239' (2024-06-09)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/ab2a43b0d21d1d37d4d5726a892f714eaeb4b075' (2024-06-02)
→ 'github:Mic92/sops-nix/f0922ad001829b400f0160ba85b47d252fa3d925' (2024-06-09)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/3eb96ca1ae9edf792a8e0963cc92fddfa5a87706' (2024-06-01)
→ 'github:numtide/treefmt-nix/4fc1c45a5f50169f9f29f6a98a438fb910b834ed' (2024-06-08)
2024-06-10 00:00:22 +00:00
kenji
1eaf6cec39
Merge pull request 'gui-installer: fix maintainer name' ( #1597 ) from kenji/clan-core:fix-name into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1597
2024-06-09 12:49:14 +00:00
a-kenji
f0c9de9e50
gui-installer: fix maintainer name
2024-06-09 14:28:54 +02:00
clan-bot
ef42bcc525
Merge pull request 'templates: add minimal clan flake template for (G)UI' ( #1595 ) from DavHau/clan-core:DavHau-dave into main
2024-06-09 00:05:02 +00:00
DavHau
e7995ad344
templates: add minimal clan flake template for (G)UI
2024-06-08 17:00:18 -07:00
clan-bot
6e3c2506c9
Merge pull request 'Clan-cli/show: more detailed description' ( #1594 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 16:28:36 +00:00
Johannes Kirschbauer
5473e2733c
Clan-cli/show: more detailed description
2024-06-08 18:24:54 +02:00
clan-bot
006a7044f1
Merge pull request 'Webview: add solid-toast feeback system' ( #1593 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 16:17:59 +00:00
Johannes Kirschbauer
c647197b8c
Webview: add solid-toast feeback system
2024-06-08 18:14:15 +02:00
clan-bot
62735ebfe2
Merge pull request 'API: add show clan to retrieve the buildClan meta' ( #1592 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 16:11:43 +00:00
Johannes Kirschbauer
8ff00fd8fe
API: include show into docs
2024-06-08 18:07:41 +02:00
Johannes Kirschbauer
bd586575b3
API: add show clan to retrieve the buildClan meta
2024-06-08 17:53:17 +02:00
clan-bot
f14f7368d7
Merge pull request 'API: add abstract open_file method, implement open_file' ( #1591 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 15:09:35 +00:00
Johannes Kirschbauer
6adcd1fdf2
API: add abstract open_file method, implement open_file
2024-06-08 17:04:56 +02:00
clan-bot
6e99beb335
Merge pull request 'UI: add open clan button' ( #1590 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 13:28:18 +00:00
Johannes Kirschbauer
6689d45a4f
UI: add open clan button
2024-06-08 15:24:18 +02:00
clan-bot
6d82a5851b
Merge pull request 'api: list files' ( #1589 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-08 13:05:52 +00:00
Johannes Kirschbauer
337ba1f8f6
api: list files
2024-06-08 15:01:53 +02:00
kenji
bf7b148592
Merge pull request 'clan: fix backup provider completions' ( #1587 ) from kenji/clan-core:clan-complete-providers into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1587
2024-06-07 19:16:13 +00:00
a-kenji
a7f724a804
clan: fix backup provider completions
2024-06-07 19:16:13 +00:00
clan-bot
7c06b65def
Merge pull request 'gui-installer: calculate bugfix version from lastModifiedDate' ( #1588 ) from DavHau/clan-core:DavHau-dave into main
2024-06-07 18:39:28 +00:00
DavHau
7286c7250c
gui-installer: calculate bugfix version from lastModifiedDate
2024-06-07 11:35:25 -07:00
kenji
4e841d3087
Merge pull request 'clan: remove very obvious comments' ( #1586 ) from kenji/clan-core:clan/package/clean into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1586
2024-06-07 13:20:23 +00:00
a-kenji
2ce704dd40
clan: remove very obvious comments
...
Remove some very obvious comments as to not lose meaning of the
comments.
We want comments that convey non-obvious behavior so they will be
actually read.
2024-06-07 14:45:53 +02:00
kenji
6279610691
Merge pull request 'syncthing: automatically add zt network ip to devices' ( #1585 ) from kenji/clan-core:syncthing/add-ip into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1585
2024-06-07 12:33:09 +00:00
a-kenji
297d53dac8
syncthing: automatically add zt network ip to devices
2024-06-07 14:25:21 +02:00
kenji
6f1300f819
Merge pull request 'clan: install shell completions for zsh' ( #1584 ) from kenji/clan-core:enable-zsh-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1584
2024-06-07 07:57:40 +00:00
a-kenji
02a015a1b6
clan: install shell completions for zsh
2024-06-06 23:20:54 +02:00
Jörg Thalheim
5c11a30b46
backup: add a way to stop services before restoring a state.
2024-06-06 17:30:35 +02:00
Jörg Thalheim
0dc3b9f056
postgresql: add backup and restore
2024-06-06 14:28:50 +02:00
Jörg Thalheim
c0d8aaf73a
postgresql: add new method to create users and databases
2024-06-06 14:07:56 +02:00
Jörg Thalheim
2a0019457d
matrix-synapse: create with utf-8 encoding
2024-06-06 14:07:56 +02:00
Jörg Thalheim
6dec2a9222
add postgresql backup hooks
2024-06-06 13:27:30 +02:00
Jörg Thalheim
f71295e640
fix running cli without arguments
2024-06-06 13:27:30 +02:00
Jörg Thalheim
c1aedc5bb8
matrix-enable: drop enable option
2024-06-06 13:27:30 +02:00
Jörg Thalheim
d6a9f6d3f9
change clan url to gitea archive url
2024-06-06 11:11:48 +02:00
Jörg Thalheim
ba6840d978
matrix-synapse: create database with right collation also when postgresql already exists #1108
2024-06-06 11:11:48 +02:00
kenji
86b08258dd
Merge pull request 'syncthing-remove-newline' ( #1581 ) from kenji/clan-core:syncthing-remove-newline into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1581
2024-06-06 08:34:08 +00:00
a-kenji
9ccff4ab2e
syncthing: remove trailing newline
2024-06-06 08:34:08 +00:00
kenji
cf310be1c8
Merge pull request 'syncthing: update facts to new system' ( #1580 ) from kenji/clan-core:syncthing/update into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1580
2024-06-06 08:21:31 +00:00
a-kenji
d8e80bb0c8
syncthing: update facts to new system
2024-06-06 08:21:31 +00:00
kenji
9206182e15
Merge pull request 'modules/syncthing-static-peers: init' ( #1579 ) from kenji/clan-core:init/static-syncthing into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1579
2024-06-06 08:01:09 +00:00
a-kenji
d25eaa48d0
modules/syncthing-static-peers: init
2024-06-06 09:55:57 +02:00
kenji
5a2c91959a
Merge pull request 'borbackup-static: impl' ( #1577 ) from kenji/clan-core:modules/init/borbackup-static-impl into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1577
2024-06-05 21:17:24 +00:00
a-kenji
193d54153d
borbackup-static: impl
...
Implements sane defaults implementing borgbackup
Fixes : #1551
2024-06-05 21:17:24 +00:00
kenji
510634bc04
Merge pull request 'zerotier-static-peers: filter out non existing Ip' ( #1576 ) from kenji/clan-core:fix/static-zerotier into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1576
2024-06-05 17:52:59 +00:00
a-kenji
954f1fe605
zerotier-static-peers: filter out non existing Ip
2024-06-05 19:46:55 +02:00
kenji
764b53275f
Merge pull request 'static-hosts: filter out non existing Ip's' ( #1574 ) from kenji/clan-core:static-hosts-fix into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1574
2024-06-05 15:32:57 +00:00
a-kenji
44fc1be270
static-hosts: filter out non existing Ip's
2024-06-05 17:28:35 +02:00
clan-bot
5ef170020d
Merge pull request 'clan-cli: Fix passwordstore clan facts generate requiring CTRL+D for every secret' ( #1573 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-05 12:37:02 +00:00
Qubasa
5f7099fc89
clan-cli: Fix passwordstore clan facts generate requiring CTRL+D for every secret
2024-06-05 14:31:45 +02:00
clan-bot
fe08fef015
Merge pull request 'clan-cli: temporary_home, set XDG_RUNTIME_DIR' ( #1571 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-05 11:39:14 +00:00
kenji
edb744f654
Merge pull request 'clan: improve machine completions' ( #1572 ) from kenji/clan-core:clan/dynamic-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1572
2024-06-05 11:38:50 +00:00
Qubasa
5ff5b46896
clan-cli: temporary_home, set XDG_RUNTIME_DIR
2024-06-05 13:34:17 +02:00
a-kenji
49e67ac46c
clan: improve machine completions
...
In recent nix versions the `nix flake show` command busts the eval
cache, which made the function that used to be faster, slower.
On benchmarks the completion was around 180-200ms.
2024-06-05 13:32:23 +02:00
clan-bot
5024973896
Merge pull request 'Hsjobeki Main' ( #1570 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-05 10:14:53 +00:00
Johannes Kirschbauer
7dce6ad6c4
clan-app: switch default view to webui
2024-06-05 12:10:26 +02:00
clan-bot
779229a907
Merge pull request 'clan-app: rename clan-vm-manager' ( #1569 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-05 09:41:05 +00:00
kenji
af23ed027a
Merge pull request 'clan: fix backup description' ( #1567 ) from kenji/clan-core:clan/fix/backup-description into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1567
2024-06-05 09:40:01 +00:00
Johannes Kirschbauer
06412865bb
clan-app: rename clan-vm-manager
2024-06-05 11:36:02 +02:00
a-kenji
fab311b53a
clan: fix backup description
2024-06-05 11:35:04 +02:00
clan-bot
bc602dbf3c
Merge pull request 'clan-app: Rename clan-vm-manager to clan-app.' ( #1566 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-05 09:31:22 +00:00
Johannes Kirschbauer
0fb207bb59
clan-app: rename clan-vm-manager
2024-06-05 11:24:59 +02:00
kenji
c751bc78d8
Merge pull request 'clan: add dynamic completions to clan backups' ( #1565 ) from kenji/clan-core:clan/backups/dynamic-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1565
2024-06-05 09:23:02 +00:00
a-kenji
c9038ad0b3
clan: add dynamic completions to clan backups providers
2024-06-05 09:23:02 +00:00
a-kenji
b4699cd8a3
clan: add dynamic completion function for backup providers
2024-06-05 09:23:02 +00:00
clan-bot
d0a87d8e3c
Merge pull request 'web-ui: init type API checks' ( #1564 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-05 09:11:44 +00:00
Johannes Kirschbauer
78dbabf901
web-ui: init type API checks
2024-06-05 11:07:55 +02:00
clan-bot
ad771ae6a0
Merge pull request 'web-ui: remove type test method' ( #1563 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-06-05 07:58:08 +00:00
Johannes Kirschbauer
92bc2962b8
web-ui: remove type test method
2024-06-05 09:54:17 +02:00
clan-bot
836754d7ad
Merge pull request 'hsjobeki-main' ( #1562 ) from hsjobeki-main into main
2024-06-05 07:52:38 +00:00
Johannes Kirschbauer
6576290160
clan-api: wrap all api responses with error/success envelop type
2024-06-05 09:46:48 +02:00
Johannes Kirschbauer
db88e63148
clan-cli: create flake refactor to create clan
2024-06-05 09:45:47 +02:00
Johannes Kirschbauer
f2d2102127
clan-cli: refactor CmdOut to serializable dataclass
2024-06-05 09:44:44 +02:00
Johannes Kirschbauer
b9bf453731
clan-api: add support for generic types & annotated types
2024-06-05 09:43:45 +02:00
clan-bot
fb98247a8d
Merge pull request 'demo.sh: fix tags' ( #1561 ) from DavHau/clan-core:DavHau-dave into main
2024-06-04 22:27:39 +00:00
DavHau
4bd927cbcf
demo.sh: fix tags
2024-06-04 15:23:39 -07:00
kenji
3725d5703e
Merge pull request 'documentation(backups): make exampe more robust' ( #1560 ) from kenji/clan-core:improve/backup-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1560
2024-06-04 15:17:29 +00:00
a-kenji
bf0cc19c8f
documentation(backups): make exampe more robust
2024-06-04 17:09:26 +02:00
kenji
8af137545f
Merge pull request 'borgbackup: fixes error when specifying multiple backup directories' ( #1559 ) from kenji/clan-core:improve/backup-docs into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1559
2024-06-04 14:54:39 +00:00
a-kenji
3d71ebcc5f
borgbackup: try to fix
2024-06-04 16:27:53 +02:00
kenji
c6fcb833b3
Merge pull request 'clan/improve/dynamic-completions-config' ( #1558 ) from kenji/clan-core:clan/improve/dynamic-completions-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1558
2024-06-04 13:57:18 +00:00
a-kenji
c926f23c09
clan: add dynamic completions to clan vms inspect
2024-06-04 15:50:50 +02:00
a-kenji
21ac1f7204
clan: add dynamic completions to clan vms run
2024-06-04 15:48:12 +02:00
a-kenji
05ff7bd261
clan: add dynamic completions to clan config
2024-06-04 15:44:39 +02:00
kenji
b2109351ff
Merge pull request 'clan/improve/dynamic-completions' ( #1557 ) from kenji/clan-core:clan/improve/dynamic-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1557
2024-06-04 13:28:09 +00:00
a-kenji
0bd13727de
clan: add dynamic-completions to clan secrets set
2024-06-04 15:21:00 +02:00
a-kenji
e1d6d04b48
clan: add dynamic completions to clan secrets machines
2024-06-04 15:02:35 +02:00
a-kenji
9dbbb6f2f6
clan: add dynamic completions for clan secrets import-sops
2024-06-04 13:40:24 +02:00
kenji
836170e5b6
Merge pull request 'clan: add dynamic completions to clan secrets {users,groups} and add completion functions' ( #1556 ) from kenji/clan-core:add/completion/to-groups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1556
2024-06-04 11:35:42 +00:00
a-kenji
d4fabff7f4
clan: add dynamic completions for secret groups
2024-06-04 13:30:38 +02:00
a-kenji
b21bef0b98
clan: add dynamic completions for clan secrets users
2024-06-04 13:30:38 +02:00
a-kenji
533ed97fc1
clan: add dynamic completion for clan secret groups
2024-06-04 13:30:38 +02:00
a-kenji
e7e5a1ded8
clan: add completion function for clan users
2024-06-04 13:30:11 +02:00
a-kenji
4e95030e55
clan: clan secrets groups add machine completions
2024-06-04 13:30:11 +02:00
kenji
b331a8c730
Merge pull request 'clan: fix help message' ( #1553 ) from kenji/clan-core:add/completion/groups into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1553
2024-06-04 10:28:34 +00:00
a-kenji
2923051a12
clan: fix help message
2024-06-04 10:28:34 +00:00
kenji
fe96137c56
Merge pull request 'clan: add more machine completion functions to secrets' ( #1552 ) from kenji/clan-core:add/completion/secret-subcommands into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1552
2024-06-04 09:30:02 +00:00
a-kenji
addc4de735
clan: add more machine completion functions to secrets
2024-06-04 11:07:24 +02:00
clan-bot
2460ba9b67
Merge pull request 'demo.sh: fix tag' ( #1550 ) from DavHau/clan-core:DavHau-dave into main
2024-06-04 05:00:07 +00:00
DavHau
62be27ec62
demo.sh: fix tag
2024-06-03 21:55:09 -07:00
clan-bot
8515d41fe3
Merge pull request 'distro-packages: add test for deb installation' ( #1549 ) from DavHau/clan-core:DavHau-dave into main
2024-06-04 04:17:21 +00:00
DavHau
d4d69d6990
distro-packages: add test for deb installation
2024-06-04 06:09:58 +02:00
kenji
0027c46313
Merge pull request 'zerotier-static-peers: use correct exclusion source' ( #1548 ) from kenji/clan-core:modules/fix/static into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1548
2024-06-03 21:24:29 +00:00
a-kenji
ca2001040b
zerotier-static-peers: use correct exclusion source
2024-06-03 22:53:44 +02:00
kenji
d6725100ac
Merge pull request 'zerotier-static-peers: add guard condition' ( #1547 ) from kenji/clan-core:modules/add/zerotier-guard into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1547
2024-06-03 20:47:03 +00:00
a-kenji
503ce29c84
zerotier-static-peers: add guard condition
2024-06-03 22:42:04 +02:00
kenji
87444cd2b8
Merge pull request 'clan: add dyncamic completions for secrets' ( #1546 ) from kenji/clan-core:kenji-clan/secrets-dynamic/add-completion into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1546
2024-06-03 19:55:12 +00:00
a-kenji
31eca9e8bc
clan: add dyncamic completions for secrets
2024-06-03 21:47:14 +02:00
kenji
822afe08b5
Merge pull request 'clan: add dynamic machine completions to clan secrets subcommands' ( #1545 ) from clan/secrets/add-completions into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1545
2024-06-03 15:42:37 +00:00
a-kenji
cfb78b0edb
clan: add dynamic machine completions to clan secrets subcommands
2024-06-03 17:32:33 +02:00
kenji
65fd7d3efe
Merge pull request 'clan: add dynamic completion to clan machines show' ( #1544 ) from kenji-clan/machine-show/add-commpletion into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1544
2024-06-03 15:15:45 +00:00
a-kenji
e8241fb7c9
clan: add dynamic completion to clan machines show
2024-06-03 17:06:03 +02:00
kenji
259d51bdc8
Merge pull request 'clan.static-hosts: excludeHosts should be empty if topLevelDomain is defined.' ( #1538 ) from mrvandalo/clan-core:feature/static-hosts-exclude-nothing-when-tld-is-given into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1538
Reviewed-by: kenji <aks.kenji@protonmail.com >
2024-06-03 10:44:41 +00:00
Ingolf Wagner
f6fb52afbf
clan.static-hosts: excludeHosts should be empty if topLevelDomain is defined.
2024-06-03 10:44:41 +00:00
clan-bot
8089b87bbb
Merge pull request 'Revert "clan-cli: cmd.py uses pseudo terminal now. Remove tty.py. Refactor password_store.py to use cmd.py."' ( #1543 ) from lassulus/clan-core:lassulus-HEAD into main
2024-06-03 10:30:50 +00:00
lassulus
578162425d
Revert "clan-cli: cmd.py uses pseudo terminal now. Remove tty.py. Refactor password_store.py to use cmd.py."
...
This reverts commit ba86b49952 .
2024-06-03 12:25:20 +02:00
clan-bot
dbad63f155
Merge pull request 'clan_cli secrets_upload: fix permissions' ( #1542 ) from lassulus/clan-core:lassulus-HEAD into main
2024-06-03 08:58:49 +00:00
lassulus
da8a733899
clan_cli secrets_upload: fix permissions
2024-06-03 10:52:18 +02:00
clan-bot
8f58f1998d
Merge pull request 'Automatic flake update - 2024-06-03T00:00+00:00' ( #1540 ) from flake-update-2024-06-03 into main
2024-06-03 00:05:17 +00:00
Clan Merge Bot
c43fe5187f
update flake lock - 2024-06-03T00:00+00:00
...
Flake lock file updates:
• Updated input 'disko':
'github:nix-community/disko/10986091e47fb1180620b78438512b294b7e8f67' (2024-05-27)
→ 'github:nix-community/disko/0274af4c92531ebfba4a5bd493251a143bc51f3c' (2024-05-31)
• Updated input 'flake-parts':
'github:hercules-ci/flake-parts/8dc45382d5206bd292f9c2768b8058a8fd8311d9' (2024-05-16)
→ 'github:hercules-ci/flake-parts/2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8' (2024-06-01)
• Updated input 'nixos-images':
'github:nix-community/nixos-images/2478833ef8cc6de3d9e331f53b6f3682e425f207' (2024-05-27)
→ 'github:nix-community/nixos-images/47bfb55316e105390dd761e0b6e8e0be09462b67' (2024-05-30)
• Updated input 'nixos-images/nixos-2311':
'github:NixOS/nixpkgs/0c007b36981bdbd69ccf0c7df30a174e63660667' (2024-05-26)
→ 'github:NixOS/nixpkgs/64e468fd2652105710d86cd2ae3e65a5a6d58dec' (2024-05-29)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/4ae13643e7f2cd4bc6555fce074865d9d14e7c24' (2024-05-28)
→ 'github:NixOS/nixpkgs/6634a0509e9e81e980b129435fbbec518ab246d0' (2024-06-02)
• Updated input 'sops-nix':
'github:Mic92/sops-nix/962797a8d7f15ed7033031731d0bb77244839960' (2024-05-26)
→ 'github:Mic92/sops-nix/ab2a43b0d21d1d37d4d5726a892f714eaeb4b075' (2024-06-02)
• Updated input 'treefmt-nix':
'github:numtide/treefmt-nix/2fba33a182602b9d49f0b2440513e5ee091d838b' (2024-05-17)
→ 'github:numtide/treefmt-nix/3eb96ca1ae9edf792a8e0963cc92fddfa5a87706' (2024-06-01)
2024-06-03 00:00:22 +00:00
clan-bot
0993fe45f6
Merge pull request 'clan-cli: cmd.py uses pseudo terminal now. Remove tty.py. Refactor password_store.py to use cmd.py' ( #1536 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-02 14:56:41 +00:00
Qubasa
ba86b49952
clan-cli: cmd.py uses pseudo terminal now. Remove tty.py. Refactor password_store.py to use cmd.py.
2024-06-02 16:52:31 +02:00
clan-bot
0b34c340fc
Merge pull request 'clan-cli: Refactor machines/update.py to cmd.run' ( #1535 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-02 08:04:18 +00:00
Qubasa
d513f66170
clan-cli: Refactor machines/update.py to cmd.run
2024-06-02 10:00:23 +02:00
clan-bot
320fb776ea
Merge pull request 'clan-cli: Add input arg to cmd.run. Replace subprocess.run in password_store' ( #1533 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-02 07:57:18 +00:00
Qubasa
1a39957dbb
clan-cli: Refactor subprocess.run to cmd.run. tea-create-pr: Fix missing fail-on-change for treefmt
2024-06-02 09:53:24 +02:00
clan-bot
b5abe4025a
Merge pull request 'docs: Add meta tags for link preview and fix js loading issue.' ( #1531 ) from Qubasa/clan-core:Qubasa-main into main
2024-06-01 20:23:30 +00:00
Qubasa
55f4dcc460
docs: Add meta tags for link preview and fix js loading issue.
2024-06-01 22:19:37 +02:00
hsjobeki
ef4a83f739
Merge pull request 'clan-core: add clan meta for ui usage' ( #1529 ) from hsjobeki-main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1529
2024-05-31 16:26:46 +00:00
Johannes Kirschbauer
133f2b705f
clan-core: add template to impure tests
2024-05-31 16:26:46 +00:00
Johannes Kirschbauer
83fe58e003
clan-core: add clan meta for ui usage
2024-05-31 16:26:46 +00:00
clan-bot
481f926b17
Merge pull request 'split list machines into show machine command' ( #1521 ) from machines-show into main
2024-05-31 15:00:03 +00:00
Jörg Thalheim
788eae432a
split list machines into show machine command
2024-05-31 16:56:09 +02:00
clan-bot
b7936c4ed2
Merge pull request 'upgrade nix in development to latest' ( #1528 ) from nix-latest into main
2024-05-31 14:41:21 +00:00
Jörg Thalheim
750c8df003
upgrade nix in development to latest
...
Better error messages!!
2024-05-31 16:37:07 +02:00
clan-bot
276c39aba4
Merge pull request 'Contributing.md: Fix incorrect formating.' ( #1527 ) from Qubasa/clan-core:Qubasa-main into main
2024-05-31 14:02:18 +00:00
Qubasa
90e25eeb76
Contributing.md: Fix incorrect formating.
2024-05-31 15:58:29 +02:00
clan-bot
56676701ae
Merge pull request 'clan: add dynamic completions for fact generation services' ( #1525 ) from a-kenji-clan/complete-services into main
2024-05-31 13:25:15 +00:00
a-kenji
bcccf301f0
clan: add dynamic completions for fact generation services
2024-05-31 15:21:07 +02:00
clan-bot
e343ba5635
Merge pull request 'Contributing.md: Explain merge-after-ci for externals.' ( #1524 ) from Qubasa/clan-core:Qubasa-main into main
2024-05-31 12:02:02 +00:00
Qubasa
66fe5ec4fd
Contributing.md: Explain merge-after-ci for externals.
2024-05-31 13:58:13 +02:00
clan-bot
f2a884ec30
Merge pull request 'clan: add completion timeout as static' ( #1523 ) from a-kenji-clan/completions into main
2024-05-31 11:10:52 +00:00
a-kenji
d31aa7cf88
clan: add completion timeout as static
2024-05-31 13:06:46 +02:00
clan-bot
9f19a8e605
Merge pull request 'clan: add dynamic completions' ( #1522 ) from a-kenji-clan/cli/init-dynamic-completions into main
2024-05-31 11:00:50 +00:00
a-kenji
23ef39a2d9
clan: add dynamic completions
...
Add dynamic completion scaffolding to the clan `cli`.
Also add a dynamic completion mechanism for machines for commands that
have machines as their sole argument.
More intricate dynamic completions will be implemented in follow up
PR's.
2024-05-31 12:55:41 +02:00
clan-bot
dda82c49b0
Merge pull request 'tea-create-pr: Add automatic rebase and autostash' ( #1518 ) from Qubasa/clan-core:Qubasa-main into main
2024-05-30 22:03:38 +00:00
Qubasa
c91c90a2a6
tea-create-pr: Add automatic rebase and autostash
2024-05-30 23:59:27 +02:00
clan-bot
5794cdf8fa
Merge pull request 'docs: Fix installer wrong indentation' ( #1516 ) from Qubasa/clan-core:Qubasa-main into main
2024-05-30 21:44:41 +00:00
Qubasa
01a4748d6b
tea-create-pr: Fix non working assignees label
2024-05-30 23:37:53 +02:00
Qubasa
a8762522c8
tea-create-pr: Better username detection
2024-05-30 23:29:59 +02:00
Qubasa
adef52a938
docs: Fix installer wrong indentation
2024-05-30 22:41:30 +02:00
clan-bot
c8fbf87fc8
Merge pull request 'Change clan favicon to one without text' ( #1506 ) from Qubasa/clan-core:Qubasa-main into main
2024-05-30 20:30:02 +00:00
Qubasa
f63e3618c2
tea-create-pr: Require fork and upstream branch
2024-05-30 22:25:25 +02:00
Qubasa
b18d7bfeac
Change clan favicon to one without text
2024-05-30 21:59:48 +02:00
clan-bot
076b98ff00
Merge pull request 'Webview: css font and icon import transformation' ( #1501 ) from hsjobeki-main into main
2024-05-30 16:28:14 +00:00
Johannes Kirschbauer
6999685bba
Webview: css font and icon import transformation
2024-05-30 18:23:49 +02:00
kenji
f1c02bbd46
Merge pull request 'Add top level domain option for zerotier machines.' ( #1499 ) from mrvandalo/clan-core:feature/static-host-tld into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1499
2024-05-29 18:40:15 +00:00
Ingolf Wagner
2caa837537
Add top level domain option for zerotier machines.
2024-05-29 18:40:15 +00:00
clan-bot
e1ddbf226a
Merge pull request 'install.sh: improvements' ( #1500 ) from DavHau-install-dev into main
2024-05-29 18:03:50 +00:00
DavHau
7cb8c114c2
install.sh: improvements
...
- use either curl or wget
- add to PATH /nix/var/nix/profiles/default/bin
2024-05-29 18:51:34 +02:00
clan-bot
5945630870
Merge pull request 'gui-installer: depend on git + ignore flake config' ( #1498 ) from DavHau-dave into main
2024-05-29 15:48:54 +00:00
DavHau
ccadac4bb3
gui-installer: depend on git + ignore flake config
2024-05-29 17:42:44 +02:00
clan-bot
15b77f6b8a
Merge pull request 'Webview: bootstrap layout' ( #1497 ) from hsjobeki-main into main
2024-05-29 14:45:45 +00:00
Johannes Kirschbauer
9bf76037aa
Webview: bootstrap layout
2024-05-29 16:40:54 +02:00
Mic92
d0d973b797
Merge pull request 'make config command read-only' ( #1319 ) from config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1319
2024-05-29 11:25:27 +00:00
Jörg Thalheim
c1e2bc9ea9
make config command read-only
2024-05-29 13:17:55 +02:00
clan-bot
0eef21e2ef
Merge pull request 'Update flakes' ( #1492 ) from pass-nix-options into main
2024-05-29 10:58:19 +00:00
Jörg Thalheim
461aa579c2
fmt more stuff
2024-05-29 12:51:43 +02:00
Jörg Thalheim
da442c47f6
drop non-compiling wayland-proxy-virtwl
2024-05-29 12:51:18 +02:00
Jörg Thalheim
491d37ea67
update flake
2024-05-29 12:51:04 +02:00
clan-bot
7e087d18ee
Merge pull request 'fix offline build of flash command' ( #1491 ) from pass-nix-options into main
2024-05-29 10:49:15 +00:00
Jörg Thalheim
5c75a6490b
fix offline build of flash command
2024-05-29 12:45:50 +02:00
Jörg Thalheim
750b6aec59
flash: make configuration more explicit
...
Injecting nixos configuration and potentially overriding settings a user
made and can cause surprises.
In most cases, users want to just make these option part of their NixOS
configuration and by having the rest in the command line
we make it more explicit what other configuration is being applied.
2024-05-29 12:45:50 +02:00
clan-bot
d138e29a53
Merge pull request 'Consistently pass nix options to underlying tools' ( #1488 ) from pass-nix-options into main
2024-05-29 08:25:53 +00:00
clan-bot
a7febba9c8
Merge pull request 'clan: clarify default backend' ( #1490 ) from a-kenji-cli/facts-clarify into main
2024-05-29 08:23:06 +00:00
Jörg Thalheim
f0f97baa65
drop global argparse flags
...
They get shadowed by subargparser options.
2024-05-29 10:21:35 +02:00
a-kenji
c2dc94507e
clan: clarify default backend
2024-05-29 10:17:22 +02:00
clan-bot
7c0aaab463
Merge pull request 'clan: add epilog to facts subcommands' ( #1489 ) from a-kenji-cli/expand-examples into main
2024-05-29 08:15:46 +00:00
Jörg Thalheim
5dcac604d1
backup cli: make sure we have a flake
2024-05-29 10:14:14 +02:00
Jörg Thalheim
96746b7c98
flash: add write-efi-boot-entries flag
2024-05-29 10:14:14 +02:00
Jörg Thalheim
2ae50b7398
allow to override nix options in update/install/flash commands
2024-05-29 10:14:14 +02:00
a-kenji
3c905c5072
clan: add epilog to facts subcommands
2024-05-29 10:10:23 +02:00
Jörg Thalheim
5b926f57cc
cli: also register common flags in subcommands
...
When a user runs --help on a subcommand they don't see some options such
as --options or --flake. To fix this we now register all common flags
also in subcommands.
2024-05-29 09:29:49 +02:00
clan-bot
b9788a5dba
Merge pull request 'clan/docs.py: remove epilog from the reference overview' ( #1487 ) from a-kenji-cli/docs/reference-overview into main
2024-05-28 18:05:07 +00:00
a-kenji
7078f09872
clan/docs.py: remove epilog from the reference overview
2024-05-28 20:01:48 +02:00
Mic92
1aa7808c02
Merge pull request 'Update Contributing guide to external developers' ( #1484 ) from Qubasa/clan-core:main into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1484
2024-05-28 16:12:11 +00:00
Qubasa
ba8a51101d
Update Contributing guide to external developers
2024-05-28 18:06:31 +02:00
clan-bot
de69c970aa
Merge pull request 'packaging: package clan gui for many distros' ( #1485 ) from DavHau-dave into main
2024-05-28 15:54:08 +00:00
DavHau
fe5fa6a85d
packaging: package clan gui for many distros
2024-05-28 17:50:32 +02:00
clan-bot
de74febf64
Merge pull request 'packaging: package clan gui for many distros' ( #1483 ) from DavHau-dave into main
2024-05-28 15:37:18 +00:00
DavHau
3b6483e819
packaging: package clan gui for many distros
2024-05-28 17:33:55 +02:00
clan-bot
dcd6ad0983
Merge pull request 'Docs: fix relative links to git.clan.lol' ( #1482 ) from hsjobeki-main into main
2024-05-28 15:18:45 +00:00
Johannes Kirschbauer
567d979243
Docs: fix relative links to git.clan.lol
2024-05-28 17:14:16 +02:00
clan-bot
c81a8681b0
Merge pull request 'clan/docs.py: add epilog to reference docs' ( #1481 ) from a-kenji-docs/epilog into main
2024-05-28 15:13:57 +00:00
a-kenji
31cde90819
clan/docs.py: add epilog to reference docs
...
Fixes #1469
2024-05-28 17:08:46 +02:00
clan-bot
a77bf5bf21
Merge pull request 'Docs: use offline fonts' ( #1480 ) from hsjobeki-main into main
2024-05-28 15:05:22 +00:00
Johannes Kirschbauer
4befa80eb8
Docs: use offline fonts
2024-05-28 16:58:59 +02:00
clan-bot
52584662a8
Merge pull request 'Fix typos' ( #1477 ) from a-kenji-fix/typos into main
2024-05-28 13:02:19 +00:00
a-kenji
de147f63e9
Fix typos
2024-05-28 14:58:38 +02:00
clan-bot
96c33dec7a
Merge pull request 'consistent rename cLAN -> Clan' ( #1475 ) from rename into main
2024-05-28 11:38:57 +00:00
Jörg Thalheim
3c0b5f0867
drop deprecated mdDoc
2024-05-28 13:35:11 +02:00
clan-bot
c252f11c1f
Merge pull request 'docs/secrets: improve chapter assigning access' ( #1474 ) from DavHau-dave into main
2024-05-28 11:11:46 +00:00
DavHau
f1f040397d
docs/secrets: improve chapter assigning access
...
Since we already walk the user through creating a secret in an earlier step, it makes more sense explain first how to add machines/users to an existing secret instead of creating a new one
2024-05-28 13:08:19 +02:00
clan-bot
418e9937cb
Merge pull request 'clan: add descriptions for reference documentation' ( #1473 ) from a-kenji-cli/doc into main
2024-05-28 09:40:50 +00:00
a-kenji
c34664429c
clan: add descriptions for reference documentation
2024-05-28 11:37:32 +02:00
clan-bot
6fe5928297
Merge pull request 'clan: add run_no_stdout function suppressing stdout' ( #1472 ) from a-kenji-run_no_stdout into main
2024-05-28 09:17:14 +00:00
a-kenji
eee99730d1
clan: add run_no_stdout function suppressing stdout
...
Add the `run_no_stdout` function suppressing stdout by default.This
keeps the noise down on most commands, while still
stayingdebuggable.Stdout will be active when the `--debug` flag is
passed to the cli.
Fixes #1443
2024-05-28 11:13:55 +02:00
clan-bot
9394760e3b
Merge pull request 'editor: improve nixpkgs option completions' ( #1470 ) from a-kenji-improve/editor into main
2024-05-28 07:38:09 +00:00
a-kenji
a0b0e1a0ac
editor: improve nixpkgs option completions
2024-05-28 09:34:57 +02:00
clan-bot
dbaa26ccaa
Merge pull request 'clan: machines --help add examples to help output' ( #1468 ) from a-kenji-clan/cli/machines-examples into main
2024-05-27 19:04:30 +00:00
a-kenji
d1591d4485
clan: machines --help add examples to help output
2024-05-27 21:01:05 +02:00
clan-bot
c68a8306ba
Merge pull request 'clan: duplicate description field for generation of the reference documentation' ( #1467 ) from a-kenji-clan/cli/add-description into main
2024-05-27 18:32:54 +00:00
a-kenji
ec9f605004
clan: duplicate description field for generation of the reference documentation
2024-05-27 20:29:34 +02:00
clan-bot
e60efea1f7
Merge pull request 'clan: ssh --help add examples' ( #1466 ) from a-kenji-clan/help/ssh into main
2024-05-27 18:18:08 +00:00
a-kenji
efacb7f184
clan: ssh --help add examples
...
Add examples to the output of `clan ssh --help`.
2024-05-27 20:14:37 +02:00
clan-bot
67275aac63
Merge pull request 'clan: rename cLan to clan' ( #1465 ) from a-kenji-rename-clan into main
2024-05-27 17:56:32 +00:00
a-kenji
a704a05b15
clan: rename cLan to clan
2024-05-27 19:52:51 +02:00
Mic92
01aafc520d
Merge pull request 'consistent rename cLAN -> Clan' ( #1464 ) from rename into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1464
2024-05-27 13:58:32 +00:00
Jörg Thalheim
c0a54f539a
consistent rename cLAN -> Clan
2024-05-27 13:58:32 +00:00
Jörg Thalheim
e2d7e6e86c
consistent rename cLAN -> Clan
2024-05-27 15:54:17 +02:00
clan-bot
1df4e361f7
Merge pull request 'clan: add examples and description to most help' ( #1463 ) from a-kenji-clan/examples into main
2024-05-27 12:37:22 +00:00
a-kenji
e8bd5ad24b
clan: add examples and description to most help
...
Add examples and description to most toplevel help outputs.
2024-05-27 14:33:58 +02:00
clan-bot
775f993ecc
Merge pull request 'clan-cli: Fix nix develop not working in template because of symlink' ( #1462 ) from Qubasa-main into main
2024-05-27 12:05:17 +00:00
Qubasa
0e1478edcd
clan-cli: Fix nix develop not working in template because of symlink
2024-05-27 14:00:31 +02:00
clan-bot
bfc1203a8a
Merge pull request 'init: vscode .#editor' ( #1461 ) from Qubasa-init/editors into main
2024-05-27 12:00:26 +00:00
Qubasa
2bd8b144b9
init: vscode .#editor
2024-05-27 13:52:54 +02:00
clan-bot
b52b2221b0
Merge pull request 'drop offline in nix shell' ( #1459 ) from fix-mass-rebuilds into main
2024-05-27 11:43:32 +00:00
Jörg Thalheim
64adf17368
drop offline in nix shell
...
Otherwise we become gentoo!
2024-05-27 13:40:11 +02:00
clan-bot
509d8c1dae
Merge pull request 'make git-hooks opt-in' ( #1453 ) from git-hooks into main
2024-05-27 10:34:07 +00:00
clan-bot
295de17640
Merge pull request 'docs: secrets: list the main steps of the guide' ( #1456 ) from DavHau-dave into main
2024-05-27 10:05:55 +00:00
DavHau
b158c2706f
docs: secrets: list the main steps of the guide
...
... so the user has a routh idea about the mein steps
2024-05-27 12:02:29 +02:00
clan-bot
750979c988
Merge pull request 'A Kenji Clan/Cli/Fix Naming' ( #1455 ) from a-kenji-clan/cli/fix-naming into main
2024-05-27 09:54:36 +00:00
a-kenji
6d7849a03c
clan: fix description of cli tool
2024-05-27 11:51:25 +02:00
Jörg Thalheim
f46fd3ace6
make git-hooks opt-in
...
pre-commit hook break git commits and are disruptive.
Therefore people that want to enable this feature, should enable it locally instead.
I.e. treefmt will also check untracked files that are not meant for the current commit.
2024-05-27 11:08:17 +02:00