1
0
forked from clan/clan-core
Commit Graph

1393 Commits

Author SHA1 Message Date
6df833d59b Added basic GTK window handling 2023-11-25 01:55:01 +01:00
bb7f92f9aa update ui-assets.nix 2023-11-24 14:59:09 +00:00
272f0e6c8a Merge pull request 'openapi: put a static version into the repository' (#564) from Mic92-cli into main 2023-11-24 14:58:34 +00:00
d033f523b8 openapi: put a static version into the repository
This avoids a lot of rebuilds and we can also track api changes better
2023-11-24 15:56:27 +01:00
7cbd8f914b Merge pull request 'rename vms create to vms run' (#563) from Mic92-cli into main 2023-11-24 14:03:29 +00:00
884c200061 rename vms create to vms run 2023-11-24 15:00:08 +01:00
e8d7321e26 Merge pull request 'nix-unit: add missing wrapper' (#562) from Mic92-cli into main 2023-11-24 07:30:21 +00:00
6d670fed42 nix-unit: pin nix version
This will always break and this way we can delay how often we update it.
2023-11-24 08:28:08 +01:00
882a5011c0 nix-unit: add missing wrapper 2023-11-24 08:22:13 +01:00
2c048a8a74 Merge pull request 'WIP backups' (#557) from lassulus-backups into main 2023-11-23 17:18:55 +00:00
640430075a backups: add clanCore backup & clan borgbackup module 2023-11-23 18:12:49 +01:00
db5af7ea67 Merge pull request 'clan-cli: drop unused mypy overrides for gi' (#561) from Mic92-cli into main 2023-11-23 17:06:01 +00:00
ce1ad9f8c2 clan-cli: drop unused mypy overrides for gi 2023-11-23 18:01:40 +01:00
7369978218 Merge pull request 'start spice in background' (#560) from Mic92-cli into main 2023-11-23 16:59:27 +00:00
81512b99a3 start spice in background 2023-11-23 17:56:05 +01:00
e13844ff46 Merge pull request 'fake_deal: fixup call wrapper' (#559) from Mic92-cli into main 2023-11-23 16:37:40 +00:00
63a74ced2e spice: use unix socket instead of tcp 2023-11-23 17:34:06 +01:00
c701ab7514 fake_deal: fixup call wrapper 2023-11-23 17:32:37 +01:00
fad3108218 Merge pull request 'switch to spice for graphical vms' (#558) from Mic92-cli into main 2023-11-23 16:07:31 +00:00
8a0ecd802e switch to spice for graphical vms 2023-11-23 16:59:07 +01:00
47d0dd297f vms: start with cpu=max
This unlocks some cpu extensions
2023-11-23 16:55:36 +01:00
4b1f5f873c Merge pull request 'clan-vm-manager' (#556) from clan-vm-manager into main 2023-11-23 14:32:52 +00:00
948ed521f9 nix-direnv: update to 2.4.0 2023-11-23 15:30:44 +01:00
136ccc89f1 clan-vm-manager: add desktop-icon 2023-11-23 15:30:44 +01:00
79d0f441d9 clan-vm-manager: prepend local clan-cli to python path 2023-11-23 15:30:44 +01:00
b8f5c13553 clan-vm-manager: simplify shellHook 2023-11-23 15:30:44 +01:00
f68c10a008 clan-vm-manager: add nix package 2023-11-23 15:30:44 +01:00
2e54575474 clan-cli: drop dependency on deal 2023-11-23 15:03:46 +01:00
9eed5a7fec drop glade backup file 2023-11-23 15:03:46 +01:00
a838c4da17 mv clan-vm-manager to its own package 2023-11-23 15:03:46 +01:00
832c41df7e Added gtk demo app 2023-11-23 15:03:38 +01:00
17c71d2f40 Added more deal tests 2023-11-21 16:44:38 +01:00
c39eb24318 Merge pull request 'drop desktop item from cli' (#554) from joerg-ci into main 2023-11-21 14:29:55 +00:00
7d3ccb23ea drop desktop item from cli 2023-11-21 15:26:36 +01:00
6072159020 Merge pull request 'drop dependency on fastapi in the cli' (#551) from Mic92-cli into main 2023-11-21 14:13:13 +00:00
8759e5a049 drop dependency on fastapi in the cli 2023-11-21 15:09:18 +01:00
dc39f04371 Merge pull request 'drop join from cli' (#549) from Mic92-cli into main 2023-11-21 13:31:36 +00:00
f9f2f7bb65 drop join from cli 2023-11-21 14:25:51 +01:00
38440e644f Merge pull request 'Revert "nix-unit; update"' (#548) from Mic92-cli into main 2023-11-21 13:00:49 +00:00
90ff10eac1 Revert "nix-unit; update"
This reverts commit bd7899e48a.
2023-11-21 13:58:05 +01:00
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
9997f95a4b Merge pull request 'cli' (#547) from cli into main
Reviewed-on: clan/clan-core#547
2023-11-21 12:48:35 +00:00
48008c9b7f fix compilation of frontend 2023-11-21 12:48:35 +00:00
7afaaf8c5a get rid of pydantic in cli 2023-11-21 12:48:35 +00:00
f9b3fe0765 Merge pull request 'jsonschema: support mdDoc description' (#544) from DavHau-jsonschema into main 2023-11-21 10:33:30 +00:00
f54ad0f739 jsonschema: support mdDoc description 2023-11-21 17:29:22 +07:00
48f0381fb5 schemathesis: Add as runnable application instead of library to resolve httpx dependency collision issue 2023-11-20 17:14:12 +01:00
9af58c7bac Merge pull request 'lib/jsonschema: add more types and excludes' (#542) from DavHau-jsonschema into main 2023-11-20 12:43:51 +00:00
3c4c2995ca lib/jsonschema: add more types and excludes
- Complete the types to cover almost everything
- exclude specific types like functionTo or package
2023-11-20 19:40:27 +07:00
d47662730f Merge pull request 'nix-unit; update' (#540) from DavHau-jsonschema into main 2023-11-20 10:07:03 +00:00