Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Blockstore from plugins + version bump to 0.3.0 #24

Merged
merged 3 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

This file was deleted.

This file was deleted.

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