6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-29 04:39:01 +00:00
tutor/tutor/templates
Kyle McCormick 5a81b6a6cb feat: deprecate runserver in favor of start
`tutor dev runserver` will be removed in a future release.
Developers are encouraged to use `tutor dev start` instead,
which is more flexible and provides a consistent interface
with `tutor local start`.

As part of this deprecation, we enable the `tty` and
`stdin_open` options on development docker-compose
services. This will allow developers to use `start`
for breakpoint debugging, which was previously only
availble via `runserver`. Several parallel PRs have
been merged in order to make the same change in the
development services of the official plugins.

Although `start` does not support the `--volume` option,
it supports a more-powerful `--mount` option. So, where
developers previously used:

    tutor dev runserver --volume ...

to bind-mount host directories, they should now use:

    tutor dev start --mount ...

Resolves https://github.com/overhangio/2u-tutor-adoption/issues/61
2022-04-21 15:00:54 +02:00
..
apps fix: lms authenticaton in development 2022-01-25 08:36:52 +01:00
build sec: apply rate limiting security fix 2022-04-20 19:48:34 +02:00
config feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
dev feat: deprecate runserver in favor of start 2022-04-21 15:00:54 +02:00
hooks style: update template formatting 2022-04-15 10:43:28 +02:00
k8s refactor: get rid of the openedx Docker entrypoint 2022-04-15 15:37:56 +02:00
local feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
kustomization.yml fix: k8s start caddy command 2022-01-31 08:37:35 +01:00
version Add TUTOR_VERSION to template variables 2019-05-29 09:53:54 +02:00