6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00
tutor/tutor
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
..
commands feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
templates feat: make it possible to override jobs in dev 2021-11-01 17:21:43 +01:00
__about__.py v12.1.5 (2021-10-25) 2021-10-25 17:54:40 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
bindmounts.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
config.py feat: upgrade to open-release/lilac.master 2021-06-08 23:29:12 +02:00
env.py feat: dynamic app name and version suffix 2021-10-14 12:59:57 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
images.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
interactive.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
jobs.py refactor: better runner inheritance architecture 2021-11-01 17:21:43 +01:00
plugins.py feat: dynamic app name and version suffix 2021-10-14 12:59:57 +02:00
serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
types.py refactor: better config type checking 2021-04-18 18:02:02 +02:00
utils.py chore: get rid of outdated pycryptodome ugly patch 2021-10-25 20:19:27 +02:00