mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 07:41:02 +00:00
Merge branch 'master' into nightly
This commit is contained in:
commit
1a5c6da972
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Feature] Add [tutor-richie](https://github.com/overhangio/tutor-richie) to the plugins that are bundled with the tutor binary.
|
||||
- [Improvement] Make `tutor plugins list` print plugins sorted by name.
|
||||
- [Improvement] Ignore Python plugins which cannot be loaded.
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -92,7 +92,7 @@ ci-test-bundle: ## Run basic tests on bundle
|
||||
yes "" | ./dist/tutor config save --interactive
|
||||
./dist/tutor config save
|
||||
./dist/tutor plugins list
|
||||
./dist/tutor plugins enable android discovery ecommerce forum license mfe minio notes webui xqueue
|
||||
./dist/tutor plugins enable android discovery ecommerce forum license mfe minio notes richie webui xqueue
|
||||
./dist/tutor plugins list
|
||||
./dist/tutor license --help
|
||||
|
||||
|
@ -11,6 +11,7 @@ for plugin_name in [
|
||||
"mfe",
|
||||
"minio",
|
||||
"notes",
|
||||
"richie",
|
||||
"webui",
|
||||
"xqueue",
|
||||
]:
|
||||
|
@ -7,5 +7,6 @@ tutor-license>=12.0.0,<13.0.0
|
||||
tutor-mfe>=12.0.0,<13.0.0
|
||||
tutor-minio>=12.0.0,<13.0.0
|
||||
tutor-notes>=12.0.0,<13.0.0
|
||||
tutor-richie>=12.0.0,<13.0.0
|
||||
tutor-webui>=12.0.0,<13.0.0
|
||||
tutor-xqueue>=12.0.0,<13.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user