|
6 | 6 | description: |
|
7 | 7 | Tutor plugin to install Aspects, the Open edX Learner Analytics System.
|
8 | 8 |
|
| 9 | +- name: celery |
| 10 | + src: tutor-contrib-celery>=18.0.0,<19.0.0 |
| 11 | + url: https://github.com/eduNEXT/tutor-contrib-celery |
| 12 | + author: eduNEXT <[email protected]> |
| 13 | + maintainer: eduNEXT <[email protected]> |
| 14 | + description: | |
| 15 | + Extend the default LMS and CMS celery workers included in Tutor allowing to |
| 16 | + run multiple celery queues to optimize the performance of async tasks. |
| 17 | +
|
9 | 18 | - name: codejail
|
10 |
| - src: -e git+https://github.com/edunext/tutor-contrib-codejail@quince#egg=tutor-contrib-codejail |
| 19 | + src: tutor-contrib-codejail>=18.0.0,<19.0.0 |
11 | 20 | url: https://github.com/eduNEXT/tutor-contrib-codejail/
|
12 |
| - author: eduNEXT |
13 |
| - maintainer: eduNEXT |
| 21 | + author: eduNEXT <[email protected]> |
| 22 | + maintainer: eduNEXT <[email protected]> |
14 | 23 | description: |
|
15 |
| - Tutor plugin to enable execution of untrusted code in secure sandboxes. |
| 24 | + Enable execution of untrusted code in secure sandboxes. |
16 | 25 | In particular, this plugin is required to run Python-evaluated input XBlocks.
|
17 | 26 |
|
18 |
| -- name: pod-autoscaling |
19 |
| - src: -e git+https://github.com/eduNEXT/tutor-contrib-pod-autoscaling@v17.0.0#egg=tutor-contrib-pod-autoscaling |
20 |
| - url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling |
21 |
| - author: eduNEXT |
22 |
| - maintainer: eduNEXT |
| 27 | +- name: drydock |
| 28 | + src: tutor-contrib-drydock>=18.0.0,<19.0.0 |
| 29 | + url: https://github.com/eduNEXT/drydock/ |
| 30 | + author: eduNEXT <[email protected]> |
| 31 | + maintainer: eduNEXT <[email protected]> |
23 | 32 | description: |
|
24 |
| - Tutor plugin enable pod-autoscaling mechanisms for OpenedX installations in Kubernetes. |
25 |
| - The specific mechanisms are HPA and VPA. |
| 33 | + Drydock is an opinionated tool offering a set of Tutor plugins aiming to provide features |
| 34 | + that enhance the operation of Open edX installations in Kubernetes. |
26 | 35 |
|
27 | 36 | - name: meilisearch
|
28 | 37 | src: -e git+https://github.com/open-craft/[email protected]#egg=tutor-meilisearch
|
|
32 | 41 | description: |
|
33 | 42 | Tutor plugin to install Meilisearch and enable course content search in Studio.
|
34 | 43 | See the README on GitHub for further setup instructions.
|
| 44 | +
|
| 45 | +- name: mfe-extensions |
| 46 | + src: tutor-contrib-mfe-extensions>=18.0.0,<19.0.0 |
| 47 | + url: https://github.com/eduNEXT/tutor-contrib-mfe-extensions |
| 48 | + author: eduNEXT <[email protected]> |
| 49 | + maintainer: eduNEXT <[email protected]> |
| 50 | + description: | |
| 51 | + Extend the MFE plugin to allow the use of CDNs and routing MFE traffic by path |
| 52 | + instead of domains. |
| 53 | +
|
| 54 | +- name: pod-autoscaling |
| 55 | + src: tutor-contrib-pod-autoscaling>=18.0.0,<19.0.0 |
| 56 | + url: https://github.com/eduNEXT/tutor-contrib-pod-autoscaling |
| 57 | + author: eduNEXT <[email protected]> |
| 58 | + maintainer: eduNEXT <[email protected]> |
| 59 | + description: | |
| 60 | + Enable pod-autoscaling mechanisms for Open edX installations in Kubernetes. |
| 61 | + The specific mechanisms are HPA and VPA. |
| 62 | +
|
| 63 | +- name: sentry |
| 64 | + src: tutor-contrib-sentry>=18.0.0,<19.0.0 |
| 65 | + url: https://github.com/eduNEXT/tutor-contrib-sentry |
| 66 | + author: eduNEXT <[email protected]> |
| 67 | + maintainer: eduNEXT <[email protected]> |
| 68 | + description: | |
| 69 | + Sentry integration for Open edX. |
0 commit comments