Mic92
b9613c4801
Merge branch 'main' into Mic92-wayland-update
2024-01-10 14:33:55 +00:00
Jörg Thalheim
eeac4902ab
re-anble pulseaudio in qemu
2024-01-10 15:32:37 +01:00
Qubasa
ba05589af2
Refactor subprocess to cmd.py part 2
2024-01-10 12:11:29 +01:00
clan-bot
4a69912667
Merge pull request 'state: declare /home as state by default' ( #702 ) from DavHau-main into main
2024-01-10 10:40:36 +00:00
DavHau
414f475802
state: declare /home as state by default
2024-01-10 17:37:40 +07:00
clan-bot
7266faab4e
Merge pull request 'state: move options clanCore.state to a separate file' ( #701 ) from DavHau-main into main
2024-01-10 10:13:13 +00:00
DavHau
9f8e719b48
state: move options clanCore.state to a separate file
2024-01-10 17:10:10 +07:00
clan-bot
26e9463248
Merge pull request 'cmd: rework redirecting stdout/stderr' ( #700 ) from Mic92-wayland-update into main
2024-01-09 16:39:19 +00:00
Jörg Thalheim
fa00bb522b
cmd: rework redirecting stdout/stderr
2024-01-09 17:34:43 +01:00
clan-bot
7e1be41843
Merge pull request 'VMs: ensure state dirs don't collide between clans' ( #699 ) from DavHau-main into main
2024-01-09 10:25:39 +00:00
DavHau
520ff0b334
VMs: ensure state dirs don't collide between clans
2024-01-09 17:22:48 +07:00
clan-bot
2566fccfcf
Merge pull request 'VMs: port vm_persistence test to python' ( #698 ) from DavHau-main into main
2024-01-09 07:50:31 +00:00
DavHau
17390fc392
VMs: port vm_persistence test to python
2024-01-09 14:47:33 +07:00
clan-bot
b272eebc75
Merge pull request 'zerotier-members: print authorized state on list' ( #697 ) from lassulus-member_list_auth into main
2024-01-08 21:32:00 +00:00
lassulus
c73818c1a5
zerotier-members: print authorized state on list
2024-01-08 22:28:13 +01:00
clan-bot
df5e6761e6
Merge pull request 'VMs: persist state folders on host' ( #696 ) from DavHau-main into main
2024-01-08 11:42:19 +00:00
DavHau
c29e0086a4
VMs: persist state folders on host
...
Done:
- move vm inspect attrs from system.clan.vm.config to clanCore.vm.inspect. This gives us proper name and type checking. everything in `system` is basically freeform, so the previous option definitions were never enforced
- when running VMs, mount state directory from ~/.config/clan/vmstate/{...} from the host to /var/vmstate inside the vm
- create bind mount inside the VM from /var/vmstate/{folder} to / for all folders defined in clanCore.state.<name>.folders
TODOs:
- make sure directories in ~/.config/clan/vmstate never collide (include hash of clan-url, etc.)
- port impure test to python
2024-01-08 18:38:07 +07:00
clan-bot
4123944732
Merge pull request 'move selected_vm to the ClanListToolbar constructor' ( #690 ) from Mic92-wayland-update into main
2024-01-04 17:53:02 +00:00
clan-bot
96e2deee1f
Merge pull request 'Update start/stop button based on VM state' ( #689 ) from Mic92-wayland-update into main
2024-01-04 17:50:25 +00:00
Jörg Thalheim
a5137efd48
move selected_vm to the ClanListToolbar constructor
2024-01-04 18:50:21 +01:00
Jörg Thalheim
c7fda31ab3
Update start/stop button based on VM state
2024-01-04 18:47:52 +01:00
Jörg Thalheim
738aaa3b5d
executor: simplify running_procs
2024-01-04 18:42:13 +01:00
clan-bot
2da5b4a0ff
Merge pull request 'reduce number of eval workers' ( #688 ) from Mic92-wayland-update into main
2024-01-04 16:21:16 +00:00
clan-bot
dbfbbf8670
Merge pull request 'clan-vm-manager: make joining clan url more logical' ( #687 ) from Mic92-wayland-update into main
2024-01-04 16:18:29 +00:00
Jörg Thalheim
4fc48f38d5
reduce number of eval workers
2024-01-04 17:18:10 +01:00
Jörg Thalheim
6a75ea56fd
clan-vm-manager: make joining clan url more logical
...
The icon is confusing. It distracts from the actual "Join" label. Also when a user
copy in an URL we can assume they trust the content, which might be not the case
when they just clicked on an URL.
2024-01-04 17:08:01 +01:00
Jörg Thalheim
093566aa42
clan-vm-manager: rename "New" to "Join Clan"
2024-01-04 16:50:19 +01:00
Jörg Thalheim
d18c2063c3
clan-vm-manager: rename "Online" to "Status"
...
online means connected to some network, which is not what this field shows.
2024-01-04 16:49:21 +01:00
clan-bot
bd07d59707
Merge pull request 'strip whitespace from clan uris' ( #686 ) from Mic92-wayland-update into main
2024-01-04 15:34:10 +00:00
clan-bot
d803cec108
Merge pull request 'switch to xwayland display :1' ( #683 ) from Mic92-wayland-update into main
2024-01-04 15:31:10 +00:00
Jörg Thalheim
f9dd2e0926
strip whitespace from clan uris
2024-01-04 16:30:26 +01:00
Jörg Thalheim
7f21e99736
update nix-direnv
2024-01-04 16:24:26 +01:00
Jörg Thalheim
0922856fa5
switch to xwayland display :1
...
no conflict with Xorg
2024-01-04 16:18:27 +01:00
clan-bot
f526e1261f
Merge pull request 'Fix broken executor.py' ( #684 ) from Qubasa-main into main
2024-01-03 12:42:03 +00:00
Qubasa
ae00b3ae65
Fix broken executor.py
2024-01-03 13:26:25 +01:00
clan-bot
8870351737
Merge pull request 'clan_uri: Support all other formats by just differentiating between remote and local' ( #680 ) from Qubasa-main into main
2024-01-02 16:24:51 +00:00
Qubasa
e4a7f68b0e
Fixed cmd.py writing to stderr
2024-01-02 17:21:06 +01:00
Qubasa
3f55c688d9
Refactor subprocess to cmd.py part 1. Fixed clan_uri test.
2024-01-02 17:21:06 +01:00
Qubasa
69d08241e9
delete unecessary f.truncate
2024-01-02 17:21:06 +01:00
Qubasa
ef827af89c
Fixed unsafe dirs.py urlquoting, improved cmd.py run func
2024-01-02 17:21:06 +01:00
Qubasa
7c5ed85231
clan_uri: Support all other formats by just differentiating between remote and local
2024-01-02 17:21:05 +01:00
clan-bot
4383fab8d7
Merge pull request 'Executor: drop unused in_file' ( #682 ) from Mic92-wayland-update into main
2024-01-02 14:46:25 +00:00
Jörg Thalheim
d0b165b311
only set process title on Linux
...
the systemcall is not portable
2024-01-02 15:44:28 +01:00
Jörg Thalheim
c609d84273
Executor: drop unused in_file
2024-01-02 15:44:28 +01:00
clan-bot
7e662b7655
Merge pull request 'drop references to debug.py' ( #681 ) from Mic92-wayland-update into main
2024-01-02 14:26:02 +00:00
Jörg Thalheim
0ecfaa96cf
drop references to debug.py
2024-01-02 15:22:36 +01:00
clan-bot
c1e449e055
Merge pull request 'Automatic flake update - 2024-01-01T00:00+00:00' ( #670 ) from flake-update-2024-01-01 into main
2024-01-02 14:14:59 +00:00
clan-bot
91633df0c8
Merge pull request 'fix: join workflow' ( #677 ) from hsjobeki-main into main
2024-01-02 09:05:41 +00:00
Johannes Kirschbauer
0676d93e4b
rebase
2024-01-02 10:02:25 +01:00
clan-bot
d6fe6b1d69
Merge pull request 'dirs.py: remove outdated comment' ( #676 ) from DavHau-main into main
2024-01-02 07:29:05 +00:00