7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-26 00:42:35 +00:00
tutor/tutor/commands
Régis Behmo d73d6732d5 feat: make it possible to override jobs in dev
Previously, job declarations were always loaded from local/docker-compose.yml
and local/docker-compose.jobs.yml. This meant that it was not possible to
override job declarations in dev mode. It is now the case, with
dev/docker-compose.jobs.yml and dev/docker-compose.jobs.override.yml. Neither
of these files exist yet... But who knows? we might need this feature one day.
In any case the code is much cleaner now.
2021-11-01 17:21:43 +01:00
..
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py feat: dynamic app name and version suffix 2021-10-14 12:59:57 +02:00
compose.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
config.py feat: env only mode for config generation 2021-06-22 12:25:29 +02:00
context.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
dev.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
images.py feat: ability to pass docker build options via env variable TUTOR_DOCKER_BUILD_ARGS 2021-09-30 12:42:27 +02:00
k8s.py 💥 improvement: better defaults for the settheme commands 2021-10-14 12:59:57 +02:00
local.py feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
plugins.py fix: better logging during plugins disable 2021-06-22 12:28:58 +02:00