Skip to content

Commit

Permalink
feat!: remove blockstore support + 0.3.0 version bump (#24)
Browse files Browse the repository at this point in the history
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
ormsbee authored May 17, 2024
1 parent d5a7d3a commit 4a145f9
Show file tree
Hide file tree
Showing 34 changed files with 9 additions and 748 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 .
Expand Down
7 changes: 0 additions & 7 deletions plugins/tutor-contrib-blockstore-filesystem/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions plugins/tutor-contrib-blockstore-filesystem/MANIFEST.in

This file was deleted.

28 changes: 0 additions & 28 deletions plugins/tutor-contrib-blockstore-filesystem/Makefile

This file was deleted.

22 changes: 0 additions & 22 deletions plugins/tutor-contrib-blockstore-filesystem/README.rst

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.

This file was deleted.

60 changes: 0 additions & 60 deletions plugins/tutor-contrib-blockstore-filesystem/setup.py

This file was deleted.

7 changes: 0 additions & 7 deletions plugins/tutor-contrib-blockstore-minio/.gitignore

This file was deleted.

Loading

0 comments on commit 4a145f9

Please sign in to comment.