1
0
forked from clan/clan-core
Commit Graph

1782 Commits

Author SHA1 Message Date
a8230e749e Merge pull request 'new clan; Join page with none as initial value' (#661) from hsjobeki-main into main 2023-12-28 13:34:30 +00:00
968adf24b2
new clan; Join page with none as initial value 2023-12-28 14:30:58 +01:00
98020847d4 Merge pull request 'UI: Added process executor. Display vm status correctly in list. | CLI: Added get_qemu_version(), fixed virtio audio bug.' (#660) from Qubasa-main into main 2023-12-26 17:23:35 +00:00
cb06353451 pytest: Removed -s flag for CI 2023-12-26 18:20:41 +01:00
ca265b0c59 UI: Added process executor. Display vm status correctly in list. | CLI: Added get_qemu_version(), fixed virtio audio bug. 2023-12-26 18:02:43 +01:00
4d8c20f284 Merge pull request 'cli/install: add option to specify alternative kexec url' (#659) from Mic92-wayland-update into main 2023-12-26 13:40:29 +00:00
ed643e3829 cli/install: add option to specify alternative kexec url 2023-12-26 14:36:51 +01:00
d73b04bdfa Merge pull request 'qemu-wayland: upgrade to latest 8.2.0 & enable virtio-audio' (#657) from Mic92-wayland-update into main 2023-12-21 14:54:23 +00:00
55f91079c7 rutabaga_gfx_ffi: unstable-2023-12-05 -> unstable-2023-12-20 2023-12-21 15:46:31 +01:00
b6ecb0b2e2 gfxstream: unstable-2023-12-11 -> unstable-2023-12-19 2023-12-21 15:41:57 +01:00
fe60a1a381 aemu: unstable-2023-11-10 -> unstable-2023-08-31 2023-12-21 15:41:21 +01:00
df9aa4ccb2 qemu-wayland: upgrade to latest 8.2.0 2023-12-21 15:40:50 +01:00
de38ce47ee switch to virtio-audio 2023-12-21 15:39:27 +01:00
30e7e06f59 Merge pull request 'clan_vm_manager: Partially working process executor with killpg' (#656) from Qubasa-main into main 2023-12-19 17:05:21 +00:00
a1575ec19c nix fmt 2023-12-19 18:02:06 +01:00
e0e7324876 Improved spawn interface. Added garbage collector 2023-12-19 17:51:43 +01:00
9d877969c9 Fully working executor 2023-12-19 16:44:36 +01:00
baaa860e63 Added proc executor 2023-12-19 16:44:36 +01:00
57bbe19c1a merge 2023-12-19 16:44:36 +01:00
0c33d14ba5 clan_vm_manager: Partially working process executor with killpg 2023-12-19 16:44:36 +01:00
2d71bfbd20 Merge pull request 'modules/syncthing: use generator path' (#655) from a-kenji-syncthing-add-path into main 2023-12-19 13:17:34 +00:00
6cd3a8e58f modules/syncthing: use generator path 2023-12-19 14:14:29 +01:00
fdba3f0c48 Merge pull request 'join window' (#654) from hsjobeki-main into main 2023-12-19 12:58:04 +00:00
784317eb69
join window 2023-12-19 13:39:22 +01:00
284bec3299 Merge pull request 'add installer test' (#653) from lassulus-ssh_test into main 2023-12-18 22:46:18 +00:00
142fe15e80 checks: add test-installation 2023-12-18 23:41:31 +01:00
bbc55743a6 checks backups: remove debug output 2023-12-18 23:41:31 +01:00
a4075510c8 flake: define option for clanInternals
We need this to define test machines in different flake modules
2023-12-18 23:41:31 +01:00
7ff884cd71 Merge pull request 'checks: move ssh_keys to lib/ssh' (#651) from lassulus-ssh_test into main 2023-12-16 21:53:57 +00:00
ae6f3fa7d7 checks: move ssh_keys to lib/ssh 2023-12-16 22:52:18 +01:00
1eec814e4e Merge pull request 'checks: add backup test' (#650) from lassulus-backups_test into main 2023-12-16 21:04:06 +00:00
cc3701f22f checks backup: limit to linux systems 2023-12-16 22:02:36 +01:00
e98f037dd8 clan_cli: remove incorrect clan_flake check 2023-12-16 21:46:19 +01:00
56dafff109 machines build_machine_data: raise ClanError on error 2023-12-16 21:46:19 +01:00
902ccbc90b backups borgbackup: remove dry-run from restore 2023-12-16 21:46:19 +01:00
5c1cf947ab checks: add backup test 2023-12-16 21:46:19 +01:00
d74080f4c7 Merge pull request 'multi window mess' (#649) from hsjobeki-main into main 2023-12-16 14:02:16 +00:00
32f17783dd
add debugging help 2023-12-16 15:00:43 +01:00
218e49770e Merge pull request 'multi window mess' (#648) from hsjobeki-main into main 2023-12-16 13:57:52 +00:00
efc7df3aa7
move list hook 2023-12-16 14:56:20 +01:00
dfe5c250b3
multi window mess 2023-12-16 14:49:45 +01:00
a12fdabf8f Merge pull request 'window switcher' (#647) from hsjobeki-main into main 2023-12-16 12:06:56 +00:00
09cf4a9ff4
fix formatting 2023-12-16 13:05:17 +01:00
e7fa998241
fix typing 2023-12-16 13:04:50 +01:00
89165cc65e
format 2023-12-16 13:03:10 +01:00
d60cfbc0a6
window switcher 2023-12-16 12:52:10 +01:00
590d39a29b Merge pull request 'Automatic flake update - 2023-12-11T00:00+00:00' (#637) from flake-update-2023-12-11 into main 2023-12-15 13:18:21 +00:00
a7d48fefb0 Merge pull request 'add wayland-proxy-virtwl module' (#646) from Mic92-wayland-update into main 2023-12-15 13:15:59 +00:00
9dfc3f9613 add wayland-proxy-virtwl module 2023-12-15 14:14:20 +01:00
8ee72ba5fa clanCore: refactor flake-module.nix into smaller files 2023-12-15 14:14:20 +01:00