6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-16 18:15:09 +00:00
tutor/tutor/plugins
Régis Behmo fa318a64ce feat: plugin indexes
We implement this TEP: https://discuss.openedx.org/t/tutor-enhancement-proposal-tep-plugin-indices/8182

With plugin indexes, tutor users can install and upgrade plugins directly from indexes:

    tutor plugins install ecommerce
    tutor plugins index add contrib
    tutor plugins install codejail
    tutor plugins upgrade all

This change has been long in the coming \o/
2023-02-10 10:06:38 +01:00
..
__init__.py feat: refactor hooks API for simplification 2023-01-31 10:17:58 +01:00
base.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
indexes.py feat: plugin indexes 2023-02-10 10:06:38 +01:00
v0.py Merge branch 'master' into nightly 2022-11-15 16:59:19 +01:00
v1.py fix: unit tests with v1 plugin installed 2022-04-20 19:48:21 +02:00