Mic92
|
528070d9aa
|
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
|
7d1d0c3c3f
|
process-compose: integrate with direnv
|
2025-05-15 13:01:36 +02:00 |
|
Brian McGee
|
9f81d299d9
|
feat: use process-compose to run ui dev environment
|
2025-05-15 12:00:27 +01:00 |
|
Brian McGee
|
6df4705efc
|
fix: move vendoring of nixpkgs and select into root devshell
|
2025-05-15 12:00:26 +01:00 |
|
Brian McGee
|
faf8689ab1
|
feat: group ui related packages under a ui directory
|
2025-05-15 12:00:24 +01:00 |
|
Mic92
|
f2464af5a5
|
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
|
30ff0a622a
|
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
|
2f2ebdb41f
|
clan-app: set title
|
2025-05-15 12:36:24 +02:00 |
|
Jörg Thalheim
|
e5e10354ef
|
webview-lib: extend to support setting icons on Linux
|
2025-05-15 12:36:11 +02:00 |
|
Mic92
|
3ae7d72851
|
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
|
8e98040f71
|
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
|
6ad61e583c
|
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
|
ef6eba9df2
|
Chore: remove spurious module.nix
|
2025-05-15 12:08:44 +02:00 |
|
renovate[bot]
|
eae91fd863
|
chore(deps): update nix-darwin digest to b6fff20
|
2025-05-15 10:00:22 +00:00 |
|
renovate[bot]
|
bc920e402b
|
chore(deps): update data-mesher digest to ca961db
|
2025-05-15 10:00:20 +00:00 |
|
renovate[bot]
|
068b39141b
|
chore(deps): update nixpkgs digest to 2e1da60
|
2025-05-15 09:30:30 +00:00 |
|
renovate[bot]
|
b17eb57fb9
|
chore(deps): update treefmt-nix digest to e758f27
|
2025-05-15 09:10:13 +00:00 |
|
Mic92
|
e4394b8dc7
|
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
|
f9b910b5cb
|
clan-cli vars upload: create dir if provided
|
2025-05-15 06:42:24 +00:00 |
|
clan-bot
|
86da7060cd
|
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
|
a0a7eb423b
|
Update pinned clan-core for checks
|
2025-05-15 02:51:34 +00:00 |
|
renovate[bot]
|
2337eeb3ad
|
chore(deps): update disko digest to ec7c109
|
2025-05-15 02:40:09 +00:00 |
|
Mic92
|
4058c8aede
|
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
|
50dc6c4c50
|
fix ssh master on macos
|
2025-05-14 20:30:36 +02:00 |
|
Jörg Thalheim
|
31cb76721f
|
prompt: handle KeyboardInterrupt more gracefully
|
2025-05-14 19:53:36 +02:00 |
|
Jörg Thalheim
|
b5d132b193
|
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
|
75fa7ac609
|
add multiline-hidden prompt for both ui and cli
|
2025-05-14 19:53:36 +02:00 |
|
hsjobeki
|
410e01399e
|
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
|
21cdd8db48
|
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
|
aadc9082fc
|
clanModules/wifi: deprecate in favor of inventory.instances
|
2025-05-14 17:08:17 +02:00 |
|
Johannes Kirschbauer
|
f3c81f5095
|
feat(clanModules): add deprecation feature that generates a warning if the module is used
|
2025-05-14 17:06:58 +02:00 |
|
hsjobeki
|
fa5cfc5542
|
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
|
d766349d6c
|
clan-app: draw header above other elements
|
2025-05-14 17:01:46 +02:00 |
|
pinpox
|
a40d2d82b8
|
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
|
857950d373
|
add back old module for compatibility
|
2025-05-14 16:19:55 +02:00 |
|
Johannes Kirschbauer
|
7e0c8c3672
|
refactor(list/machines): use InventoryStore to interact with data"
|
2025-05-14 16:18:12 +02:00 |
|
Johannes Kirschbauer
|
70e2a6d116
|
chore: remove unused iwd python module
|
2025-05-14 16:17:03 +02:00 |
|
Johannes Kirschbauer
|
633e6ffeae
|
refactor(lib/persist): rename 'patch' to 'apply_patch'
|
2025-05-14 16:16:16 +02:00 |
|
Johannes Kirschbauer
|
574ed11df4
|
feat(lib/InventoryStore): add read method
|
2025-05-14 16:10:49 +02:00 |
|
renovate[bot]
|
a52a314cdf
|
chore(deps): update disko digest to 490c0d6
|
2025-05-14 13:10:09 +00:00 |
|
hsjobeki
|
53477c88f1
|
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
|
deb6b57a23
|
refactor(clan/lib): move tests for persist.util into clan_lib
|
2025-05-14 13:35:27 +02:00 |
|
hsjobeki
|
b12aaf6b86
|
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
|
aea396c8cd
|
refactor(modules/admin): consistent clan.module registering
|
2025-05-14 13:16:36 +02:00 |
|
Johannes Kirschbauer
|
8e1de6b75e
|
fix(wifi): register new modules in clan.modules NOT inventory.modules
|
2025-05-14 12:51:15 +02:00 |
|
Mic92
|
f332433d53
|
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
|
91034b66bf
|
refactor(lib/inventory): use util functions from clan_lib
|
2025-05-14 12:15:37 +02:00 |
|
Johannes Kirschbauer
|
bdb075be11
|
refactor(cli/inventory): remove unncessary init_inventory function
|
2025-05-14 12:15:36 +02:00 |
|
pinpox
|
030519413d
|
Add warning for deprecated admin module
|
2025-05-14 12:11:41 +02:00 |
|
Mic92
|
b53407c559
|
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 |
|