Skip to content

Commit 646d227

Browse files
authored
feat!: Remove unused codejail_service experiment (#918)
We're now working on setting up a containerized codejail and won't need this intermediate experiment. See openedx/codejail-service repo.
1 parent 081c392 commit 646d227

File tree

17 files changed

+46
-945
lines changed

17 files changed

+46
-945
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ Change Log
1313
1414
Unreleased
1515
~~~~~~~~~~
16+
17+
[7.0.0] - 2025-01-30
18+
~~~~~~~~~~~~~~~~~~~~
19+
1620
Removed
17-
-------
21+
_______
22+
* Removed ``codejail_service`` plugin app (unused experiment)
1823
* Removed temporary rollout span tag ``code_owner_plugin`` used for the code owner monitoring move from edx-django-utils. Now that edx-django-utils monitoring has been disabled, this span tag serves no purpose.
1924

2025
[6.1.0] - 2024-12-10

edx_arch_experiments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A plugin to include applications under development by the architecture team at 2U.
33
"""
44

5-
__version__ = '6.1.0'
5+
__version__ = '7.0.0'

edx_arch_experiments/codejail_service/README.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

edx_arch_experiments/codejail_service/__init__.py

Whitespace-only changes.

edx_arch_experiments/codejail_service/apps.py

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.

edx_arch_experiments/codejail_service/tests/test_views.py

Lines changed: 0 additions & 152 deletions
This file was deleted.

edx_arch_experiments/codejail_service/urls.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)