Commit Graph

2214 Commits

Author SHA1 Message Date
167f7f4eb3 clan-cli: Add py.typed to make mypy work when used as library in clan-vm-manager
Some checks failed
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m15s
checks / checks (pull_request) Failing after 4m15s
2024-03-10 15:18:18 +07:00
d9f5e050d8 Merge pull request 'clan-vm-manager: Add library for mypy pygobject types' (#921) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 34s
checks / checks-impure (push) Successful in 1m55s
2024-03-09 16:55:54 +00:00
14900a702b clan-vm-manager: Readd ignore for clan_cli because nix fmt fails in CI. But why \?
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m57s
checks / checks (pull_request) Successful in 3m24s
2024-03-09 23:51:59 +07:00
5c8343d943 clan-vm-manager: Remove mypy ignore clan_cli types
Some checks failed
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 2m3s
checks / checks (pull_request) Failing after 3m26s
2024-03-09 23:17:00 +07:00
01351ff5a1 clan-vm-manager: Add library for mypy pygobject types
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m7s
checks / checks (pull_request) Successful in 3m41s
2024-03-09 23:15:32 +07:00
b985215cd6 Merge pull request 'docs: improve readme for better onboarding' (#920) from hsjobeki-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 34s
checks / checks-impure (push) Successful in 1m59s
2024-03-09 10:28:52 +00:00
59de33b68a
docs: improve start command
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 2m1s
checks / checks (pull_request) Successful in 3m27s
2024-03-09 11:25:11 +01:00
11cfc49d27
docs: improve readme for better onboarding
Some checks failed
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m14s
checks / checks (pull_request) Failing after 3m52s
2024-03-09 10:58:12 +01:00
79e4cb344f Merge pull request 'clan-vm-manager: Fix ClanUrl not pickable' (#919) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 34s
checks / checks-impure (push) Successful in 1m54s
2024-03-08 16:51:45 +00:00
372e212c0c clan_cli: Renamed ClanUrl to FlakeId
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m0s
checks / checks (pull_request) Successful in 3m47s
2024-03-08 23:47:27 +07:00
f4f3176374 clan-vm-manager: Fix ClanUrl not pickable
Some checks failed
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 2m0s
checks / checks (pull_request) Failing after 4m7s
2024-03-08 23:23:18 +07:00
1e7f63fb05 Merge pull request 'clan_vm_manager: Starting rewrite of Machine class' (#917) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 36s
checks / checks-impure (push) Successful in 1m55s
2024-03-08 15:06:19 +00:00
e4896814f2 clan_cli: Add TimeTable class to cmd.py. Fix bugs in Machine rewrite
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m1s
checks / checks (pull_request) Successful in 3m51s
2024-03-08 22:01:54 +07:00
068f89e453 clan_vm_manager: Rewrite of Machine Class Part 1
Some checks failed
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Failing after 1m30s
checks / checks (pull_request) Successful in 3m49s
2024-03-08 15:32:12 +07:00
2532c780ab Merge pull request 'add flash command and tests' (#916) from Mic92-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 33s
checks / checks-impure (push) Successful in 1m56s
2024-03-07 16:29:11 +00:00
4dfe4ecfa6 fix building installer iso
All checks were successful
checks / check-links (pull_request) Successful in 23s
checks / checks-impure (pull_request) Successful in 2m4s
checks / checks (pull_request) Successful in 3m54s
2024-03-07 17:24:57 +01:00
3cc97ebc56 fix container tests
Some checks failed
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m58s
checks / checks (pull_request) Failing after 4m12s
2024-03-07 14:13:11 +01:00
26dd962799 treefmt 2024-03-07 14:13:11 +01:00
93afd06bcb fix install test 2024-03-07 14:13:11 +01:00
f599243cbd add flash command 2024-03-07 14:13:11 +01:00
dd73406a92 installer: switch to systemd-boot
grub is not able to boot from the disks that we flash for weird reasons.
Since BIOS-boot is on life-support, we may as well just use systemd-boot.
2024-03-07 14:13:11 +01:00
ab2defa9e4 add confirmation prompt when installing 2024-03-07 14:13:11 +01:00
1cc5dc98d3 Merge pull request 'clan_cli: Rewrite ClanURI' (#915) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 34s
checks / checks-impure (push) Successful in 1m56s
2024-03-07 12:12:28 +00:00
a17eb3e8a3 clan_vm_manager: Fix broken vm start
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m19s
checks / checks (pull_request) Successful in 2m56s
2024-03-07 19:09:01 +07:00
718c0a06e2 Merge pull request 'clan_cli: Rewrite ClanURI' (#914) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 22s
checks / checks (push) Successful in 32s
checks / checks-impure (push) Successful in 2m13s
2024-03-07 12:08:16 +00:00
442e5b45ba clan_cli: Simplify ClanURI
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m55s
checks / checks (pull_request) Successful in 2m48s
2024-03-07 19:04:48 +07:00
93c868a3b7 clan_cli: Rewrite ClanURI 2024-03-07 16:41:37 +07:00
9f632e90c5 Merge pull request 'fix: typos' (#913) from a-kenji-fix/typos into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 33s
checks / checks-impure (push) Successful in 1m56s
2024-03-06 12:15:23 +00:00
94caea382f fix: typos
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 2m15s
checks / checks (pull_request) Successful in 2m56s
2024-03-06 13:11:49 +01:00
8d72a36298 Merge pull request 'clan_cli,clan_vm_manager: Moved profiler to clan_cli. Add cmd timer to see how long run commands take' (#912) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 32s
checks / checks-impure (push) Successful in 1m54s
2024-03-06 10:15:37 +00:00
a6f652bdfc clan_cli,clan_vm_manager: Moved profiler to clan_cli. Add cmd timer to see how long run commands take
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m57s
checks / checks (pull_request) Successful in 2m45s
2024-03-06 17:12:20 +07:00
dcf7f2f733 Merge pull request 'clan_vm_manager: Fix switch desync when pressed too fast. Secrets folder shared between build and run. clan_cli: run_vm now can have custom tmpdir location' (#910) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 22s
checks / checks (push) Successful in 32s
checks / checks-impure (push) Successful in 1m53s
2024-03-06 09:35:38 +00:00
0e8622c491 clan_vm_manager: Fix switch desync when pressed too fast. Secrets folder shared between build and run. clan_cli: run_vm now can have custom tmpdir location
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m55s
checks / checks (pull_request) Successful in 2m45s
2024-03-06 16:32:19 +07:00
ff8d08e4e4 Merge pull request 'drop meshnamed from repository' (#909) from Mic92-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 32s
checks / checks-impure (push) Successful in 1m54s
2024-03-06 09:05:41 +00:00
0481746198 drop meshnamed from repository
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m55s
checks / checks (pull_request) Successful in 2m47s
It's not super useful and we can always add it back later if we need it.
2024-03-06 10:02:21 +01:00
cb564059e2 bump disko 2024-03-06 09:51:02 +01:00
cee9beb8a9 Merge pull request 'clan-cli sops: accept bytes' (#891) from sops_bytes into main
All checks were successful
checks / check-links (push) Successful in 22s
checks / checks-impure (push) Successful in 1m56s
checks / checks (push) Successful in 2m45s
2024-03-06 08:45:44 +00:00
c4c4cd3ba8 Merge pull request 'clan-vm-manager: Add register_on_change to GKVStore. Improve overall signal typing.' (#908) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 22s
checks / checks (push) Successful in 31s
checks / checks-impure (push) Successful in 1m55s
2024-03-06 08:07:53 +00:00
fb21a7378d clan-vm-manager: Add register_on_change to GKVStore. Improve overall signal typing.
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m54s
checks / checks (pull_request) Successful in 2m22s
2024-03-06 15:05:10 +07:00
b9ae911246 Merge pull request 'clan_vm_manager: Fix incorrect detection of vm already in list' (#907) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 31s
checks / checks-impure (push) Successful in 1m53s
2024-03-05 17:35:09 +00:00
6f590ce389 clan_vm_manager: Fix switch <-> vm status desync
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m54s
checks / checks (pull_request) Successful in 2m21s
2024-03-06 00:32:22 +07:00
cd5afa1329 clan_vm_manager: Fix join list not rerendering correctly when updating clan_store 2024-03-06 00:18:42 +07:00
0840fffe26 clan_vm_manager: Fix incorrect detection of vm already in list 2024-03-06 00:18:42 +07:00
1986ecc564 Merge pull request 'clan_vm_manager: Fix vms not shutting down after closing GTK app. Sync JoinList with ClanStore' (#906) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 22s
checks / checks (push) Successful in 31s
checks / checks-impure (push) Successful in 1m52s
2024-03-05 16:13:26 +00:00
580c63e760 clan_vm_manager: Fix vms not shutting down after closing GTK app. Sync JoinList with ClanStore
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m55s
checks / checks (pull_request) Successful in 2m21s
2024-03-05 23:10:30 +07:00
06bc425797 Merge pull request 'secrets: fix typo' (#905) from a-kenji-fix-typo into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 31s
checks / checks-impure (push) Successful in 1m51s
2024-03-05 11:02:59 +00:00
603893872e secrets: fix typo
All checks were successful
checks / check-links (pull_request) Successful in 22s
checks / checks-impure (pull_request) Successful in 1m52s
checks / checks (pull_request) Successful in 2m22s
2024-03-05 11:59:55 +01:00
e6b494a849 Merge pull request 'clan_vm_manager: Add CUMTIME to profiler output' (#904) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 30s
checks / checks-impure (push) Successful in 1m52s
2024-03-04 09:02:49 +00:00
cde72f3710 clan_vm_manager: Add CUMTIME to profiler output
All checks were successful
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m57s
checks / checks (pull_request) Successful in 2m24s
2024-03-04 16:00:04 +07:00
5047b6686d Merge pull request 'clan_vm_manager: Cache profiler obj for multi call functions' (#903) from Qubasa-main into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 31s
checks / checks-impure (push) Successful in 1m53s
2024-03-04 08:55:47 +00:00