LICENSE.rst
README.md
setup.cfg
setup.py
bin/idds-daemon
bin/idds.wsgi
bin/idds.wsgi.template
bin/run-idds
bin/run-idds-fake
config_default/alembic.ini
config_default/auth.cfg
config_default/gacl
config_default/httpd-idds-443-py39-cc7.conf
config_default/idds.cfg
config_default/logrotate_daemon
config_default/logrotate_idds
config_default/panda.cfg
config_default/rucio.cfg
config_default/supervisord_httpd.ini
config_default/supervisord_idds.ini
config_default/supervisord_iddsfake.ini
config_default/supervisord_logrotate.ini
config_default/supervisord_syslog-ng.ini
etc/idds/alembic.ini.template
etc/idds/idds.cfg.client.template
etc/idds/idds.cfg.template
etc/idds/auth/auth.cfg.template
etc/idds/condor/client/00personal_condor.config
etc/idds/condor/server/00personal_condor.config
etc/idds/rest/gacl.template
etc/idds/rest/httpd-idds-443-py36-cc7.conf.template
etc/idds/rest/httpd-idds-443-py36-cc7_normal.conf.template
etc/idds/rest/httpd-idds-443-py39-cc7.conf.install_template
etc/idds/rest/httpd-idds-443-py39-cc7.conf.template
etc/idds/rest/ssl.conf
etc/idds/supervisord.d/idds.ini
etc/idds/website/25-port443.conf
etc/idds/website/25-port80.conf
etc/sql/oracle_11.sql
etc/sql/oracle_11_test.sql
etc/sql/oracle_19.sql
etc/sql/oracle_update.sql
etc/sql/postgresql.sql
etc/sql/postgresql_init.sql
etc/sql/postgresql_update.sql
lib/idds/__init__.py
lib/idds/version.py
lib/idds/agents/__init__.py
lib/idds/agents/main.py
lib/idds/agents/archive/__init__.py
lib/idds/agents/archive/archiver.py
lib/idds/agents/archive/run_archive.py
lib/idds/agents/carrier/__init__.py
lib/idds/agents/carrier/finisher.py
lib/idds/agents/carrier/poller.py
lib/idds/agents/carrier/receiver.py
lib/idds/agents/carrier/submitter.py
lib/idds/agents/carrier/trigger.py
lib/idds/agents/carrier/utils.py
lib/idds/agents/clerk/__init__.py
lib/idds/agents/clerk/clerk.py
lib/idds/agents/common/__init__.py
lib/idds/agents/common/baseagent.py
lib/idds/agents/common/timerscheduler.py
lib/idds/agents/common/timertask.py
lib/idds/agents/common/cache/__init__.py
lib/idds/agents/common/cache/redis.py
lib/idds/agents/common/eventbus/__init__.py
lib/idds/agents/common/eventbus/baseeventbusbackend.py
lib/idds/agents/common/eventbus/baseeventbusbackendopt.py
lib/idds/agents/common/eventbus/dbeventbusbackend.py
lib/idds/agents/common/eventbus/event.py
lib/idds/agents/common/eventbus/eventbus.py
lib/idds/agents/common/eventbus/msgeventbusbackend.py
lib/idds/agents/common/plugins/__init__.py
lib/idds/agents/common/plugins/messaging.py
lib/idds/agents/conductor/__init__.py
lib/idds/agents/conductor/conductor.py
lib/idds/agents/conductor/consumer.py
lib/idds/agents/coordinator/__init__.py
lib/idds/agents/coordinator/coordinator.py
lib/idds/agents/marshaller/__init__.py
lib/idds/agents/marshaller/marshaller.py
lib/idds/agents/transformer/__init__.py
lib/idds/agents/transformer/transformer.py
lib/idds/agents/transporter/__init__.py
lib/idds/agents/transporter/transporter.py
lib/idds/api/__init__.py
lib/idds/api/catalog.py
lib/idds/api/collections.py
lib/idds/api/contents.py
lib/idds/api/processings.py
lib/idds/api/requests.py
lib/idds/api/transforms.py
lib/idds/core/__init__.py
lib/idds/core/catalog.py
lib/idds/core/commands.py
lib/idds/core/events.py
lib/idds/core/health.py
lib/idds/core/messages.py
lib/idds/core/processings.py
lib/idds/core/requests.py
lib/idds/core/throttlers.py
lib/idds/core/transforms.py
lib/idds/core/workprogress.py
lib/idds/orm/__init__.py
lib/idds/orm/collections.py
lib/idds/orm/commands.py
lib/idds/orm/contents.py
lib/idds/orm/events.py
lib/idds/orm/health.py
lib/idds/orm/messages.py
lib/idds/orm/processings.py
lib/idds/orm/requests.py
lib/idds/orm/throttlers.py
lib/idds/orm/transforms.py
lib/idds/orm/workprogress.py
lib/idds/orm/base/__init__.py
lib/idds/orm/base/enum.py
lib/idds/orm/base/models.py
lib/idds/orm/base/session.py
lib/idds/orm/base/types.py
lib/idds/orm/base/utils.py
lib/idds/orm/base/alembic/__init__.py
lib/idds/orm/base/alembic/env.py
lib/idds/orm/base/alembic/versions/0204f391c32d_add_poll_period_in_message.py
lib/idds/orm/base/alembic/versions/1bc6e82e8514_using_hash_on_contents_long_name.py
lib/idds/orm/base/alembic/versions/53d0af715dab_add_site_throttler.py
lib/idds/orm/base/alembic/versions/5e0aa2aa1fa3_add_fetch_status_in_contents_update.py
lib/idds/orm/base/alembic/versions/6ca0e5e466eb_update_message_null_constraints.py
lib/idds/orm/base/alembic/versions/__init__.py
lib/idds/orm/base/alembic/versions/b0ec813021d6_add_sub_map_id.py
lib/idds/orm/base/alembic/versions/f79663a7e94e_add_external_content_id.py
lib/idds/rest/__init__.py
lib/idds/rest/v1/__init__.py
lib/idds/rest/v1/app.py
lib/idds/rest/v1/auth.py
lib/idds/rest/v1/cacher.py
lib/idds/rest/v1/catalog.py
lib/idds/rest/v1/controller.py
lib/idds/rest/v1/hyperparameteropt.py
lib/idds/rest/v1/logs.py
lib/idds/rest/v1/messages.py
lib/idds/rest/v1/monitor.py
lib/idds/rest/v1/ping.py
lib/idds/rest/v1/requests.py
lib/idds/rest/v1/utils.py
lib/idds/tests/__init__.py
lib/idds/tests/activelearning_test.py
lib/idds/tests/auth_test_script.py
lib/idds/tests/cacher_test.py
lib/idds/tests/catalog_test.py
lib/idds/tests/client_test.py
lib/idds/tests/common.py
lib/idds/tests/core_tests.py
lib/idds/tests/core_tests_dep_id.py
lib/idds/tests/core_tests_stat.py
lib/idds/tests/datacarousel_test.py
lib/idds/tests/doma_build_test.py
lib/idds/tests/find_dependencies.py
lib/idds/tests/fix_content_dep_id.py
lib/idds/tests/fix_trasnform_name.py
lib/idds/tests/hyperparameteropt_bayesian_test.py
lib/idds/tests/hyperparameteropt_client_test.py
lib/idds/tests/hyperparameteropt_docker_local_test.py
lib/idds/tests/hyperparameteropt_docker_test.py
lib/idds/tests/hyperparameteropt_nevergrad_test.py
lib/idds/tests/jsonload_test.py
lib/idds/tests/kill_workflow_task.py
lib/idds/tests/logs_test.py
lib/idds/tests/match_test.py
lib/idds/tests/message_test.py
lib/idds/tests/message_test1.py
lib/idds/tests/migrating_requests_v1_to_v2.py
lib/idds/tests/os_boto3_test.py
lib/idds/tests/panda_client_test.py
lib/idds/tests/panda_iam_test.py
lib/idds/tests/panda_test.py
lib/idds/tests/performance_test_with_cx_oracle.py
lib/idds/tests/performance_test_with_sqlalchemy.py
lib/idds/tests/relation_map_test.py
lib/idds/tests/rest_test.py
lib/idds/tests/retry_processing.py
lib/idds/tests/run_sql.py
lib/idds/tests/scaling_checks.py
lib/idds/tests/set_throttlers.py
lib/idds/tests/split_messages.py
lib/idds/tests/test_activelearning.py
lib/idds/tests/test_atlaspandawork.py
lib/idds/tests/test_auth.py
lib/idds/tests/test_big_request.py
lib/idds/tests/test_catalog.py
lib/idds/tests/test_catalog_core.py
lib/idds/tests/test_client.py
lib/idds/tests/test_core_debug.py
lib/idds/tests/test_datacarousel.py
lib/idds/tests/test_domapanda.py
lib/idds/tests/test_domapanda_big.py
lib/idds/tests/test_domapanda_build.py
lib/idds/tests/test_domapanda_build_pandaclient.py
lib/idds/tests/test_domapanda_long_name.py
lib/idds/tests/test_domapanda_lsst_workflow.py
lib/idds/tests/test_domapanda_pandaclient.py
lib/idds/tests/test_domapanda_workflow.py
lib/idds/tests/test_get_dn.py
lib/idds/tests/test_get_request_info.py
lib/idds/tests/test_get_request_info_panda.py
lib/idds/tests/test_hyperparameteropt.py
lib/idds/tests/test_logger.py
lib/idds/tests/test_merge_dict.py
lib/idds/tests/test_migrate_requests.py
lib/idds/tests/test_property.py
lib/idds/tests/test_request_transform.py
lib/idds/tests/test_requests.py
lib/idds/tests/test_running_data.py
lib/idds/tests/test_scaling.py
lib/idds/tests/test_transform_collection_content.py
lib/idds/tests/test_transform_processing.py
lib/idds/tests/test_workflow.py
lib/idds/tests/test_workflow_condition.py
lib/idds/tests/test_workflow_condition_v2.py
lib/idds/tests/test_workflow_condition_v2_1.py
lib/idds/tests/trigger_release.py
lib/idds_server.egg-info/PKG-INFO
lib/idds_server.egg-info/SOURCES.txt
lib/idds_server.egg-info/dependency_links.txt
lib/idds_server.egg-info/requires.txt
lib/idds_server.egg-info/top_level.txt
tools/env/clean_heartbeat.py
tools/env/config_monitor.py
tools/env/config_server
tools/env/create_database.py
tools/env/create_postgres_db.sh
tools/env/destroy_database.py
tools/env/dump_database.py
tools/env/environment.yml
tools/env/install_env_conda.sh
tools/env/install_idds.sh
tools/env/install_idds_full.sh
tools/env/install_packages.sh
tools/env/merge_configmap.py
tools/env/merge_idds_configs.py
tools/env/setup_dev.sh
tools/env/setup_idds.sh
tools/env/setup_panda.sh