7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-17 04:42:21 +00:00
tutor/tutor/commands
Régis Behmo 0d997c9479 feat: auto-mount edx-platform python requirements
These changes make to possible to run:

    tutor mounts add /path/to/my-xblock

The xblock directory with then be auto-magically bind-mounted in the
"openedx" image at build time, and the lms*/cms* containers at run time.

This makes it effectively possible to work as a developer on
edx-platform requirements.

We take the opportunity to move some openedx-specific code to a
dedicated module.

Close https://github.com/openedx/wg-developer-experience/issues/177
2023-12-10 22:57:08 +01:00
..
upgrade feat: upgrade mongodb to 4.4 2023-06-14 21:08:49 +02:00
__init__.py Move command modules to dedicated directory 2019-05-29 09:53:54 +02:00
cli.py fix: type tests 2023-08-29 16:21:43 +02:00
compose.py feat: auto-mount edx-platform python requirements 2023-12-10 22:57:08 +01:00
config.py feat: add CONFIG_LOADED action 2023-10-02 09:08:07 +02:00
context.py feat: pluggable local/dev/k8s do <job> commands 2022-11-15 09:46:08 +01:00
dev.py feat: auto build "openedx-dev" on "dev launch" 2023-06-14 21:08:49 +02:00
images.py feat: auto-mount edx-platform python requirements 2023-12-10 22:57:08 +01:00
jobs.py fix: broken mysql after palm upgrade 2023-08-16 19:01:41 +02:00
k8s.py fix: load kube config from file 2023-06-16 11:44:13 +02:00
local.py feat: auto build "openedx-dev" on "dev launch" 2023-06-14 21:08:49 +02:00
mounts.py fix: format output of config printvalue as yaml 2023-06-14 21:08:49 +02:00
params.py feat: separate mounts command 2023-06-14 21:08:49 +02:00
plugins.py fix: remove references to the wizard edition 2023-08-03 11:08:35 +02:00