.bumpversion.cfg
.gitignore
.gitlab-ci.yml
AGENTS.md
Changelog.md
HACKING.md
LICENSE
MIGRATION.md
README.md
pyproject.toml
requirements.txt
run_tests.py
setup.py
tox.ini
.githooks/pre-commit
.githooks/pre-push
.github/workflows/tox.yml
fake/common/djangoapps/student/__init__.py
fake/common/djangoapps/student/models.py
fake/course/__init__.py
requirements/base.txt
requirements/flake8.txt
requirements/setup.txt
requirements/test.txt
samples/hot/sample-template.yaml
src/pip-delete-this-directory.txt
stackamole/__init__.py
stackamole/admin.py
stackamole/common.py
stackamole/jobs.py
stackamole/models.py
stackamole/openstack.py
stackamole/provider.py
stackamole/stackamole.py
stackamole/tasks.py
stackamole/locale/config.yaml
stackamole/locale/en/LC_MESSAGES/django-partial.po
stackamole/management/__init__.py
stackamole/management/commands/__init__.py
stackamole/management/commands/reaper.py
stackamole/management/commands/suspender.py
stackamole/migrations/0001_initial.py
stackamole/migrations/0002_stacklog.py
stackamole/migrations/0003_blanks.py
stackamole/migrations/0004_auto_20190715_1053.py
stackamole/migrations/0005_auto_20190811_1555.py
stackamole/migrations/0006_auto_20200107_1332.py
stackamole/migrations/0007_add_delete_by_and_delete_age.py
stackamole/migrations/0008_add_database_defaults_for_stack_key_and_password.py
stackamole/migrations/0009_add_null_true_for_key_and_password.py
stackamole/migrations/0010_add_user_foreign_key.py
stackamole/migrations/0011_allow_null_for_learner.py
stackamole/migrations/0012_add_suspend_by.py
stackamole/migrations/0013_migrate_app_label.py
stackamole/migrations/__init__.py
stackamole/public/css/main.css
stackamole/public/js/client.js
stackamole/public/js/main.js
stackamole/public/js/plugins.js
stackamole/public/js/guacamole-common-js/0.9.13-incubating-all.min.js
stackamole/public/js/guacamole-common-js/1.4.0-all.min.js
stackamole/public/js/guacamole-common-js/1.5.2-all.min.js
stackamole/public/js/guacamole-common-js/1.5.4-all.min.js
stackamole/public/js/guacamole-common-js/1.5.5-all.min.js
stackamole/public/js/translations/de-de/text.js
stackamole/public/js/translations/el/text.js
stackamole/public/js/translations/es-419/text.js
stackamole/public/js/translations/et-ee/text.js
stackamole/public/js/translations/hi/text.js
stackamole/static/html/lab.html
stackamole/static/html/main.html
stackamole/translations/de_DE/LC_MESSAGES/text.mo
stackamole/translations/de_DE/LC_MESSAGES/text.po
stackamole/translations/el/LC_MESSAGES/text.mo
stackamole/translations/el/LC_MESSAGES/text.po
stackamole/translations/en/LC_MESSAGES/text.mo
stackamole/translations/en/LC_MESSAGES/text.po
stackamole/translations/es_419/LC_MESSAGES/text.mo
stackamole/translations/es_419/LC_MESSAGES/text.po
stackamole/translations/et_EE/LC_MESSAGES/text.mo
stackamole/translations/et_EE/LC_MESSAGES/text.po
stackamole/translations/hi/LC_MESSAGES/text.mo
stackamole/translations/hi/LC_MESSAGES/text.po
stackamole_guacamole_client/__init__.py
stackamole_guacamole_client/asgi.py
stackamole_guacamole_client/consumers.py
stackamole_guacamole_client/settings.py
stackamole_xblock.egg-info/PKG-INFO
stackamole_xblock.egg-info/SOURCES.txt
stackamole_xblock.egg-info/dependency_links.txt
stackamole_xblock.egg-info/entry_points.txt
stackamole_xblock.egg-info/requires.txt
stackamole_xblock.egg-info/top_level.txt
tests/__init__.py
tests/resources/course/stackamole/fake_lab_1.xml
tests/resources/course/stackamole/fake_lab_2.xml
tests/resources/course/stackamole/fake_lab_hook_events_1.xml
tests/resources/course/stackamole/fake_lab_hook_events_2.xml
tests/resources/course/stackamole/fake_lab_no_port_name.xml
tests/resources/course/stackamole/fake_lab_no_port_number.xml
tests/resources/course/stackamole/fake_lab_no_provider_capacity.xml
tests/resources/course/stackamole/fake_lab_no_provider_name.xml
tests/unit/__init__.py
tests/unit/test_admin.py
tests/unit/test_commands.py
tests/unit/test_common.py
tests/unit/test_jobs.py
tests/unit/test_models.py
tests/unit/test_openstack.py
tests/unit/test_provider.py
tests/unit/test_stackamole.py
tests/unit/test_tasks.py