From 4b0a93e0afc3673fbae8a35470a38eb37ad9b844 Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Wed, 15 Apr 2026 00:59:32 +0500 Subject: [PATCH 1/2] chore: deprecation update --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index f147a9e..f321a52 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,18 @@ +.. image:: https://img.shields.io/badge/status-deprecated-red + :alt: Status + +.. warning:: + + **This Repository is Deprecated** + + This repository is no longer maintained. + + The SQL Grader XBlock has been moved to: + https://github.com/openedx/xblocks-extra + + Please use the new repository for all future work. + + SQL Grader XBlock ================= From 85a67151006878a994f0674e92a4d978c11d6cf8 Mon Sep 17 00:00:00 2001 From: Irtaza Akram Date: Wed, 15 Apr 2026 19:28:30 +0500 Subject: [PATCH 2/2] chore: update readme --- README.rst | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f321a52..24c5972 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,24 @@ -.. image:: https://img.shields.io/badge/status-deprecated-red +.. image:: https://img.shields.io/badge/status-archived-red :alt: Status +⚠️ Repository Migration Notice ⚠️ +*********************************** + .. warning:: - **This Repository is Deprecated** + This ``xblock-sql-grader`` repository is being archived. The SQL Grader XBlock + is moving to the `xblocks-extra `_ repository, + which consolidates optional add-on XBlocks for the Open edX platform. - This repository is no longer maintained. + The migration is being completed through: + `openedx/xblocks-extra#18 — feat: add SQL Grader XBlock `_ - The SQL Grader XBlock has been moved to: - https://github.com/openedx/xblocks-extra + **Archival:** This repository will become read-only once the migration is complete. + No further updates or changes will be accepted here. - Please use the new repository for all future work. + Please use `xblocks-extra `_ for all future work. + If you have any questions or concerns, please open an issue on the + `xblocks-extra issue tracker `_. SQL Grader XBlock