Jörg Thalheim
|
00f9d08a4b
|
remove diskId from existing templates
we don't have a replacement yet, but at least this will work.
|
2025-08-27 15:24:59 +02:00 |
|
Mic92
|
5479c767c1
|
Merge pull request 'try{300,301,400}: fix' (#4984) from checkout-update into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4984
|
2025-08-26 14:31:57 +00:00 |
|
brianmcgee
|
edc389ba4b
|
Merge pull request 'feat(ui): change button font to normal instead of monospace' (#4985) from ui/change-button-font into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4985
|
2025-08-26 14:23:10 +00:00 |
|
Jörg Thalheim
|
4cb17d42e1
|
PLR2004: fix
|
2025-08-26 16:21:15 +02:00 |
|
Jörg Thalheim
|
f26499edb8
|
pyproject.toml: add descriptions to each rule
|
2025-08-26 16:21:15 +02:00 |
|
Jörg Thalheim
|
2857cb7ed8
|
remove various ignores that had no actual issue
|
2025-08-26 16:21:15 +02:00 |
|
Jörg Thalheim
|
3168fecd52
|
PT100: fix
|
2025-08-26 16:21:15 +02:00 |
|
Jörg Thalheim
|
24c20ff243
|
TRY400: fix
|
2025-08-26 16:21:15 +02:00 |
|
Jörg Thalheim
|
8ba8fda54b
|
RUF100: fix
|
2025-08-26 16:21:15 +02:00 |
|
Brian McGee
|
0992a47b00
|
feat(ui): change button font to normal instead of monospace
|
2025-08-26 15:13:30 +01:00 |
|
Jörg Thalheim
|
d5b09f18ed
|
RET504: fix
|
2025-08-26 15:55:23 +02:00 |
|
Jörg Thalheim
|
fb2fe36c87
|
SIM112: fix
|
2025-08-26 15:55:23 +02:00 |
|
hsjobeki
|
3db51887b1
|
Merge pull request 'ui/select machines/tags: add custom combobox' (#4983) from search into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4983
|
2025-08-26 13:51:50 +00:00 |
|
Johannes Kirschbauer
|
24f3bcca57
|
ui/select: rename to tagSelect
|
2025-08-26 15:48:28 +02:00 |
|
Johannes Kirschbauer
|
85006c8103
|
ui/select machines/tags: add custom combobox
This just renders machines and tags as chips
onclick will open another combobox
|
2025-08-26 15:47:22 +02:00 |
|
Jörg Thalheim
|
db5571d623
|
SIM108: fix
|
2025-08-26 15:23:36 +02:00 |
|
Jörg Thalheim
|
d4bdaec586
|
SIM102: fix
|
2025-08-26 15:22:25 +02:00 |
|
Jörg Thalheim
|
cb9c8e5b5a
|
try{300,301,400}: fix
|
2025-08-26 15:17:16 +02:00 |
|
Mic92
|
0a1802c341
|
Merge pull request 'github/repo-sync: v4 -> v5' (#4982) from checkout-update into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4982
|
2025-08-26 12:59:10 +00:00 |
|
Mic92
|
dfae1a4429
|
Merge pull request 'PLC0415: fix' (#4981) from ruff into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4981
|
2025-08-26 12:58:37 +00:00 |
|
Jörg Thalheim
|
c1dc73a21b
|
github/repo-sync: v4 -> v5
|
2025-08-26 14:54:41 +02:00 |
|
Jörg Thalheim
|
8145740cc1
|
api: lazly load Api options
|
2025-08-26 14:48:20 +02:00 |
|
Jörg Thalheim
|
b2a54f5b0d
|
PLC0415: fix
|
2025-08-26 14:46:42 +02:00 |
|
hsjobeki
|
9c9adc6e16
|
Merge pull request 'ui/tags: refactor generic children and icon' (#4960) from search into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4960
|
2025-08-26 12:14:41 +00:00 |
|
Johannes Kirschbauer
|
f7cde8eb0f
|
ui/tags: refactor generic children and icon
|
2025-08-26 14:11:14 +02:00 |
|
DavHau
|
501d020562
|
vars: retrieve generators for multiple machines
This is necessary ground work for fixing regeneration behavior spanning over multiple machines
|
2025-08-26 18:55:54 +07:00 |
|
Mic92
|
a9bafd71e1
|
Merge pull request 'templates/list: we can compute the lenght of an dictionary directly' (#4980) from ruff into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4980
|
2025-08-26 11:45:44 +00:00 |
|
Mic92
|
166e4b8081
|
Merge pull request 'add feature: ask for vars input confirmation, and fail after 3 attempts. fixes accidental misinputs when typing passwords!' (#4920) from adeci-2xconfirm into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4920
|
2025-08-26 11:41:16 +00:00 |
|
Jörg Thalheim
|
c3eb40f17a
|
templates/list: we can compute the lenght of an dictionary directly
|
2025-08-26 13:39:49 +02:00 |
|
Jörg Thalheim
|
7330285150
|
prompt/multiline: strip final newline just like hidden prompt
|
2025-08-26 13:35:12 +02:00 |
|
Luis Hebendanz
|
8cf8573c61
|
Merge pull request 'clan-app: Maybe fix the logging errror ValueError: I/O operation on closed file.' (#4974) from Qubasa/clan-core:fix_logging into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4974
|
2025-08-26 11:32:48 +00:00 |
|
Jörg Thalheim
|
5bfa0d7a9d
|
prompt: catch EOF errors
|
2025-08-26 13:26:49 +02:00 |
|
adeci
|
8ea2dd9b72
|
add feature: ask for vars input confirmation, and fail after 3 attempts. fixes accidental misinputs when typing passwords!
|
2025-08-26 13:26:49 +02:00 |
|
Mic92
|
6efcade56a
|
Merge pull request 'Enable "all" ruff lint fixes' (#4978) from ruff into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4978
|
2025-08-26 11:26:47 +00:00 |
|
Jörg Thalheim
|
6d2372be56
|
machines/update: fix incorrecct nixos-rebuild command
|
2025-08-26 13:11:43 +02:00 |
|
brianmcgee
|
626af4691b
|
Merge pull request 'feat(ui): pin stepper buttons to the bottom' (#4979) from ui/pinned-stepper-buttons into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4979
|
2025-08-26 11:07:30 +00:00 |
|
Jörg Thalheim
|
63697ac4b1
|
various fixes
|
2025-08-26 13:07:22 +02:00 |
|
Brian McGee
|
0ebb1f0c66
|
feat(ui): pin stepper buttons to the bottom
Closes #4968
|
2025-08-26 12:02:28 +01:00 |
|
Jörg Thalheim
|
1dda60847e
|
PLW0602: fix
|
2025-08-26 12:57:31 +02:00 |
|
Jörg Thalheim
|
a7bce4cb19
|
pyproject: enable all lints
|
2025-08-26 12:57:31 +02:00 |
|
Mic92
|
a5474bc25f
|
Merge pull request 'ruff-7-misc' (#4939) from ruff-7-misc into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4939
|
2025-08-26 10:43:12 +00:00 |
|
Jörg Thalheim
|
f634b8f1fb
|
merge-after-ci: move away from writePython3Bin
this is one is doing checks we don't want because we already have ruff.
|
2025-08-26 12:39:50 +02:00 |
|
brianmcgee
|
0ad40a0233
|
Merge pull request 'ui/refine-select-folder-onboarding' (#4977) from ui/refine-select-folder-onboarding into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4977
|
2025-08-26 10:30:23 +00:00 |
|
Luis Hebendanz
|
78abc36cd3
|
Merge pull request 'clan-cli: clan machines update-hardware-config now uses kexec, and supports non NixOS targets' (#4948) from Qubasa/clan-core:fix_update_hardware_config into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4948
|
2025-08-26 10:16:59 +00:00 |
|
Brian McGee
|
f5158b068f
|
feat(ui): reduce size of sidebar pane
Make it clearer the distinction between parent and child panes.
|
2025-08-26 11:16:03 +01:00 |
|
Jörg Thalheim
|
e6066a6cb1
|
spawn_tor: catch OSError and wrap as ClanError
|
2025-08-26 12:12:29 +02:00 |
|
clan-bot
|
fc8b66effa
|
Merge pull request 'Update nixpkgs-dev in devFlake' (#4972) from update-devFlake-nixpkgs-dev into main
|
2025-08-26 10:09:59 +00:00 |
|
Qubasa
|
16b92963fd
|
clan-app: Maybe fix the logging errror ValueError: I/O operation on closed file.
|
2025-08-26 12:08:45 +02:00 |
|
Brian McGee
|
2ff3d871ac
|
feat(ui): allow placing machines directly next to each other
|
2025-08-26 11:02:58 +01:00 |
|
clan-bot
|
108936ef07
|
Update nixpkgs-dev in devFlake
|
2025-08-26 10:01:48 +00:00 |
|