7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-10 01:32:21 +00:00
tutor/tutor/commands
Régis Behmo 146ec62a0a feat: skip explicit openedx-dev image building in tutor dev launch
I have no idea why we decided to kickstart a separate build. The image will be
built anyway at the next step because we run `docker compose up --build` in
`tutor dev start`.

The build step was introduced in this PR: https://github.com/overhangio/tutor/pull/627
2022-12-13 17:25:58 +01:00
..
upgrade feat: backfill persistent grades during upgrade 2022-12-13 17:22:15 +01:00
__init__.py
cli.py
compose.py
config.py feat: auto-complete config save/printroot arguments 2022-11-24 16:21:57 +01:00
context.py
dev.py feat: skip explicit openedx-dev image building in tutor dev launch 2022-12-13 17:25:58 +01:00
images.py
jobs.py fix: do not prepend DJANGO settings info to all jobs 2022-11-24 18:40:16 +01:00
k8s.py depr: get rid of quickstart command 2022-12-13 17:25:43 +01:00
local.py depr: get rid of quickstart command 2022-12-13 17:25:43 +01:00
plugins.py