Jörg Thalheim
93cbe62765
always resolve symlinks for TemporaryDirectory
...
On macOS mktemp returns a temporary directory in a symlink.
Nix has a bug where it won't accept path:// located in a symlink.
This avoid this issue by always resolving symlinks as returned by
TemporaryDirectory.
2025-03-19 16:47:18 +01:00
Qubasa
23b57b0a3a
clan-cli: Mark new test as impure
2025-02-10 20:36:55 +07:00
Qubasa
9ab81a9c5d
clan-cli: Add one more test for checking Flake with git+file:
2025-02-10 20:36:55 +07:00
lassulus
32748c14f4
clan_cli machines: use Flake instead of FlakeId
2025-02-07 06:26:09 +01:00
Qubasa
ff8d82c3c6
clan-vm-manager: Fix regression part2
2024-11-28 19:01:46 +01:00
Qubasa
0f0a8825e1
clan-cli: Init clan machines import
2024-09-16 18:15:55 +02:00
Jörg Thalheim
b4698528ef
make machine class now a dataclass
2024-07-03 12:34:43 +02:00
Jörg Thalheim
cc583dd79e
simplify clan uri further
2024-07-02 12:52:10 +02:00
Jörg Thalheim
e637394370
remove unused multi machine clan urls
2024-07-02 12:20:30 +02:00
Jörg Thalheim
815bb336be
remove unused MachineParams
2024-07-02 11:57:39 +02:00
Qubasa
372e212c0c
clan_cli: Renamed ClanUrl to FlakeId
2024-03-08 23:47:27 +07:00
Qubasa
442e5b45ba
clan_cli: Simplify ClanURI
2024-03-07 19:04:48 +07:00
Qubasa
93c868a3b7
clan_cli: Rewrite ClanURI
2024-03-07 16:41:37 +07:00
Qubasa
f1acc44488
URI: Added support for #flake_attr
2024-01-16 17:11:26 +01:00
Qubasa
3f55c688d9
Refactor subprocess to cmd.py part 1. Fixed clan_uri test.
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
Qubasa
1a36ef242f
Fixed failing tests in machines and history cli, removed test_machines_api.py
2023-12-14 18:25:42 +01:00
Qubasa
e139628fbd
Improved ClanURI
2023-12-14 18:21:10 +01:00
Qubasa
d4b8cef242
Added clan flakes inspect command. Improved ClanURI. Added democlan as dependency in flake.nix
2023-12-09 00:09:21 +01:00
Qubasa
ae8029e560
clan_cli: URI parser now only has HTTP and FILE. Also clan:///home/user or clan://~/Downloads is supported
2023-12-08 13:46:21 +01:00
Qubasa
b48fb10f86
clan_cli: ClanURI fixed non executing tests
2023-12-06 13:38:22 +01:00
Qubasa
cb984f6d43
clan_cli: Remodeled ClanURI parser
2023-12-05 18:16:51 +01:00
Qubasa
22d5a61a51
clan_cli: Remodeled ClanURI parser
2023-12-05 18:08:27 +01:00
Qubasa
63c820ed86
clan_cli: Added ClanURI class parser
2023-12-05 16:17:15 +01:00