This repository has been archived by the owner on May 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Deprecate 'runserver' in favor of 'start' #61
Labels
enhancement
Relates to new features or improvements to existing features
Comments
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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`. Where developers previously used: tutor dev runserver --volume ... to bind-mount host directories, they should now use: tutor dev start --mount ... Resolves openedx-unsupported/wg-developer-experience#61
WIP: kdmccormick/tutor#9 |
kdmccormick
moved this from Blocked
to In Progress
in Tutor DevEnv Adoption (OLD BOARD)
Apr 20, 2022
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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`. Where developers previously used: tutor dev runserver --volume ... to bind-mount host directories, they should now use: tutor dev start --mount ... Resolves openedx-unsupported/wg-developer-experience#61
kdmccormick
added
the
enhancement
Relates to new features or improvements to existing features
label
Apr 20, 2022
kdmccormick
changed the title
Mark 'runserver' as deprecated in favor of 'start'
Deprecate 'runserver' in favor of 'start'
Apr 20, 2022
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
It 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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
`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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
`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 openedx-unsupported/wg-developer-experience#61
kdmccormick
added a commit
to kdmccormick/tutor
that referenced
this issue
Apr 20, 2022
`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 openedx-unsupported/wg-developer-experience#61
kdmccormick
moved this from In Progress
to In Review
in Tutor DevEnv Adoption (OLD BOARD)
Apr 20, 2022
Ready for review: overhangio/tutor#644 |
Repository owner
moved this from Blocked
to Done
in Axim Engineering Tasks
Apr 21, 2022
Repository owner
moved this from In Review
to Closed
in Tutor DevEnv Adoption (OLD BOARD)
Apr 21, 2022
regisb
pushed a commit
to overhangio/tutor
that referenced
this issue
Apr 21, 2022
`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 openedx-unsupported/wg-developer-experience#61
Requires merge of overhangio/tutor-mfe#46 in order to be closed |
Repository owner
moved this from Done
to In Progress
in Axim Engineering Tasks
Jun 1, 2022
Repository owner
moved this from In Progress
to Done
in Axim Engineering Tasks
Jun 6, 2022
Repository owner
moved this from In Review
to Backlog
in Tutor DevEnv Adoption
Jun 6, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context
This does all the work discussed in #26 except actually removing the
runserver
command. We will complete #26 later, some time after Lisbon.Acceptance Criteria
tty: true
andstdin_open: true
to all services in tutor/templates/dev/docker-compose.ymltty: true
andstdin_open: true
todocker-compose-local-services
patch.runserver
as deprecated in the docs. Point tostart
and--mount
, which replace runserver.runserver
is deprecated.The text was updated successfully, but these errors were encountered: