Skip to content
Merged
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
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Codejail service
================

⚠️ **NOTE:**
This implementation has been deprecated in favor of
https://github.com/openedx/codejail-service. The last supported release is
Ulmo.

The main deployment mechanism for both this implementation and
openedx/codejail-service is via the Tutor plugin
https://github.com/eduNEXT/tutor-contrib-codejail/. The plugin highlights
the main differences to be wary when moving between implementations:
https://github.com/eduNEXT/tutor-contrib-codejail/#new-codejail-service-implementation

|ci-badge| |license-badge|

The repository codejailservice manages execution of untrusted code in secure sandboxes. It is designed primarily for Python execution, but
Expand Down
Loading