.flake8
.gitattributes
.gitignore
.mailinglist
CHANGELOG.md
Dockerfile
LICENSE
README.rst
coverage.sh
env.sh
make_dataclasses.py
pyproject.toml
setup.py
setupenv.sh
.github/dependabot.yml
.github/workflows/container.yml
.github/workflows/docs.yml
.github/workflows/wipac-cicd.yml
bin/basic_submit.py
bin/iceprod_rest.py
bin/iceprod_server.py
bin/iceprodsh
cloud_formation/logs.json
docs/Makefile
docs/conf.py
docs/docs.tar.gz
docs/index.rst
docs/make_graphs.py
docs/overview.rst
docs/_theme/__init__.py
docs/_theme/breadcrumbs.html
docs/_theme/footer.html
docs/_theme/layout.html
docs/_theme/layout_old.html
docs/_theme/search.html
docs/_theme/searchbox.html
docs/_theme/theme.conf
docs/_theme/versions.html
docs/_theme/static/IC_Horizontal_logo_whitetext_small.png
docs/_theme/static/icecube_note.png
docs/_theme/static/css/badge_only.css
docs/_theme/static/css/badge_only.css.map
docs/_theme/static/css/style.css
docs/_theme/static/css/theme.css
docs/_theme/static/css/theme.css.map
docs/_theme/static/fonts/FontAwesome.otf
docs/_theme/static/fonts/Inconsolata-Bold.ttf
docs/_theme/static/fonts/Inconsolata-Regular.ttf
docs/_theme/static/fonts/Lato-Bold.ttf
docs/_theme/static/fonts/Lato-BoldItalic.ttf
docs/_theme/static/fonts/Lato-Italic.ttf
docs/_theme/static/fonts/Lato-Regular.ttf
docs/_theme/static/fonts/RobotoSlab-Bold.ttf
docs/_theme/static/fonts/RobotoSlab-Regular.ttf
docs/_theme/static/fonts/fontawesome-webfont.eot
docs/_theme/static/fonts/fontawesome-webfont.svg
docs/_theme/static/fonts/fontawesome-webfont.ttf
docs/_theme/static/fonts/fontawesome-webfont.woff
docs/_theme/static/fonts/fontawesome-webfont.woff2
docs/_theme/static/js/modernizr.min.js
docs/_theme/static/js/theme.js
docs/admin/common.rst
docs/admin/extra_details.rst
docs/admin/index.rst
docs/admin/startup.rst
docs/core/config.rst
docs/core/dataclasses.rst
docs/core/defaults.rst
docs/core/exe.rst
docs/core/exe_json.rst
docs/core/functions.rst
docs/core/gridftp.rst
docs/core/i3exec.rst
docs/core/index.rst
docs/core/init.rst
docs/core/jsonRPCclient.rst
docs/core/jsonUtil.rst
docs/core/parser.rst
docs/core/resources.rst
docs/core/serialization.rst
docs/core/util.rst
docs/guide/datasets.rst
docs/guide/index.rst
docs/guide/login.rst
docs/guide/manually.rst
docs/guide/restapi.rst
docs/guide/submission.rst
docs/guide/tasks.rst
docs/server/auth.rst
docs/server/config.rst
docs/server/globus.rst
docs/server/grid.rst
docs/server/index.rst
docs/server/init.rst
docs/server/server.rst
docs/server/details/async.rst
docs/server/details/auth.rst
docs/server/details/global_queueing.rst
docs/server/details/index.rst
docs/server/details/lifecycles.rst
docs/server/details/submit_to_queue.rst
docs/server/details/task_relationships.rst
docs/server/details/user_accounts.rst
docs/server/details/website.rst
docs/server/modules/db.rst
docs/server/modules/master_updater.rst
docs/server/modules/proxy.rst
docs/server/modules/queue.rst
docs/server/modules/schedule.rst
docs/server/modules/website.rst
docs/server/plugins/condor.rst
docs/server/rest_api/auth.rst
docs/server/rest_api/config.rst
docs/server/rest_api/datasets.rst
docs/server/rest_api/grids.rst
docs/server/rest_api/index.rst
docs/server/rest_api/jobs.rst
docs/server/rest_api/logs.rst
docs/server/rest_api/pilots.rst
docs/server/rest_api/task_stats.rst
docs/server/rest_api/tasks.rst
docs/static/2fa_barcode.png
docs/static/lifecycle_dataset.png
docs/static/lifecycle_job.png
docs/static/lifecycle_task.png
iceprod/__init__.py
iceprod/client_auth.py
iceprod/prom_utils.py
iceprod/py.typed
iceprod/roles_groups.py
iceprod/s3.py
iceprod/util.py
iceprod.egg-info/PKG-INFO
iceprod.egg-info/SOURCES.txt
iceprod.egg-info/dependency_links.txt
iceprod.egg-info/requires.txt
iceprod.egg-info/top_level.txt
iceprod/core/__init__.py
iceprod/core/config.py
iceprod/core/dataclasses.py
iceprod/core/defaults.py
iceprod/core/exe.py
iceprod/core/file_catalog.py
iceprod/core/functions.py
iceprod/core/gridftp.py
iceprod/core/i3exec.py
iceprod/core/jsonUtil.py
iceprod/core/logger.py
iceprod/core/parser.py
iceprod/core/resources.py
iceprod/core/util.py
iceprod/core/data/dataset.schema.json
iceprod/credentials/__init__.py
iceprod/credentials/__main__.py
iceprod/credentials/client.py
iceprod/credentials/server.py
iceprod/credentials/service.py
iceprod/materialization/__init__.py
iceprod/materialization/__main__.py
iceprod/materialization/materialize.py
iceprod/materialization/server.py
iceprod/materialization/service.py
iceprod/modules/__init__.py
iceprod/rest/__init__.py
iceprod/rest/__main__.py
iceprod/rest/auth.py
iceprod/rest/base_handler.py
iceprod/rest/server.py
iceprod/rest/handlers/__init__.py
iceprod/rest/handlers/auth.py
iceprod/rest/handlers/config.py
iceprod/rest/handlers/datasets.py
iceprod/rest/handlers/grids.py
iceprod/rest/handlers/jobs.py
iceprod/rest/handlers/logs.py
iceprod/rest/handlers/pilots.py
iceprod/rest/handlers/task_stats.py
iceprod/rest/handlers/tasks.py
iceprod/scheduled_tasks/__init__.py
iceprod/scheduled_tasks/buffer_jobs_tasks.py
iceprod/scheduled_tasks/dataset_cleanup.py
iceprod/scheduled_tasks/dataset_completion.py
iceprod/scheduled_tasks/dataset_monitor.py
iceprod/scheduled_tasks/job_completion.py
iceprod/scheduled_tasks/job_temp_cleaning.py
iceprod/scheduled_tasks/log_cleanup.py
iceprod/scheduled_tasks/non_active_tasks.py
iceprod/scheduled_tasks/queue_tasks.py
iceprod/scheduled_tasks/update_task_priority.py
iceprod/server/__init__.py
iceprod/server/config.py
iceprod/server/daemon.py
iceprod/server/dataset_prio.py
iceprod/server/documentation.py
iceprod/server/globus.py
iceprod/server/grid.py
iceprod/server/priority.py
iceprod/server/queue.py
iceprod/server/server.py
iceprod/server/states.py
iceprod/server/task_queue.py
iceprod/server/util.py
iceprod/server/data/condor_input_precmd.py
iceprod/server/data/config.schema.json
iceprod/server/data/condor_transfer_plugins/gsiftp.py
iceprod/server/data/condor_transfer_plugins/iceprod-plugin.py
iceprod/server/plugins/__init__.py
iceprod/server/plugins/condor.py
iceprod/server/plugins/test.py
iceprod/website/__init__.py
iceprod/website/__main__.py
iceprod/website/server.py
iceprod/website/data/docs/class.txt
iceprod/website/data/docs/data.txt
iceprod/website/data/docs/dif.txt
iceprod/website/data/docs/difplus.txt
iceprod/website/data/docs/job.txt
iceprod/website/data/docs/module.txt
iceprod/website/data/docs/personnel.txt
iceprod/website/data/docs/plus.txt
iceprod/website/data/docs/resource.txt
iceprod/website/data/docs/steering.txt
iceprod/website/data/docs/task.txt
iceprod/website/data/docs/tray.txt
iceprod/website/data/www/base.css
iceprod/website/data/www/chart.stackedarea.js
iceprod/website/data/www/chosen-sprite.png
iceprod/website/data/www/chosen-sprite@2x.png
iceprod/website/data/www/chosen.jquery.min.js
iceprod/website/data/www/chosen.min.css
iceprod/website/data/www/dataclasses.js
iceprod/website/data/www/dataset.schema.json
iceprod/website/data/www/documentation.css
iceprod/website/data/www/documentation.js
iceprod/website/data/www/favicon.ico
iceprod/website/data/www/favicon.png
iceprod/website/data/www/fetch.js
iceprod/website/data/www/json-rpc.js
iceprod/website/data/www/jsonlint.js
iceprod/website/data/www/jsviews.min.js
iceprod/website/data/www/logo_155x60.png
iceprod/website/data/www/rest.js
iceprod/website/data/www/robots.txt
iceprod/website/data/www/submit.css
iceprod/website/data/www/submit.js
iceprod/website/data/www/util.js
iceprod/website/data/www_templates/404.html
iceprod/website/data/www_templates/base.html
iceprod/website/data/www_templates/dataset_browse.html
iceprod/website/data/www_templates/dataset_detail.html
iceprod/website/data/www_templates/groups.html
iceprod/website/data/www_templates/job_browse.html
iceprod/website/data/www_templates/job_detail.html
iceprod/website/data/www_templates/login.html
iceprod/website/data/www_templates/logout.html
iceprod/website/data/www_templates/main.html
iceprod/website/data/www_templates/profile.html
iceprod/website/data/www_templates/submit.html
iceprod/website/data/www_templates/task_browse.html
iceprod/website/data/www_templates/task_detail.html
iceprod/website/data/www_templates/tasks.html
integration_tests/__init__.py
integration_tests/__main__.py
integration_tests/corsika_cscdme.json
integration_tests/corsika_he.json
integration_tests/corsika_le.json
integration_tests/corsika_me.json
integration_tests/numu_he.json.disable
integration_tests/numu_le.json
integration_tests/numu_me.json
integration_tests/py.typed
kubernetes/materialization.yaml
resources/buffer_jobs_tasks.py
resources/call_graph.py
resources/convert_config.py
resources/get_dataset_stats.py
resources/get_file_info.py
resources/logo_155x60.png
resources/logo_206x80.png
resources/logo_raw.png
resources/manual_run.py
resources/predict_resources.py
resources/queue.cfg
resources/queue_by_job_index.py
resources/rest_api.cfg
resources/run_scheduled_task.py
resources/website.cfg
resources/v2 configs/corsika.json
tests/__init__.py
tests/__main__.py
tests/conftest.py
tests/test_s3.py
tests/util.py
tests/core/__init__.py
tests/core/config_test.py
tests/core/dataclasses_test.py
tests/core/exe_json_test.py
tests/core/exe_test.py
tests/core/file_catalog_test.py
tests/core/functions_test.py
tests/core/gridftp_test.py
tests/core/i3exec_test.py
tests/core/jsonUtil_test.py
tests/core/parser_test.py
tests/core/resources_test.py
tests/core/util_test.py
tests/credentials/conftest.py
tests/credentials/test_server.py
tests/credentials/test_service.py
tests/materialization/__init__.py
tests/materialization/test_materialize.py
tests/materialization/test_server.py
tests/materialization/test_service.py
tests/rest/__init__.py
tests/rest/auth_test.py
tests/rest/config_test.py
tests/rest/conftest.py
tests/rest/datasets_test.py
tests/rest/grids_test.py
tests/rest/jobs_test.py
tests/rest/logs_test.py
tests/rest/pilots_test.py
tests/rest/task_stats_test.py
tests/rest/tasks_test.py
tests/scheduled_tasks/__init__.py
tests/scheduled_tasks/buffer_jobs_tasks_test.py
tests/scheduled_tasks/dataset_completion_test.py
tests/scheduled_tasks/dataset_monitor_test.py
tests/scheduled_tasks/job_completion_test.py
tests/scheduled_tasks/job_temp_cleaning_test.py
tests/scheduled_tasks/log_cleanup_test.py
tests/scheduled_tasks/non_active_tasks_test.py
tests/scheduled_tasks/queue_tasks_test.py
tests/scheduled_tasks/update_task_priority_test.py
tests/server/__init__.py
tests/server/bin_iceprod_server_test.py
tests/server/config_test.py
tests/server/conftest.py
tests/server/daemon_test.py
tests/server/dataset_prio_test.py
tests/server/globus_test.py
tests/server/grid_test.py
tests/server/priority_test.py
tests/server/queue_test.py
tests/server/server_test.py
tests/server/states_test.py
tests/server/plugins/__init__.py
tests/server/plugins/condor_test.py
tests/server/plugins/condor_test_logfile
tests/website/__init__.py
tests/website/test_server.py