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

chore: add catalog-info.yaml #13

Merged
merged 4 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
13 changes: 10 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
codejail-includes
=============================
=================

|pypi-badge| |license-badge|

CodeJail manages execution of untrusted code in secure sandboxes. It is designed primarily for Python execution,
but can be used for other languages as well.

A set of utility modules available in secure sandboxes for course authors to
use.

``codejail-includes`` is the result of extracting utility modules installed
into the codejail sandbox environment directly from edx-platform into it's
own separate package.

More in-depth context can be found in `[BOM-2579] Dissolve Sub-Projects in edx-platform <https://openedx.atlassian.net/browse/BOM-2579>`_

Documentation
-------------
Expand Down
16 changes: 16 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: codejail-includes
description: A set of utility modules available in the sandbox environment for course authors to use.
annotations:
openedx.org/arch-interest-groups: moisesgsalas
links:
- url: https://github.com/openedx/codejail-includes
title: Source Code
icon: Code
MoisesGSalas marked this conversation as resolved.
Show resolved Hide resolved
spec:
owner: user:moisesgsalas
type: library
lifecycle: production
subcomponentOf: codejail
Loading