7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-02 14:20:47 +00:00
tutor/tutor/commands
Régis Behmo 3ab0dcb9e6 depr: templated hooks
Templated hooks we almost completely useless, so we get rid of them.
This allows us to get rid entirely of hook names and hook indexes, which
makes the whole implementation much simpler. Hook removal (with
`clear_all`) is achieved thanks to weak references.
2023-06-14 21:08:49 +02:00
..
upgrade feat: upgrade to Palm 2023-06-14 19:40:58 +02:00
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py feat: refactor hooks API for simplification 2023-01-31 10:17:58 +01:00
compose.py depr: templated hooks 2023-06-14 21:08:49 +02:00
config.py feat: config save --append/--remove KEY=VAL options 2023-06-14 19:40:58 +02:00
context.py feat: pluggable local/dev/k8s do <job> commands 2022-11-15 09:46:08 +01:00
dev.py feat: persistent bind-mounts 2023-06-14 21:08:49 +02:00
images.py feat: persistent bind-mounts 2023-06-14 21:08:49 +02:00
jobs.py depr: templated hooks 2023-06-14 21:08:49 +02:00
k8s.py feat: Add support for loading in-cluster config when running inside a pod 2023-06-06 15:14:52 +02:00
local.py feat: persistent bind-mounts 2023-06-14 21:08:49 +02:00
plugins.py feat: highlight enabled plugins with 2023-03-20 14:19:44 +01:00