wmglobalqueue 2.4.1__py3-none-any.whl → 2.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wmglobalqueue might be problematic. Click here for more details.
- Utils/CertTools.py +38 -0
- WMCore/Database/CMSCouch.py +86 -5
- WMCore/Database/CouchMonitoring.py +450 -0
- WMCore/Services/Rucio/Rucio.py +5 -2
- WMCore/Services/RucioConMon/RucioConMon.py +24 -31
- WMCore/Services/WMStatsServer/WMStatsServer.py +2 -2
- WMCore/WMInit.py +176 -27
- WMCore/WMSpec/WMWorkloadTools.py +17 -5
- WMCore/__init__.py +1 -1
- wmglobalqueue-2.4.2.dist-info/METADATA +26 -0
- {wmglobalqueue-2.4.1.dist-info → wmglobalqueue-2.4.2.dist-info}/RECORD +102 -101
- {wmglobalqueue-2.4.1.dist-info → wmglobalqueue-2.4.2.dist-info}/WHEEL +1 -1
- wmglobalqueue-2.4.1.dist-info/METADATA +0 -24
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/bin/wmc-dist-patch +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/bin/wmc-dist-unpatch +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/bin/wmc-httpd +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/.couchapprc +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/README.md +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/index.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/js/ElementInfoByWorkflow.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/js/StuckElementInfo.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/js/WorkloadInfoTable.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/js/dataTable.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/js/namespace.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/_attachments/style/main.css +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/couchapp.json +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/filters/childQueueFilter.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/filters/filterDeletedDocs.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/filters/queueFilter.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/language +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lib/mustache.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lib/validate.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lib/workqueue_utils.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/elementsDetail.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/filter.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/stuckElements.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/workRestrictions.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/workflowSummary.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/rewrites.json +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/shows/redirect.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/shows/status.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/ElementSummaryByWorkflow.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/StuckElementSummary.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/TaskStatus.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/WorkflowSummary.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/partials/workqueue-common-lib.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/partials/yui-lib-remote.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/templates/partials/yui-lib.html +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/updates/in-place.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/validate_doc_update.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/vendor/couchapp/_attachments/jquery.couch.app.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/vendor/couchapp/_attachments/jquery.pathbinder.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activeData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activeData/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activeParentData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activeParentData/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activePileupData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/activePileupData/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/analyticsData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/analyticsData/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/availableByPriority/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/conflicts/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elements/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByParent/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByParentData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByPileupData/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByStatus/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsBySubscription/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByWorkflow/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsByWorkflow/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/elementsDetailByWorkflowAndStatus/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobInjectStatusByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobInjectStatusByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobStatusByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobStatusByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndPriority/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndPriority/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndStatus/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndStatus/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByStatus/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByStatus/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByStatusAndPriority/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/jobsByStatusAndPriority/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/openRequests/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/recent-items/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/siteWhitelistByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/siteWhitelistByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/specsByWorkflow/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/stuckElements/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsInjectStatusByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsInjectStatusByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsUrl/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsUrl/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsUrlByRequest/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/wmbsUrlByRequest/reduce.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/workflowSummary/map.js +0 -0
- {wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/views/workflowSummary/reduce.js +0 -0
- {wmglobalqueue-2.4.1.dist-info → wmglobalqueue-2.4.2.dist-info/licenses}/LICENSE +0 -0
- {wmglobalqueue-2.4.1.dist-info → wmglobalqueue-2.4.2.dist-info/licenses}/NOTICE +0 -0
- {wmglobalqueue-2.4.1.dist-info → wmglobalqueue-2.4.2.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Utils/CPMetrics.py,sha256=vTMra7oRhcA4WvA69ZrJYmlBKggUNFx0WUpLfKO80jc,9732
|
|
2
|
-
Utils/CertTools.py,sha256=
|
|
2
|
+
Utils/CertTools.py,sha256=gauob8uOsRKJma57Klutpgyj-pNbnUvSeoMA_I9r6lc,3527
|
|
3
3
|
Utils/EmailAlert.py,sha256=yle3rGobY6Zokw3Jm72QmbGfeVPJP_ic-432fwP2pwY,1497
|
|
4
4
|
Utils/ExtendedUnitTestCase.py,sha256=lZzno8s5UAcreGSI_EcEZTuR0HmrHLT6Fj7JTklqhkM,2092
|
|
5
5
|
Utils/FileTools.py,sha256=m2rwAzrEcrjHeo0lLEcURR8_B81Dug3Dm11Ru-h63Dg,5750
|
|
@@ -30,9 +30,9 @@ WMCore/WMConnectionBase.py,sha256=cW8E-cvmSfEqfyqjvpuKI3Nbj_TmO-M-UrrRVxKKCYM,46
|
|
|
30
30
|
WMCore/WMException.py,sha256=-q-HjPcbvji-vtfZ2Uxr1oupsuF9D0c1KjM4i9TT3og,5502
|
|
31
31
|
WMCore/WMExceptions.py,sha256=1ReKj5kBoXXeOJzPa1CV7i2577rMVoASO5MhR2a9vfc,18794
|
|
32
32
|
WMCore/WMFactory.py,sha256=igQIcDwaDimxbo_kfyF01E8AU9dmCICU_rKsWiE-Wbs,2852
|
|
33
|
-
WMCore/WMInit.py,sha256=
|
|
33
|
+
WMCore/WMInit.py,sha256=w6UKx7YLQ-iRM9LhigCalKcxIGvlRs7RRHyiVdeoiAE,13556
|
|
34
34
|
WMCore/WMLogging.py,sha256=_p6e819wLjVc1pDrOymV4ssMfHd40p56iNRZ63e_RgY,3577
|
|
35
|
-
WMCore/__init__.py,sha256=
|
|
35
|
+
WMCore/__init__.py,sha256=0G7MBGRMwnCGAgJSIEV0DFGr7L54j_1s2LsTKLchZeQ,125
|
|
36
36
|
WMCore/ACDC/Collection.py,sha256=oQziWoM8zH-Wt6H6Lxv2h7widEefPLcEhTtJv9e_Vvg,1145
|
|
37
37
|
WMCore/ACDC/CollectionTypes.py,sha256=9CW9sO9HDd-hVMgJan6bBdF5ehAZsnpFOBlJN16EnU0,273
|
|
38
38
|
WMCore/ACDC/CouchCollection.py,sha256=ZMJ4sRavIdSJ_UO_Nsq_W4rOyBoMWeZit_ElSxAkYt4,1961
|
|
@@ -70,8 +70,9 @@ WMCore/DataStructs/MathStructs/ContinuousSummaryHistogram.py,sha256=YMIA6_7sA9VO
|
|
|
70
70
|
WMCore/DataStructs/MathStructs/DiscreteSummaryHistogram.py,sha256=s6vGNIt3_RxcvQO8v3NZmox8ffBjfG2oV1KNQMo96OY,2601
|
|
71
71
|
WMCore/DataStructs/MathStructs/SummaryHistogram.py,sha256=COEHWDgNTj92Cq3E2HlHw5ez5MYHn_yC79sgXZdyc9c,3261
|
|
72
72
|
WMCore/DataStructs/MathStructs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
|
-
WMCore/Database/CMSCouch.py,sha256=
|
|
73
|
+
WMCore/Database/CMSCouch.py,sha256=Pv2fEa6W7f5h4hSv_0zLRQNyHh3adCTXbChkHjENsQ8,57981
|
|
74
74
|
WMCore/Database/ConfigDBMap.py,sha256=xDalveGLrzLY9nR8PNyu3leyYMvDxU0nHYnBzx3HE9w,860
|
|
75
|
+
WMCore/Database/CouchMonitoring.py,sha256=Sf78E92AybvrmPLYS4ILNirgIED5rItpqofCUQ1tQVY,15382
|
|
75
76
|
WMCore/Database/CouchUtils.py,sha256=gG96HpT2qwF_HK0cRW5CuudRbKwhvgwsdEpkNQb0dwA,3476
|
|
76
77
|
WMCore/Database/DBCore.py,sha256=mnuOrQtvJrTKC6kduiEfBh2mBF4o8fS_uAYIVzcyTck,7336
|
|
77
78
|
WMCore/Database/DBCreator.py,sha256=TPW5-f8ou5rpIl0GemM0ctc1WuVcEI4nIL1dZkYdD5w,3666
|
|
@@ -163,10 +164,10 @@ WMCore/Services/ReqMgrAux/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
163
164
|
WMCore/Services/RequestDB/RequestDBReader.py,sha256=VpkD4MgGePu5KA36zq417f2yY2ifYMqHaPKSoPmjeis,9925
|
|
164
165
|
WMCore/Services/RequestDB/RequestDBWriter.py,sha256=dso2u-X7jz1uuet5Lie00XHRiryvu2JnEo8YpaZDsbg,1570
|
|
165
166
|
WMCore/Services/RequestDB/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
166
|
-
WMCore/Services/Rucio/Rucio.py,sha256=
|
|
167
|
+
WMCore/Services/Rucio/Rucio.py,sha256=_qjx78X8lJu1AGxgo57gmVSo9N2RrcNwqku3e7oYSas,63000
|
|
167
168
|
WMCore/Services/Rucio/RucioUtils.py,sha256=2O3oockvjqkjJpwrQy1Sglo4K2sG_cY9bNB4NVkmM7Q,2612
|
|
168
169
|
WMCore/Services/Rucio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
|
-
WMCore/Services/RucioConMon/RucioConMon.py,sha256=
|
|
170
|
+
WMCore/Services/RucioConMon/RucioConMon.py,sha256=GESgpcnZOs8qWSWVWpur6r6Ge7oU8zH130YzXa-in9I,4853
|
|
170
171
|
WMCore/Services/RucioConMon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
172
|
WMCore/Services/StompAMQ/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
172
173
|
WMCore/Services/TagCollector/TagCollector.py,sha256=MbFIgd8p_JYF2BsTqJ2n80fHlUZBvW9GUpetXih_rxU,5708
|
|
@@ -188,7 +189,7 @@ WMCore/Services/WMStats/WMStatsWriter.py,sha256=SmiJG6ZJK65ZGhNawC5iOK2jxGSNvEbs
|
|
|
188
189
|
WMCore/Services/WMStats/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
190
|
WMCore/Services/WMStats/DataStruct/RequestInfoCollection.py,sha256=8vgUcEYOlOpfNbCPTRfw3WNhfQooI-DezfkMyLUmYPw,10182
|
|
190
191
|
WMCore/Services/WMStats/DataStruct/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
191
|
-
WMCore/Services/WMStatsServer/WMStatsServer.py,sha256=
|
|
192
|
+
WMCore/Services/WMStatsServer/WMStatsServer.py,sha256=5_t-xGidmciBBtJAgxS6gv2MbQ94pKQ5YAU-vPWxISc,4381
|
|
192
193
|
WMCore/Services/WMStatsServer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
194
|
WMCore/Services/WorkQueue/WorkQueue.py,sha256=Q5ZvqT6JKs4cCIYJBbGFGAAeYuQX5BOPke-6k2m5wE4,21031
|
|
194
195
|
WMCore/Services/WorkQueue/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -199,7 +200,7 @@ WMCore/WMSpec/WMSpecErrors.py,sha256=1GD4kB5sdOYqdfad3TcJJb01Sn4DBBJfrNnqB8ZRRPo
|
|
|
199
200
|
WMCore/WMSpec/WMStep.py,sha256=ORTevDBzzBQCOkMCleR-awWXumZpnrv7sMLWB3q9dBo,8390
|
|
200
201
|
WMCore/WMSpec/WMTask.py,sha256=ix0Kmpn_hTCuUXlePeQ9uv4CWIXH29YEP8fExUVdC8Y,68081
|
|
201
202
|
WMCore/WMSpec/WMWorkload.py,sha256=UTbw3aG-1xqb0psmfn4_3A4MzSs_T4ioDsFsIOff9fo,82708
|
|
202
|
-
WMCore/WMSpec/WMWorkloadTools.py,sha256=
|
|
203
|
+
WMCore/WMSpec/WMWorkloadTools.py,sha256=9a7_PQFkpAWjqcvkXAE1UOHgoU3ad2bBz3_Hjtq1-ec,14524
|
|
203
204
|
WMCore/WMSpec/__init__.py,sha256=bSIb__gIZ62Zxq_hYvJia5SNGWY8UeFafG3vgAWB0oY,63
|
|
204
205
|
WMCore/WMSpec/Steps/BuildMaster.py,sha256=0G-XwMwvbldQh_V4F4qoSpstwHeXj5aX_B3mJ1k7YHE,1928
|
|
205
206
|
WMCore/WMSpec/Steps/BuildTools.py,sha256=G4z3X1XvG6-XJlI-gzcXJ2M0BrbjgBuJbSNcejCgWAA,4374
|
|
@@ -251,96 +252,96 @@ WMCore/WorkQueue/Policy/Start/__init__.py,sha256=pco1Wy0Rak-RtHZvc6c9lxme7eHidTF
|
|
|
251
252
|
WMCore/Wrappers/__init__.py,sha256=PWffOkW1-tNdjP66oA8avZR_zsupBpkcwADgwPzs818,76
|
|
252
253
|
WMCore/Wrappers/JsonWrapper/JSONThunker.py,sha256=Zti4Zywlsg_3OtXphVy1IxqSZrKCqTuLBJ8rlntLHOU,12767
|
|
253
254
|
WMCore/Wrappers/JsonWrapper/__init__.py,sha256=lHa_NpXPjLv7AODH7rtwcGl7es-0tx95eZv6rp11df0,165
|
|
254
|
-
wmglobalqueue-2.4.
|
|
255
|
-
wmglobalqueue-2.4.
|
|
256
|
-
wmglobalqueue-2.4.
|
|
257
|
-
wmglobalqueue-2.4.
|
|
258
|
-
wmglobalqueue-2.4.
|
|
259
|
-
wmglobalqueue-2.4.
|
|
260
|
-
wmglobalqueue-2.4.
|
|
261
|
-
wmglobalqueue-2.4.
|
|
262
|
-
wmglobalqueue-2.4.
|
|
263
|
-
wmglobalqueue-2.4.
|
|
264
|
-
wmglobalqueue-2.4.
|
|
265
|
-
wmglobalqueue-2.4.
|
|
266
|
-
wmglobalqueue-2.4.
|
|
267
|
-
wmglobalqueue-2.4.
|
|
268
|
-
wmglobalqueue-2.4.
|
|
269
|
-
wmglobalqueue-2.4.
|
|
270
|
-
wmglobalqueue-2.4.
|
|
271
|
-
wmglobalqueue-2.4.
|
|
272
|
-
wmglobalqueue-2.4.
|
|
273
|
-
wmglobalqueue-2.4.
|
|
274
|
-
wmglobalqueue-2.4.
|
|
275
|
-
wmglobalqueue-2.4.
|
|
276
|
-
wmglobalqueue-2.4.
|
|
277
|
-
wmglobalqueue-2.4.
|
|
278
|
-
wmglobalqueue-2.4.
|
|
279
|
-
wmglobalqueue-2.4.
|
|
280
|
-
wmglobalqueue-2.4.
|
|
281
|
-
wmglobalqueue-2.4.
|
|
282
|
-
wmglobalqueue-2.4.
|
|
283
|
-
wmglobalqueue-2.4.
|
|
284
|
-
wmglobalqueue-2.4.
|
|
285
|
-
wmglobalqueue-2.4.
|
|
286
|
-
wmglobalqueue-2.4.
|
|
287
|
-
wmglobalqueue-2.4.
|
|
288
|
-
wmglobalqueue-2.4.
|
|
289
|
-
wmglobalqueue-2.4.
|
|
290
|
-
wmglobalqueue-2.4.
|
|
291
|
-
wmglobalqueue-2.4.
|
|
292
|
-
wmglobalqueue-2.4.
|
|
293
|
-
wmglobalqueue-2.4.
|
|
294
|
-
wmglobalqueue-2.4.
|
|
295
|
-
wmglobalqueue-2.4.
|
|
296
|
-
wmglobalqueue-2.4.
|
|
297
|
-
wmglobalqueue-2.4.
|
|
298
|
-
wmglobalqueue-2.4.
|
|
299
|
-
wmglobalqueue-2.4.
|
|
300
|
-
wmglobalqueue-2.4.
|
|
301
|
-
wmglobalqueue-2.4.
|
|
302
|
-
wmglobalqueue-2.4.
|
|
303
|
-
wmglobalqueue-2.4.
|
|
304
|
-
wmglobalqueue-2.4.
|
|
305
|
-
wmglobalqueue-2.4.
|
|
306
|
-
wmglobalqueue-2.4.
|
|
307
|
-
wmglobalqueue-2.4.
|
|
308
|
-
wmglobalqueue-2.4.
|
|
309
|
-
wmglobalqueue-2.4.
|
|
310
|
-
wmglobalqueue-2.4.
|
|
311
|
-
wmglobalqueue-2.4.
|
|
312
|
-
wmglobalqueue-2.4.
|
|
313
|
-
wmglobalqueue-2.4.
|
|
314
|
-
wmglobalqueue-2.4.
|
|
315
|
-
wmglobalqueue-2.4.
|
|
316
|
-
wmglobalqueue-2.4.
|
|
317
|
-
wmglobalqueue-2.4.
|
|
318
|
-
wmglobalqueue-2.4.
|
|
319
|
-
wmglobalqueue-2.4.
|
|
320
|
-
wmglobalqueue-2.4.
|
|
321
|
-
wmglobalqueue-2.4.
|
|
322
|
-
wmglobalqueue-2.4.
|
|
323
|
-
wmglobalqueue-2.4.
|
|
324
|
-
wmglobalqueue-2.4.
|
|
325
|
-
wmglobalqueue-2.4.
|
|
326
|
-
wmglobalqueue-2.4.
|
|
327
|
-
wmglobalqueue-2.4.
|
|
328
|
-
wmglobalqueue-2.4.
|
|
329
|
-
wmglobalqueue-2.4.
|
|
330
|
-
wmglobalqueue-2.4.
|
|
331
|
-
wmglobalqueue-2.4.
|
|
332
|
-
wmglobalqueue-2.4.
|
|
333
|
-
wmglobalqueue-2.4.
|
|
334
|
-
wmglobalqueue-2.4.
|
|
335
|
-
wmglobalqueue-2.4.
|
|
336
|
-
wmglobalqueue-2.4.
|
|
337
|
-
wmglobalqueue-2.4.
|
|
338
|
-
wmglobalqueue-2.4.
|
|
339
|
-
wmglobalqueue-2.4.
|
|
340
|
-
wmglobalqueue-2.4.
|
|
341
|
-
wmglobalqueue-2.4.
|
|
342
|
-
wmglobalqueue-2.4.
|
|
343
|
-
wmglobalqueue-2.4.
|
|
344
|
-
wmglobalqueue-2.4.
|
|
345
|
-
wmglobalqueue-2.4.
|
|
346
|
-
wmglobalqueue-2.4.
|
|
255
|
+
wmglobalqueue-2.4.2.data/data/bin/wmc-dist-patch,sha256=N8vwiPeFe27vwoNPcr6fGAW-0aTY1FzJkztwIzHUadc,646
|
|
256
|
+
wmglobalqueue-2.4.2.data/data/bin/wmc-dist-unpatch,sha256=MPHT-EYI6pRpUaZZup_UHnDsZ5duwBztK_1ZltRkv2A,409
|
|
257
|
+
wmglobalqueue-2.4.2.data/data/bin/wmc-httpd,sha256=wt0jRt7KAebb1j0FJFl4zQfg1rKP1mNGj3cw_nEjIII,63
|
|
258
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/.couchapprc,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
259
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/README.md,sha256=93xySoW6AElCga0OWj2-qzBL-6SZ9MpeIJtNEx2b4qQ,1660
|
|
260
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/couchapp.json,sha256=dTC3iksvMGNQGeX0G3pnanQodY2zteyi-UfT3mZheH4,95
|
|
261
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/language,sha256=7acXRsAcP0Zf_QK22hWmUY5vvI8G8axSW-GTvlUHBp0,10
|
|
262
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/rewrites.json,sha256=cdgUaGXe1zKW1NNwMZ6wpmbqTbQm4UzmZNI0oAbxsQM,1084
|
|
263
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/validate_doc_update.js,sha256=4nsyt92jTfAPJwXIXExjRkPL4-w6cIZgotKI-gDsSnI,218
|
|
264
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/index.html,sha256=zULuvkxSg-Ag3rtfYqW1KkKeckiD-dxc3k5uu1ekfPM,9400
|
|
265
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/js/ElementInfoByWorkflow.js,sha256=9f3fdF2YYgIwJlADNDW5_3f3Ghcsz9UvhWYT6mKukDs,3433
|
|
266
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/js/StuckElementInfo.js,sha256=eU9D_4UJLkAjZ1GedgZpdcZ7AlpoDih876frocI1d8s,2060
|
|
267
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/js/WorkloadInfoTable.js,sha256=2asIM4dWM-vLjiPoLLjob5VbQuckVUcm_M0JeWKpPhI,3010
|
|
268
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/js/dataTable.js,sha256=WcMwNPMj7ZNjTr0TnxMujahssD29VlhiIL_qWIUILFM,1970
|
|
269
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/js/namespace.js,sha256=DJuiPB3Fjb-hnD82RhJ9inXukBvgWyQTiZ9gQj6_I2w,574
|
|
270
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/_attachments/style/main.css,sha256=AnReXS11iik_ASebi-uJL4C8Y_TVXHYiMwm9Fdx0YCQ,886
|
|
271
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/filters/childQueueFilter.js,sha256=RVBRPuD2x6V_9p9orcdcYYhepT-ZUzlXJ07VTARmwUM,349
|
|
272
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/filters/filterDeletedDocs.js,sha256=MuY08stikN4PxLQQtnD8HBfCLtiKInBgwhfdbUiBAHg,48
|
|
273
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/filters/queueFilter.js,sha256=CU2-vwVcgfE274iIzS1cckq-A9KVbPs_O31Fdu2M6F4,402
|
|
274
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lib/mustache.js,sha256=RRQuMFZ_kSvF87QwfS-ZZ8I_hYvdJ5ZzIg-WM-_wbVY,9247
|
|
275
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lib/validate.js,sha256=A7eV6JJi1MIk0an-x8FdsPntSWa7dRM8FbrrmRTN36w,739
|
|
276
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lib/workqueue_utils.js,sha256=oG2brBkNNSyFQM0Ha7LQGF7hOw33M6goMGlnA5omAgI,1768
|
|
277
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lists/elementsDetail.js,sha256=qaCQjHiZW5BhMd5ay00J_ARGbWvHnWRLQ1ix5p3jUvc,868
|
|
278
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lists/filter.js,sha256=0YQmq6LQV_Al-Dh6Z3LVowcLI2sZ7YJDPBNKIWyfp38,1857
|
|
279
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lists/stuckElements.js,sha256=5WOYHnSegosoH11oQjwo7YEinZ5uJhl6y_71wbTMoFo,1316
|
|
280
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lists/workRestrictions.js,sha256=-FoDtMhvlgd3cey_iRkFQqRVKNY1Wm2tZXuMu83c5KA,4667
|
|
281
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/lists/workflowSummary.js,sha256=AwRQzL_Dcz26zTn4v71pPAs2VBDPC1IAEU2Kk_x_kKA,845
|
|
282
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/shows/redirect.js,sha256=S8A_JvZ-IoWW3zIJSZ7bf5E-YIAArH8EyJhSzXevXew,930
|
|
283
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/shows/status.js,sha256=CqMfpYTOJrzEULISF1Pigc-gBLRKroG613jOWO1yQ94,1092
|
|
284
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/ElementSummaryByWorkflow.html,sha256=leNmN9jevNNuiuQo1VHSP2mKpAthJGqPHDs2WjsESHw,563
|
|
285
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/StuckElementSummary.html,sha256=K3z8lMjUz4rvIeWjfFpcIrk01XvJii7cwA8xrhaoT9c,501
|
|
286
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/TaskStatus.html,sha256=r4CFXQuWFQ1cRT20BJuXsBshgvIuRYpvX_cJs2qAUJQ,579
|
|
287
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/WorkflowSummary.html,sha256=C3YK7tZqCABCh3uoCL2u2yeFww2tsecUrvCmiTQuTss,552
|
|
288
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/partials/workqueue-common-lib.html,sha256=fzf0lmAoIxxxX6SBkWPyfAt9_b5vrZg610xpj2rQ3RE,79
|
|
289
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/partials/yui-lib-remote.html,sha256=EvF2GfbbRyli3BybEEDUaYq-4HUyGgKIO0rd7IFwUts,1403
|
|
290
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/templates/partials/yui-lib.html,sha256=0hs1eVSnqYdO5SrCEduAB7U7Mdt-Ox3R5NCu9erxG3c,1345
|
|
291
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/updates/in-place.js,sha256=7HFtVesuIgXdye-BVcNhQ1g42msqMtA9EKxohzjS4DQ,1384
|
|
292
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/vendor/couchapp/_attachments/jquery.couch.app.js,sha256=ZAa-QGSHpmq5G8q20yPuliQeuOenh42XeikXXPCdG6E,7245
|
|
293
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/vendor/couchapp/_attachments/jquery.pathbinder.js,sha256=j51uO-RelZTFaXJTRD21pK52pLgREDp2sN7WMy9U1ZM,4844
|
|
294
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activeData/map.js,sha256=U3-gh_LcmKdn9X1otiO4w_-jfq3jQqr3Io7izEF9nEY,228
|
|
295
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activeData/reduce.js,sha256=JO5DkSBfpqDFB9VTlx8G-fpx-6DpAGbdGqK92OWQsVo,26
|
|
296
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activeParentData/map.js,sha256=3SAcOx-eL2Ym_fLbASnvvctg-p6JfMqaCzQpeZkkXR8,247
|
|
297
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activeParentData/reduce.js,sha256=JO5DkSBfpqDFB9VTlx8G-fpx-6DpAGbdGqK92OWQsVo,26
|
|
298
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activePileupData/map.js,sha256=b9UIf4jfwRCdtvfyw7HHI-l-xrEH9bPu-ALjtHEhS9Y,253
|
|
299
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/activePileupData/reduce.js,sha256=JO5DkSBfpqDFB9VTlx8G-fpx-6DpAGbdGqK92OWQsVo,26
|
|
300
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/analyticsData/map.js,sha256=GH1Xa6UtvDUY17mSWwcW8OQ_Xosb05tIHXaeGuvfheU,474
|
|
301
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/analyticsData/reduce.js,sha256=dqyUOCjOBfdm63Lh2Xvp650cvkIGSPPziiDu59SioKI,4
|
|
302
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/availableByPriority/map.js,sha256=VBTxm-gX3YENMK3DstuklVYmPwspRpTPwLZ3DKnC7A4,216
|
|
303
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/conflicts/map.js,sha256=jSa32z5mwzMPCnqzfBgeFRIZKeAA68e4GpVp80B9DhM,96
|
|
304
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elements/map.js,sha256=JQ2NrPbLggfZZ0-BKGSJkHSPnnGSNoV7n5dwPlcm2yY,137
|
|
305
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByData/map.js,sha256=W_ccKYBsbRKCpyolivBMGRU7BUX8P-s3k4dIxVjsZkM,225
|
|
306
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByParent/map.js,sha256=Ld8-VPjbNEXcxS5jCXmkckxZBWbldqMkCFXfqgqyamk,324
|
|
307
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByParentData/map.js,sha256=Jbf6BYCtBGOReoKbXav1_KflXXBJWpXD60jYDPZy3Eo,247
|
|
308
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByPileupData/map.js,sha256=NA7awhNN7xtyBbnXEsRoHnOtAWMSeuDwnriPQaWP1h8,253
|
|
309
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByStatus/map.js,sha256=NKbL9cwKFXGx-vZC6pxJAPeAqSLH-ee8n4M3dTMx0Zk,331
|
|
310
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsBySubscription/map.js,sha256=Q0GQHQnqd9OID8EHdXrRx9Wp6dSGAN7kjwa7Dtv5bo4,188
|
|
311
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByWorkflow/map.js,sha256=jfY55RFG0mTYpGd16jeJWVOKuJfunoSugFGDsbkoUXs,336
|
|
312
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsByWorkflow/reduce.js,sha256=w2lUOSoqixL2YdqEjBfopKj4_4U43F6bihGIfhTF5nc,41
|
|
313
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/elementsDetailByWorkflowAndStatus/map.js,sha256=uLOvNtGXk0luasoBdTikhCZcxo4BqiAu_qH54fAkXv0,1567
|
|
314
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobInjectStatusByRequest/map.js,sha256=bMazqlpddwjxhwiq94KQDNy8wGQrYyKp35uzQ-ptpKY,361
|
|
315
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobInjectStatusByRequest/reduce.js,sha256=dqyUOCjOBfdm63Lh2Xvp650cvkIGSPPziiDu59SioKI,4
|
|
316
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobStatusByRequest/map.js,sha256=UkoCH1yMTI1AlEag3Ytf8uvtsjm5MUZQtnqo1VokKbs,212
|
|
317
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobStatusByRequest/reduce.js,sha256=nlsMb5H9WpxcnFuMmDHBEPI0r49sIZCIg-iA8d8f8UQ,6
|
|
318
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndPriority/map.js,sha256=cKCa3yJAW6TqF1Gh0mKs6KoZwl1K0yj1p6G4K0aB3Yk,192
|
|
319
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndPriority/reduce.js,sha256=PePqXHjVhLAKzRNrlPJXucgNwB3wv-EDrvUYyQMiLyI,7
|
|
320
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndStatus/map.js,sha256=X2pX7Qo_xhT7raXhJXnHwz7zgsERGBRF_14r72SCPho,190
|
|
321
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByChildQueueAndStatus/reduce.js,sha256=PePqXHjVhLAKzRNrlPJXucgNwB3wv-EDrvUYyQMiLyI,7
|
|
322
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByRequest/map.js,sha256=jMdd5Zc2U834IjQcLksI66NEB2oSGNLG0UXURbjClEE,181
|
|
323
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByRequest/reduce.js,sha256=dqyUOCjOBfdm63Lh2Xvp650cvkIGSPPziiDu59SioKI,4
|
|
324
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByStatus/map.js,sha256=8BfQqM2ap5R2MFNa02dOGrnzFAvngVR7Iu1roMg_4xA,166
|
|
325
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByStatus/reduce.js,sha256=PePqXHjVhLAKzRNrlPJXucgNwB3wv-EDrvUYyQMiLyI,7
|
|
326
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByStatusAndPriority/map.js,sha256=CTDGtmb5YDdx8NTki2e1wXbUT61tmIK48VBrkSC60Xw,185
|
|
327
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/jobsByStatusAndPriority/reduce.js,sha256=PePqXHjVhLAKzRNrlPJXucgNwB3wv-EDrvUYyQMiLyI,7
|
|
328
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/openRequests/map.js,sha256=Ck0k50t0yNwjWdxf2CTxSfiyg23r0-YOfjxXR90f0yA,201
|
|
329
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/recent-items/map.js,sha256=C1d4OesnfG0IsI3u1uWtvEIgwxE1A6RfJpNJoo7JvlE,77
|
|
330
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/siteWhitelistByRequest/map.js,sha256=_345mm2S6Fs1t9mKWFXEtwVG0ktTWeFkhl1ce8vv20M,183
|
|
331
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/siteWhitelistByRequest/reduce.js,sha256=dlvpEElTCvkm4yYUH8x-fiV5v_n-StoOZNAY76G7M0I,14
|
|
332
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/specsByWorkflow/map.js,sha256=fK2QeHHqEzGLMzMyWEsgWR5xS81TgIcFGKp1IZDVIfw,124
|
|
333
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/stuckElements/map.js,sha256=MWedtuYnJ_hjVFnbfBQOcpioSozI6jqjczildNr91x8,1047
|
|
334
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsInjectStatusByRequest/map.js,sha256=Y3hv5tHw8YsdWdesP6GF4U5pz2HlnbMWAN4mn_nAOQ0,400
|
|
335
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsInjectStatusByRequest/reduce.js,sha256=pIJku7721kQoID0yCEn71jMim7Z6_JcmiZe5vT56kT0,99
|
|
336
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsUrl/map.js,sha256=E78AdAhu240C5pKVzeDv3JQkTKEkf3dFlVO9OQvZJD0,173
|
|
337
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsUrl/reduce.js,sha256=JO5DkSBfpqDFB9VTlx8G-fpx-6DpAGbdGqK92OWQsVo,26
|
|
338
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsUrlByRequest/map.js,sha256=XZ_6nCpMtv-1_g4Vedk3Quc9q0a0J4gjsD7hrUh1Gts,195
|
|
339
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/wmbsUrlByRequest/reduce.js,sha256=JO5DkSBfpqDFB9VTlx8G-fpx-6DpAGbdGqK92OWQsVo,26
|
|
340
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/workflowSummary/map.js,sha256=hWsSnOX_XCMVwhGRrIUJu2ysxA6JyfT-U23OmNWm9sk,423
|
|
341
|
+
wmglobalqueue-2.4.2.data/data/data/couchapps/WorkQueue/views/workflowSummary/reduce.js,sha256=Cn94iS8yP0ZU9ds0ZjZkgvHO0phIQqY613zqdftFZ78,378
|
|
342
|
+
wmglobalqueue-2.4.2.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
343
|
+
wmglobalqueue-2.4.2.dist-info/licenses/NOTICE,sha256=Njkrylka4oiNeBPstKAKPGB4_IUKVwLZg0Hswzdyg04,633
|
|
344
|
+
wmglobalqueue-2.4.2.dist-info/METADATA,sha256=UcFzAVuKcz2UGWNZU3aMQKyEQQ2TQK6xqnwCfCxWFJc,727
|
|
345
|
+
wmglobalqueue-2.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
346
|
+
wmglobalqueue-2.4.2.dist-info/top_level.txt,sha256=Z_Pf5-bMrXyc1te6Q3cG64qHX6CG0ugDIOrgmcPOAXI,13
|
|
347
|
+
wmglobalqueue-2.4.2.dist-info/RECORD,,
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: wmglobalqueue
|
|
3
|
-
Version: 2.4.1
|
|
4
|
-
Summary: UNKNOWN
|
|
5
|
-
Home-page: https://github.com/dmwm/WMCore
|
|
6
|
-
Maintainer: CMS DMWM Group
|
|
7
|
-
Maintainer-email: hn-cms-wmdevelopment@cern.ch
|
|
8
|
-
License: Apache License, Version 2.0
|
|
9
|
-
Platform: UNKNOWN
|
|
10
|
-
Requires-Dist: CherryPy~=18.8.0
|
|
11
|
-
Requires-Dist: CMSMonitoring~=0.6.10
|
|
12
|
-
Requires-Dist: dbs3-client==4.0.19
|
|
13
|
-
Requires-Dist: future~=1.0.0
|
|
14
|
-
Requires-Dist: httplib2~=0.20.4
|
|
15
|
-
Requires-Dist: psutil~=5.9.1
|
|
16
|
-
Requires-Dist: pycurl~=7.45.4
|
|
17
|
-
Requires-Dist: retry~=0.9.2
|
|
18
|
-
Requires-Dist: rucio-clients~=1.29.10
|
|
19
|
-
Requires-Dist: Sphinx~=5.1.1
|
|
20
|
-
Requires-Dist: PyJWT~=2.4.0
|
|
21
|
-
|
|
22
|
-
UNKNOWN
|
|
23
|
-
|
|
24
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/.couchapprc
RENAMED
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/couchapp.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/language
RENAMED
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lib/mustache.js
RENAMED
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lib/validate.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/lists/filter.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/rewrites.json
RENAMED
|
File without changes
|
|
File without changes
|
{wmglobalqueue-2.4.1.data → wmglobalqueue-2.4.2.data}/data/data/couchapps/WorkQueue/shows/status.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|