-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove blockstore support + 0.3.0 version bump (#24)
Blockstore was completely removed from edx-platform in: openedx/edx-platform#34739 As a follow-on to that work, this commit removes the entirety of two blockstore-related plugins (tutor-contrib-blockstore-filesystem and tutor-contrib-blockstore-minio), as well most blockstore references present in tutor-contrib-library-authoring-mfe. The BLOCKSTORE_COLLECTION_UUID configuration value was left in place because it's expected by the Library Authoring MFE and currently required by the Django view that creates Libraries (even though the value is never used). We will remove those references in a later PR.
- Loading branch information
Showing
34 changed files
with
9 additions
and
748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ Plugin Status (*Experimental*, *Production*, or *D | |
=================================== ====================================================== | ||
tutor-contrib-learner-dashboard-mfe Deprecated | ||
tutor-contrib-library-authoring-mfe Experimental | ||
tutor-contrib-blockstore-filesystem Experimental | ||
tutor-contrib-blockstore-minio Experimental | ||
=================================== ====================================================== | ||
|
||
Getting Started | ||
|
@@ -31,7 +29,7 @@ Generally, assuming `Tutor is installed`_, to add a plugin in this repository | |
to your deployment environment you would: | ||
|
||
.. code:: bash | ||
git clone [email protected]:openedx/openedx-tutor-plugins | ||
cd openedx-tutor-plugins/plugins/<plugin-name> | ||
pip install -e . | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
plugins/tutor-contrib-blockstore-filesystem/blockstore_config_filesystem/__about__.py
This file was deleted.
Oops, something went wrong.
Empty file removed
0
plugins/tutor-contrib-blockstore-filesystem/blockstore_config_filesystem/__init__.py
Empty file.
Empty file.
7 changes: 0 additions & 7 deletions
7
...ib-blockstore-filesystem/blockstore_config_filesystem/patches/openedx-cms-common-settings
This file was deleted.
Oops, something went wrong.
233 changes: 0 additions & 233 deletions
233
plugins/tutor-contrib-blockstore-filesystem/blockstore_config_filesystem/plugin.py
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
5 changes: 0 additions & 5 deletions
5
...stem/blockstore_config_filesystem/templates/blockstore_config_filesystem/jobs/init/cms.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.