CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
lhcbdirac.cfg
pyproject.toml
pytest.ini
setup.cfg
src/LHCbDIRAC/__init__.py
src/LHCbDIRAC.egg-info/PKG-INFO
src/LHCbDIRAC.egg-info/SOURCES.txt
src/LHCbDIRAC.egg-info/dependency_links.txt
src/LHCbDIRAC.egg-info/entry_points.txt
src/LHCbDIRAC.egg-info/not-zip-safe
src/LHCbDIRAC.egg-info/requires.txt
src/LHCbDIRAC.egg-info/top_level.txt
src/LHCbDIRAC/AccountingSystem/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/Types/DataStorage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/JobStep.py
src/LHCbDIRAC/AccountingSystem/Client/Types/Popularity.py
src/LHCbDIRAC/AccountingSystem/Client/Types/Storage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/UserStorage.py
src/LHCbDIRAC/AccountingSystem/Client/Types/__init__.py
src/LHCbDIRAC/AccountingSystem/Client/Types/test/Test_AS_Client_Types_DataStorage.py
src/LHCbDIRAC/AccountingSystem/private/__init__.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/DataStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/JobStepPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/PopularityPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/StoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/UserStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/__init__.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_DataStoragePlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_JobStepPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_PopularityPlotter.py
src/LHCbDIRAC/AccountingSystem/private/Plotters/test/Test_AS_private_Plotters_StoragePlotter.py
src/LHCbDIRAC/BookkeepingSystem/ConfigTemplate.cfg
src/LHCbDIRAC/BookkeepingSystem/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/BKQuery.py
src/LHCbDIRAC/BookkeepingSystem/Client/BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/Help.py
src/LHCbDIRAC/BookkeepingSystem/Client/JEncoder.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCB_BKKDBClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCbBookkeepingCLI.py
src/LHCbDIRAC/BookkeepingSystem/Client/LHCbBookkeepingManager.py
src/LHCbDIRAC/BookkeepingSystem/Client/ScriptExecutors.py
src/LHCbDIRAC/BookkeepingSystem/Client/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/objects.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/Test_BKQuery.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/Test_BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Client/test/mock_BookkeepingClient.py
src/LHCbDIRAC/BookkeepingSystem/DB/DataTakingConditionInterpreter.py
src/LHCbDIRAC/BookkeepingSystem/DB/FileQueryUtils.py
src/LHCbDIRAC/BookkeepingSystem/DB/LegacyOracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/NewOracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/OracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/OracleDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/Utilities.py
src/LHCbDIRAC/BookkeepingSystem/DB/__init__.py
src/LHCbDIRAC/BookkeepingSystem/DB/admin_tools.sql
src/LHCbDIRAC/BookkeepingSystem/DB/database_schema.sql
src/LHCbDIRAC/BookkeepingSystem/DB/database_schema_cleaner.sql
src/LHCbDIRAC/BookkeepingSystem/DB/monitoring.sql
src/LHCbDIRAC/BookkeepingSystem/DB/oracle_schema_storedprocedures.sql
src/LHCbDIRAC/BookkeepingSystem/DB/oracle_utilities_stored_procedures.sql
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BKK_DB_OracleBookkeepingDB.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_Utilities.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_conditionString.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/conftest.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/dtc.json
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BookkeepingDB/Test_filedescendents.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BookkeepingDB/Test_filetypes.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BookkeepingDB/Test_proxying.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BookkeepingDB/__init__.py
src/LHCbDIRAC/BookkeepingSystem/DB/test/Test_BookkeepingDB/descendents.json
src/LHCbDIRAC/BookkeepingSystem/Service/BookkeepingManagerHandler.py
src/LHCbDIRAC/BookkeepingSystem/Service/TornadoBookkeepingManagerHandler.py
src/LHCbDIRAC/BookkeepingSystem/Service/Utils.py
src/LHCbDIRAC/BookkeepingSystem/Service/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/JobReader.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/ReplicaReader.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/XMLFilesReaderManager.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/book.dtd
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/replica.dtd
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/DataTakingConditions.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/File.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/FileParam.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/InputFile.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/Job.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobConfiguration.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobOption.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/JobParameters.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/Quality.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/QualityParameters.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/SimulationConditions.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Job/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/FileReplica.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/Replica.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/ReplicaParam.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/Replica/__init__.py
src/LHCbDIRAC/BookkeepingSystem/Service/XMLReader/test/Test_XMLReader.py
src/LHCbDIRAC/BookkeepingSystem/scripts/__init__.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_CLI.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_decays_path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_eventtype_mgt_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_eventtype_mgt_update.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_file_metadata.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_file_path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_filetypes_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_filetypes_list.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_fix_luminosity.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_genXMLCatalog.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_conditions.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_ancestors.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_descendants.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_file_sisters.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_processing_passes.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_run_ranges.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_runsWithAGivenDate.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_stats.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_get_tck.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_getdataquality_runs.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_getextendeddqok_runs.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_job_info.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_job_input_output.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_prod4path.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_information.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_production_jobs.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_productions_summary.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_rejection_stats.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_run_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_run_information.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_set_visibility.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_files.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_run.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setdataquality_run_processing_pass.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_setextendeddqok_run.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_simulationconditions_insert.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_simulationconditions_list.py
src/LHCbDIRAC/BookkeepingSystem/scripts/dirac_bookkeeping_split_runs_for_prod.py
src/LHCbDIRAC/ConfigurationSystem/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Agent/VOMS2CSAgent.py
src/LHCbDIRAC/ConfigurationSystem/Client/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/Resources.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/__init__.py
src/LHCbDIRAC/ConfigurationSystem/Client/Helpers/test/Test_Helpers.py
src/LHCbDIRAC/ConfigurationSystem/Utilities/CERNSSOAPIToken.py
src/LHCbDIRAC/ConfigurationSystem/Utilities/FenceIntegration.py
src/LHCbDIRAC/ConfigurationSystem/scripts/__init__.py
src/LHCbDIRAC/ConfigurationSystem/scripts/add_user_DFC.py
src/LHCbDIRAC/Core/__init__.py
src/LHCbDIRAC/Core/Utilities/BookkeepingJobInfo.py
src/LHCbDIRAC/Core/Utilities/File.py
src/LHCbDIRAC/Core/Utilities/GangaDataFile.py
src/LHCbDIRAC/Core/Utilities/GeneratorLog.py
src/LHCbDIRAC/Core/Utilities/HTML.py
src/LHCbDIRAC/Core/Utilities/InputDataResolution.py
src/LHCbDIRAC/Core/Utilities/NagiosConnector.py
src/LHCbDIRAC/Core/Utilities/OutputDataPolicy.py
src/LHCbDIRAC/Core/Utilities/ProductionData.py
src/LHCbDIRAC/Core/Utilities/ProductionOptions.py
src/LHCbDIRAC/Core/Utilities/ResolveSE.py
src/LHCbDIRAC/Core/Utilities/RunApplication.py
src/LHCbDIRAC/Core/Utilities/XMLErr.py
src/LHCbDIRAC/Core/Utilities/XMLSummaries.py
src/LHCbDIRAC/Core/Utilities/XMLTreeParser.py
src/LHCbDIRAC/Core/Utilities/__init__.py
src/LHCbDIRAC/Core/Utilities/test/Test_File.py
src/LHCbDIRAC/Core/Utilities/test/Test_GeneratorLog.py
src/LHCbDIRAC/Core/Utilities/test/Test_Utilities_Core.py
src/LHCbDIRAC/Core/Utilities/test/Test_XMLErr.py
src/LHCbDIRAC/Core/Utilities/test/Test_XMLSummaries.py
src/LHCbDIRAC/Core/Utilities/test/Test_entrypoints.py
src/LHCbDIRAC/Core/Utilities/test/example.dst
src/LHCbDIRAC/Core/scripts/__init__.py
src/LHCbDIRAC/Core/scripts/dirac_architecture.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_analyse_XML_summary.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_fix_file_guid.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_get_root_guid.py
src/LHCbDIRAC/Core/scripts/dirac_lhcb_mc_eventtype_info.py
src/LHCbDIRAC/Core/scripts/dirac_loop.py
src/LHCbDIRAC/Core/scripts/lhcb_proxy_init.py
src/LHCbDIRAC/DataManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/DataManagementSystem/__init__.py
src/LHCbDIRAC/DataManagementSystem/Agent/PopularityAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/PopularityAnalysisAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/RAWIntegrityAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/StorageHistoryAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/StorageUsageAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/StorageUsageDumpAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/UserStorageDumpAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/UserStorageQuotaAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/UserStorageUsageAgent.py
src/LHCbDIRAC/DataManagementSystem/Agent/__init__.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/LogUpload.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/WMSSecureOutputData.py
src/LHCbDIRAC/DataManagementSystem/Agent/RequestOperations/__init__.py
src/LHCbDIRAC/DataManagementSystem/Client/AddTransformation.py
src/LHCbDIRAC/DataManagementSystem/Client/CheckExecutors.py
src/LHCbDIRAC/DataManagementSystem/Client/ConsistencyChecks.py
src/LHCbDIRAC/DataManagementSystem/Client/DMScript.py
src/LHCbDIRAC/DataManagementSystem/Client/DataIntegrityClient.py
src/LHCbDIRAC/DataManagementSystem/Client/DataUsageClient.py
src/LHCbDIRAC/DataManagementSystem/Client/ScanPopularity.py
src/LHCbDIRAC/DataManagementSystem/Client/ScriptExecutors.py
src/LHCbDIRAC/DataManagementSystem/Client/StorageUsageClient.py
src/LHCbDIRAC/DataManagementSystem/Client/__init__.py
src/LHCbDIRAC/DataManagementSystem/Client/test/Test_Client_DataManagementSystem.py
src/LHCbDIRAC/DataManagementSystem/DB/RAWIntegrityDB.py
src/LHCbDIRAC/DataManagementSystem/DB/RAWIntegrityDB.sql
src/LHCbDIRAC/DataManagementSystem/DB/StorageUsageDB.py
src/LHCbDIRAC/DataManagementSystem/DB/StorageUsageDB.sql
src/LHCbDIRAC/DataManagementSystem/DB/StorageUsageDumpDB.py
src/LHCbDIRAC/DataManagementSystem/DB/__init__.py
src/LHCbDIRAC/DataManagementSystem/Service/DataUsageHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/RAWIntegrityHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/StorageUsageHandler.py
src/LHCbDIRAC/DataManagementSystem/Service/__init__.py
src/LHCbDIRAC/DataManagementSystem/Utilities/FCUtilities.py
src/LHCbDIRAC/DataManagementSystem/Utilities/__init__.py
src/LHCbDIRAC/DataManagementSystem/private/__init__.py
src/LHCbDIRAC/DataManagementSystem/private/FTS3Plugins/LHCbFTS3Plugin.py
src/LHCbDIRAC/DataManagementSystem/private/FTS3Plugins/__init__.py
src/LHCbDIRAC/DataManagementSystem/scripts/__init__.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_add_file.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_add_transformation.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_bkk2fc.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_directory_integrity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_fc2bkk.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_fc2se.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_file_integrity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_inputdata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_check_se.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_chown_directory.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_get_file.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_accessURL.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_metadata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_lfn_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_list_directory.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_pfn_exists.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_pfn_metadata.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_register_bk2fc.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_catalog_files.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_catalog_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_disk_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_files.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_remove_replicas.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replica_stats.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replicate_lfn.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_replicate_to_run_destination.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_scan_popularity.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_set_problematic_files.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_dms_storage_usage_summary.py
src/LHCbDIRAC/DataManagementSystem/scripts/dirac_stager_stage_files.py
src/LHCbDIRAC/Interfaces/__init__.py
src/LHCbDIRAC/Interfaces/API/DiracLHCb.py
src/LHCbDIRAC/Interfaces/API/DiracProduction.py
src/LHCbDIRAC/Interfaces/API/LHCbJob.py
src/LHCbDIRAC/Interfaces/API/__init__.py
src/LHCbDIRAC/Interfaces/API/test/Test_Interfaces.py
src/LHCbDIRAC/Interfaces/scripts/__init__.py
src/LHCbDIRAC/Interfaces/scripts/dirac_admin_grid_weather.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_action.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_application_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_change_status.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_file_status.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_file_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_get_id.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_info.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_job_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_list_id.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_logging_info.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_mc_extend.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_progress.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_set_agent_type.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_site_summary.py
src/LHCbDIRAC/Interfaces/scripts/dirac_production_summary.py
src/LHCbDIRAC/MonitoringSystem/__init__.py
src/LHCbDIRAC/MonitoringSystem/Client/WebAppClient.py
src/LHCbDIRAC/MonitoringSystem/Client/__init__.py
src/LHCbDIRAC/MonitoringSystem/Service/WebAppHandler.py
src/LHCbDIRAC/MonitoringSystem/Service/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/ProductionManagementSystem/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/APSyncAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/DataProcessingProgressAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/HistogramMergingAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/NotifyAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/ProductionStatusAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/RequestTrackingAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/test/Test_Agent_ProductionManagementSystem.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/test/Test_HistogramMergingAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Agent/test/Test_ProductionStatusAgent.py
src/LHCbDIRAC/ProductionManagementSystem/Client/AnalysisProductionsClient.py
src/LHCbDIRAC/ProductionManagementSystem/Client/MCStatsClient.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProcessingProgress.py
src/LHCbDIRAC/ProductionManagementSystem/Client/Production.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProductionRequest.py
src/LHCbDIRAC/ProductionManagementSystem/Client/ProductionRequestClient.py
src/LHCbDIRAC/ProductionManagementSystem/Client/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_Client_ProductionManagementSystem.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_Client_ProductionRequest.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/Test_PMS_Client_ProcessingProgress.py
src/LHCbDIRAC/ProductionManagementSystem/Client/test/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/DB/AnalysisProductionsDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/AnalysisProductionsDB.sql
src/LHCbDIRAC/ProductionManagementSystem/DB/AnalysisProductionsObjects.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticApplicationSummaryDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticGeneratorLogDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticLogErrorsDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticMCStatsDBBase.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ElasticPrMonDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ProductionRequestDB.py
src/LHCbDIRAC/ProductionManagementSystem/DB/ProductionRequestDB.sql
src/LHCbDIRAC/ProductionManagementSystem/DB/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/DB/extra_func.py
src/LHCbDIRAC/ProductionManagementSystem/DB/tests/Test_AnalysisProductionsDB.py
src/LHCbDIRAC/ProductionManagementSystem/Service/MCStatsElasticDBHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Service/ProductionRequestHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Service/TornadoAnalysisProductionsHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Service/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Service/tests/Test_ProductionRequestHandler.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/MCSimulation_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/MCSimulation_simplified_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/RecoStripping_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/Sprucing_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/WGProds_run.py
src/LHCbDIRAC/ProductionManagementSystem/Templates/everyThingElse_run.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/APUtils.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/CSLookup.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ModelCompatibility.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/Models.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/StateMachine.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/Utils.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/actions.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/checks.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/integrations.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/launching.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/monitoring.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/actions.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/constants.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/gathering.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/gitlab.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/models.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/stages/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/AnaProd/test/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/README_REASONS.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/base_reasons.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/classes.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/file_access.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/job_analyzer.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/known_corruption.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/lbconda.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/output.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/prod_analyzer.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/reason_models.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/reasons.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/reasons.yaml
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/utils.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/Test_artifact_loading.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/Test_log_analysis.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/Test_pre_analysis.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/Test_prod_analysis.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/test_reasons.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/README.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1014965382.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1014965382.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1014984619.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1014984619.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1016147661.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1016147661.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1019308425.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1043655227.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1043655227.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1045658267.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1045658267.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1045800983.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1045800983.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048846083.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048846083.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048854372.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048854372.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048877336.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1048877336.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1054798113.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1054798113.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1054825465.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1054825465.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1061476030.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1061476030.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1082660567.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1082660567.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087281715.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087281715.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087322286.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087322286.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087338894.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087338894.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087448143.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087448143.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087448238.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087448238.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087456807.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087456807.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087469575.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087469575.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087471845.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1087471845.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1088501792.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1088501792.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089864304.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089864304.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866467.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866467.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866469.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866469.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866492.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089866492.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089869785.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1089869785.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1099025504.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1099025504.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1100121795.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1100121795.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1102798242.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1102798242.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1121209035.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1121209035.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1122615811.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1122615811.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1128973259.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1128973259.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1148249019.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1148249019.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1160519356.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1160519356.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1178554544.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1178554544.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1182852192.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1182852192.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1183855324.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1183855324.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1185787040.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1185787040.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1189251333.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1189251333.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1189754765.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1189754765.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1192022618.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1192022618.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1192095499.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1192095499.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1201013182.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1201013182.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1201013304.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1201013304.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1209822717.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1209822717.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1212748097.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1212748097.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1219225271.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1219225271.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1219276782.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1219276782.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1237292364.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1237292364.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1238942709.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1238942709.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1242866709.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1242866709.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1244467928.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/1244467928.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/886255904.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/886255904.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893543510.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893543510.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893788994.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893788994.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893803907.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/893803907.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/895008813.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/895008813.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/929522350.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/929522350.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937004490.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937004490.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937101486.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937101486.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937269409.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937269409.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937307846.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937307846.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937308609.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937308609.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937310337.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937310337.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937312649.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/937312649.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/940635849.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/940635849.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/952479601.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/952479601.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/956664394.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/956664394.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/956724428.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/956724428.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957012280.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957012280.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957694667.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957694667.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957791715.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957791715.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957819503.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957819503.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836021.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836021.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836023.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836023.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836030.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957836030.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957837370.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/957837370.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958376522.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958376522.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958395203.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958395203.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958837843.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/958837843.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/960284635.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/960284635.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962283126.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962283126.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962292618.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962292618.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962293815.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962293815.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962442902.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/962442902.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/963015098.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/963015098.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964317263.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964317263.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964555698.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964555698.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964661516.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/964661516.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965326449.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965326449.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965859769.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965859769.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965915338.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965915338.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965924234.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/965924234.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966388437.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966388437.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966416070.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966416070.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966761259.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/966761259.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/967072546.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/967072546.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/967089460.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/967089460.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/970463102.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/970463102.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/973674955.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/973674955.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975086451.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975086451.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975086469.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975086469.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975216393.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975216393.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975426861.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/975426861.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/978222281.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/978222281.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/979365544.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/979365544.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/981558218.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/981558218.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/982227307.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/982227307.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/983660983.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/logs/983660983.tar.zst
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/233301/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/233301/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/233301/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/233301/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/233301/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246338/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246338/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246338/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246338/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246338/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246594/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246594/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246594/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/246594/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/247913/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/247913/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/247913/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/247913/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248082/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248082/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248082/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248082/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248146/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248146/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248146/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248146/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248146/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248503/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248503/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248503/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248503/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248503/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248807/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248807/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248807/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248807/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/248807/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249060/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249060/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249060/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249060/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249060/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249292/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249292/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249292/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249292/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249292/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249324/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249324/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249324/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249324/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249324/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249355/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249355/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249355/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249355/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249355/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249376/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249376/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249376/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249376/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249376/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249402/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249402/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249402/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249402/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249402/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249642/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249642/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249642/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249642/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249642/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249768/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249768/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249768/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249768/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/249768/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/250929/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/250929/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/250929/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/250929/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/250929/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/251878/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/251878/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/251878/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/251878/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/251878/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/253065/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/253065/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/253065/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/253065/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/253065/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/256909/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/256909/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/256909/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/256909/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/256909/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335424/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335424/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335424/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335424/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335424/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335627/full.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335627/grouped.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335627/raw.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335627/summarized.json
src/LHCbDIRAC/ProductionManagementSystem/Utilities/ProductionTools/LogAnalysis/test/examples/prods/335627/summarized.md
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/Test_production_models.py
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/example_yamls/ana_prod_1.yaml
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/example_yamls/mc_1.yaml
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/example_yamls/sprucing_1.yaml
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/example_yamls/sprucing_2.yaml
src/LHCbDIRAC/ProductionManagementSystem/Utilities/test/example_yamls/sprucing_3.yaml
src/LHCbDIRAC/ProductionManagementSystem/scripts/__init__.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_ap_input_metadata.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_ap_run_files.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_lhcb_check_file.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_manager.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_request_launch.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_request_run_local.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_request_submit.py
src/LHCbDIRAC/ProductionManagementSystem/scripts/dirac_production_shifter.py
src/LHCbDIRAC/ResourceStatusSystem/ConfigTemplate.cfg
src/LHCbDIRAC/ResourceStatusSystem/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/LHCbPRProxyAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/NagiosTopologyAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/ShiftDBAgent.py
src/LHCbDIRAC/ResourceStatusSystem/Agent/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/Configurations.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/TransferQualityPolicy.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/__init__.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_Configurations.py
src/LHCbDIRAC/ResourceStatusSystem/Policy/test/Test_RSS_Policy_TransferQualityPolicy.py
src/LHCbDIRAC/Resources/__init__.py
src/LHCbDIRAC/Resources/Catalog/BookkeepingDBClient.py
src/LHCbDIRAC/Resources/Catalog/PoolXMLFile.py
src/LHCbDIRAC/Resources/Catalog/RAWIntegrityClient.py
src/LHCbDIRAC/Resources/Catalog/__init__.py
src/LHCbDIRAC/Resources/Catalog/test/Test_Resources_Catalog_BookkeepingDBClient.py
src/LHCbDIRAC/Resources/Catalog/test/Test_Resources_Catalog_RAWIntegrityClient.py
src/LHCbDIRAC/Resources/Storage/LHCbOnlineStorage.py
src/LHCbDIRAC/Resources/Storage/__init__.py
src/LHCbDIRAC/Resources/Storage/test/Test_Resources_Storage_LHCbOnlineStorage.py
src/LHCbDIRAC/TransformationSystem/ConfigTemplate.cfg
src/LHCbDIRAC/TransformationSystem/__init__.py
src/LHCbDIRAC/TransformationSystem/Agent/BookkeepingWatchAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/DataRecoveryAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/MCExtensionAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/MCSimulationTestingAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationCleaningAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/TransformationPlugin.py
src/LHCbDIRAC/TransformationSystem/Agent/ValidateOutputDataAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/WorkflowTaskAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/__init__.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_MCExtensionAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_MCSimulationTestingAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_Plugins.py
src/LHCbDIRAC/TransformationSystem/Agent/test/Test_TransformationCleaningAgent.py
src/LHCbDIRAC/TransformationSystem/Agent/test/testWF.xml
src/LHCbDIRAC/TransformationSystem/Client/TaskManager.py
src/LHCbDIRAC/TransformationSystem/Client/Transformation.py
src/LHCbDIRAC/TransformationSystem/Client/TransformationClient.py
src/LHCbDIRAC/TransformationSystem/Client/TransformationDebug.py
src/LHCbDIRAC/TransformationSystem/Client/__init__.py
src/LHCbDIRAC/TransformationSystem/Client/BodyPlugin/DataChallengeReplicationBody.py
src/LHCbDIRAC/TransformationSystem/Client/BodyPlugin/MoveAPToArchiveBody.py
src/LHCbDIRAC/TransformationSystem/Client/BodyPlugin/RAWReplicationBody.py
src/LHCbDIRAC/TransformationSystem/Client/BodyPlugin/__init__.py
src/LHCbDIRAC/TransformationSystem/Client/test/Test_Client_TransformationSystem.py
src/LHCbDIRAC/TransformationSystem/Client/test/Test_TS_Client_TaskManager.py
src/LHCbDIRAC/TransformationSystem/DB/TransformationDB.py
src/LHCbDIRAC/TransformationSystem/DB/TransformationDB.sql
src/LHCbDIRAC/TransformationSystem/DB/__init__.py
src/LHCbDIRAC/TransformationSystem/Service/TornadoTransformationManagerHandler.py
src/LHCbDIRAC/TransformationSystem/Service/TransformationManagerHandler.py
src/LHCbDIRAC/TransformationSystem/Service/__init__.py
src/LHCbDIRAC/TransformationSystem/Utilities/PluginScript.py
src/LHCbDIRAC/TransformationSystem/Utilities/PluginUtilities.py
src/LHCbDIRAC/TransformationSystem/Utilities/StateMachine.py
src/LHCbDIRAC/TransformationSystem/Utilities/__init__.py
src/LHCbDIRAC/TransformationSystem/Utilities/test/Test_Utilities_TransformationSystem.py
src/LHCbDIRAC/TransformationSystem/scripts/__init__.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_check_ancestors.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_check_descendants.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_runjoblocal.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_set_runs.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_production_verify_outputdata.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_test_plugin.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_add_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_debug.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_flush_runs.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_remove_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_reset_files.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_set_parameters.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_set_run_destination.py
src/LHCbDIRAC/TransformationSystem/scripts/dirac_transformation_targets.py
src/LHCbDIRAC/Workflow/__init__.py
src/LHCbDIRAC/Workflow/Modules/AnalyseFileAccess.py
src/LHCbDIRAC/Workflow/Modules/AnalyseXMLSummary.py
src/LHCbDIRAC/Workflow/Modules/BookkeepingReport.py
src/LHCbDIRAC/Workflow/Modules/CreateDataFile.py
src/LHCbDIRAC/Workflow/Modules/ErrorLogging.py
src/LHCbDIRAC/Workflow/Modules/FailoverRequest.py
src/LHCbDIRAC/Workflow/Modules/FileUsage.py
src/LHCbDIRAC/Workflow/Modules/GaudiApplication.py
src/LHCbDIRAC/Workflow/Modules/LHCbScript.py
src/LHCbDIRAC/Workflow/Modules/ModuleBase.py
src/LHCbDIRAC/Workflow/Modules/ModulesUtilities.py
src/LHCbDIRAC/Workflow/Modules/RemoveInputData.py
src/LHCbDIRAC/Workflow/Modules/StepAccounting.py
src/LHCbDIRAC/Workflow/Modules/UploadLogFile.py
src/LHCbDIRAC/Workflow/Modules/UploadMC.py
src/LHCbDIRAC/Workflow/Modules/UploadOutputData.py
src/LHCbDIRAC/Workflow/Modules/UserJobFinalization.py
src/LHCbDIRAC/Workflow/Modules/__init__.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_AnalyseFileAccess.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_AnalyseXMLSummary.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_BookkeepingReport.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_CreateDataFile.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_FailoverRequest.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_FileUsage.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_GaudiApplication.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_LHCbScript.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_ModuleBase.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_RemoveInputData.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_StepAccounting.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_UploadLogFile.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_UploadMC.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_UploadOutputData.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_UserJobFinalization.py
src/LHCbDIRAC/Workflow/Modules/test/Test_Modules_Utilities.py
src/LHCbDIRAC/Workflow/Modules/test/mock_Commons.py
src/LHCbDIRAC/WorkloadManagementSystem/ConfigTemplate.cfg
src/LHCbDIRAC/WorkloadManagementSystem/__init__.py
src/LHCbDIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
src/LHCbDIRAC/WorkloadManagementSystem/Agent/__init__.py
src/LHCbDIRAC/WorkloadManagementSystem/Executor/AncestorFiles.py
src/LHCbDIRAC/WorkloadManagementSystem/scripts/dirac_wms_job_reproduce.py
src/LHCbDIRAC/tests/Workflow.py
src/LHCbDIRAC/tests/__init__.py
src/LHCbDIRAC/tests/Utilities/__init__.py
src/LHCbDIRAC/tests/Utilities/testJobDefinitions.py