Commit Graph

710 Commits

Author SHA1 Message Date
Jörg Thalheim
81512b99a3 start spice in background 2023-11-23 17:56:05 +01:00
Jörg Thalheim
63a74ced2e spice: use unix socket instead of tcp 2023-11-23 17:34:06 +01:00
Jörg Thalheim
c701ab7514 fake_deal: fixup call wrapper 2023-11-23 17:32:37 +01:00
Jörg Thalheim
8a0ecd802e switch to spice for graphical vms 2023-11-23 16:59:07 +01:00
Jörg Thalheim
47d0dd297f vms: start with cpu=max
This unlocks some cpu extensions
2023-11-23 16:55:36 +01:00
Jörg Thalheim
136ccc89f1 clan-vm-manager: add desktop-icon 2023-11-23 15:30:44 +01:00
Jörg Thalheim
79d0f441d9 clan-vm-manager: prepend local clan-cli to python path 2023-11-23 15:30:44 +01:00
Jörg Thalheim
b8f5c13553 clan-vm-manager: simplify shellHook 2023-11-23 15:30:44 +01:00
Jörg Thalheim
f68c10a008 clan-vm-manager: add nix package 2023-11-23 15:30:44 +01:00
Jörg Thalheim
2e54575474 clan-cli: drop dependency on deal 2023-11-23 15:03:46 +01:00
Jörg Thalheim
9eed5a7fec drop glade backup file 2023-11-23 15:03:46 +01:00
Jörg Thalheim
a838c4da17 mv clan-vm-manager to its own package 2023-11-23 15:03:46 +01:00
Qubasa
832c41df7e Added gtk demo app 2023-11-23 15:03:38 +01:00
Qubasa
17c71d2f40 Added more deal tests 2023-11-21 16:44:38 +01:00
Jörg Thalheim
7d3ccb23ea drop desktop item from cli 2023-11-21 15:26:36 +01:00
Jörg Thalheim
8759e5a049 drop dependency on fastapi in the cli 2023-11-21 15:09:18 +01:00
Jörg Thalheim
f9f2f7bb65 drop join from cli 2023-11-21 14:25:51 +01:00
Jörg Thalheim
90ff10eac1 Revert "nix-unit; update"
This reverts commit bd7899e48a.
2023-11-21 13:58:05 +01:00
clan-bot
c901133a81 Merge pull request 'schemathesis: Add as runnable application instead of library to resolve httpx dependency collision issue' (#543) from Qubasa-main into main 2023-11-21 12:49:38 +00:00
Jörg Thalheim
48008c9b7f fix compilation of frontend 2023-11-21 12:48:35 +00:00
Jörg Thalheim
7afaaf8c5a get rid of pydantic in cli 2023-11-21 12:48:35 +00:00
Qubasa
48f0381fb5 schemathesis: Add as runnable application instead of library to resolve httpx dependency collision issue 2023-11-20 17:14:12 +01:00
DavHau
bd7899e48a nix-unit; update 2023-11-20 17:03:37 +07:00
ui-asset-bot
ef72523f54 update ui-assets.nix 2023-11-20 08:34:25 +00:00
clan-bot
bf837dc842 Merge pull request 'extend toolbar styling, add support for atomic menu' (#539) from hsjobeki-main into main 2023-11-20 08:33:01 +00:00
Johannes Kirschbauer
b83a440cb2 move join url 2023-11-20 09:29:46 +01:00
Johannes Kirschbauer
f7f3bd2e35 decompose join/create clan, move to manage page 2023-11-20 09:22:39 +01:00
Johannes Kirschbauer
b4550b3dd9 extend toolbar styling, add support for atomic menu 2023-11-20 09:21:59 +01:00
DavHau
9f63f725d3 history: fix: store entries only once 2023-11-20 11:39:00 +07:00
ui-asset-bot
9d99f93b37 update ui-assets.nix 2023-11-19 11:10:43 +00:00
Johannes Kirschbauer
8922bcc8f0 fix imports & class order 2023-11-19 12:06:36 +01:00
DavHau
648c6157ad ui: add clan tool bar
To use for selecting a clan from the history
2023-11-18 18:32:02 +07:00
ui-asset-bot
ff03944ff4 update ui-assets.nix 2023-11-18 10:18:20 +00:00
Johannes Kirschbauer
efa59abac6 prepare for select clan from history 2023-11-18 11:00:16 +01:00
Johannes Kirschbauer
3d7f9fefa8 removed unused part 2023-11-18 11:00:16 +01:00
ui-asset-bot
ee9d7fe6cb update ui-assets.nix 2023-11-18 09:43:34 +00:00
DavHau
30f22acaf5 ui: display overlay when no machines available 2023-11-18 16:40:09 +07:00
ui-asset-bot
8767e9900d update ui-assets.nix 2023-11-18 08:38:57 +00:00
Johannes Kirschbauer
fb474a926a removed unused part 2023-11-18 15:35:13 +07:00
Johannes Kirschbauer
808bd3defd start machine list cleanup 2023-11-17 16:10:09 +01:00
DavHau
c46638f589 api/flake/history: implement review requests 2023-11-17 18:26:55 +07:00
clan-bot
bf2b8b4cca Merge pull request 'hide root from api schema' (#529) from hsjobeki-hsjobeki into main 2023-11-17 11:07:11 +00:00
Johannes Kirschbauer
f07fb05220 hide root from api schema 2023-11-17 12:03:40 +01:00
DavHau
64649ff7a9 api/flake/list_history: init
Add an api endpoint to list the history of clan flakes that have been interacted with

Also add `clan flake list`
2023-11-17 17:56:14 +07:00
Johannes Kirschbauer
02c3222f6b hide root from api schema 2023-11-17 11:54:17 +01:00
ui-asset-bot
a01cb9434b update ui-assets.nix 2023-11-17 10:47:47 +00:00
clan-bot
a7d46a561e Merge pull request 'fix ui' (#528) from hsjobeki-hsjobeki into main 2023-11-17 10:46:19 +00:00
Johannes Kirschbauer
f419ff842a fix ui 2023-11-17 11:42:43 +01:00
DavHau
999ad67277 api/flake/add: init
Adds an endpoint to memoize clans.
clan flakes can be added to the history either via the endpoint or by executing `clan flakes add`
2023-11-17 17:05:15 +07:00
Jörg Thalheim
5e280674fa meshname: fix mx records and support for reverse-ips 2023-11-16 17:32:05 +01:00