lassulus
|
c14a5fcc69
|
refactor: move ssh/upload.py from cli to lib
Move the upload module to clan_lib to better organize SSH-related
utilities. Updated all imports across the codebase.
|
2025-08-13 12:04:14 +07:00 |
|
Johannes Kirschbauer
|
62ccba9fb5
|
ui/install: test connection
|
2025-08-12 21:04:18 +02:00 |
|
Johannes Kirschbauer
|
0b44770f1f
|
UI/install: add loading animation
|
2025-08-12 20:45:55 +02:00 |
|
Jörg Thalheim
|
88871bea69
|
clan_lib/flash: remove trailing whitespace
|
2025-08-12 17:14:52 +02:00 |
|
Johannes Kirschbauer
|
5141ea047c
|
install: init secrets
|
2025-08-12 17:11:58 +02:00 |
|
Johannes Kirschbauer
|
bc379c985d
|
ui/install: update storybook mock data
|
2025-08-12 16:35:34 +02:00 |
|
Johannes Kirschbauer
|
69d8b029d6
|
ui/install: fix alignment of some steps
|
2025-08-12 16:35:34 +02:00 |
|
Johannes Kirschbauer
|
f3617b0407
|
ui/vars: sanitize generator and prompt field names
|
2025-08-12 16:35:34 +02:00 |
|
Johannes Kirschbauer
|
a5205681cc
|
ui/select: fix z-index of trigger
|
2025-08-12 16:35:34 +02:00 |
|
Johannes Kirschbauer
|
9880847d43
|
install: add progress to ui
|
2025-08-12 16:35:34 +02:00 |
|
a-kenji
|
8aa88b22ab
|
pkgs/clan/lib(install): implement separate nixos-anywhere install phases
Split the `nixos-anywhere` phases into it's components,
so we provide the user with better feedback.
Closes: #4682
|
2025-08-12 16:35:34 +02:00 |
|
Brian McGee
|
5d1abbd303
|
feat(ui): integrate tags info from field schema into tags section
|
2025-08-12 15:16:59 +01:00 |
|
Brian McGee
|
92e9bb2ed8
|
feat(ui): integrate list_tags api call into machine detail
|
2025-08-12 14:46:43 +01:00 |
|
brianmcgee
|
ea75c9bfa9
|
Merge pull request 'feat(ui): add small and transparent variants for Alert component' (#4713) from feat/small-variant-for-alert into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4713
Reviewed-by: hsjobeki <hsjobeki@gmail.com>
|
2025-08-12 12:04:31 +00:00 |
|
hsjobeki
|
2adf65482d
|
Merge pull request 'feat(api): add list_inventory_tags' (#4692) from feat/machine-tags-writeability into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4692
|
2025-08-12 11:33:49 +00:00 |
|
DavHau
|
5684ddf104
|
vars: health check also for API not just cli
|
2025-08-12 11:28:02 +00:00 |
|
Johannes Kirschbauer
|
f74e444120
|
api/tags: add docs
|
2025-08-12 13:19:11 +02:00 |
|
Johannes Kirschbauer
|
0ef57bfc8e
|
api/tags: add init.py for pytest
|
2025-08-12 13:07:36 +02:00 |
|
Brian McGee
|
8f43af3c48
|
feat(ui): add transparent option for Alert component
|
2025-08-12 11:52:38 +01:00 |
|
Brian McGee
|
eeaec583cb
|
feat(ui): add small variant for Alert component
|
2025-08-12 11:52:37 +01:00 |
|
Johannes Kirschbauer
|
a9d1ff83f2
|
api/tags: split list into options and non-configurable tags
|
2025-08-12 12:41:15 +02:00 |
|
DavHau
|
89cb22147c
|
Revert "machines update: support --target-host localhost"
This reverts commit a2818d4946cc66a08b9dd7a1ab95dc48ea708fe3.
Setting `--target-host localhost` breaks with:
sudo: no askpass program specified, try setting SUDO_ASKPASS
|
2025-08-12 17:39:40 +07:00 |
|
Johannes Kirschbauer
|
cbd3b08296
|
api/tags: add from all possible sources
|
2025-08-12 11:05:10 +01:00 |
|
Brian McGee
|
2608bee30a
|
feat(api): add list_inventory_tags
|
2025-08-12 11:05:10 +01:00 |
|
DavHau
|
1abdd45821
|
vars: add doc comments for fix() and health_check()
|
2025-08-12 09:13:54 +00:00 |
|
brianmcgee
|
b058fcc8eb
|
Merge pull request 'fix(ui): swap colors for inverted/non-inverted in Divider component' (#4696) from fix/invert-default-color-scheme-divider into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4696
|
2025-08-12 09:09:20 +00:00 |
|
Brian McGee
|
24ae95a007
|
fix(ui): swap colors for inverted/non-inverted in Divider component
Fixes #4602
|
2025-08-12 10:00:40 +01:00 |
|
Brian McGee
|
dcdab61d13
|
feat(ui): improve color=inherit example in typography story
|
2025-08-12 09:56:26 +01:00 |
|
Brian McGee
|
84bf9fe3cf
|
fix(ui): load CommitMono via woff2 instead of OTF
Fixes #4611
|
2025-08-12 07:48:21 +00:00 |
|
Luis Hebendanz
|
9737ce51b1
|
Merge pull request 'Fix clan select hiding error messages' (#4704) from Qubasa/clan-core:clan_select_error_msg into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4704
|
2025-08-12 07:46:35 +00:00 |
|
Qubasa
|
3c1c6c1942
|
flake.py: Add a custom error message for missing clan export
test_clan_create_api: Fix check for SelectCmdError
|
2025-08-12 14:41:26 +07:00 |
|
Qubasa
|
0904c9da60
|
flake.py: Don't hide error messages
|
2025-08-12 14:18:19 +07:00 |
|
Luis Hebendanz
|
73e03c21f7
|
Merge pull request 'templates: Fix missing export of clan = clan.config;' (#4703) from Qubasa/clan-core:fix_templates2 into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4703
|
2025-08-12 07:05:07 +00:00 |
|
Qubasa
|
743f05a1b5
|
templates: Fix missing export of clan = clan.config;
|
2025-08-12 13:50:09 +07:00 |
|
DavHau
|
e28b8dc944
|
vars: refactor - health checks on multiple generators
|
2025-08-12 13:12:49 +07:00 |
|
DavHau
|
26559ff88b
|
Merge pull request 'machines update: support --target-host localhost' (#4623) from jfly/clan-core:localhost-as-target-host-without-ssh into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4623
|
2025-08-12 05:10:53 +00:00 |
|
DavHau
|
df90fb20a0
|
clan-lib/hosts: reintroduce test for localhost
|
2025-08-12 10:18:55 +07:00 |
|
hsjobeki
|
86d6b42f4c
|
Merge pull request 'api/machines: add tests for tags readOnly' (#4694) from readonly-tags into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4694
|
2025-08-11 20:09:25 +00:00 |
|
Johannes Kirschbauer
|
4f29f2e2ca
|
api/machines: add tests for tags readOnly
|
2025-08-11 18:07:02 +02:00 |
|
Johannes Kirschbauer
|
1009c61c9f
|
api/machines: use get_value_by_path utility for nested dict access
|
2025-08-11 17:49:25 +02:00 |
|
hsjobeki
|
0817f83b0b
|
Merge pull request 'api/machines: expose readonly tags' (#4690) from readonly-tags into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4690
|
2025-08-11 15:40:42 +00:00 |
|
Johannes Kirschbauer
|
9f48b7a2fa
|
inventory: rename 'unmerge-lists' to 'list_difference'
|
2025-08-11 17:35:31 +02:00 |
|
Johannes Kirschbauer
|
b17466c84b
|
api/machines: expose readonly tags
|
2025-08-11 17:30:35 +02:00 |
|
Jörg Thalheim
|
d2814efcde
|
update: sort precached vars
|
2025-08-11 17:18:01 +02:00 |
|
hsjobeki
|
96fe387399
|
Merge pull request 'api: init notification queue' (#4678) from ui-notify into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4678
|
2025-08-11 15:13:42 +00:00 |
|
Johannes Kirschbauer
|
d1f5a8e263
|
ui/install: set fixed dimensions for modal
|
2025-08-11 17:00:20 +02:00 |
|
Mic92
|
a6a5c1e21d
|
Merge pull request 'zt-tcp-relay: 2023-07-11 -> 2025-07-03' (#4687) from zt-tcp-relay into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4687
|
2025-08-11 14:27:35 +00:00 |
|
Jörg Thalheim
|
f1867bdd7a
|
zt-tcp-relay: 2023-07-11 -> 2025-07-03
|
2025-08-11 16:23:10 +02:00 |
|
DavHau
|
ee8e44d255
|
vars/generators: refactor - identify generators by name + machine
This brings us one step closer towards re-generating over multiple machines reliably
|
2025-08-11 21:02:55 +07:00 |
|
Mic92
|
f730f4fa06
|
Merge pull request 'make clan-core-for-checks a dev flake input' (#4247) from private-flake-2 into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4247
|
2025-08-11 13:45:22 +00:00 |
|