1
0
forked from clan/clan-core
Commit Graph

10 Commits

Author SHA1 Message Date
0367fc1e90 clan-cli tests: remove dynamic inclusion of helpers module
Dynamically extending the python path at runtime is bad for developer experience, as this is not understood by the text editor and therefore jump to definition etc. does not work.

-> Better to remove the dynamic inclusion and force developers to specify the import correctly.
2024-07-05 16:38:22 +07:00
802f047341 devShells: make all shells inherit from default shell
Currently, important tools from the default shell are lost as soon as select-shell is used to switch to another shell. select-shell itself, for example is missing, which makes it impossible to switch back to another shell.
2024-07-05 15:01:25 +07:00
b73246bdfd
API: init methods: hw_generate, dns discovery 2024-06-16 16:29:18 +02:00
cb847cab82
API: init op_key, improve seralisation & signature typing 2024-06-15 11:32:09 +02:00
d587b326b5
API: improve type & class construction 2024-06-11 19:20:40 +02:00
913ab4627c
Webview: init 'open clan' workflow 2024-06-11 16:28:02 +02:00
6adcd1fdf2
API: add abstract open_file method, implement open_file 2024-06-08 17:04:56 +02:00
7dce6ad6c4
clan-app: switch default view to webui 2024-06-05 12:10:26 +02:00
06412865bb
clan-app: rename clan-vm-manager 2024-06-05 11:36:02 +02:00
0fb207bb59
clan-app: rename clan-vm-manager 2024-06-05 11:24:59 +02:00