Skip to content

Commit

Permalink
feat!: remove blockstore support
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 as the blockstore configuration
present in tutor-contrib-library-authoring-mfe.
  • Loading branch information
ormsbee committed May 16, 2024
1 parent d5a7d3a commit c3255ba
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 755 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 c3255ba

Please sign in to comment.