7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-27 09:03:28 +00:00
tutor/tutor
Kyle McCormick 99a3da809e fix: in runserver, only recommend --mount once per invocation
Previously, `tutor dev runserver --volume=x --volume=y`
would log:

  'runserver' is deprecated and will be removed in a future release.
  Use 'start' instead. Bind-mounts can be specified using '-m/--mount'.
  Bind-mounts can be specified using '-m/--mount'.
2022-04-22 10:14:11 +02:00
..
commands fix: in runserver, only recommend --mount once per invocation 2022-04-22 10:14:11 +02:00
hooks docs: list template filters in the v1 docs 2022-04-20 19:48:21 +02:00
plugins fix: unit tests with v1 plugin installed 2022-04-20 19:48:21 +02:00
templates feat: deprecate runserver in favor of start 2022-04-21 15:00:54 +02:00
__about__.py v13.1.11 (2022-04-12) 2022-04-12 17:37:55 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
bindmounts.py feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
config.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
env.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
images.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
interactive.py feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
jobs.py refactor: get rid of the openedx Docker entrypoint 2022-04-15 15:37:56 +02:00
serialize.py fix: YamlParamType supports line terminators 2021-04-25 09:14:21 +02:00
types.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
utils.py chore: fix various linting warnings in f-strings and docs 2022-02-25 14:50:36 +01:00