6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-12 00:06:32 +00:00
tutor/tutor
Régis Behmo 4a808fa87b v14.0.2 (2022-06-27)
- [Bugfix] Update problem with hint template so it works with newer python versions. (by @mariajgrimaldi)
- [Feature] Add default PYTHONBREAKPOINT to openedx/Dockerfile (by @Carlos-Muniz)
- [Bugfix] Fix smtp server port in `cms.yml` which was causing email sending failures in the Studio. (by @regisb)
- [Bugfix] Skip waiting for MongoDB if it is served using SRV records. (by @gabor-boros)
- [Improvement] Use `git am` instead of `cherry-pick` to simplify patching process.
- [Improvement] Tutor is now compatible with Docker Compose subcommand.
2022-06-27 16:07:08 +02:00
..
commands fix: upgrade_from_maple issue 2022-06-13 21:54:45 +02:00
hooks feat: render files in ignored directories 2022-06-03 12:54:27 +02:00
plugins fix: ignore plugins that cannot be loaded 2022-05-24 11:38:37 +02:00
templates chore: remove extra empty line 2022-06-27 09:16:13 +02:00
__about__.py v14.0.2 (2022-06-27) 2022-06-27 16:07:08 +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 v14.0.0: upgrade to Nutmeg 2022-06-09 19:18:20 +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 fix: truncate site name if longer than 50 characters and show warning 2022-05-30 12:51:11 +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 fix: @lru_cache python 3.7 compatibility 2022-06-22 11:28:27 +02:00