From 25ed626bed41c9c33f2e2ee337c17e7a5ba29bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 27 Nov 2024 18:17:36 +0100 Subject: [PATCH] feat!: branch renames nightly -> main This is part of https://github.com/overhangio/tutor/issues/1096 We are renaming the "nightly" branch to "main" across Tutor repositories. As a consequence, we also rename the plugin index for the nightly branch. We are preserving the existing nightly indices thanks to symlinks. --- contrib/{nightly => main}/plugins.yml | 0 contrib/nightly | 1 + main/{nightly => main}/plugins.yml | 24 ++++++++++++------------ main/nightly | 1 + main/olive/plugins.yml | 2 +- 5 files changed, 15 insertions(+), 13 deletions(-) rename contrib/{nightly => main}/plugins.yml (100%) create mode 120000 contrib/nightly rename main/{nightly => main}/plugins.yml (86%) create mode 120000 main/nightly diff --git a/contrib/nightly/plugins.yml b/contrib/main/plugins.yml similarity index 100% rename from contrib/nightly/plugins.yml rename to contrib/main/plugins.yml diff --git a/contrib/nightly b/contrib/nightly new file mode 120000 index 0000000..b030b02 --- /dev/null +++ b/contrib/nightly @@ -0,0 +1 @@ +main/ \ No newline at end of file diff --git a/main/nightly/plugins.yml b/main/main/plugins.yml similarity index 86% rename from main/nightly/plugins.yml rename to main/main/plugins.yml index c44cd4e..e8529dd 100644 --- a/main/nightly/plugins.yml +++ b/main/main/plugins.yml @@ -3,7 +3,7 @@ # It can be modified by opening a pull request on the following repository: https://github.com/overhangio/tpi/ - name: android - src: -e git+https://github.com/overhangio/tutor-android.git@nightly#egg=tutor-android + src: -e git+https://github.com/overhangio/tutor-android.git@main#egg=tutor-android url: https://github.com/overhangio/tutor-android author: Edly maintainer: Edly @@ -11,7 +11,7 @@ Build an Android mobile application for your Open edX platform. - name: cairn - src: -e git+https://github.com/overhangio/tutor-cairn.git@nightly#egg=tutor-cairn + src: -e git+https://github.com/overhangio/tutor-cairn.git@main#egg=tutor-cairn url: https://github.com/overhangio/tutor-cairn author: Edly maintainer: Edly @@ -35,7 +35,7 @@ - name: discovery - src: -e git+https://github.com/overhangio/tutor-discovery.git@nightly#egg=tutor-discovery + src: -e git+https://github.com/overhangio/tutor-discovery.git@main#egg=tutor-discovery url: https://github.com/overhangio/tutor-discovery author: Edly maintainer: Edly @@ -45,7 +45,7 @@ (https://github.com/openedx/course-discovery) in your Open edX environment. - name: ecommerce - src: -e git+https://github.com/overhangio/tutor-ecommerce.git@nightly#egg=tutor-ecommerce + src: -e git+https://github.com/overhangio/tutor-ecommerce.git@main#egg=tutor-ecommerce url: https://github.com/overhangio/tutor-ecommerce author: Edly maintainer: Edly @@ -56,7 +56,7 @@ plugin depends on the discovery and the MFE plugins, which must also be enabled. - name: forum - src: -e git+https://github.com/overhangio/tutor-forum.git@nightly#egg=tutor-forum + src: -e git+https://github.com/overhangio/tutor-forum.git@main#egg=tutor-forum url: https://github.com/overhangio/tutor-forum author: Edly maintainer: Zaat.dev @@ -64,7 +64,7 @@ Add discussion forum to your Open edX platform. - name: indigo - src: -e git+https://github.com/overhangio/tutor-indigo.git@nightly#egg=tutor-indigo + src: -e git+https://github.com/overhangio/tutor-indigo.git@main#egg=tutor-indigo url: https://github.com/overhangio/tutor-indigo author: Edly maintainer: Edly @@ -72,7 +72,7 @@ A beautiful, blue theme for Open edX. - name: jupyter - src: -e git+https://github.com/overhangio/tutor-jupyter.git@nightly#egg=tutor-jupyter + src: -e git+https://github.com/overhangio/tutor-jupyter.git@main#egg=tutor-jupyter url: https://github.com/overhangio/tutor-jupyter author: Edly maintainer: Edly @@ -84,7 +84,7 @@ in your courses. - name: mfe - src: -e git+https://github.com/overhangio/tutor-mfe.git@nightly#egg=tutor-mfe + src: -e git+https://github.com/overhangio/tutor-mfe.git@main#egg=tutor-mfe url: https://github.com/overhangio/tutor-mfe author: Edly maintainer: Edly @@ -93,7 +93,7 @@ Microfrontends form the backbone of Open edX. Thus, this plugin is required by most Open edX installations. - name: minio - src: -e git+https://github.com/overhangio/tutor-minio.git@nightly#egg=tutor-minio + src: -e git+https://github.com/overhangio/tutor-minio.git@main#egg=tutor-minio url: https://github.com/overhangio/tutor-minio author: Edly maintainer: Edly @@ -102,7 +102,7 @@ This plugins is pretty much a requirement to run Open edX on Kubernetes. - name: notes - src: -e git+https://github.com/overhangio/tutor-notes.git@nightly#egg=tutor-notes + src: -e git+https://github.com/overhangio/tutor-notes.git@main#egg=tutor-notes url: https://github.com/overhangio/tutor-notes author: Edly maintainer: eduNEXT @@ -110,7 +110,7 @@ Add student notes to the Open edX courseware. - name: webui - src: -e git+https://github.com/overhangio/tutor-webui.git@nightly#egg=tutor-webui + src: -e git+https://github.com/overhangio/tutor-webui.git@main#egg=tutor-webui url: https://github.com/overhangio/tutor-webui author: Edly maintainer: Edly @@ -118,7 +118,7 @@ Manage your Tutor-powered Open edX installation from the browser. - name: xqueue - src: -e git+https://github.com/overhangio/tutor-xqueue.git@nightly#egg=tutor-xqueue + src: -e git+https://github.com/overhangio/tutor-xqueue.git@main#egg=tutor-xqueue url: https://github.com/overhangio/tutor-xqueue author: Edly maintainer: eduNEXT diff --git a/main/nightly b/main/nightly new file mode 120000 index 0000000..b030b02 --- /dev/null +++ b/main/nightly @@ -0,0 +1 @@ +main/ \ No newline at end of file diff --git a/main/olive/plugins.yml b/main/olive/plugins.yml index f2bc97f..a562615 100644 --- a/main/olive/plugins.yml +++ b/main/olive/plugins.yml @@ -1,5 +1,5 @@ # This is the index for all Tutor plugins that are officially maintained by Edly. -# It is available at the following location: https://overhang.io/tutor/main/nightly/plugins.yml +# It is available at the following location: https://overhang.io/tutor/main/olive/plugins.yml # It can be modified by opening a pull request on the following repository: https://github.com/overhangio/tpi/ - name: android