.gitattributes
.gitignore
LICENSE.txt
Makefile
README.md
codecov.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/generic-issue-template.md
.github/ISSUE_TEMPLATE/release-issue-template.md
.github/workflows/run-tests.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/python.code-snippets
.vscode/tasks.json
autoreduce_scripts/__init__.py
autoreduce_scripts/backup_reduction_scripts.py
autoreduce_scripts/manage.py
autoreduce_scripts/pytest.ini
autoreduce_scripts.egg-info/PKG-INFO
autoreduce_scripts.egg-info/SOURCES.txt
autoreduce_scripts.egg-info/dependency_links.txt
autoreduce_scripts.egg-info/entry_points.txt
autoreduce_scripts.egg-info/requires.txt
autoreduce_scripts.egg-info/top_level.txt
autoreduce_scripts/autoreduce_django/__init__.py
autoreduce_scripts/autoreduce_django/asgi.py
autoreduce_scripts/autoreduce_django/settings.py
autoreduce_scripts/autoreduce_django/urls.py
autoreduce_scripts/autoreduce_django/wsgi.py
autoreduce_scripts/autoreduce_django/fixtures/multiple_instruments_and_runs.json
autoreduce_scripts/autoreduce_django/fixtures/status_fixture.json
autoreduce_scripts/checks/__init__.py
autoreduce_scripts/checks/daily/__init__.py
autoreduce_scripts/checks/daily/time_since_last_run.py
autoreduce_scripts/checks/daily/test/__init__.py
autoreduce_scripts/checks/daily/test/test_time_since_last_run.py
autoreduce_scripts/checks/daily/test/test_time_since_last_run_matching_lastruns.py
autoreduce_scripts/manual_operations/README.md
autoreduce_scripts/manual_operations/__init__.py
autoreduce_scripts/manual_operations/manual_batch_submit.py
autoreduce_scripts/manual_operations/manual_remove.py
autoreduce_scripts/manual_operations/manual_submission.py
autoreduce_scripts/manual_operations/rb_categories.py
autoreduce_scripts/manual_operations/util.py
autoreduce_scripts/manual_operations/tests/__init__.py
autoreduce_scripts/manual_operations/tests/test_manual_batch_submit.py
autoreduce_scripts/manual_operations/tests/test_manual_remove.py
autoreduce_scripts/manual_operations/tests/test_manual_submission.py
autoreduce_scripts/manual_operations/tests/test_util.py
autoreduce_scripts/nagios_checks/README.md
autoreduce_scripts/nagios_checks/__init__.py
autoreduce_scripts/nagios_checks/autoreduce_checkconsumers.py
autoreduce_scripts/nagios_checks/autoreduce_checklastrun.py
autoreduce_scripts/nagios_checks/autoreduce_checkqueuelength.py
autoreduce_scripts/nagios_checks/autoreduce_settings.py