AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
codecov.yml
dirac.cfg
environment-py3.yml
environment.yml
integration_tests.py
pyproject.toml
pytest.ini
release.notes
releases.cfg
setup.cfg
setup.py
src/DIRAC/__init__.py
src/DIRAC.egg-info/PKG-INFO
src/DIRAC.egg-info/SOURCES.txt
src/DIRAC.egg-info/dependency_links.txt
src/DIRAC.egg-info/entry_points.txt
src/DIRAC.egg-info/not-zip-safe
src/DIRAC.egg-info/requires.txt
src/DIRAC.egg-info/top_level.txt
src/DIRAC/AccountingSystem/ConfigTemplate.cfg
src/DIRAC/AccountingSystem/__init__.py
src/DIRAC/AccountingSystem/Agent/NetworkAgent.py
src/DIRAC/AccountingSystem/Agent/__init__.py
src/DIRAC/AccountingSystem/Agent/test/Test_NetworkAgent.py
src/DIRAC/AccountingSystem/Client/AccountingCLI.py
src/DIRAC/AccountingSystem/Client/DataStoreClient.py
src/DIRAC/AccountingSystem/Client/ReportCLI.py
src/DIRAC/AccountingSystem/Client/ReportsClient.py
src/DIRAC/AccountingSystem/Client/__init__.py
src/DIRAC/AccountingSystem/Client/Types/BaseAccountingType.py
src/DIRAC/AccountingSystem/Client/Types/DataOperation.py
src/DIRAC/AccountingSystem/Client/Types/Job.py
src/DIRAC/AccountingSystem/Client/Types/Network.py
src/DIRAC/AccountingSystem/Client/Types/Pilot.py
src/DIRAC/AccountingSystem/Client/Types/PilotSubmission.py
src/DIRAC/AccountingSystem/Client/Types/StorageOccupancy.py
src/DIRAC/AccountingSystem/Client/Types/WMSHistory.py
src/DIRAC/AccountingSystem/Client/Types/__init__.py
src/DIRAC/AccountingSystem/DB/AccountingDB.py
src/DIRAC/AccountingSystem/DB/AccountingDB.sql
src/DIRAC/AccountingSystem/DB/MultiAccountingDB.py
src/DIRAC/AccountingSystem/DB/__init__.py
src/DIRAC/AccountingSystem/DB/test/Test_AccountingDB.py
src/DIRAC/AccountingSystem/Service/DataStoreHandler.py
src/DIRAC/AccountingSystem/Service/ReportGeneratorHandler.py
src/DIRAC/AccountingSystem/Service/__init__.py
src/DIRAC/AccountingSystem/private/DBUtils.py
src/DIRAC/AccountingSystem/private/MainReporter.py
src/DIRAC/AccountingSystem/private/__init__.py
src/DIRAC/AccountingSystem/private/Plotters/BaseReporter.py
src/DIRAC/AccountingSystem/private/Plotters/DataOperationPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/JobPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/NetworkPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/PilotPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/PilotSubmissionPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/StorageOccupancyPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/WMSHistoryPlotter.py
src/DIRAC/AccountingSystem/private/Plotters/__init__.py
src/DIRAC/AccountingSystem/private/Policies/FilterExecutor.py
src/DIRAC/AccountingSystem/private/Policies/JobPolicy.py
src/DIRAC/AccountingSystem/private/Policies/__init__.py
src/DIRAC/AccountingSystem/scripts/__init__.py
src/DIRAC/AccountingSystem/scripts/dirac_accounting_decode_fileid.py
src/DIRAC/AccountingSystem/scripts/dirac_admin_accounting_cli.py
src/DIRAC/ConfigurationSystem/ConfigTemplate.cfg
src/DIRAC/ConfigurationSystem/__init__.py
src/DIRAC/ConfigurationSystem/Agent/Bdii2CSAgent.py
src/DIRAC/ConfigurationSystem/Agent/GOCDB2CSAgent.py
src/DIRAC/ConfigurationSystem/Agent/RucioSynchronizerAgent.py
src/DIRAC/ConfigurationSystem/Agent/VOMS2CSAgent.py
src/DIRAC/ConfigurationSystem/Agent/__init__.py
src/DIRAC/ConfigurationSystem/Agent/test/Test_Bdii2CS.py
src/DIRAC/ConfigurationSystem/Client/CSAPI.py
src/DIRAC/ConfigurationSystem/Client/CSCLI.py
src/DIRAC/ConfigurationSystem/Client/CSShellCLI.py
src/DIRAC/ConfigurationSystem/Client/Config.py
src/DIRAC/ConfigurationSystem/Client/ConfigurationClient.py
src/DIRAC/ConfigurationSystem/Client/ConfigurationData.py
src/DIRAC/ConfigurationSystem/Client/LocalConfiguration.py
src/DIRAC/ConfigurationSystem/Client/PathFinder.py
src/DIRAC/ConfigurationSystem/Client/Utilities.py
src/DIRAC/ConfigurationSystem/Client/VOMS2CSSynchronizer.py
src/DIRAC/ConfigurationSystem/Client/__init__.py
src/DIRAC/ConfigurationSystem/Client/Helpers/CSGlobals.py
src/DIRAC/ConfigurationSystem/Client/Helpers/Local.py
src/DIRAC/ConfigurationSystem/Client/Helpers/Operations.py
src/DIRAC/ConfigurationSystem/Client/Helpers/Path.py
src/DIRAC/ConfigurationSystem/Client/Helpers/Registry.py
src/DIRAC/ConfigurationSystem/Client/Helpers/Resources.py
src/DIRAC/ConfigurationSystem/Client/Helpers/ResourcesDefaults.py
src/DIRAC/ConfigurationSystem/Client/Helpers/__init__.py
src/DIRAC/ConfigurationSystem/Client/Helpers/test/Test_Helpers.py
src/DIRAC/ConfigurationSystem/Client/SyncPlugins/CERNLDAPSyncPlugin.py
src/DIRAC/ConfigurationSystem/Client/SyncPlugins/DummySyncPlugin.py
src/DIRAC/ConfigurationSystem/Client/SyncPlugins/__init__.py
src/DIRAC/ConfigurationSystem/Client/test/Test_LocalConfiguration.py
src/DIRAC/ConfigurationSystem/Client/test/Test_PathFinder.py
src/DIRAC/ConfigurationSystem/Service/ConfigurationHandler.py
src/DIRAC/ConfigurationSystem/Service/TornadoConfigurationHandler.py
src/DIRAC/ConfigurationSystem/Service/__init__.py
src/DIRAC/ConfigurationSystem/private/ConfigurationClient.py
src/DIRAC/ConfigurationSystem/private/ConfigurationData.py
src/DIRAC/ConfigurationSystem/private/Modificator.py
src/DIRAC/ConfigurationSystem/private/Refresher.py
src/DIRAC/ConfigurationSystem/private/RefresherBase.py
src/DIRAC/ConfigurationSystem/private/ServiceInterface.py
src/DIRAC/ConfigurationSystem/private/ServiceInterfaceBase.py
src/DIRAC/ConfigurationSystem/private/ServiceInterfaceTornado.py
src/DIRAC/ConfigurationSystem/private/TornadoRefresher.py
src/DIRAC/ConfigurationSystem/private/__init__.py
src/DIRAC/ConfigurationSystem/scripts/__init__.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_add_resources.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_add_shifter.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_add_site.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_check_config_options.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_sort_cs_sites.py
src/DIRAC/ConfigurationSystem/scripts/dirac_admin_voms_sync.py
src/DIRAC/ConfigurationSystem/scripts/dirac_configuration_cli.py
src/DIRAC/ConfigurationSystem/scripts/dirac_configuration_dump_local_cache.py
src/DIRAC/ConfigurationSystem/scripts/dirac_configuration_shell.py
src/DIRAC/ConfigurationSystem/test/Test_agentOptions.py
src/DIRAC/Core/__init__.py
src/DIRAC/Core/Base/API.py
src/DIRAC/Core/Base/AgentModule.py
src/DIRAC/Core/Base/AgentReactor.py
src/DIRAC/Core/Base/CLI.py
src/DIRAC/Core/Base/Client.py
src/DIRAC/Core/Base/DB.py
src/DIRAC/Core/Base/DIRACDB.py
src/DIRAC/Core/Base/ElasticDB.py
src/DIRAC/Core/Base/ExecutorMindHandler.py
src/DIRAC/Core/Base/ExecutorModule.py
src/DIRAC/Core/Base/ExecutorReactor.py
src/DIRAC/Core/Base/SQLAlchemyDB.py
src/DIRAC/Core/Base/Script.py
src/DIRAC/Core/Base/__init__.py
src/DIRAC/Core/Base/private/ModuleLoader.py
src/DIRAC/Core/Base/private/__init__.py
src/DIRAC/Core/DISET/AuthManager.py
src/DIRAC/Core/DISET/MessageClient.py
src/DIRAC/Core/DISET/RPCClient.py
src/DIRAC/Core/DISET/RequestHandler.py
src/DIRAC/Core/DISET/ServiceReactor.py
src/DIRAC/Core/DISET/ThreadConfig.py
src/DIRAC/Core/DISET/TransferClient.py
src/DIRAC/Core/DISET/__init__.py
src/DIRAC/Core/DISET/private/BaseClient.py
src/DIRAC/Core/DISET/private/FileHelper.py
src/DIRAC/Core/DISET/private/GatewayService.py
src/DIRAC/Core/DISET/private/InnerRPCClient.py
src/DIRAC/Core/DISET/private/LockManager.py
src/DIRAC/Core/DISET/private/MessageBroker.py
src/DIRAC/Core/DISET/private/MessageFactory.py
src/DIRAC/Core/DISET/private/Protocols.py
src/DIRAC/Core/DISET/private/Service.py
src/DIRAC/Core/DISET/private/ServiceConfiguration.py
src/DIRAC/Core/DISET/private/TransportPool.py
src/DIRAC/Core/DISET/private/__init__.py
src/DIRAC/Core/DISET/private/Transports/BaseTransport.py
src/DIRAC/Core/DISET/private/Transports/M2SSLTransport.py
src/DIRAC/Core/DISET/private/Transports/PlainTransport.py
src/DIRAC/Core/DISET/private/Transports/SSLTransport.py
src/DIRAC/Core/DISET/private/Transports/__init__.py
src/DIRAC/Core/DISET/private/Transports/SSL/FakeSocket.py
src/DIRAC/Core/DISET/private/Transports/SSL/M2Utils.py
src/DIRAC/Core/DISET/private/Transports/SSL/__init__.py
src/DIRAC/Core/DISET/private/Transports/test/Test_SSLTransport.py
src/DIRAC/Core/DISET/private/Transports/test/__init__.py
src/DIRAC/Core/DISET/private/Transports/test/proxy.pem
src/DIRAC/Core/DISET/test/Test_AuthManager.py
src/DIRAC/Core/LCG/GGUSTicketsClient.py
src/DIRAC/Core/LCG/GOCDBClient.py
src/DIRAC/Core/LCG/__init__.py
src/DIRAC/Core/LCG/test/Test_LCG.py
src/DIRAC/Core/Security/BaseSecurity.py
src/DIRAC/Core/Security/Locations.py
src/DIRAC/Core/Security/MyProxy.py
src/DIRAC/Core/Security/Properties.py
src/DIRAC/Core/Security/ProxyFile.py
src/DIRAC/Core/Security/ProxyInfo.py
src/DIRAC/Core/Security/Utilities.py
src/DIRAC/Core/Security/VOMS.py
src/DIRAC/Core/Security/VOMSService.py
src/DIRAC/Core/Security/__init__.py
src/DIRAC/Core/Security/m2crypto/X509CRL.py
src/DIRAC/Core/Security/m2crypto/X509Certificate.py
src/DIRAC/Core/Security/m2crypto/X509Chain.py
src/DIRAC/Core/Security/m2crypto/X509Request.py
src/DIRAC/Core/Security/m2crypto/__init__.py
src/DIRAC/Core/Security/m2crypto/asn1_utils.py
src/DIRAC/Core/Security/test/Test_X509Certificate.py
src/DIRAC/Core/Security/test/Test_X509Chain.py
src/DIRAC/Core/Security/test/Test_X509Request.py
src/DIRAC/Core/Security/test/__init__.py
src/DIRAC/Core/Security/test/x509TestUtilities.py
src/DIRAC/Core/Security/test/certs/ca/b236481c.0
src/DIRAC/Core/Security/test/certs/ca/ca.cert.pem
src/DIRAC/Core/Security/test/certs/ca/ca.key.pem
src/DIRAC/Core/Security/test/certs/ca/crlnumber
src/DIRAC/Core/Security/test/certs/ca/index.txt
src/DIRAC/Core/Security/test/certs/ca/index.txt.attr
src/DIRAC/Core/Security/test/certs/ca/index.txt.attr.old
src/DIRAC/Core/Security/test/certs/ca/index.txt.old
src/DIRAC/Core/Security/test/certs/ca/openssl_config_ca.cnf
src/DIRAC/Core/Security/test/certs/ca/serial
src/DIRAC/Core/Security/test/certs/ca/serial.old
src/DIRAC/Core/Security/test/certs/ca/newcerts/1000.pem
src/DIRAC/Core/Security/test/certs/ca/newcerts/1001.pem
src/DIRAC/Core/Security/test/certs/ca/newcerts/1002.pem
src/DIRAC/Core/Security/test/certs/host/hostcert.pem
src/DIRAC/Core/Security/test/certs/host/hostkey.pem
src/DIRAC/Core/Security/test/certs/host/hostkey.pem.bak
src/DIRAC/Core/Security/test/certs/host/openssl_config_host.cnf
src/DIRAC/Core/Security/test/certs/host/request.csr.pem
src/DIRAC/Core/Security/test/certs/key/encrypted_key_pass_0000.pem
src/DIRAC/Core/Security/test/certs/user/openssl_config_user.cnf
src/DIRAC/Core/Security/test/certs/user/request.csr.pem
src/DIRAC/Core/Security/test/certs/user/usercert.pem
src/DIRAC/Core/Security/test/certs/user/userkey.pem
src/DIRAC/Core/Security/test/certs/voms/README
src/DIRAC/Core/Security/test/certs/voms/proxy.pem
src/DIRAC/Core/Tornado/__init__.py
src/DIRAC/Core/Tornado/Client/ClientSelector.py
src/DIRAC/Core/Tornado/Client/TornadoClient.py
src/DIRAC/Core/Tornado/Client/__init__.py
src/DIRAC/Core/Tornado/Client/private/TornadoBaseClient.py
src/DIRAC/Core/Tornado/Client/private/__init__.py
src/DIRAC/Core/Tornado/Server/HandlerManager.py
src/DIRAC/Core/Tornado/Server/TornadoServer.py
src/DIRAC/Core/Tornado/Server/TornadoService.py
src/DIRAC/Core/Tornado/Server/__init__.py
src/DIRAC/Core/Tornado/scripts/__init__.py
src/DIRAC/Core/Tornado/scripts/tornado_start_CS.py
src/DIRAC/Core/Tornado/scripts/tornado_start_all.py
src/DIRAC/Core/Utilities/Adler.py
src/DIRAC/Core/Utilities/CountryMapping.py
src/DIRAC/Core/Utilities/DAG.py
src/DIRAC/Core/Utilities/DEncode.py
src/DIRAC/Core/Utilities/DErrno.py
src/DIRAC/Core/Utilities/DIRACScript.py
src/DIRAC/Core/Utilities/DIRACSingleton.py
src/DIRAC/Core/Utilities/Decorators.py
src/DIRAC/Core/Utilities/Devloader.py
src/DIRAC/Core/Utilities/DictCache.py
src/DIRAC/Core/Utilities/Dictionaries.py
src/DIRAC/Core/Utilities/DirectoryExplorer.py
src/DIRAC/Core/Utilities/ElasticSearchDB.py
src/DIRAC/Core/Utilities/EventDispatcher.py
src/DIRAC/Core/Utilities/ExecutorDispatcher.py
src/DIRAC/Core/Utilities/Extensions.py
src/DIRAC/Core/Utilities/File.py
src/DIRAC/Core/Utilities/Glue2.py
src/DIRAC/Core/Utilities/Graph.py
src/DIRAC/Core/Utilities/Grid.py
src/DIRAC/Core/Utilities/JDL.py
src/DIRAC/Core/Utilities/JEncode.py
src/DIRAC/Core/Utilities/List.py
src/DIRAC/Core/Utilities/LockRing.py
src/DIRAC/Core/Utilities/MJF.py
src/DIRAC/Core/Utilities/Mail.py
src/DIRAC/Core/Utilities/MemStat.py
src/DIRAC/Core/Utilities/MixedEncode.py
src/DIRAC/Core/Utilities/ModuleFactory.py
src/DIRAC/Core/Utilities/MySQL.py
src/DIRAC/Core/Utilities/NTP.py
src/DIRAC/Core/Utilities/Network.py
src/DIRAC/Core/Utilities/ObjectLoader.py
src/DIRAC/Core/Utilities/Os.py
src/DIRAC/Core/Utilities/Pfn.py
src/DIRAC/Core/Utilities/Platform.py
src/DIRAC/Core/Utilities/PrettyPrint.py
src/DIRAC/Core/Utilities/ProcessPool.py
src/DIRAC/Core/Utilities/Profiler.py
src/DIRAC/Core/Utilities/PromptUser.py
src/DIRAC/Core/Utilities/Proxy.py
src/DIRAC/Core/Utilities/RabbitMQAdmin.py
src/DIRAC/Core/Utilities/ReturnValues.py
src/DIRAC/Core/Utilities/Shifter.py
src/DIRAC/Core/Utilities/SiteSEMapping.py
src/DIRAC/Core/Utilities/StateMachine.py
src/DIRAC/Core/Utilities/Subprocess.py
src/DIRAC/Core/Utilities/ThreadPool.py
src/DIRAC/Core/Utilities/ThreadSafe.py
src/DIRAC/Core/Utilities/ThreadScheduler.py
src/DIRAC/Core/Utilities/Time.py
src/DIRAC/Core/Utilities/Version.py
src/DIRAC/Core/Utilities/__init__.py
src/DIRAC/Core/Utilities/ClassAd/ClassAdLight.py
src/DIRAC/Core/Utilities/ClassAd/__init__.py
src/DIRAC/Core/Utilities/Graphs/BarGraph.py
src/DIRAC/Core/Utilities/Graphs/CurveGraph.py
src/DIRAC/Core/Utilities/Graphs/Dwatermark.png
src/DIRAC/Core/Utilities/Graphs/Graph.py
src/DIRAC/Core/Utilities/Graphs/GraphData.py
src/DIRAC/Core/Utilities/Graphs/GraphUtilities.py
src/DIRAC/Core/Utilities/Graphs/Legend.py
src/DIRAC/Core/Utilities/Graphs/LineGraph.py
src/DIRAC/Core/Utilities/Graphs/Palette.py
src/DIRAC/Core/Utilities/Graphs/PieGraph.py
src/DIRAC/Core/Utilities/Graphs/PlotBase.py
src/DIRAC/Core/Utilities/Graphs/QualityMapGraph.py
src/DIRAC/Core/Utilities/Graphs/__init__.py
src/DIRAC/Core/Utilities/Plotting/DataCache.py
src/DIRAC/Core/Utilities/Plotting/FileCoding.py
src/DIRAC/Core/Utilities/Plotting/ObjectLoader.py
src/DIRAC/Core/Utilities/Plotting/Plots.py
src/DIRAC/Core/Utilities/Plotting/TypeLoader.py
src/DIRAC/Core/Utilities/Plotting/__init__.py
src/DIRAC/Core/Utilities/test/ProcessesCreator.py
src/DIRAC/Core/Utilities/test/Test_Adler.py
src/DIRAC/Core/Utilities/test/Test_DAG.py
src/DIRAC/Core/Utilities/test/Test_Decorator.py
src/DIRAC/Core/Utilities/test/Test_Dictionaries.py
src/DIRAC/Core/Utilities/test/Test_Encode.py
src/DIRAC/Core/Utilities/test/Test_ExecutorDispatcher.py
src/DIRAC/Core/Utilities/test/Test_Extensions.py
src/DIRAC/Core/Utilities/test/Test_File.py
src/DIRAC/Core/Utilities/test/Test_Graph.py
src/DIRAC/Core/Utilities/test/Test_List.py
src/DIRAC/Core/Utilities/test/Test_Mail.py
src/DIRAC/Core/Utilities/test/Test_Network.py
src/DIRAC/Core/Utilities/test/Test_ObjectLoader.py
src/DIRAC/Core/Utilities/test/Test_Pfn.py
src/DIRAC/Core/Utilities/test/Test_ProcessPool.py
src/DIRAC/Core/Utilities/test/Test_Profiler.py
src/DIRAC/Core/Utilities/test/Test_Subprocess.py
src/DIRAC/Core/Utilities/test/Test_Time.py
src/DIRAC/Core/Utilities/test/Test_gCFG.py
src/DIRAC/Core/Utilities/test/__init__.py
src/DIRAC/Core/Workflow/Module.py
src/DIRAC/Core/Workflow/Parameter.py
src/DIRAC/Core/Workflow/Step.py
src/DIRAC/Core/Workflow/Utility.py
src/DIRAC/Core/Workflow/Workflow.py
src/DIRAC/Core/Workflow/WorkflowReader.py
src/DIRAC/Core/Workflow/__init__.py
src/DIRAC/Core/Workflow/WFEditor/__init__.py
src/DIRAC/Core/Workflow/test/JobSamples.py
src/DIRAC/Core/Workflow/test/ModulesSamples.py
src/DIRAC/Core/Workflow/test/WFSamples.py
src/DIRAC/Core/Workflow/test/__init__.py
src/DIRAC/Core/Workflow/test/step_g.py
src/DIRAC/Core/scripts/__init__.py
src/DIRAC/Core/scripts/dirac-cert-convert.sh
src/DIRAC/Core/scripts/dirac_agent.py
src/DIRAC/Core/scripts/dirac_configure.py
src/DIRAC/Core/scripts/dirac_deploy_scripts.py
src/DIRAC/Core/scripts/dirac_executor.py
src/DIRAC/Core/scripts/dirac_externals_requirements.py
src/DIRAC/Core/scripts/dirac_info.py
src/DIRAC/Core/scripts/dirac_install_db.py
src/DIRAC/Core/scripts/dirac_install_extension.py
src/DIRAC/Core/scripts/dirac_install_web_portal.py
src/DIRAC/Core/scripts/dirac_platform.py
src/DIRAC/Core/scripts/dirac_service.py
src/DIRAC/Core/scripts/dirac_setup_site.py
src/DIRAC/Core/scripts/dirac_version.py
src/DIRAC/Core/scripts/genAllCAs.sh
src/DIRAC/Core/scripts/genRevokedCerts.sh
src/DIRAC/Core/scripts/install_full.cfg
src/DIRAC/Core/scripts/install_minimal.cfg
src/DIRAC/Core/scripts/install_secondary.cfg
src/DIRAC/Core/scripts/install_site.sh
src/DIRAC/Core/test/Test_API.py
src/DIRAC/DataManagementSystem/ConfigTemplate.cfg
src/DIRAC/DataManagementSystem/__init__.py
src/DIRAC/DataManagementSystem/Agent/FTS3Agent.py
src/DIRAC/DataManagementSystem/Agent/__init__.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/ArchiveFiles.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/CheckMigration.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/DMSRequestOperationsBase.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/MoveReplica.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/PhysicalRemoval.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/PutAndRegister.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/ReTransfer.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterFile.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/RegisterReplica.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/RemoveFile.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/RemoveReplica.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/ReplicateAndRegister.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/StagingCallback.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/__init__.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/test/Test_ArchiveFiles.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/test/Test_CheckMigration.py
src/DIRAC/DataManagementSystem/Agent/RequestOperations/test/Test_RequestOperations.py
src/DIRAC/DataManagementSystem/Client/ConsistencyInspector.py
src/DIRAC/DataManagementSystem/Client/DataIntegrityClient.py
src/DIRAC/DataManagementSystem/Client/DataManager.py
src/DIRAC/DataManagementSystem/Client/DirectoryListing.py
src/DIRAC/DataManagementSystem/Client/FTS3Client.py
src/DIRAC/DataManagementSystem/Client/FTS3File.py
src/DIRAC/DataManagementSystem/Client/FTS3Job.py
src/DIRAC/DataManagementSystem/Client/FTS3Operation.py
src/DIRAC/DataManagementSystem/Client/FailoverTransfer.py
src/DIRAC/DataManagementSystem/Client/FileCatalogClientCLI.py
src/DIRAC/DataManagementSystem/Client/MetaQuery.py
src/DIRAC/DataManagementSystem/Client/S3GatewayClient.py
src/DIRAC/DataManagementSystem/Client/__init__.py
src/DIRAC/DataManagementSystem/Client/CmdDirCompletion/AbstractFileSystem.py
src/DIRAC/DataManagementSystem/Client/CmdDirCompletion/DirectoryCompletion.py
src/DIRAC/DataManagementSystem/Client/CmdDirCompletion/__init__.py
src/DIRAC/DataManagementSystem/Client/test/Test_Client_DataManagementSystem.py
src/DIRAC/DataManagementSystem/Client/test/__init__.py
src/DIRAC/DataManagementSystem/Client/test/mock_DM.py
src/DIRAC/DataManagementSystem/Client/test/new_dir_completion.py
src/DIRAC/DataManagementSystem/DB/DataIntegrityDB.py
src/DIRAC/DataManagementSystem/DB/DataIntegrityDB.sql
src/DIRAC/DataManagementSystem/DB/FTS3DB.py
src/DIRAC/DataManagementSystem/DB/FTS3DB.sql
src/DIRAC/DataManagementSystem/DB/FileCatalogDB.py
src/DIRAC/DataManagementSystem/DB/FileCatalogDB.sql
src/DIRAC/DataManagementSystem/DB/FileCatalogWithFkAndPsDB.sql
src/DIRAC/DataManagementSystem/DB/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/Utilities.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DatasetManager/DatasetManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DatasetManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectoryClosure.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectoryFlatTree.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectoryLevelTree.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectoryNodeTree.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectorySimpleTree.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/DirectoryTreeBase.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryMetadata/DirectoryMetadata.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryMetadata/MultiVODirectoryMetadata.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/DirectoryMetadata/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileManager/FileManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileManager/FileManagerBase.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileManager/FileManagerFlat.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileManager/FileManagerPs.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileMetadata/FileMetadata.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileMetadata/MultiVOFileMetadata.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/FileMetadata/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SEManager/SEManagerBase.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SEManager/SEManagerDB.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SEManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/DirectorySecurityManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/DirectorySecurityManagerWithDelete.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/FullSecurityManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/NoSecurityManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/SecurityManagerBase.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/VOMSSecurityManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/SecurityManager/test/Test_VOMSSecurityManager.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/UserGroupManager/UserAndGroupManagerBase.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/UserGroupManager/UserAndGroupManagerCS.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/UserGroupManager/UserAndGroupManagerDB.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/UserGroupManager/__init__.py
src/DIRAC/DataManagementSystem/DB/FileCatalogComponents/test/Test_DataManagement_FileCatalogComponents.py
src/DIRAC/DataManagementSystem/Service/DataIntegrityHandler.py
src/DIRAC/DataManagementSystem/Service/FTS3ManagerHandler.py
src/DIRAC/DataManagementSystem/Service/FileCatalogHandler.py
src/DIRAC/DataManagementSystem/Service/FileCatalogProxyHandler.py
src/DIRAC/DataManagementSystem/Service/S3GatewayHandler.py
src/DIRAC/DataManagementSystem/Service/StorageElementHandler.py
src/DIRAC/DataManagementSystem/Service/StorageElementProxyHandler.py
src/DIRAC/DataManagementSystem/Service/TornadoFileCatalogHandler.py
src/DIRAC/DataManagementSystem/Service/__init__.py
src/DIRAC/DataManagementSystem/Service/test/Test_Service.py
src/DIRAC/DataManagementSystem/Utilities/DMSHelpers.py
src/DIRAC/DataManagementSystem/Utilities/__init__.py
src/DIRAC/DataManagementSystem/Utilities/lfc_dfc_copy.py
src/DIRAC/DataManagementSystem/private/FTS3Utilities.py
src/DIRAC/DataManagementSystem/private/HttpStorageAccessHandler.py
src/DIRAC/DataManagementSystem/private/__init__.py
src/DIRAC/DataManagementSystem/private/FTS3Plugins/DefaultFTS3Plugin.py
src/DIRAC/DataManagementSystem/private/FTS3Plugins/__init__.py
src/DIRAC/DataManagementSystem/private/test/Test_FTS3Utilities.py
src/DIRAC/DataManagementSystem/private/test/__init__.py
src/DIRAC/DataManagementSystem/scripts/__init__.py
src/DIRAC/DataManagementSystem/scripts/dirac_admin_allow_se.py
src/DIRAC/DataManagementSystem/scripts/dirac_admin_ban_se.py
src/DIRAC/DataManagementSystem/scripts/dirac_admin_user_quota.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_add_file.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_catalog_metadata.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_change_replica_status.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_clean_directory.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_create_archive_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_create_moving_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_create_removal_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_data_size.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_directory_sync.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_filecatalog_cli.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_find_lfns.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_move_replica_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_protocol_matrix.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_put_and_register_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_remove_catalog_files.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_remove_catalog_replicas.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_remove_files.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_remove_replicas.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_replica_metadata.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_replicate_and_register_request.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_resolve_guid.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_set_replica_status.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_show_se_status.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_user_lfns.py
src/DIRAC/DataManagementSystem/scripts/dirac_dms_user_quota.py
src/DIRAC/FrameworkSystem/ConfigTemplate.cfg
src/DIRAC/FrameworkSystem/__init__.py
src/DIRAC/FrameworkSystem/Agent/CAUpdateAgent.py
src/DIRAC/FrameworkSystem/Agent/ComponentSupervisionAgent.py
src/DIRAC/FrameworkSystem/Agent/MyProxyRenewalAgent.py
src/DIRAC/FrameworkSystem/Agent/__init__.py
src/DIRAC/FrameworkSystem/Agent/test/Test_ComponentSupervisionAgent.py
src/DIRAC/FrameworkSystem/Client/BundleDeliveryClient.py
src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py
src/DIRAC/FrameworkSystem/Client/ComponentMonitoringClient.py
src/DIRAC/FrameworkSystem/Client/Logger.py
src/DIRAC/FrameworkSystem/Client/MonitoringClient.py
src/DIRAC/FrameworkSystem/Client/MonitoringClientIOLoop.py
src/DIRAC/FrameworkSystem/Client/NotificationClient.py
src/DIRAC/FrameworkSystem/Client/PlottingClient.py
src/DIRAC/FrameworkSystem/Client/ProxyGeneration.py
src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py
src/DIRAC/FrameworkSystem/Client/ProxyUpload.py
src/DIRAC/FrameworkSystem/Client/SecurityLogClient.py
src/DIRAC/FrameworkSystem/Client/SystemAdministratorClient.py
src/DIRAC/FrameworkSystem/Client/SystemAdministratorClientCLI.py
src/DIRAC/FrameworkSystem/Client/SystemAdministratorIntegrator.py
src/DIRAC/FrameworkSystem/Client/UserProfileClient.py
src/DIRAC/FrameworkSystem/Client/__init__.py
src/DIRAC/FrameworkSystem/Client/test/Test_ComponentInstaller.py
src/DIRAC/FrameworkSystem/DB/ComponentMonitoringDB.py
src/DIRAC/FrameworkSystem/DB/ComponentMonitoringDB.sql
src/DIRAC/FrameworkSystem/DB/InstalledComponentsDB.py
src/DIRAC/FrameworkSystem/DB/InstalledComponentsDB.sql
src/DIRAC/FrameworkSystem/DB/NotificationDB.py
src/DIRAC/FrameworkSystem/DB/NotificationDB.sql
src/DIRAC/FrameworkSystem/DB/ProxyDB.py
src/DIRAC/FrameworkSystem/DB/ProxyDB.sql
src/DIRAC/FrameworkSystem/DB/UserProfileDB.py
src/DIRAC/FrameworkSystem/DB/UserProfileDB.sql
src/DIRAC/FrameworkSystem/DB/__init__.py
src/DIRAC/FrameworkSystem/Service/BundleDeliveryHandler.py
src/DIRAC/FrameworkSystem/Service/ComponentMonitoringHandler.py
src/DIRAC/FrameworkSystem/Service/MonitoringHandler.py
src/DIRAC/FrameworkSystem/Service/NotificationHandler.py
src/DIRAC/FrameworkSystem/Service/PlotCache.py
src/DIRAC/FrameworkSystem/Service/PlottingHandler.py
src/DIRAC/FrameworkSystem/Service/ProxyManagerHandler.py
src/DIRAC/FrameworkSystem/Service/RabbitMQSyncHandler.py
src/DIRAC/FrameworkSystem/Service/SecurityLoggingHandler.py
src/DIRAC/FrameworkSystem/Service/SystemAdministratorHandler.py
src/DIRAC/FrameworkSystem/Service/UserProfileManagerHandler.py
src/DIRAC/FrameworkSystem/Service/__init__.py
src/DIRAC/FrameworkSystem/Utilities/MonitoringUtilities.py
src/DIRAC/FrameworkSystem/Utilities/RabbitMQSynchronizer.py
src/DIRAC/FrameworkSystem/Utilities/__init__.py
src/DIRAC/FrameworkSystem/private/SecurityFileLog.py
src/DIRAC/FrameworkSystem/private/__init__.py
src/DIRAC/FrameworkSystem/private/monitoring/Activity.py
src/DIRAC/FrameworkSystem/private/monitoring/ColorGenerator.py
src/DIRAC/FrameworkSystem/private/monitoring/MonitoringCatalog.py
src/DIRAC/FrameworkSystem/private/monitoring/PlotCache.py
src/DIRAC/FrameworkSystem/private/monitoring/RRDManager.py
src/DIRAC/FrameworkSystem/private/monitoring/ServiceInterface.py
src/DIRAC/FrameworkSystem/private/monitoring/__init__.py
src/DIRAC/FrameworkSystem/private/monitoring/monitoringSchema.sql
src/DIRAC/FrameworkSystem/private/monitoring/test/Test_ColorGenerator.py
src/DIRAC/FrameworkSystem/private/standardLogging/LogLevels.py
src/DIRAC/FrameworkSystem/private/standardLogging/Logging.py
src/DIRAC/FrameworkSystem/private/standardLogging/LoggingRoot.py
src/DIRAC/FrameworkSystem/private/standardLogging/__init__.py
src/DIRAC/FrameworkSystem/private/standardLogging/Formatter/BaseFormatter.py
src/DIRAC/FrameworkSystem/private/standardLogging/Formatter/ColoredBaseFormatter.py
src/DIRAC/FrameworkSystem/private/standardLogging/Formatter/__init__.py
src/DIRAC/FrameworkSystem/private/standardLogging/Handler/MessageQueueHandler.py
src/DIRAC/FrameworkSystem/private/standardLogging/Handler/__init__.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/TestLogUtilities.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_LogLevels.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_LoggingRoot_ConfigForExternalLibs.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_Logging_Backends.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_Logging_CreationLogRecord.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_Logging_FormatOptions.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_Logging_GetSubLogger.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/Test_Logging_Levels.py
src/DIRAC/FrameworkSystem/private/standardLogging/test/__init__.py
src/DIRAC/FrameworkSystem/scripts/__init__.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_get_CAs.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_get_proxy.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_proxy_upload.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_sysadmin_cli.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_update_instance.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_update_pilot.py
src/DIRAC/FrameworkSystem/scripts/dirac_admin_users_with_proxy.py
src/DIRAC/FrameworkSystem/scripts/dirac_install_component.py
src/DIRAC/FrameworkSystem/scripts/dirac_install_tornado_service.py
src/DIRAC/FrameworkSystem/scripts/dirac_monitoring_get_components_status.py
src/DIRAC/FrameworkSystem/scripts/dirac_myproxy_upload.py
src/DIRAC/FrameworkSystem/scripts/dirac_populate_component_db.py
src/DIRAC/FrameworkSystem/scripts/dirac_proxy_destroy.py
src/DIRAC/FrameworkSystem/scripts/dirac_proxy_get_uploaded_info.py
src/DIRAC/FrameworkSystem/scripts/dirac_proxy_info.py
src/DIRAC/FrameworkSystem/scripts/dirac_proxy_init.py
src/DIRAC/FrameworkSystem/scripts/dirac_restart_component.py
src/DIRAC/FrameworkSystem/scripts/dirac_start_component.py
src/DIRAC/FrameworkSystem/scripts/dirac_status_component.py
src/DIRAC/FrameworkSystem/scripts/dirac_stop_component.py
src/DIRAC/FrameworkSystem/scripts/dirac_sys_sendmail.py
src/DIRAC/FrameworkSystem/scripts/dirac_uninstall_component.py
src/DIRAC/Interfaces/__init__.py
src/DIRAC/Interfaces/API/Dirac.py
src/DIRAC/Interfaces/API/DiracAdmin.py
src/DIRAC/Interfaces/API/Job.py
src/DIRAC/Interfaces/API/JobRepository.py
src/DIRAC/Interfaces/API/__init__.py
src/DIRAC/Interfaces/API/test/Test_DIRAC.py
src/DIRAC/Interfaces/API/test/Test_JobAPI.py
src/DIRAC/Interfaces/API/test/testWF.jdl
src/DIRAC/Interfaces/API/test/testWF.xml
src/DIRAC/Interfaces/API/test/testWFSIO.jdl
src/DIRAC/Interfaces/scripts/__init__.py
src/DIRAC/Interfaces/scripts/dirac_admin_add_group.py
src/DIRAC/Interfaces/scripts/dirac_admin_add_host.py
src/DIRAC/Interfaces/scripts/dirac_admin_add_user.py
src/DIRAC/Interfaces/scripts/dirac_admin_allow_site.py
src/DIRAC/Interfaces/scripts/dirac_admin_ban_site.py
src/DIRAC/Interfaces/scripts/dirac_admin_ce_info.py
src/DIRAC/Interfaces/scripts/dirac_admin_delete_user.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_banned_sites.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_job_pilot_output.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_job_pilots.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_pilot_info.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_pilot_logging_info.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_pilot_output.py
src/DIRAC/Interfaces/scripts/dirac_admin_get_site_mask.py
src/DIRAC/Interfaces/scripts/dirac_admin_list_hosts.py
src/DIRAC/Interfaces/scripts/dirac_admin_list_users.py
src/DIRAC/Interfaces/scripts/dirac_admin_modify_user.py
src/DIRAC/Interfaces/scripts/dirac_admin_pilot_summary.py
src/DIRAC/Interfaces/scripts/dirac_admin_reset_job.py
src/DIRAC/Interfaces/scripts/dirac_admin_service_ports.py
src/DIRAC/Interfaces/scripts/dirac_admin_set_site_protocols.py
src/DIRAC/Interfaces/scripts/dirac_admin_site_info.py
src/DIRAC/Interfaces/scripts/dirac_admin_site_mask_logging.py
src/DIRAC/Interfaces/scripts/dirac_admin_sync_users_from_file.py
src/DIRAC/Interfaces/scripts/dirac_dms_get_file.py
src/DIRAC/Interfaces/scripts/dirac_dms_lfn_accessURL.py
src/DIRAC/Interfaces/scripts/dirac_dms_lfn_metadata.py
src/DIRAC/Interfaces/scripts/dirac_dms_lfn_replicas.py
src/DIRAC/Interfaces/scripts/dirac_dms_pfn_accessURL.py
src/DIRAC/Interfaces/scripts/dirac_dms_pfn_metadata.py
src/DIRAC/Interfaces/scripts/dirac_dms_replicate_lfn.py
src/DIRAC/Interfaces/scripts/dirac_framework_ping_service.py
src/DIRAC/Interfaces/scripts/dirac_framework_self_ping.py
src/DIRAC/Interfaces/scripts/dirac_repo_monitor.py
src/DIRAC/Interfaces/scripts/dirac_utils_file_adler.py
src/DIRAC/Interfaces/scripts/dirac_utils_file_md5.py
src/DIRAC/Interfaces/scripts/dirac_wms_get_normalized_queue_length.py
src/DIRAC/Interfaces/scripts/dirac_wms_get_queue_normalization.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_attributes.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_delete.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_get_input.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_get_jdl.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_get_output.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_get_output_data.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_kill.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_logging_info.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_parameters.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_peek.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_reschedule.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_status.py
src/DIRAC/Interfaces/scripts/dirac_wms_job_submit.py
src/DIRAC/Interfaces/scripts/dirac_wms_jobs_select_output_search.py
src/DIRAC/Interfaces/scripts/dirac_wms_select_jobs.py
src/DIRAC/MonitoringSystem/ConfigTemplate.cfg
src/DIRAC/MonitoringSystem/__init__.py
src/DIRAC/MonitoringSystem/Client/MonitoringClient.py
src/DIRAC/MonitoringSystem/Client/MonitoringReporter.py
src/DIRAC/MonitoringSystem/Client/ServerUtils.py
src/DIRAC/MonitoringSystem/Client/__init__.py
src/DIRAC/MonitoringSystem/Client/Types/BaseType.py
src/DIRAC/MonitoringSystem/Client/Types/ComponentMonitoring.py
src/DIRAC/MonitoringSystem/Client/Types/RMSMonitoring.py
src/DIRAC/MonitoringSystem/Client/Types/WMSHistory.py
src/DIRAC/MonitoringSystem/Client/Types/__init__.py
src/DIRAC/MonitoringSystem/DB/MonitoringDB.py
src/DIRAC/MonitoringSystem/DB/__init__.py
src/DIRAC/MonitoringSystem/DB/test/Test_monitoringdb.py
src/DIRAC/MonitoringSystem/Service/MonitoringHandler.py
src/DIRAC/MonitoringSystem/Service/__init__.py
src/DIRAC/MonitoringSystem/private/DBUtils.py
src/DIRAC/MonitoringSystem/private/MainReporter.py
src/DIRAC/MonitoringSystem/private/__init__.py
src/DIRAC/MonitoringSystem/private/Plotters/BasePlotter.py
src/DIRAC/MonitoringSystem/private/Plotters/ComponentMonitoringPlotter.py
src/DIRAC/MonitoringSystem/private/Plotters/RMSMonitoringPlotter.py
src/DIRAC/MonitoringSystem/private/Plotters/WMSHistoryPlotter.py
src/DIRAC/MonitoringSystem/private/Plotters/__init__.py
src/DIRAC/ProductionSystem/ConfigTemplate.cfg
src/DIRAC/ProductionSystem/__init__.py
src/DIRAC/ProductionSystem/Client/ProductionClient.py
src/DIRAC/ProductionSystem/Client/ProductionStep.py
src/DIRAC/ProductionSystem/Client/__init__.py
src/DIRAC/ProductionSystem/DB/ProductionDB.py
src/DIRAC/ProductionSystem/DB/ProductionDB.sql
src/DIRAC/ProductionSystem/DB/__init__.py
src/DIRAC/ProductionSystem/Service/ProductionManagerHandler.py
src/DIRAC/ProductionSystem/Service/__init__.py
src/DIRAC/ProductionSystem/Utilities/ProdTransManager.py
src/DIRAC/ProductionSystem/Utilities/ProdValidator.py
src/DIRAC/ProductionSystem/Utilities/StateMachine.py
src/DIRAC/ProductionSystem/Utilities/__init__.py
src/DIRAC/ProductionSystem/scripts/__init__.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_add_trans.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_clean.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_delete.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_get.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_get_all.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_get_description.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_get_trans.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_start.py
src/DIRAC/ProductionSystem/scripts/dirac_prod_stop.py
src/DIRAC/RequestManagementSystem/ConfigTemplate.cfg
src/DIRAC/RequestManagementSystem/__init__.py
src/DIRAC/RequestManagementSystem/Agent/CleanReqDBAgent.py
src/DIRAC/RequestManagementSystem/Agent/RequestExecutingAgent.py
src/DIRAC/RequestManagementSystem/Agent/__init__.py
src/DIRAC/RequestManagementSystem/Agent/RequestOperations/ForwardDISET.py
src/DIRAC/RequestManagementSystem/Agent/RequestOperations/__init__.py
src/DIRAC/RequestManagementSystem/Agent/RequestOperations/test/ForwardDISETTests.py
src/DIRAC/RequestManagementSystem/Client/File.py
src/DIRAC/RequestManagementSystem/Client/Operation.py
src/DIRAC/RequestManagementSystem/Client/ReqClient.py
src/DIRAC/RequestManagementSystem/Client/Request.py
src/DIRAC/RequestManagementSystem/Client/__init__.py
src/DIRAC/RequestManagementSystem/Client/test/Test_File.py
src/DIRAC/RequestManagementSystem/Client/test/Test_Operation.py
src/DIRAC/RequestManagementSystem/Client/test/Test_Request.py
src/DIRAC/RequestManagementSystem/DB/ReqDB.sql
src/DIRAC/RequestManagementSystem/DB/RequestDB.py
src/DIRAC/RequestManagementSystem/DB/__init__.py
src/DIRAC/RequestManagementSystem/DB/test/RMSTestScenari.py
src/DIRAC/RequestManagementSystem/DB/test/Test_RequestDB.py
src/DIRAC/RequestManagementSystem/DB/test/__init__.py
src/DIRAC/RequestManagementSystem/Service/ReqManagerHandler.py
src/DIRAC/RequestManagementSystem/Service/ReqProxyHandler.py
src/DIRAC/RequestManagementSystem/Service/__init__.py
src/DIRAC/RequestManagementSystem/Service/test/OperationHandlerBaseTests.py
src/DIRAC/RequestManagementSystem/private/JSONUtils.py
src/DIRAC/RequestManagementSystem/private/OperationHandlerBase.py
src/DIRAC/RequestManagementSystem/private/RequestTask.py
src/DIRAC/RequestManagementSystem/private/RequestValidator.py
src/DIRAC/RequestManagementSystem/private/__init__.py
src/DIRAC/RequestManagementSystem/private/test/RequestTaskTests.py
src/DIRAC/RequestManagementSystem/private/test/RequestValidatorTests.py
src/DIRAC/RequestManagementSystem/scripts/__init__.py
src/DIRAC/RequestManagementSystem/scripts/dirac_rms_list_req_cache.py
src/DIRAC/RequestManagementSystem/scripts/dirac_rms_reqdb_summary.py
src/DIRAC/RequestManagementSystem/scripts/dirac_rms_request.py
src/DIRAC/ResourceStatusSystem/ConfigTemplate.cfg
src/DIRAC/ResourceStatusSystem/__init__.py
src/DIRAC/ResourceStatusSystem/Agent/CacheFeederAgent.py
src/DIRAC/ResourceStatusSystem/Agent/ElementInspectorAgent.py
src/DIRAC/ResourceStatusSystem/Agent/EmailAgent.py
src/DIRAC/ResourceStatusSystem/Agent/RucioRSSAgent.py
src/DIRAC/ResourceStatusSystem/Agent/SiteInspectorAgent.py
src/DIRAC/ResourceStatusSystem/Agent/SummarizeLogsAgent.py
src/DIRAC/ResourceStatusSystem/Agent/TokenAgent.py
src/DIRAC/ResourceStatusSystem/Agent/__init__.py
src/DIRAC/ResourceStatusSystem/Agent/test/Test_Agent_ElementInspectorAgent.py
src/DIRAC/ResourceStatusSystem/Agent/test/Test_Agent_ResourceStatusSystem.py
src/DIRAC/ResourceStatusSystem/Agent/test/Test_Agent_SiteInspectorAgent.py
src/DIRAC/ResourceStatusSystem/Client/PublisherClient.py
src/DIRAC/ResourceStatusSystem/Client/ResourceManagementClient.py
src/DIRAC/ResourceStatusSystem/Client/ResourceStatus.py
src/DIRAC/ResourceStatusSystem/Client/ResourceStatusClient.py
src/DIRAC/ResourceStatusSystem/Client/SiteStatus.py
src/DIRAC/ResourceStatusSystem/Client/__init__.py
src/DIRAC/ResourceStatusSystem/Command/AccountingCacheCommand.py
src/DIRAC/ResourceStatusSystem/Command/Command.py
src/DIRAC/ResourceStatusSystem/Command/CommandCaller.py
src/DIRAC/ResourceStatusSystem/Command/DIRACAccountingCommand.py
src/DIRAC/ResourceStatusSystem/Command/DowntimeCommand.py
src/DIRAC/ResourceStatusSystem/Command/FreeDiskSpaceCommand.py
src/DIRAC/ResourceStatusSystem/Command/GGUSTicketsCommand.py
src/DIRAC/ResourceStatusSystem/Command/GOCDBSyncCommand.py
src/DIRAC/ResourceStatusSystem/Command/JobCommand.py
src/DIRAC/ResourceStatusSystem/Command/MacroCommand.py
src/DIRAC/ResourceStatusSystem/Command/PilotCommand.py
src/DIRAC/ResourceStatusSystem/Command/PropagationCommand.py
src/DIRAC/ResourceStatusSystem/Command/TransferCommand.py
src/DIRAC/ResourceStatusSystem/Command/VOBOXAvailabilityCommand.py
src/DIRAC/ResourceStatusSystem/Command/__init__.py
src/DIRAC/ResourceStatusSystem/Command/test/Test_RSS_Command_GOCDBStatusCommand.py
src/DIRAC/ResourceStatusSystem/Command/test/Test_RSS_Command_GOCDBSyncCommand.py
src/DIRAC/ResourceStatusSystem/Command/test/Test_RSS_Command_VOBOXAvailabilityCommand.py
src/DIRAC/ResourceStatusSystem/DB/ResourceManagementDB.py
src/DIRAC/ResourceStatusSystem/DB/ResourceManagementDB.sql
src/DIRAC/ResourceStatusSystem/DB/ResourceStatusDB.py
src/DIRAC/ResourceStatusSystem/DB/ResourceStatusDB.sql
src/DIRAC/ResourceStatusSystem/DB/__init__.py
src/DIRAC/ResourceStatusSystem/Policy/AlwaysActivePolicy.py
src/DIRAC/ResourceStatusSystem/Policy/AlwaysBannedPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/AlwaysDegradedPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/AlwaysProbingPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/CEAvailabilityPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/Configurations.py
src/DIRAC/ResourceStatusSystem/Policy/DowntimePolicy.py
src/DIRAC/ResourceStatusSystem/Policy/FreeDiskSpacePolicy.py
src/DIRAC/ResourceStatusSystem/Policy/GGUSTicketsPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/JobDoneRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/JobEfficiencyPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/JobRunningMatchedRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/JobRunningWaitingRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/PilotEfficiencyPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/PropagationPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/__init__.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_AlwaysActivePolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_CEAvailabilityPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_Configurations.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_DTPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_FreeDiskSpacePolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_GGUSTicketsPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_JobDoneRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_JobEfficiencyPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_JobRunningMatchedRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_JobRunningWaitingRatioPolicy.py
src/DIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_PilotEfficiencyPolicy.py
src/DIRAC/ResourceStatusSystem/PolicySystem/PDP.py
src/DIRAC/ResourceStatusSystem/PolicySystem/PEP.py
src/DIRAC/ResourceStatusSystem/PolicySystem/PolicyBase.py
src/DIRAC/ResourceStatusSystem/PolicySystem/PolicyCaller.py
src/DIRAC/ResourceStatusSystem/PolicySystem/StateMachine.py
src/DIRAC/ResourceStatusSystem/PolicySystem/__init__.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/BaseAction.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/EmailAction.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/LogPolicyResultAction.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/LogStatusAction.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/SlackAction.py
src/DIRAC/ResourceStatusSystem/PolicySystem/Actions/__init__.py
src/DIRAC/ResourceStatusSystem/PolicySystem/test/Test_PolicySystem.py
src/DIRAC/ResourceStatusSystem/Service/PublisherHandler.py
src/DIRAC/ResourceStatusSystem/Service/ResourceManagementHandler.py
src/DIRAC/ResourceStatusSystem/Service/ResourceStatusHandler.py
src/DIRAC/ResourceStatusSystem/Service/__init__.py
src/DIRAC/ResourceStatusSystem/Utilities/CSHelpers.py
src/DIRAC/ResourceStatusSystem/Utilities/InfoGetter.py
src/DIRAC/ResourceStatusSystem/Utilities/RSSCache.py
src/DIRAC/ResourceStatusSystem/Utilities/RSSCacheNoThread.py
src/DIRAC/ResourceStatusSystem/Utilities/RssConfiguration.py
src/DIRAC/ResourceStatusSystem/Utilities/Synchronizer.py
src/DIRAC/ResourceStatusSystem/Utilities/Utils.py
src/DIRAC/ResourceStatusSystem/Utilities/__init__.py
src/DIRAC/ResourceStatusSystem/scripts/__init__.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_list_status.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_query_db.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_query_dtcache.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_set_status.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_set_token.py
src/DIRAC/ResourceStatusSystem/scripts/dirac_rss_sync.py
src/DIRAC/Resources/__init__.py
src/DIRAC/Resources/Catalog/FCConditionParser.py
src/DIRAC/Resources/Catalog/FileCatalog.py
src/DIRAC/Resources/Catalog/FileCatalogClient.py
src/DIRAC/Resources/Catalog/FileCatalogClientBase.py
src/DIRAC/Resources/Catalog/FileCatalogFactory.py
src/DIRAC/Resources/Catalog/FileCatalogProxyClient.py
src/DIRAC/Resources/Catalog/LcgFileCatalogClient.py
src/DIRAC/Resources/Catalog/PoolXMLCatalog.py
src/DIRAC/Resources/Catalog/PoolXMLFile.py
src/DIRAC/Resources/Catalog/RucioFileCatalogClient.py
src/DIRAC/Resources/Catalog/TSCatalogClient.py
src/DIRAC/Resources/Catalog/Utilities.py
src/DIRAC/Resources/Catalog/__init__.py
src/DIRAC/Resources/Catalog/ConditionPlugins/DummyPlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/FCConditionBasePlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/FilenamePlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/ProxyPlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/__init__.py
src/DIRAC/Resources/Catalog/ConditionPlugins/test/Test_FilenamePlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/test/Test_ProxyPlugin.py
src/DIRAC/Resources/Catalog/ConditionPlugins/test/__init__.py
src/DIRAC/Resources/Catalog/test/Test_FCConditionParser.py
src/DIRAC/Resources/Catalog/test/Test_FileCatalog.py
src/DIRAC/Resources/Catalog/test/__init__.py
src/DIRAC/Resources/Catalog/test/mock_FC.py
src/DIRAC/Resources/Cloud/CloudEndpoint.py
src/DIRAC/Resources/Cloud/EC2Endpoint.py
src/DIRAC/Resources/Cloud/Endpoint.py
src/DIRAC/Resources/Cloud/EndpointFactory.py
src/DIRAC/Resources/Cloud/KeystoneClient.py
src/DIRAC/Resources/Cloud/OcciEndpoint.py
src/DIRAC/Resources/Cloud/OpenNebulaEndpoint.py
src/DIRAC/Resources/Cloud/OpenStackEndpoint.py
src/DIRAC/Resources/Cloud/RocciEndpoint.py
src/DIRAC/Resources/Cloud/Utilities.py
src/DIRAC/Resources/Cloud/__init__.py
src/DIRAC/Resources/Cloud/cloudinit.template
src/DIRAC/Resources/Cloud/ec2_instance_type.json
src/DIRAC/Resources/Computing/ARCComputingElement.py
src/DIRAC/Resources/Computing/BOINCComputingElement.py
src/DIRAC/Resources/Computing/CREAMComputingElement.py
src/DIRAC/Resources/Computing/ComputingElement.py
src/DIRAC/Resources/Computing/ComputingElementFactory.py
src/DIRAC/Resources/Computing/HTCondorCEComputingElement.py
src/DIRAC/Resources/Computing/InProcessComputingElement.py
src/DIRAC/Resources/Computing/LocalComputingElement.py
src/DIRAC/Resources/Computing/PilotBundle.py
src/DIRAC/Resources/Computing/PoolComputingElement.py
src/DIRAC/Resources/Computing/SSHBatchComputingElement.py
src/DIRAC/Resources/Computing/SSHComputingElement.py
src/DIRAC/Resources/Computing/SingularityComputingElement.py
src/DIRAC/Resources/Computing/SudoComputingElement.py
src/DIRAC/Resources/Computing/__init__.py
src/DIRAC/Resources/Computing/BatchSystems/Condor.py
src/DIRAC/Resources/Computing/BatchSystems/GE.py
src/DIRAC/Resources/Computing/BatchSystems/Host.py
src/DIRAC/Resources/Computing/BatchSystems/LSF.py
src/DIRAC/Resources/Computing/BatchSystems/OAR.py
src/DIRAC/Resources/Computing/BatchSystems/SLURM.py
src/DIRAC/Resources/Computing/BatchSystems/Torque.py
src/DIRAC/Resources/Computing/BatchSystems/__init__.py
src/DIRAC/Resources/Computing/BatchSystems/executeBatch.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/HTCondorResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/LSFResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/MJFResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/PBSResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/ResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/SGEResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/SLURMResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/TimeLeft.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/__init__.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_LSFResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_PBSResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_SGEResourceUsage.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/Test_TimeLeft.py
src/DIRAC/Resources/Computing/BatchSystems/TimeLeft/test/__init__.py
src/DIRAC/Resources/Computing/ParallelLibraries/ParallelLibrary.py
src/DIRAC/Resources/Computing/ParallelLibraries/Srun.py
src/DIRAC/Resources/Computing/ParallelLibraries/__init__.py
src/DIRAC/Resources/Computing/ParallelLibraries/test/Test_ParallelLibraries.py
src/DIRAC/Resources/Computing/ParallelLibraries/test/__init__.py
src/DIRAC/Resources/Computing/test/Test_HTCondorCEComputingElement.py
src/DIRAC/Resources/Computing/test/Test_InProcessComputingElement.py
src/DIRAC/Resources/Computing/test/Test_PoolComputingElement.py
src/DIRAC/Resources/Computing/test/Test_SSHComputingElement.py
src/DIRAC/Resources/Computing/test/__init__.py
src/DIRAC/Resources/IdProvider/IdProvider.py
src/DIRAC/Resources/IdProvider/IdProviderFactory.py
src/DIRAC/Resources/IdProvider/__init__.py
src/DIRAC/Resources/LogBackends/AbstractBackend.py
src/DIRAC/Resources/LogBackends/ElasticSearchBackend.py
src/DIRAC/Resources/LogBackends/FileBackend.py
src/DIRAC/Resources/LogBackends/MessageQueueBackend.py
src/DIRAC/Resources/LogBackends/StderrBackend.py
src/DIRAC/Resources/LogBackends/StdoutBackend.py
src/DIRAC/Resources/LogBackends/__init__.py
src/DIRAC/Resources/LogFilters/ModuleFilter.py
src/DIRAC/Resources/LogFilters/PatternFilter.py
src/DIRAC/Resources/LogFilters/__init__.py
src/DIRAC/Resources/LogFilters/test/Test_PatternFilter.py
src/DIRAC/Resources/MessageQueue/MQCommunication.py
src/DIRAC/Resources/MessageQueue/MQConnectionManager.py
src/DIRAC/Resources/MessageQueue/MQConnector.py
src/DIRAC/Resources/MessageQueue/MQConsumer.py
src/DIRAC/Resources/MessageQueue/MQProducer.py
src/DIRAC/Resources/MessageQueue/StompMQConnector.py
src/DIRAC/Resources/MessageQueue/Utilities.py
src/DIRAC/Resources/MessageQueue/__init__.py
src/DIRAC/Resources/MessageQueue/test/Test_MQConnectionManager.py
src/DIRAC/Resources/MessageQueue/test/Test_MQConsumer.py
src/DIRAC/Resources/MessageQueue/test/Test_MQProducer.py
src/DIRAC/Resources/MessageQueue/test/Test_MQ_Utilities.py
src/DIRAC/Resources/ProxyProvider/DIRACCAProxyProvider.py
src/DIRAC/Resources/ProxyProvider/PUSPProxyProvider.py
src/DIRAC/Resources/ProxyProvider/ProxyProvider.py
src/DIRAC/Resources/ProxyProvider/ProxyProviderFactory.py
src/DIRAC/Resources/ProxyProvider/__init__.py
src/DIRAC/Resources/ProxyProvider/test/Test_DIRACCAProxyProvider.py
src/DIRAC/Resources/ProxyProvider/test/Test_ProxyProviderFactory.py
src/DIRAC/Resources/ProxyProvider/test/__init__.py
src/DIRAC/Resources/Storage/CTAStorage.py
src/DIRAC/Resources/Storage/DIPStorage.py
src/DIRAC/Resources/Storage/EchoStorage.py
src/DIRAC/Resources/Storage/FCOnlyStorage.py
src/DIRAC/Resources/Storage/FileStorage.py
src/DIRAC/Resources/Storage/GFAL2_GSIFTPStorage.py
src/DIRAC/Resources/Storage/GFAL2_HTTPSStorage.py
src/DIRAC/Resources/Storage/GFAL2_SRM2Storage.py
src/DIRAC/Resources/Storage/GFAL2_StorageBase.py
src/DIRAC/Resources/Storage/GFAL2_XROOTStorage.py
src/DIRAC/Resources/Storage/ProxyStorage.py
src/DIRAC/Resources/Storage/RFIOStorage.py
src/DIRAC/Resources/Storage/S3Storage.py
src/DIRAC/Resources/Storage/StorageBase.py
src/DIRAC/Resources/Storage/StorageElement.py
src/DIRAC/Resources/Storage/StorageFactory.py
src/DIRAC/Resources/Storage/Utilities.py
src/DIRAC/Resources/Storage/__init__.py
src/DIRAC/Resources/Storage/OccupancyPlugins/BDIIOccupancy.py
src/DIRAC/Resources/Storage/OccupancyPlugins/WLCGAccountingHTTPJson.py
src/DIRAC/Resources/Storage/OccupancyPlugins/WLCGAccountingJson.py
src/DIRAC/Resources/Storage/OccupancyPlugins/__init__.py
src/DIRAC/Resources/Storage/test/FIXME_Test_RFIOPlugIn.py
src/DIRAC/Resources/Storage/test/FIXME_Test_StorageElement.py
src/DIRAC/Resources/Storage/test/FIXME_Test_StoragePlugIn.py
src/DIRAC/Resources/Storage/test/Test_FilePlugin.py
src/DIRAC/Resources/Storage/test/Test_GFAL2_XROOTStorage.py
src/DIRAC/Resources/Storage/test/Test_StorageElement.py
src/DIRAC/Resources/Storage/test/Test_StorageFactory.py
src/DIRAC/Resources/Storage/test/__init__.py
src/DIRAC/Resources/scripts/__init__.py
src/DIRAC/Resources/scripts/dirac_resource_get_parameters.py
src/DIRAC/Resources/scripts/dirac_resource_info.py
src/DIRAC/StorageManagementSystem/ConfigTemplate.cfg
src/DIRAC/StorageManagementSystem/__init__.py
src/DIRAC/StorageManagementSystem/Agent/RequestFinalizationAgent.py
src/DIRAC/StorageManagementSystem/Agent/RequestPreparationAgent.py
src/DIRAC/StorageManagementSystem/Agent/StageMonitorAgent.py
src/DIRAC/StorageManagementSystem/Agent/StageRequestAgent.py
src/DIRAC/StorageManagementSystem/Agent/__init__.py
src/DIRAC/StorageManagementSystem/Client/StorageManagerClient.py
src/DIRAC/StorageManagementSystem/Client/__init__.py
src/DIRAC/StorageManagementSystem/Client/test/Test_Client_StorageManagementSystem.py
src/DIRAC/StorageManagementSystem/DB/StorageManagementDB.py
src/DIRAC/StorageManagementSystem/DB/StorageManagementDB.sql
src/DIRAC/StorageManagementSystem/DB/__init__.py
src/DIRAC/StorageManagementSystem/Service/StorageManagerHandler.py
src/DIRAC/StorageManagementSystem/Service/__init__.py
src/DIRAC/StorageManagementSystem/scripts/__init__.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_monitor_file.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_monitor_jobs.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_monitor_request.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_monitor_requests.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_show_stats.py
src/DIRAC/StorageManagementSystem/scripts/dirac_stager_stage_files.py
src/DIRAC/TransformationSystem/ConfigTemplate.cfg
src/DIRAC/TransformationSystem/__init__.py
src/DIRAC/TransformationSystem/Agent/DataRecoveryAgent.py
src/DIRAC/TransformationSystem/Agent/InputDataAgent.py
src/DIRAC/TransformationSystem/Agent/MCExtensionAgent.py
src/DIRAC/TransformationSystem/Agent/RequestTaskAgent.py
src/DIRAC/TransformationSystem/Agent/TaskManagerAgentBase.py
src/DIRAC/TransformationSystem/Agent/TransformationAgent.py
src/DIRAC/TransformationSystem/Agent/TransformationAgentsUtilities.py
src/DIRAC/TransformationSystem/Agent/TransformationCleaningAgent.py
src/DIRAC/TransformationSystem/Agent/TransformationPlugin.py
src/DIRAC/TransformationSystem/Agent/ValidateOutputDataAgent.py
src/DIRAC/TransformationSystem/Agent/WorkflowTaskAgent.py
src/DIRAC/TransformationSystem/Agent/__init__.py
src/DIRAC/TransformationSystem/Agent/RequestOperations/SetFileStatus.py
src/DIRAC/TransformationSystem/Agent/RequestOperations/__init__.py
src/DIRAC/TransformationSystem/Agent/test/Test_Agent_TransformationSystem.py
src/DIRAC/TransformationSystem/Agent/test/Test_Plugins.py
src/DIRAC/TransformationSystem/Client/FileReport.py
src/DIRAC/TransformationSystem/Client/PluginBase.py
src/DIRAC/TransformationSystem/Client/TaskManager.py
src/DIRAC/TransformationSystem/Client/TaskManagerPlugin.py
src/DIRAC/TransformationSystem/Client/Transformation.py
src/DIRAC/TransformationSystem/Client/TransformationCLI.py
src/DIRAC/TransformationSystem/Client/TransformationClient.py
src/DIRAC/TransformationSystem/Client/TransformationFilesStatus.py
src/DIRAC/TransformationSystem/Client/Utilities.py
src/DIRAC/TransformationSystem/Client/__init__.py
src/DIRAC/TransformationSystem/Client/test/Test_Client_TaskManagerPlugin.py
src/DIRAC/TransformationSystem/Client/test/Test_Client_TransformationClient.py
src/DIRAC/TransformationSystem/Client/test/Test_Client_TransformationSystem.py
src/DIRAC/TransformationSystem/Client/test/Test_Client_WorkflowTasks.py
src/DIRAC/TransformationSystem/DB/TransformationDB.py
src/DIRAC/TransformationSystem/DB/TransformationDB.sql
src/DIRAC/TransformationSystem/DB/__init__.py
src/DIRAC/TransformationSystem/Service/TransformationManagerHandler.py
src/DIRAC/TransformationSystem/Service/__init__.py
src/DIRAC/TransformationSystem/Utilities/JobInfo.py
src/DIRAC/TransformationSystem/Utilities/ReplicationCLIParameters.py
src/DIRAC/TransformationSystem/Utilities/ReplicationTransformation.py
src/DIRAC/TransformationSystem/Utilities/TransformationInfo.py
src/DIRAC/TransformationSystem/Utilities/__init__.py
src/DIRAC/TransformationSystem/scripts/__init__.py
src/DIRAC/TransformationSystem/scripts/dirac_production_runjoblocal.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_add_files.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_archive.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_clean.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_cli.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_get_files.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_recover_data.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_remove_output.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_replication.py
src/DIRAC/TransformationSystem/scripts/dirac_transformation_verify_outputdata.py
src/DIRAC/TransformationSystem/test/Test_DRA.py
src/DIRAC/TransformationSystem/test/Test_JobInfo.py
src/DIRAC/TransformationSystem/test/Test_TransformationInfo.py
src/DIRAC/TransformationSystem/test/Test_replicationTransformation.py
src/DIRAC/TransformationSystem/test/__init__.py
src/DIRAC/Workflow/__init__.py
src/DIRAC/Workflow/Modules/FailoverRequest.py
src/DIRAC/Workflow/Modules/ModuleBase.py
src/DIRAC/Workflow/Modules/Script.py
src/DIRAC/Workflow/Modules/UploadOutputs.py
src/DIRAC/Workflow/Modules/__init__.py
src/DIRAC/Workflow/Modules/test/Test_Modules.py
src/DIRAC/Workflow/Utilities/Utils.py
src/DIRAC/Workflow/Utilities/__init__.py
src/DIRAC/Workflow/Utilities/test/Test_Utilities.py
src/DIRAC/WorkloadManagementSystem/ConfigTemplate.cfg
src/DIRAC/WorkloadManagementSystem/__init__.py
src/DIRAC/WorkloadManagementSystem/Agent/CloudDirector.py
src/DIRAC/WorkloadManagementSystem/Agent/JobAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/JobCleaningAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/OptimizerModule.py
src/DIRAC/WorkloadManagementSystem/Agent/PilotStatusAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/PilotSyncAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
src/DIRAC/WorkloadManagementSystem/Agent/StalledJobAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/StatesAccountingAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/TaskQueuesAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/VirtualMachineMonitorAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/__init__.py
src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_JobAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_JobCleaningAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_PilotStatusAgent.py
src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_SiteDirector.py
src/DIRAC/WorkloadManagementSystem/Agent/test/Test_Agent_StalledJobAgent.py
src/DIRAC/WorkloadManagementSystem/Client/CPUNormalization.py
src/DIRAC/WorkloadManagementSystem/Client/DIRACbenchmark.py
src/DIRAC/WorkloadManagementSystem/Client/DownloadInputData.py
src/DIRAC/WorkloadManagementSystem/Client/InputDataByProtocol.py
src/DIRAC/WorkloadManagementSystem/Client/InputDataResolution.py
src/DIRAC/WorkloadManagementSystem/Client/JobManagerClient.py
src/DIRAC/WorkloadManagementSystem/Client/JobMinorStatus.py
src/DIRAC/WorkloadManagementSystem/Client/JobMonitoringClient.py
src/DIRAC/WorkloadManagementSystem/Client/JobReport.py
src/DIRAC/WorkloadManagementSystem/Client/JobStateUpdateClient.py
src/DIRAC/WorkloadManagementSystem/Client/JobStatus.py
src/DIRAC/WorkloadManagementSystem/Client/Limiter.py
src/DIRAC/WorkloadManagementSystem/Client/Matcher.py
src/DIRAC/WorkloadManagementSystem/Client/MatcherClient.py
src/DIRAC/WorkloadManagementSystem/Client/PilotManagerClient.py
src/DIRAC/WorkloadManagementSystem/Client/PilotStatus.py
src/DIRAC/WorkloadManagementSystem/Client/PilotsLoggingClient.py
src/DIRAC/WorkloadManagementSystem/Client/PoolXMLSlice.py
src/DIRAC/WorkloadManagementSystem/Client/SandboxStoreClient.py
src/DIRAC/WorkloadManagementSystem/Client/ServerUtils.py
src/DIRAC/WorkloadManagementSystem/Client/VMClient.py
src/DIRAC/WorkloadManagementSystem/Client/VirtualMachineCLI.py
src/DIRAC/WorkloadManagementSystem/Client/WMSAdministratorClient.py
src/DIRAC/WorkloadManagementSystem/Client/WMSClient.py
src/DIRAC/WorkloadManagementSystem/Client/__init__.py
src/DIRAC/WorkloadManagementSystem/Client/JobState/CachedJobState.py
src/DIRAC/WorkloadManagementSystem/Client/JobState/JobManifest.py
src/DIRAC/WorkloadManagementSystem/Client/JobState/JobState.py
src/DIRAC/WorkloadManagementSystem/Client/JobState/__init__.py
src/DIRAC/WorkloadManagementSystem/Client/test/Test_Client_DownloadInputData.py
src/DIRAC/WorkloadManagementSystem/Client/test/Test_Client_WorkloadManagementSystem.py
src/DIRAC/WorkloadManagementSystem/Client/test/Test_JobReport.py
src/DIRAC/WorkloadManagementSystem/DB/ElasticJobParametersDB.py
src/DIRAC/WorkloadManagementSystem/DB/JobDB.py
src/DIRAC/WorkloadManagementSystem/DB/JobDB.sql
src/DIRAC/WorkloadManagementSystem/DB/JobLoggingDB.py
src/DIRAC/WorkloadManagementSystem/DB/JobLoggingDB.sql
src/DIRAC/WorkloadManagementSystem/DB/PilotAgentsDB.py
src/DIRAC/WorkloadManagementSystem/DB/PilotAgentsDB.sql
src/DIRAC/WorkloadManagementSystem/DB/PilotsLoggingDB.py
src/DIRAC/WorkloadManagementSystem/DB/PilotsLoggingDB.sql
src/DIRAC/WorkloadManagementSystem/DB/SandboxMetadataDB.py
src/DIRAC/WorkloadManagementSystem/DB/SandboxMetadataDB.sql
src/DIRAC/WorkloadManagementSystem/DB/TaskQueueDB.py
src/DIRAC/WorkloadManagementSystem/DB/TaskQueueDB.sql
src/DIRAC/WorkloadManagementSystem/DB/VirtualMachineDB.py
src/DIRAC/WorkloadManagementSystem/DB/VirtualMachineDB.sql
src/DIRAC/WorkloadManagementSystem/DB/__init__.py
src/DIRAC/WorkloadManagementSystem/DB/tests/Test_JobDB.py
src/DIRAC/WorkloadManagementSystem/Executor/InputData.py
src/DIRAC/WorkloadManagementSystem/Executor/JobPath.py
src/DIRAC/WorkloadManagementSystem/Executor/JobSanity.py
src/DIRAC/WorkloadManagementSystem/Executor/JobScheduling.py
src/DIRAC/WorkloadManagementSystem/Executor/__init__.py
src/DIRAC/WorkloadManagementSystem/Executor/Base/OptimizerExecutor.py
src/DIRAC/WorkloadManagementSystem/Executor/Base/__init__.py
src/DIRAC/WorkloadManagementSystem/Executor/test/Test_Executor.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapperTemplate.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/Watchdog.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/__init__.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/Test_JobWrapper.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/Test_Watchdog.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/__init__.py
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/script-OK.sh
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/script-RESC.sh
src/DIRAC/WorkloadManagementSystem/JobWrapper/test/script.sh
src/DIRAC/WorkloadManagementSystem/Service/JobManagerHandler.py
src/DIRAC/WorkloadManagementSystem/Service/JobMonitoringHandler.py
src/DIRAC/WorkloadManagementSystem/Service/JobPolicy.py
src/DIRAC/WorkloadManagementSystem/Service/JobStateUpdateHandler.py
src/DIRAC/WorkloadManagementSystem/Service/MatcherHandler.py
src/DIRAC/WorkloadManagementSystem/Service/OptimizationMindHandler.py
src/DIRAC/WorkloadManagementSystem/Service/PilotManagerHandler.py
src/DIRAC/WorkloadManagementSystem/Service/PilotsLoggingHandler.py
src/DIRAC/WorkloadManagementSystem/Service/SandboxStoreHandler.py
src/DIRAC/WorkloadManagementSystem/Service/TornadoJobManagerHandler.py
src/DIRAC/WorkloadManagementSystem/Service/TornadoJobMonitoringHandler.py
src/DIRAC/WorkloadManagementSystem/Service/TornadoJobStateUpdateHandler.py
src/DIRAC/WorkloadManagementSystem/Service/VirtualMachineManagerHandler.py
src/DIRAC/WorkloadManagementSystem/Service/WMSAdministratorHandler.py
src/DIRAC/WorkloadManagementSystem/Service/WMSUtilities.py
src/DIRAC/WorkloadManagementSystem/Service/__init__.py
src/DIRAC/WorkloadManagementSystem/Utilities/JobParameters.py
src/DIRAC/WorkloadManagementSystem/Utilities/ParametricJob.py
src/DIRAC/WorkloadManagementSystem/Utilities/PilotCStoJSONSynchronizer.py
src/DIRAC/WorkloadManagementSystem/Utilities/PilotWrapper.py
src/DIRAC/WorkloadManagementSystem/Utilities/QueueUtilities.py
src/DIRAC/WorkloadManagementSystem/Utilities/Utils.py
src/DIRAC/WorkloadManagementSystem/Utilities/__init__.py
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/parse-jobagent-log
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/power.sh
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/save-payload-logs
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/vm-bootstrap
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/vm-bootstrap-functions
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/vm-monitor-agent
src/DIRAC/WorkloadManagementSystem/Utilities/CloudBootstrap/vm-pilot
src/DIRAC/WorkloadManagementSystem/Utilities/test/Test_ParametricJob.py
src/DIRAC/WorkloadManagementSystem/Utilities/test/Test_PilotCStoJSONSynchronizer.py
src/DIRAC/WorkloadManagementSystem/Utilities/test/Test_PilotWrapper.py
src/DIRAC/WorkloadManagementSystem/Utilities/test/Test_QueueUtilities.py
src/DIRAC/WorkloadManagementSystem/private/ConfigHelper.py
src/DIRAC/WorkloadManagementSystem/private/SharesCorrector.py
src/DIRAC/WorkloadManagementSystem/private/__init__.py
src/DIRAC/WorkloadManagementSystem/private/correctors/BaseCorrector.py
src/DIRAC/WorkloadManagementSystem/private/correctors/BaseHistoryCorrector.py
src/DIRAC/WorkloadManagementSystem/private/correctors/MonitoringHistoryCorrector.py
src/DIRAC/WorkloadManagementSystem/private/correctors/WMSHistoryCorrector.py
src/DIRAC/WorkloadManagementSystem/private/correctors/__init__.py
src/DIRAC/WorkloadManagementSystem/scripts/__init__.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_admin_kill_pilot.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_admin_pilot_logging_info.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_admin_show_task_queues.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_admin_sync_pilot.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_jobexec.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_vm_cli.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_vm_endpoint_status.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_vm_get_pilot_output.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_vm_instance_stop.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_cpu_normalization.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_get_queue_cpu_time.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_get_wn.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_get_wn_parameters.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_match.py
src/DIRAC/WorkloadManagementSystem/scripts/dirac_wms_pilot_job_info.py
src/DIRAC/tests/Test_init.py
src/DIRAC/tests/__init__.py
src/DIRAC/tests/Utilities/Accounting.py
src/DIRAC/tests/Utilities/IntegrationTest.py
src/DIRAC/tests/Utilities/ProcessesCreator_withChildren.py
src/DIRAC/tests/Utilities/WMS.py
src/DIRAC/tests/Utilities/__init__.py
src/DIRAC/tests/Utilities/assertingUtils.py
src/DIRAC/tests/Utilities/mpTest-flexible.py
src/DIRAC/tests/Utilities/mpTest.py
src/DIRAC/tests/Utilities/plots.py
src/DIRAC/tests/Utilities/testJobDefinitions.py
src/DIRAC/tests/Utilities/utils.py
src/DIRAC/tests/Workflow/Integration/exe-script.py
src/DIRAC/tests/Workflow/Integration/helloWorld.py
src/DIRAC/tests/Workflow/Regression/helloWorld.py
src/DIRAC/tests/Workflow/Regression/helloWorld.xml