Commit Graph

581 Commits

Author SHA1 Message Date
Luis f1b66d7996 Nix fmt doesn't complain anymore 2023-10-23 01:30:47 +02:00
Luis 7a354875c9 Fully working ui and cli 2023-10-23 01:23:06 +02:00
Luis 805efb7ec7 Working base cli webui 2023-10-23 01:18:58 +02:00
Luis e5c0bc7fd4 Fixed AnyURL problem 2023-10-22 22:38:04 +02:00
Luis d78a3bc684 Fixed linting problem 2023-10-22 22:20:23 +02:00
Luis aaeccfbec5 Fixed linting problem 2023-10-22 22:17:10 +02:00
Luis e69cc4940d After fixing problem 2023-10-22 21:24:02 +02:00
Luis c7c47b6527 Befor fixing linting problem 2023-10-22 21:03:06 +02:00
Luis 545d389df0 Initial commit 2023-10-15 16:41:25 +02:00
Luis 6def19b4c8 Added new type FlakeName 2023-10-14 15:17:58 +02:00
Luis 718f647774 Added flake_name:str argument everywhere, nix fmt doesn't complain anymore 2023-10-14 14:57:36 +02:00
Luis 06d6edbfa7 API|CLI: Added argument 'flake_name' to all CLI and API endpoints. Tests missing. 2023-10-13 22:29:55 +02:00
Luis 740e5e2ebc Added state directory. 2023-10-13 19:56:10 +02:00
Luis 4ab4832d41 API: Added Path validators. api/flake/create inits git repo. Fixed vscode interpreter problem 2023-10-12 22:46:32 +02:00
lassulus 3dad667f97 vms.create: don't generate secrets if clan is remote 2023-10-11 12:01:42 +02:00
clan-bot 1cca1faedd Merge pull request 'API: Added /api/flake/create. Fixed vscode search settings. Moved clan create to clan flake create' (#423) from Qubasa-main into main 2023-10-09 12:04:02 +00:00
Luis b49433958b API: Added /api/flake/create. Fixed vscode search settings. Moved clan create to clan flake create 2023-10-09 14:01:34 +02:00
ui-asset-bot 78758319f3 update ui-assets.nix 2023-10-08 15:27:26 +00:00
clan-bot 4fa2056834 Merge pull request 'cleanup work' (#421) from chore/fixes into main 2023-10-08 15:26:08 +00:00
ui-asset-bot 2874cf3bdb update ui-assets.nix 2023-10-08 15:24:32 +00:00
clan-bot ded13b2da5 Merge pull request 'add coporate theme color variables' (#419) from feat/theme into main 2023-10-08 15:23:54 +00:00
Johannes Kirschbauer 5483018783 cleanup work 2023-10-08 17:20:43 +02:00
Johannes Kirschbauer 9ea71c90a6 resolve conflicts 2023-10-08 15:53:43 +02:00
Johannes Kirschbauer d3310f861b add coporate theme color variables 2023-10-08 15:46:33 +02:00
Luis 9c74c4d661 CLI: Fixed bug in firefox opening addon page because of new profile 2023-10-08 14:39:31 +02:00
DavHau ceb6bdd474 clan join: test create vm for clan join
This adds a vm create test for the `clan join` scenario where:
  - there is no local clan to write changes to
  - a machine from a remote flake needs to be built and run
  - no users and no secrets need to be or can be managed (no flake to write files to)
2023-10-06 19:15:25 +02:00
ui-asset-bot 5ab0840939 update ui-assets.nix 2023-10-06 07:52:25 +00:00
clan-bot 60b868c4cb Merge pull request 'clean up theme' (#416) from feat/corp-theme into main 2023-10-06 07:51:07 +00:00
Johannes Kirschbauer 0e1b4ab96f clean up theme 2023-10-06 09:41:37 +02:00
DavHau f885c877bc clan-cli: improve debug logging 2023-10-05 17:37:33 +02:00
DavHau dbf80595fd zerotier: fix: find free port without collissions 2023-10-05 17:03:01 +02:00
lassulus bdb0a6484a tests: add fixtures to test_vms_cli 2023-10-05 15:56:15 +02:00
DavHau 6abbf4bacd clan-cli: unset LD_LIBRARY_PATH
This prevents problems with mixed glibc versions that might occur when the cli is called through a browser built against another glibc
2023-10-05 13:44:08 +02:00
lassulus 4af74ee5a5 machines update: add --target-host 2023-10-04 23:28:15 +02:00
lassulus 3fb36b3ac1 secrets upload: skip on exit 23, cleanup 2023-10-04 21:29:19 +02:00
clan-bot dfed8fdcb2 Merge pull request 'test_secrets_password_store: create gpghome with save permissions' (#407) from Mic92-main into main 2023-10-04 17:59:18 +00:00
Jörg Thalheim 41106a67e2 test_secrets_password_store: create gpghome with save permissions 2023-10-04 19:56:18 +02:00
DavHau bdd4cfc7d8 clan join: init 2023-10-04 18:53:59 +02:00
clan-bot a2597717b3 Merge pull request 'webui: drop deadcode' (#405) from Mic92-main into main 2023-10-04 16:20:23 +00:00
Jörg Thalheim d0c1eddf79 task_manager: log stdout/stderr correctly for processes 2023-10-04 18:17:30 +02:00
Jörg Thalheim d156218775 drop dead daemonize code 2023-10-04 18:17:30 +02:00
lassulus 99433ac290 test_vms_api: supply age key for secret creation 2023-10-04 18:13:25 +02:00
lassulus bc36ec4c1a vms: support secrets and fix cross compilation 2023-10-04 18:04:27 +02:00
lassulus e8c9f27515 tests test_flake: disable dhcp 2023-10-04 17:52:06 +02:00
lassulus fe1a3f0541 task_manager: fix race conditions 2023-10-04 17:52:06 +02:00
DavHau 544322ee6e webui: open browser in new window
This gets closer to an app like feeling
2023-10-04 17:26:55 +02:00
clan-bot 018590d30b Merge pull request 'improve task manager to report exceptions better' (#402) from Mic92-main into main 2023-10-04 14:51:41 +00:00
Jörg Thalheim 04ba80f614 improve task manager to report exceptions better 2023-10-04 16:49:58 +02:00
lassulus 966a33e711 vm.create: define tmpdir 2023-10-04 16:46:30 +02:00
lassulus b25af9f0f4 clan_cli: refactor secrets code into Machine class 2023-10-04 16:41:16 +02:00