rucio 37.0.0rc4__tar.gz → 37.1.0.post1__tar.gz

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.
Files changed (585) hide show
  1. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/PKG-INFO +2 -1
  2. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-replica-recoverer +1 -1
  3. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/account.py +14 -14
  4. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/command.py +9 -9
  5. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/config.py +3 -3
  6. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/did.py +13 -13
  7. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/lifetime_exception.py +1 -1
  8. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/replica.py +3 -3
  9. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/rse.py +18 -18
  10. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/rule.py +5 -5
  11. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/scope.py +2 -2
  12. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/subscription.py +4 -4
  13. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/baseclient.py +0 -3
  14. rucio-37.1.0.post1/lib/rucio/client/lifetimeclient.py +123 -0
  15. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/config.py +0 -26
  16. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/utils.py +14 -17
  17. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/account_limit.py +56 -79
  18. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/filter_engine.py +1 -3
  19. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rse_selector.py +3 -3
  20. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rule_grouping.py +0 -1
  21. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/account_limit.py +40 -76
  22. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/fts3.py +1 -1
  23. rucio-37.1.0.post1/lib/rucio/vcsversion.py +11 -0
  24. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/accounts.py +3 -9
  25. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/auth.py +3 -3
  26. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/common.py +10 -4
  27. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/pyproject.toml +23 -7
  28. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/setuputil.py +1 -0
  29. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_account_limits.py +28 -9
  30. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_cli_client_structure.py +5 -1
  31. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_clients.py +2 -1
  32. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_gateway_external_representation.py +2 -2
  33. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_module_import.py +3 -1
  34. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_oauthmanager.py +0 -2
  35. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_throttler.py +1 -0
  36. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_tpc.py +1 -1
  37. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_upload.py +1 -1
  38. rucio-37.0.0rc4/lib/rucio/client/lifetimeclient.py +0 -90
  39. rucio-37.0.0rc4/lib/rucio/vcsversion.py +0 -11
  40. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/AUTHORS.rst +0 -0
  41. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/ChangeLog +0 -0
  42. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/LICENSE +0 -0
  43. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/MANIFEST.in +0 -0
  44. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/README.md +0 -0
  45. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio +0 -0
  46. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-abacus-account +0 -0
  47. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-abacus-collection-replica +0 -0
  48. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-abacus-rse +0 -0
  49. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-admin +0 -0
  50. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-atropos +0 -0
  51. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-auditor +0 -0
  52. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-automatix +0 -0
  53. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-bb8 +0 -0
  54. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-cache-client +0 -0
  55. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-cache-consumer +0 -0
  56. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-finisher +0 -0
  57. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-poller +0 -0
  58. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-preparer +0 -0
  59. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-receiver +0 -0
  60. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-stager +0 -0
  61. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-submitter +0 -0
  62. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-conveyor-throttler +0 -0
  63. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-dark-reaper +0 -0
  64. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-dumper +0 -0
  65. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-follower +0 -0
  66. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-hermes +0 -0
  67. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-judge-cleaner +0 -0
  68. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-judge-evaluator +0 -0
  69. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-judge-injector +0 -0
  70. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-judge-repairer +0 -0
  71. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-kronos +0 -0
  72. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-minos +0 -0
  73. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-minos-temporary-expiration +0 -0
  74. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-necromancer +0 -0
  75. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-oauth-manager +0 -0
  76. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-reaper +0 -0
  77. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-rse-decommissioner +0 -0
  78. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-storage-consistency-actions +0 -0
  79. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-transmogrifier +0 -0
  80. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/bin/rucio-undertaker +0 -0
  81. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/alembic.ini.template +0 -0
  82. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/alembic_offline.ini.template +0 -0
  83. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/globus-config.yml.template +0 -0
  84. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/ldap.cfg.template +0 -0
  85. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_approval_request.tmpl +0 -0
  86. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_approved_admin.tmpl +0 -0
  87. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_approved_user.tmpl +0 -0
  88. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_denied_admin.tmpl +0 -0
  89. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_denied_user.tmpl +0 -0
  90. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/mail_templates/rule_ok_notification.tmpl +0 -0
  91. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/rse-accounts.cfg.template +0 -0
  92. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/rucio.cfg.atlas.client.template +0 -0
  93. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/rucio.cfg.template +0 -0
  94. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/etc/rucio_multi_vo.cfg.template +0 -0
  95. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/__init__.py +0 -0
  96. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/alembicrevision.py +0 -0
  97. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/__init__.py +0 -0
  98. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/bin_legacy/__init__.py +0 -0
  99. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/bin_legacy/rucio.py +0 -0
  100. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/bin_legacy/rucio_admin.py +0 -0
  101. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/download.py +0 -0
  102. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/upload.py +0 -0
  103. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/cli/utils.py +0 -0
  104. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/__init__.py +0 -0
  105. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/accountclient.py +0 -0
  106. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/accountlimitclient.py +0 -0
  107. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/client.py +0 -0
  108. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/configclient.py +0 -0
  109. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/credentialclient.py +0 -0
  110. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/didclient.py +0 -0
  111. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/diracclient.py +0 -0
  112. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/downloadclient.py +0 -0
  113. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/exportclient.py +0 -0
  114. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/fileclient.py +0 -0
  115. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/importclient.py +0 -0
  116. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/lockclient.py +0 -0
  117. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/metaconventionsclient.py +0 -0
  118. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/pingclient.py +0 -0
  119. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/replicaclient.py +0 -0
  120. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/requestclient.py +0 -0
  121. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/richclient.py +0 -0
  122. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/rseclient.py +0 -0
  123. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/ruleclient.py +0 -0
  124. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/scopeclient.py +0 -0
  125. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/subscriptionclient.py +0 -0
  126. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/touchclient.py +0 -0
  127. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/client/uploadclient.py +0 -0
  128. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/__init__.py +0 -0
  129. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/bittorrent.py +0 -0
  130. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/cache.py +0 -0
  131. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/checksum.py +0 -0
  132. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/client.py +0 -0
  133. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/constants.py +0 -0
  134. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/constraints.py +0 -0
  135. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/didtype.py +0 -0
  136. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/dumper/__init__.py +0 -0
  137. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/dumper/consistency.py +0 -0
  138. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/dumper/data_models.py +0 -0
  139. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/dumper/path_parsing.py +0 -0
  140. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/exception.py +0 -0
  141. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/extra.py +0 -0
  142. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/logging.py +0 -0
  143. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/pcache.py +0 -0
  144. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/plugins.py +0 -0
  145. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/policy.py +0 -0
  146. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/schema/__init__.py +0 -0
  147. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/schema/generic.py +0 -0
  148. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/schema/generic_multi_vo.py +0 -0
  149. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/stomp_utils.py +0 -0
  150. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/stopwatch.py +0 -0
  151. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/test_rucio_server.py +0 -0
  152. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/common/types.py +0 -0
  153. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/__init__.py +0 -0
  154. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/account.py +0 -0
  155. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/account_counter.py +0 -0
  156. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/authentication.py +0 -0
  157. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/config.py +0 -0
  158. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/credential.py +0 -0
  159. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did.py +0 -0
  160. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/__init__.py +0 -0
  161. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/did_column_meta.py +0 -0
  162. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/did_meta_plugin_interface.py +0 -0
  163. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/elasticsearch_meta.py +0 -0
  164. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/json_meta.py +0 -0
  165. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/mongo_meta.py +0 -0
  166. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/did_meta_plugins/postgres_meta.py +0 -0
  167. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/dirac.py +0 -0
  168. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/distance.py +0 -0
  169. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/exporter.py +0 -0
  170. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/heartbeat.py +0 -0
  171. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/identity.py +0 -0
  172. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/importer.py +0 -0
  173. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/lifetime_exception.py +0 -0
  174. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/lock.py +0 -0
  175. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/message.py +0 -0
  176. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/meta_conventions.py +0 -0
  177. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/monitor.py +0 -0
  178. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/naming_convention.py +0 -0
  179. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/nongrid_trace.py +0 -0
  180. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/oidc.py +0 -0
  181. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/permission/__init__.py +0 -0
  182. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/permission/generic.py +0 -0
  183. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/permission/generic_multi_vo.py +0 -0
  184. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/quarantined_replica.py +0 -0
  185. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/replica.py +0 -0
  186. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/replica_sorter.py +0 -0
  187. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/request.py +0 -0
  188. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rse.py +0 -0
  189. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rse_counter.py +0 -0
  190. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rse_expression_parser.py +0 -0
  191. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/rule.py +0 -0
  192. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/scope.py +0 -0
  193. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/subscription.py +0 -0
  194. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/topology.py +0 -0
  195. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/trace.py +0 -0
  196. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/transfer.py +0 -0
  197. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/vo.py +0 -0
  198. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/core/volatile_replica.py +0 -0
  199. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/__init__.py +0 -0
  200. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/abacus/__init__.py +0 -0
  201. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/abacus/account.py +0 -0
  202. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/abacus/collection_replica.py +0 -0
  203. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/abacus/rse.py +0 -0
  204. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/atropos/__init__.py +0 -0
  205. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/atropos/atropos.py +0 -0
  206. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/auditor/__init__.py +0 -0
  207. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/auditor/hdfs.py +0 -0
  208. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/auditor/srmdumps.py +0 -0
  209. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/automatix/__init__.py +0 -0
  210. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/automatix/automatix.py +0 -0
  211. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/badreplicas/__init__.py +0 -0
  212. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/badreplicas/minos.py +0 -0
  213. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/badreplicas/minos_temporary_expiration.py +0 -0
  214. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/badreplicas/necromancer.py +0 -0
  215. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/bb8/__init__.py +0 -0
  216. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/bb8/bb8.py +0 -0
  217. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/bb8/common.py +0 -0
  218. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/bb8/nuclei_background_rebalance.py +0 -0
  219. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/bb8/t2_background_rebalance.py +0 -0
  220. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/cache/__init__.py +0 -0
  221. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/cache/consumer.py +0 -0
  222. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/common.py +0 -0
  223. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/__init__.py +0 -0
  224. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/common.py +0 -0
  225. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/finisher.py +0 -0
  226. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/poller.py +0 -0
  227. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/preparer.py +0 -0
  228. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/receiver.py +0 -0
  229. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/stager.py +0 -0
  230. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/submitter.py +0 -0
  231. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/conveyor/throttler.py +0 -0
  232. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/follower/__init__.py +0 -0
  233. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/follower/follower.py +0 -0
  234. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/hermes/__init__.py +0 -0
  235. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/hermes/hermes.py +0 -0
  236. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/judge/__init__.py +0 -0
  237. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/judge/cleaner.py +0 -0
  238. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/judge/evaluator.py +0 -0
  239. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/judge/injector.py +0 -0
  240. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/judge/repairer.py +0 -0
  241. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/oauthmanager/__init__.py +0 -0
  242. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/oauthmanager/oauthmanager.py +0 -0
  243. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/reaper/__init__.py +0 -0
  244. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/reaper/dark_reaper.py +0 -0
  245. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/reaper/reaper.py +0 -0
  246. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/replicarecoverer/__init__.py +0 -0
  247. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/replicarecoverer/suspicious_replica_recoverer.py +0 -0
  248. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/__init__.py +0 -0
  249. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/config.py +0 -0
  250. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/profiles/__init__.py +0 -0
  251. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/profiles/atlas.py +0 -0
  252. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/profiles/generic.py +0 -0
  253. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/profiles/types.py +0 -0
  254. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/rsedecommissioner/rse_decommissioner.py +0 -0
  255. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/storage/__init__.py +0 -0
  256. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/storage/consistency/__init__.py +0 -0
  257. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/storage/consistency/actions.py +0 -0
  258. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/tracer/__init__.py +0 -0
  259. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/tracer/kronos.py +0 -0
  260. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/transmogrifier/__init__.py +0 -0
  261. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/transmogrifier/transmogrifier.py +0 -0
  262. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/undertaker/__init__.py +0 -0
  263. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/daemons/undertaker/undertaker.py +0 -0
  264. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/__init__.py +0 -0
  265. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/__init__.py +0 -0
  266. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/constants.py +0 -0
  267. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/__init__.py +0 -0
  268. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/env.py +0 -0
  269. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/01eaf73ab656_add_new_rule_notification_state_progress.py +0 -0
  270. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/0437a40dbfd1_add_eol_at_in_rules.py +0 -0
  271. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/0f1adb7a599a_create_transfer_hops_table.py +0 -0
  272. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/102efcf145f4_added_stuck_at_column_to_rules.py +0 -0
  273. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/13d4f70c66a9_introduce_transfer_limits.py +0 -0
  274. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/140fef722e91_cleanup_distances_table.py +0 -0
  275. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/14ec5aeb64cf_add_request_external_host.py +0 -0
  276. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/156fb5b5a14_add_request_type_to_requests_idx.py +0 -0
  277. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1677d4d803c8_split_rse_availability_into_multiple.py +0 -0
  278. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/16a0aca82e12_create_index_on_table_replicas_path.py +0 -0
  279. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1803333ac20f_adding_provenance_and_phys_group.py +0 -0
  280. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1a29d6a9504c_add_didtype_chck_to_requests.py +0 -0
  281. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1a80adff031a_create_index_on_rules_hist_recent.py +0 -0
  282. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1c45d9730ca6_increase_identity_length.py +0 -0
  283. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1d1215494e95_add_quarantined_replicas_table.py +0 -0
  284. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1d96f484df21_asynchronous_rules_and_rule_approval.py +0 -0
  285. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1f46c5f240ac_add_bytes_column_to_bad_replicas.py +0 -0
  286. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/1fc15ab60d43_add_message_history_table.py +0 -0
  287. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2190e703eb6e_move_rse_settings_to_rse_attributes.py +0 -0
  288. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/21d6b9dc9961_add_mismatch_scheme_state_to_requests.py +0 -0
  289. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/22cf51430c78_add_availability_column_to_table_rses.py +0 -0
  290. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/22d887e4ec0a_create_sources_table.py +0 -0
  291. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/25821a8a45a3_remove_unique_constraint_on_requests.py +0 -0
  292. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/25fc855625cf_added_unique_constraint_to_rules.py +0 -0
  293. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/269fee20dee9_add_repair_cnt_to_locks.py +0 -0
  294. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/271a46ea6244_add_ignore_availability_column_to_rules.py +0 -0
  295. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/277b5fbb41d3_switch_heartbeats_executable.py +0 -0
  296. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/27e3a68927fb_remove_replicas_tombstone_and_replicas_.py +0 -0
  297. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2854cd9e168_added_rule_id_column.py +0 -0
  298. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/295289b5a800_processed_by_and__at_in_requests.py +0 -0
  299. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2962ece31cf4_add_nbaccesses_column_in_the_did_table.py +0 -0
  300. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2af3291ec4c_added_replicas_history_table.py +0 -0
  301. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2b69addda658_add_columns_for_third_party_copy_read_.py +0 -0
  302. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2b8e7bcb4783_add_config_table.py +0 -0
  303. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2ba5229cb54c_add_submitted_at_to_requests_table.py +0 -0
  304. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2cbee484dcf9_added_column_volume_to_rse_transfer_.py +0 -0
  305. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2edee4a83846_add_source_to_requests_and_requests_.py +0 -0
  306. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2eef46be23d4_change_tokens_pk.py +0 -0
  307. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/2f648fc909f3_index_in_rule_history_on_scope_name.py +0 -0
  308. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3082b8cef557_add_naming_convention_table_and_closed_.py +0 -0
  309. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/30d5206e9cad_increase_oauthrequest_redirect_msg_.py +0 -0
  310. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/30fa38b6434e_add_index_on_service_column_in_the_message_table.py +0 -0
  311. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3152492b110b_added_staging_area_column.py +0 -0
  312. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/32c7d2783f7e_create_bad_replicas_table.py +0 -0
  313. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3345511706b8_replicas_table_pk_definition_is_in_.py +0 -0
  314. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/35ef10d1e11b_change_index_on_table_requests.py +0 -0
  315. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/379a19b5332d_create_rse_limits_table.py +0 -0
  316. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/384b96aa0f60_created_rule_history_tables.py +0 -0
  317. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3ac1660a1a72_extend_distance_table.py +0 -0
  318. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3ad36e2268b0_create_collection_replicas_updates_table.py +0 -0
  319. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3c9df354071b_extend_waiting_request_state.py +0 -0
  320. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/3d9813fab443_add_a_new_state_lost_in_badfilesstatus.py +0 -0
  321. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/40ad39ce3160_add_transferred_at_to_requests_table.py +0 -0
  322. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4207be2fd914_add_notification_column_to_rules.py +0 -0
  323. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/42db2617c364_create_index_on_requests_external_id.py +0 -0
  324. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/436827b13f82_added_column_activity_to_table_requests.py +0 -0
  325. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/44278720f774_update_requests_typ_sta_upd_idx_index.py +0 -0
  326. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/45378a1e76a8_create_collection_replica_table.py +0 -0
  327. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/469d262be19_removing_created_at_index.py +0 -0
  328. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4783c1f49cb4_create_distance_table.py +0 -0
  329. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/49a21b4d4357_create_index_on_table_tokens.py +0 -0
  330. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4a2cbedda8b9_add_source_replica_expression_column_to_.py +0 -0
  331. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4a7182d9578b_added_bytes_length_accessed_at_columns.py +0 -0
  332. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4bab9edd01fc_create_index_on_requests_rule_id.py +0 -0
  333. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4c3a4acfe006_new_attr_account_table.py +0 -0
  334. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4cf0a2e127d4_adding_transient_metadata.py +0 -0
  335. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/4df2c5ddabc0_remove_temporary_dids.py +0 -0
  336. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/50280c53117c_add_qos_class_to_rse.py +0 -0
  337. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/52153819589c_add_rse_id_to_replicas_table.py +0 -0
  338. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/52fd9f4916fa_added_activity_to_rules.py +0 -0
  339. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/53b479c3cb0f_fix_did_meta_table_missing_updated_at_.py +0 -0
  340. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/5673b4b6e843_add_wfms_metadata_to_rule_tables.py +0 -0
  341. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/575767d9f89_added_source_history_table.py +0 -0
  342. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/58bff7008037_add_started_at_to_requests.py +0 -0
  343. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/58c8b78301ab_rename_callback_to_message.py +0 -0
  344. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/5f139f77382a_added_child_rule_id_column.py +0 -0
  345. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/688ef1840840_adding_did_meta_table.py +0 -0
  346. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/6e572a9bfbf3_add_new_split_container_column_to_rules.py +0 -0
  347. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/70587619328_add_comment_column_for_subscriptions.py +0 -0
  348. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/739064d31565_remove_history_table_pks.py +0 -0
  349. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/7541902bf173_add_didsfollowed_and_followevents_table.py +0 -0
  350. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/7ec22226cdbf_new_replica_state_for_temporary_.py +0 -0
  351. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/810a41685bc1_added_columns_rse_transfer_limits.py +0 -0
  352. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/83f991c63a93_correct_rse_expression_length.py +0 -0
  353. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/8523998e2e76_increase_size_of_extended_attributes_.py +0 -0
  354. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/8ea9122275b1_adding_missing_function_based_indices.py +0 -0
  355. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/90f47792bb76_add_clob_payload_to_messages.py +0 -0
  356. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/914b8f02df38_new_table_for_lifetime_model_exceptions.py +0 -0
  357. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/94a5961ddbf2_add_estimator_columns.py +0 -0
  358. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/9a1b149a2044_add_saml_identity_type.py +0 -0
  359. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/9a45bc4ea66d_add_vp_table.py +0 -0
  360. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/9eb936a81eb1_true_is_true.py +0 -0
  361. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a08fa8de1545_transfer_stats_table.py +0 -0
  362. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a118956323f8_added_vo_table_and_vo_col_to_rse.py +0 -0
  363. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a193a275255c_add_status_column_in_messages.py +0 -0
  364. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a5f6f6e928a7_1_7_0.py +0 -0
  365. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a616581ee47_added_columns_to_table_requests.py +0 -0
  366. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a6eb23955c28_state_idx_non_functional.py +0 -0
  367. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a74275a1ad30_added_global_quota_table.py +0 -0
  368. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/a93e4e47bda_heartbeats.py +0 -0
  369. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/ae2a56fcc89_added_comment_column_to_rules.py +0 -0
  370. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b0070f3695c8_add_deletedidmeta_table.py +0 -0
  371. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b4293a99f344_added_column_identity_to_table_tokens.py +0 -0
  372. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b5493606bbf5_fix_primary_key_for_subscription_history.py +0 -0
  373. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b7d287de34fd_removal_of_replicastate_source.py +0 -0
  374. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b818052fa670_add_index_to_quarantined_replicas.py +0 -0
  375. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b8caac94d7f0_add_comments_column_for_subscriptions_.py +0 -0
  376. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/b96a1c7e1cc4_new_bad_pfns_table_and_bad_replicas_.py +0 -0
  377. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/bb695f45c04_extend_request_state.py +0 -0
  378. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/bc68e9946deb_add_staging_timestamps_to_request.py +0 -0
  379. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/bf3baa1c1474_correct_pk_and_idx_for_history_tables.py +0 -0
  380. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/c0937668555f_add_qos_policy_map_table.py +0 -0
  381. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/c129ccdb2d5_add_lumiblocknr_to_dids.py +0 -0
  382. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/ccdbcd48206e_add_did_type_column_index_on_did_meta_.py +0 -0
  383. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/cebad904c4dd_new_payload_column_for_heartbeats.py +0 -0
  384. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/d1189a09c6e0_oauth2_0_and_jwt_feature_support_adding_.py +0 -0
  385. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/d23453595260_extend_request_state_for_preparer.py +0 -0
  386. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/d6dceb1de2d_added_purge_column_to_rules.py +0 -0
  387. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/d6e2c3b2cf26_remove_third_party_copy_column_from_rse.py +0 -0
  388. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/d91002c5841_new_account_limits_table.py +0 -0
  389. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/e138c364ebd0_extending_columns_for_filter_and_.py +0 -0
  390. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/e59300c8b179_support_for_archive.py +0 -0
  391. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/f1b14a8c2ac1_postgres_use_check_constraints.py +0 -0
  392. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/f41ffe206f37_oracle_global_temporary_tables.py +0 -0
  393. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/f85a2962b021_adding_transfertool_column_to_requests_.py +0 -0
  394. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/fa7a7d78b602_increase_refresh_token_size.py +0 -0
  395. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/fb28a95fe288_add_replicas_rse_id_tombstone_idx.py +0 -0
  396. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/fe1a65b176c9_set_third_party_copy_read_and_write_.py +0 -0
  397. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/migrate_repo/versions/fe8ea2fa9788_added_third_party_copy_column_to_rse_.py +0 -0
  398. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/models.py +0 -0
  399. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/sautils.py +0 -0
  400. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/session.py +0 -0
  401. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/types.py +0 -0
  402. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/db/sqla/util.py +0 -0
  403. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/__init__.py +0 -0
  404. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/account.py +0 -0
  405. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/authentication.py +0 -0
  406. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/config.py +0 -0
  407. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/credential.py +0 -0
  408. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/did.py +0 -0
  409. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/dirac.py +0 -0
  410. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/exporter.py +0 -0
  411. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/heartbeat.py +0 -0
  412. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/identity.py +0 -0
  413. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/importer.py +0 -0
  414. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/lifetime_exception.py +0 -0
  415. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/lock.py +0 -0
  416. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/meta_conventions.py +0 -0
  417. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/permission.py +0 -0
  418. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/quarantined_replica.py +0 -0
  419. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/replica.py +0 -0
  420. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/request.py +0 -0
  421. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/rse.py +0 -0
  422. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/rule.py +0 -0
  423. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/scope.py +0 -0
  424. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/subscription.py +0 -0
  425. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/gateway/vo.py +0 -0
  426. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/__init__.py +0 -0
  427. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/__init__.py +0 -0
  428. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/bittorrent.py +0 -0
  429. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/cache.py +0 -0
  430. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/dummy.py +0 -0
  431. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/gfal.py +0 -0
  432. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/globus.py +0 -0
  433. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/http_cache.py +0 -0
  434. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/mock.py +0 -0
  435. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/ngarc.py +0 -0
  436. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/posix.py +0 -0
  437. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/protocol.py +0 -0
  438. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/rclone.py +0 -0
  439. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/rfio.py +0 -0
  440. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/srm.py +0 -0
  441. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/ssh.py +0 -0
  442. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/storm.py +0 -0
  443. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/webdav.py +0 -0
  444. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/protocols/xrootd.py +0 -0
  445. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/rsemanager.py +0 -0
  446. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/rse/translation.py +0 -0
  447. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/tests/__init__.py +0 -0
  448. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/tests/common.py +0 -0
  449. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/tests/common_server.py +0 -0
  450. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/__init__.py +0 -0
  451. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/bittorrent.py +0 -0
  452. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/bittorrent_driver.py +0 -0
  453. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/bittorrent_driver_qbittorrent.py +0 -0
  454. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/fts3_plugins.py +0 -0
  455. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/globus.py +0 -0
  456. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/globus_library.py +0 -0
  457. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/mock.py +0 -0
  458. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/transfertool/transfertool.py +0 -0
  459. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/version.py +0 -0
  460. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/__init__.py +0 -0
  461. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/__init__.py +0 -0
  462. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/__init__.py +0 -0
  463. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/authenticated_bp.py +0 -0
  464. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/__init__.py +0 -0
  465. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/accountlimits.py +0 -0
  466. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/archives.py +0 -0
  467. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/config.py +0 -0
  468. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/credentials.py +0 -0
  469. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/dids.py +0 -0
  470. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/dirac.py +0 -0
  471. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/export.py +0 -0
  472. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/heartbeats.py +0 -0
  473. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/identities.py +0 -0
  474. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/import.py +0 -0
  475. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/lifetime_exceptions.py +0 -0
  476. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/locks.py +0 -0
  477. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/main.py +0 -0
  478. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/meta_conventions.py +0 -0
  479. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/metrics.py +0 -0
  480. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/nongrid_traces.py +0 -0
  481. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/ping.py +0 -0
  482. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/redirect.py +0 -0
  483. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/replicas.py +0 -0
  484. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/requests.py +0 -0
  485. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/rses.py +0 -0
  486. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/rules.py +0 -0
  487. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/scopes.py +0 -0
  488. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/subscriptions.py +0 -0
  489. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/templates/auth_crash.html +0 -0
  490. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/templates/auth_granted.html +0 -0
  491. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/traces.py +0 -0
  492. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/types.py +0 -0
  493. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/flaskapi/v1/vos.py +0 -0
  494. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/main.py +0 -0
  495. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/metrics.py +0 -0
  496. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio/web/rest/ping.py +0 -0
  497. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/lib/rucio.egg-info/SOURCES.txt +0 -0
  498. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/requirements/requirements.server.txt +0 -0
  499. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/setup.cfg +0 -0
  500. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/setup.py +0 -0
  501. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_abacus_account.py +0 -0
  502. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_abacus_collection_replica.py +0 -0
  503. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_abacus_rse.py +0 -0
  504. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_account.py +0 -0
  505. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_archive.py +0 -0
  506. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_auditor.py +0 -0
  507. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_auditor_hdfs.py +0 -0
  508. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_auditor_srmdumps.py +0 -0
  509. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_authentication.py +0 -0
  510. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_automatix.py +0 -0
  511. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_bad_replica.py +0 -0
  512. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_bb8.py +0 -0
  513. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_belleii.py +0 -0
  514. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_bin_rucio.py +0 -0
  515. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_boolean.py +0 -0
  516. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_config.py +0 -0
  517. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_conveyor.py +0 -0
  518. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_conveyor_submitter.py +0 -0
  519. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_counter.py +0 -0
  520. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_credential.py +0 -0
  521. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_curl.py +0 -0
  522. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_daemons.py +0 -0
  523. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_dataset_replicas.py +0 -0
  524. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_db.py +0 -0
  525. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_did.py +0 -0
  526. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_did_meta_plugins.py +0 -0
  527. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_download.py +0 -0
  528. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_dumper.py +0 -0
  529. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_filter_engine.py +0 -0
  530. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_heartbeat.py +0 -0
  531. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_hermes.py +0 -0
  532. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_identity.py +0 -0
  533. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_impl_upload_download.py +0 -0
  534. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_import_export.py +0 -0
  535. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_judge_cleaner.py +0 -0
  536. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_judge_evaluator.py +0 -0
  537. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_judge_injector.py +0 -0
  538. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_judge_repairer.py +0 -0
  539. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_lifetime.py +0 -0
  540. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_message.py +0 -0
  541. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_meta_conventions.py +0 -0
  542. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_meta_did.py +0 -0
  543. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_monitor.py +0 -0
  544. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_multi_vo.py +0 -0
  545. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_naming_convention.py +0 -0
  546. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_oidc.py +0 -0
  547. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_permission.py +0 -0
  548. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_pfns.py +0 -0
  549. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_ping.py +0 -0
  550. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_policy_package.py +0 -0
  551. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_preparer.py +0 -0
  552. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_qos.py +0 -0
  553. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_quarantined_replica.py +0 -0
  554. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_reaper.py +0 -0
  555. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_redirect.py +0 -0
  556. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_replica.py +0 -0
  557. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_replica_recoverer.py +0 -0
  558. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_replica_sorting.py +0 -0
  559. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_request.py +0 -0
  560. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_root_proxy.py +0 -0
  561. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse.py +0 -0
  562. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_expression_parser.py +0 -0
  563. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_lfn2path.py +0 -0
  564. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_gfal2.py +0 -0
  565. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_gfal2_impl.py +0 -0
  566. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_posix.py +0 -0
  567. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_rclone.py +0 -0
  568. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_rsync.py +0 -0
  569. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_srm.py +0 -0
  570. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_ssh.py +0 -0
  571. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_webdav.py +0 -0
  572. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_protocol_xrootd.py +0 -0
  573. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rse_selector.py +0 -0
  574. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rucio_server.py +0 -0
  575. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_rule.py +0 -0
  576. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_scope.py +0 -0
  577. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_subscription.py +0 -0
  578. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_trace.py +0 -0
  579. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_transfer.py +0 -0
  580. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_transfer_plugins.py +0 -0
  581. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_undertaker.py +0 -0
  582. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tests/test_utils.py +0 -0
  583. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tools/bootstrap.py +0 -0
  584. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tools/merge_rucio_configs.py +0 -0
  585. {rucio-37.0.0rc4 → rucio-37.1.0.post1}/tools/reset_database.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rucio
3
- Version: 37.0.0rc4
3
+ Version: 37.1.0.post1
4
4
  Summary: Rucio Package
5
5
  Home-page: https://rucio.cern.ch/
6
6
  Author: Rucio
@@ -20,6 +20,7 @@ Classifier: Environment :: No Input/Output (Daemon)
20
20
  Requires-Python: >=3.9, <4
21
21
  License-File: LICENSE
22
22
  License-File: AUTHORS.rst
23
+ Requires-Dist: click
23
24
  Requires-Dist: requests
24
25
  Requires-Dist: urllib3
25
26
  Requires-Dist: dogpile-cache<=1.2.2
@@ -37,7 +37,7 @@ which creates a rule for such bad replicas.''', epilog='''
37
37
  Preparing RSEs and DIDs for testing this daemon from rucio docker:
38
38
  -------------------------------------------------------------------
39
39
 
40
- $ sudo docker exec -it dev_rucio_1 /bin/bash
40
+ $ sudo docker exec -it dev-rucio-1 /bin/bash
41
41
 
42
42
  Adding the RSEs to rucio DB:
43
43
 
@@ -51,7 +51,7 @@ def add_(ctx, account_type, account_name, email):
51
51
  Example:
52
52
  $ rucio account add
53
53
  """
54
- args = Arguments({"account_type": account_type, "account": account_name, "email": email})
54
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account_type": account_type, "account": account_name, "email": email})
55
55
  add_account(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
56
56
 
57
57
 
@@ -62,7 +62,7 @@ def add_(ctx, account_type, account_name, email):
62
62
  @click.pass_context
63
63
  def list_(ctx, type_, id, filter):
64
64
  """List all accounts that match given filters"""
65
- args = Arguments({"account_type": type_, "identity": id, "filters": filter})
65
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account_type": type_, "identity": id, "filters": filter})
66
66
  list_accounts(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
67
67
 
68
68
 
@@ -73,7 +73,7 @@ def show(ctx, account_name):
73
73
  """
74
74
  Show info about a single account
75
75
  """
76
- info_account(Arguments({"account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
76
+ info_account(Arguments({"no_pager": ctx.obj.no_pager, "account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
77
77
 
78
78
 
79
79
  @account.command("remove")
@@ -84,7 +84,7 @@ def remove(ctx, account_name):
84
84
  Remove an account
85
85
  (WARNING: Permanently disables the account. If you want to temporarily disable, use `account update [account-name] --ban`)
86
86
  """
87
- delete_account(Arguments({"account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
87
+ delete_account(Arguments({"no_pager": ctx.obj.no_pager, "account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
88
88
 
89
89
 
90
90
  @account.command("update")
@@ -94,7 +94,7 @@ def remove(ctx, account_name):
94
94
  @click.pass_context
95
95
  def update(ctx, ban, account_name, email):
96
96
  """Update account settings"""
97
- args = Arguments({"account": account_name, "key": "email", "value": email})
97
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "key": "email", "value": email})
98
98
  if ban is not None:
99
99
  if ban:
100
100
  ban_account(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -114,7 +114,7 @@ def attribute():
114
114
  @click.pass_context
115
115
  def attribute_list(ctx, account_name):
116
116
  "List the attributes for a given account"
117
- list_account_attributes(Arguments({"account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
117
+ list_account_attributes(Arguments({"no_pager": ctx.obj.no_pager, "account": account_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
118
118
 
119
119
 
120
120
  @attribute.command("add")
@@ -124,7 +124,7 @@ def attribute_list(ctx, account_name):
124
124
  @click.pass_context
125
125
  def attribute_add(ctx, account_name, key, value):
126
126
  """Add a new attribute [key] to an account"""
127
- add_account_attribute(Arguments({"account": account_name, "key": key, "value": value}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
127
+ add_account_attribute(Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "key": key, "value": value}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
128
128
 
129
129
 
130
130
  @attribute.command("remove")
@@ -133,7 +133,7 @@ def attribute_add(ctx, account_name, key, value):
133
133
  @click.pass_context
134
134
  def attribute_remove(ctx, account_name, key):
135
135
  """Remove an attribute from an account without reassigning it"""
136
- delete_account_attribute(Arguments({"account": account_name, "key": key}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
136
+ delete_account_attribute(Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "key": key}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
137
137
 
138
138
 
139
139
  @account.group("limit")
@@ -147,7 +147,7 @@ def limit():
147
147
  @click.pass_context
148
148
  def limit_list(ctx, account_name, rse):
149
149
  """List the limits and current usage for an account"""
150
- args = Arguments({"usage_account": account_name, "rse": rse})
150
+ args = Arguments({"no_pager": ctx.obj.no_pager, "usage_account": account_name, "rse": rse})
151
151
  list_account_usage(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
152
152
 
153
153
 
@@ -161,7 +161,7 @@ def limit_list(ctx, account_name, rse):
161
161
  @click.pass_context
162
162
  def limit_add(ctx, account_name, rse, bytes_, locality):
163
163
  """Add a new limit for an account on an RSE. An account can have both local and global limits on the same RSE."""
164
- args = Arguments({"account": account_name, "rse": rse, "bytes": bytes_, "locality": locality})
164
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "rse": rse, "bytes": bytes_, "locality": locality})
165
165
  set_limits(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
166
166
 
167
167
 
@@ -174,7 +174,7 @@ def limit_add(ctx, account_name, rse, bytes_, locality):
174
174
  @click.pass_context
175
175
  def limit_remove(ctx, account_name, rse, locality):
176
176
  """Remove existing limits for an account on an RSE"""
177
- args = Arguments({"account": account_name, "rse": rse, "locality": locality})
177
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "rse": rse, "locality": locality})
178
178
  delete_limits(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
179
179
 
180
180
 
@@ -188,7 +188,7 @@ def identity():
188
188
  @click.pass_context
189
189
  def identity_list(ctx, account_name):
190
190
  """See all the IDs for [account-name]"""
191
- args = Arguments({"account": account_name})
191
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name})
192
192
  list_identities(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
193
193
 
194
194
 
@@ -201,7 +201,7 @@ def identity_list(ctx, account_name):
201
201
  @click.pass_context
202
202
  def identity_add(ctx, account_name, type_, id, email, password):
203
203
  """Add a new identity for [account-name]"""
204
- args = Arguments({"account": account_name, "authtype": type_, "identity": id, "email": email, "password": password})
204
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "authtype": type_, "identity": id, "email": email, "password": password})
205
205
  legacy_identity_add(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
206
206
 
207
207
 
@@ -212,5 +212,5 @@ def identity_add(ctx, account_name, type_, id, email, password):
212
212
  @click.pass_context
213
213
  def identity_remove(ctx, account_name, type_, id):
214
214
  """Revoke a given ID's access from an account"""
215
- args = Arguments({"account": account_name, "authtype": type_, "id": id})
215
+ args = Arguments({"no_pager": ctx.obj.no_pager, "account": account_name, "authtype": type_, "id": id})
216
216
  identity_delete(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -144,7 +144,7 @@ class LazyGroup(click.Group):
144
144
  @click.option("-v", "--verbose", default=False, is_flag=True, help="Print more verbose output")
145
145
  @click.version_option(version.version_string(), message="%(prog)s %(version)s")
146
146
  # Hidden options at the end
147
- @click.option("--pager", is_flag=True, default=False, hidden=True)
147
+ @click.option("--no-pager", is_flag=True, default=False, hidden=True)
148
148
  @exception_handler
149
149
  @click.pass_context
150
150
  def main(
@@ -158,7 +158,7 @@ def main(
158
158
  timeout,
159
159
  user_agent,
160
160
  vo,
161
- pager,
161
+ no_pager,
162
162
  user,
163
163
  password,
164
164
  oidc_user,
@@ -175,9 +175,8 @@ def main(
175
175
  ):
176
176
  ctx.ensure_object(Arguments)
177
177
  ctx.obj.start_time = time.time()
178
+ ctx.obj.verbose = verbose
178
179
 
179
- ctx.obj.no_pager = not pager
180
- pager = get_pager()
181
180
  use_rich = get_cli_config() == "rich"
182
181
 
183
182
  console = Console(theme=Theme(CLITheme.LOG_THEMES), soft_wrap=True)
@@ -187,7 +186,8 @@ def main(
187
186
  ctx.obj.use_rich = use_rich
188
187
  ctx.obj.spinner = spinner
189
188
  ctx.obj.console = console
190
- ctx.obj.pager = pager
189
+ ctx.obj.no_pager = no_pager
190
+ ctx.obj.pager = get_pager()
191
191
 
192
192
  if use_rich:
193
193
  install(console=console, word_wrap=True, width=min(console.width, MAX_TRACEBACK_WIDTH)) # Make rich exception tracebacks the default.
@@ -198,7 +198,7 @@ def main(
198
198
  {
199
199
  "config": config,
200
200
  "host": host,
201
- "isser": issuer,
201
+ "issuer": issuer,
202
202
  "auth_host": auth_host,
203
203
  "auth_strategy": auth_strategy,
204
204
  "timeout": timeout,
@@ -254,19 +254,19 @@ def _teardown(ctx):
254
254
  @main.command(name="whoami", help="Get information about account whose token is used")
255
255
  @click.pass_context
256
256
  def exe_whoami(ctx):
257
- args = Arguments()
257
+ args = Arguments({"no_pager": ctx.obj.no_pager})
258
258
  whoami_account(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
259
259
 
260
260
 
261
261
  @main.command(name="ping", help="Ping Rucio server")
262
262
  @click.pass_context
263
263
  def exe_ping(ctx):
264
- args = Arguments()
264
+ args = Arguments({"no_pager": ctx.obj.no_pager})
265
265
  ping(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
266
266
 
267
267
 
268
268
  @main.command(name="test-server", help="Test client against the server")
269
269
  @click.pass_context
270
270
  def exe_test_server(ctx):
271
- args = Arguments()
271
+ args = Arguments({"no_pager": ctx.obj.no_pager})
272
272
  test_server(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -29,7 +29,7 @@ def config():
29
29
  @click.pass_context
30
30
  def list_(ctx, section, key):
31
31
  """List the sections or content of sections in the rucio.cfg"""
32
- get_config(Arguments({"section": section, "key": key}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
32
+ get_config(Arguments({"no_pager": ctx.obj.no_pager, "section": section, "key": key}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
33
33
 
34
34
 
35
35
  # TODO Change to only add new fields and cannot modify an existing field
@@ -46,7 +46,7 @@ def add_(ctx, section, key, value):
46
46
  Example, Add a key to an existing section:
47
47
  $ rucio config add --section my-section --key key --value value
48
48
  """
49
- args = Arguments({"section": section, "option": key, "value": value})
49
+ args = Arguments({"no_pager": ctx.obj.no_pager, "section": section, "option": key, "value": value})
50
50
  set_config_option(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
51
51
 
52
52
 
@@ -56,7 +56,7 @@ def add_(ctx, section, key, value):
56
56
  @click.pass_context
57
57
  def remove(ctx, section, key):
58
58
  """Remove the section.key from the config."""
59
- args = Arguments({"section": section, "option": key})
59
+ args = Arguments({"no_pager": ctx.obj.no_pager, "section": section, "option": key})
60
60
  delete_config_option(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
61
61
 
62
62
 
@@ -49,9 +49,9 @@ def list_(ctx, did_pattern, recursive, filter_, short, parent, pfn, guid):
49
49
  """
50
50
  if parent:
51
51
  for did in did_pattern:
52
- list_parent_dids(Arguments({"did": did}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
52
+ list_parent_dids(Arguments({"no_pager": ctx.obj.no_pager, "did": did}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
53
53
  else:
54
- args = Arguments({"did": did_pattern, "recursive": recursive, "filter": filter_, "short": short})
54
+ args = Arguments({"no_pager": ctx.obj.no_pager, "did": did_pattern, "recursive": recursive, "filter": filter_, "short": short})
55
55
  list_dids(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
56
56
 
57
57
 
@@ -60,7 +60,7 @@ def list_(ctx, did_pattern, recursive, filter_, short, parent, pfn, guid):
60
60
  @click.pass_context
61
61
  def show(ctx, dids):
62
62
  """List attributes, statuses, or parents for data identifiers"""
63
- stat(Arguments({"dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
63
+ stat(Arguments({"no_pager": ctx.obj.no_pager, "dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
64
64
 
65
65
 
66
66
  @did.command("add")
@@ -71,7 +71,7 @@ def show(ctx, dids):
71
71
  @click.pass_context
72
72
  def add_(ctx, did_name, dtype, monotonic, lifetime):
73
73
  """Create a new collection-type DID"""
74
- args = Arguments({"did": did_name, "monotonic": monotonic, "lifetime": lifetime})
74
+ args = Arguments({"no_pager": ctx.obj.no_pager, "did": did_name, "monotonic": monotonic, "lifetime": lifetime})
75
75
  if dtype == "container":
76
76
  add_container(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
77
77
  else:
@@ -87,7 +87,7 @@ def add_(ctx, did_name, dtype, monotonic, lifetime):
87
87
  @click.pass_context
88
88
  def update(ctx, dids, rse, operation):
89
89
  """Touch one or more DIDs and set the last accessed date to the current date, or mark them as open or closed."""
90
- args = Arguments({"dids": dids, "rse": rse})
90
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "rse": rse})
91
91
  if operation == "touch":
92
92
  touch(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
93
93
  elif operation == "open":
@@ -108,7 +108,7 @@ def remove(ctx, dids, undo):
108
108
  Expired DIDs are force-deleted (and their replicas purged).
109
109
  The deletion is not reversible after 24 hours grace time period expired
110
110
  """
111
- erase(Arguments({"dids": dids, "undo": undo}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
111
+ erase(Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "undo": undo}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
112
112
 
113
113
 
114
114
  @did.group()
@@ -121,7 +121,7 @@ def content():
121
121
  @click.pass_context
122
122
  def content_history(ctx, dids):
123
123
  """List the content history of a collection-type DID"""
124
- list_content_history(Arguments({"dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
124
+ list_content_history(Arguments({"no_pager": ctx.obj.no_pager, "dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
125
125
 
126
126
 
127
127
  @content.command("add")
@@ -131,7 +131,7 @@ def content_history(ctx, dids):
131
131
  @click.pass_context
132
132
  def content_add_(ctx, to_did, from_file, dids):
133
133
  """Attach a list [dids] of Data IDentifiers (file or collection-type) to an other Data IDentifier (collection-type)"""
134
- args = Arguments({"dids": dids, "todid": to_did, "fromfile": from_file})
134
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "todid": to_did, "fromfile": from_file})
135
135
  attach(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
136
136
 
137
137
 
@@ -141,7 +141,7 @@ def content_add_(ctx, to_did, from_file, dids):
141
141
  @click.pass_context
142
142
  def content_remove(ctx, dids, from_did):
143
143
  """Detach [dids], a list of DIDs (file or collection-type) from an other Data Identifier (collection type)"""
144
- args = Arguments({"dids": dids, "fromdid": from_did})
144
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "fromdid": from_did})
145
145
  detach(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
146
146
 
147
147
 
@@ -151,7 +151,7 @@ def content_remove(ctx, dids, from_did):
151
151
  @click.pass_context
152
152
  def content_list_(ctx, dids, short):
153
153
  """List the content of a collection-type DID"""
154
- args = Arguments({"dids": dids, "short": short})
154
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "short": short})
155
155
  list_content(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
156
156
 
157
157
 
@@ -167,7 +167,7 @@ def metadata():
167
167
  @click.pass_context
168
168
  def metadata_add_(ctx, did, key, value):
169
169
  """Add metadata to a DID"""
170
- args = Arguments({"did": did, "key": key, "value": value})
170
+ args = Arguments({"no_pager": ctx.obj.no_pager, "did": did, "key": key, "value": value})
171
171
  set_metadata(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
172
172
 
173
173
 
@@ -177,7 +177,7 @@ def metadata_add_(ctx, did, key, value):
177
177
  @click.pass_context
178
178
  def metadata_remove(ctx, did, key):
179
179
  """Remove metadata from a DID"""
180
- args = Arguments({"did": did, "key": key})
180
+ args = Arguments({"no_pager": ctx.obj.no_pager, "did": did, "key": key})
181
181
  delete_metadata(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
182
182
 
183
183
 
@@ -187,5 +187,5 @@ def metadata_remove(ctx, did, key):
187
187
  @click.pass_context
188
188
  def metadata_list_(ctx, dids, plugin):
189
189
  """List metadata for a list of DIDs"""
190
- args = Arguments({"dids": dids, "plugin": plugin})
190
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "plugin": plugin})
191
191
  get_metadata(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -29,5 +29,5 @@ def lifetime_exception():
29
29
  @click.pass_context
30
30
  def add_(ctx, input_file, reason, expiration):
31
31
  """Add an exception to the lifetime model""" # TODO description of what this does
32
- args = Arguments({"inputfile": input_file, "reason": reason, "expiration": expiration})
32
+ args = Arguments({"no_pager": ctx.obj.no_pager, "inputfile": input_file, "reason": reason, "expiration": expiration})
33
33
  add_lifetime_exception(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -65,7 +65,7 @@ def list_(ctx, dids, protocols, all_states, pfns, domain, link, missing, metalin
65
65
  @click.pass_context
66
66
  def list_dataset(ctx, dids, deep, csv):
67
67
  """List dataset replicas"""
68
- args = Arguments({"dids": dids, "deep": deep, "csv": csv})
68
+ args = Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "deep": deep, "csv": csv})
69
69
  list_dataset_replicas(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
70
70
 
71
71
 
@@ -77,7 +77,7 @@ def remove(ctx, dids, rse):
77
77
  "Set a replica for removal by adding a tombstone which will mark the replica as ready for deletion by a reaper daemon"
78
78
  # TODO: Fix set_tombstone to not expect a comma separated DID str
79
79
  dids = ",".join(dids)
80
- set_tombstone(Arguments({"dids": dids, "rse": rse}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
80
+ set_tombstone(Arguments({"no_pager": ctx.obj.no_pager, "dids": dids, "rse": rse}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
81
81
 
82
82
 
83
83
  @replica.group()
@@ -97,7 +97,7 @@ def state_list(ctx, state_type, rses, younger_than, n_attempts):
97
97
 
98
98
  if state_type != "suspicious":
99
99
  raise ValueError(f"Cannot list state by {state_type}, please choose from ('suspicious')")
100
- list_suspicious_replicas(Arguments({"rse_expression": rses, "younger_than": younger_than, "nattempts": n_attempts}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
100
+ list_suspicious_replicas(Arguments({"no_pager": ctx.obj.no_pager, "rse_expression": rses, "younger_than": younger_than, "nattempts": n_attempts}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
101
101
 
102
102
 
103
103
  @state.group("update")
@@ -50,7 +50,7 @@ def rse():
50
50
  @click.pass_context
51
51
  def list_(ctx, rses, csv):
52
52
  """List all registered Rucio Storage Elements (RSEs)"""
53
- list_rses(Arguments({"rses": rses, "csv": csv}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
53
+ list_rses(Arguments({"no_pager": ctx.obj.no_pager, "rses": rses, "csv": csv}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
54
54
 
55
55
 
56
56
  @rse.command("show")
@@ -59,7 +59,7 @@ def list_(ctx, rses, csv):
59
59
  @click.pass_context
60
60
  def show(ctx, rse_name, csv):
61
61
  """Usage, protocols, settings, and attributes for a given RSE"""
62
- info_rse(Arguments({"rse": rse_name, "csv": csv}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
62
+ info_rse(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "csv": csv}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
63
63
 
64
64
 
65
65
  @rse.command("add")
@@ -68,7 +68,7 @@ def show(ctx, rse_name, csv):
68
68
  @click.pass_context
69
69
  def add_(ctx, rse_name, non_deterministic):
70
70
  """Add a new RSE"""
71
- args = Arguments({"rse": rse_name, "non_deterministic": non_deterministic})
71
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "non_deterministic": non_deterministic})
72
72
  add_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
73
73
 
74
74
 
@@ -77,7 +77,7 @@ def add_(ctx, rse_name, non_deterministic):
77
77
  @click.pass_context
78
78
  def remove(ctx, rse_name):
79
79
  """Permanently disable an RSE. CAUTION: all information about the RSE might be lost!"""
80
- disable_rse(Arguments({"rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
80
+ disable_rse(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
81
81
 
82
82
 
83
83
  @rse.command("update")
@@ -93,7 +93,7 @@ def update(ctx, rse_name, key, value):
93
93
  Example:
94
94
  $ rucio rse update my-rse --option availability_write True
95
95
  """
96
- args = Arguments({"rse": rse_name, "param": key, "value": value})
96
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "param": key, "value": value})
97
97
  update_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
98
98
 
99
99
 
@@ -109,7 +109,7 @@ def distance():
109
109
  @click.pass_context
110
110
  def distance_show(ctx, source_rse, destination_rse):
111
111
  """Display distance information from SOURCE-RSE to DESTINATION-RSE"""
112
- get_distance_rses(Arguments({"source": source_rse, "destination": destination_rse}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
112
+ get_distance_rses(Arguments({"no_pager": ctx.obj.no_pager, "source": source_rse, "destination": destination_rse}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
113
113
 
114
114
 
115
115
  @distance.command("add")
@@ -119,7 +119,7 @@ def distance_show(ctx, source_rse, destination_rse):
119
119
  @click.pass_context
120
120
  def distance_add(ctx, source_rse, destination_rse, distance):
121
121
  """Create a new link from SOURCE-RSE to DESTINATION-RSE with a distance"""
122
- args = Arguments({"source": source_rse, "destination": destination_rse, "distance": distance})
122
+ args = Arguments({"no_pager": ctx.obj.no_pager, "source": source_rse, "destination": destination_rse, "distance": distance})
123
123
  add_distance_rses(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
124
124
 
125
125
 
@@ -129,7 +129,7 @@ def distance_add(ctx, source_rse, destination_rse, distance):
129
129
  @click.pass_context
130
130
  def distance_remove(ctx, source_rse, destination_rse):
131
131
  """Un-link SOURCE-RSE from DESTINATION-RSE by removing the distance between them"""
132
- args = Arguments({"source": source_rse, "destination": destination_rse})
132
+ args = Arguments({"no_pager": ctx.obj.no_pager, "source": source_rse, "destination": destination_rse})
133
133
  delete_distance_rses(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
134
134
 
135
135
 
@@ -140,7 +140,7 @@ def distance_remove(ctx, source_rse, destination_rse):
140
140
  @click.pass_context
141
141
  def distance_update(ctx, source_rse, destination_rse, distance):
142
142
  """Update the existing distance or ranking from SOURCE-RSE to DESTINATION-RSE"""
143
- args = Arguments({"source": source_rse, "destination": destination_rse, "distance": distance})
143
+ args = Arguments({"no_pager": ctx.obj.no_pager, "source": source_rse, "destination": destination_rse, "distance": distance})
144
144
  update_distance_rses(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
145
145
 
146
146
 
@@ -154,7 +154,7 @@ def attribute():
154
154
  @click.pass_context
155
155
  def attr_list_(ctx, rse_name):
156
156
  """List all attributes of a given RSE"""
157
- get_attribute_rse(Arguments({"rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
157
+ get_attribute_rse(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
158
158
 
159
159
 
160
160
  @attribute.command("add")
@@ -169,7 +169,7 @@ def attribute_add_(ctx, rse_name, key, value):
169
169
  Example:
170
170
  $ rucio rse attribute add my-rse --key My-Attribute --value True
171
171
  """
172
- args = Arguments({"rse": rse_name, "key": key, "value": value})
172
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "key": key, "value": value})
173
173
  set_attribute_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
174
174
 
175
175
 
@@ -181,7 +181,7 @@ def attribute_add_(ctx, rse_name, key, value):
181
181
  @click.pass_context
182
182
  def attribute_remove(ctx, rse_name, attribute):
183
183
  """Remove an existing attribute from an RSE"""
184
- args = Arguments({"rse": rse_name, "key": attribute, "value": None})
184
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "key": attribute, "value": None})
185
185
  delete_attribute_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
186
186
 
187
187
 
@@ -201,7 +201,7 @@ def limit_add(ctx, rse_name, limit):
201
201
  Example, add a limit of 1KB to XRD1 named "MinFreeSpace":
202
202
  $ rucio rse limit add XRD1 --limit MinFreeSpace 10000
203
203
  """
204
- args = Arguments({"rse": rse_name, "name": limit[0], "value": limit[1]})
204
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "name": limit[0], "value": limit[1]})
205
205
  set_limit_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
206
206
 
207
207
 
@@ -211,7 +211,7 @@ def limit_add(ctx, rse_name, limit):
211
211
  @click.pass_context
212
212
  def limit_remove(ctx, rse_name, limit):
213
213
  """Remove an existing RSE limit"""
214
- args = Arguments({"rse": rse_name, "name": limit})
214
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "name": limit})
215
215
  delete_limit_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
216
216
 
217
217
 
@@ -257,7 +257,7 @@ def protocol_add(ctx, rse_name, host, scheme, prefix, space_token, web_service_p
257
257
  @click.pass_context
258
258
  def protocol_remove(ctx, rse_name, host_name, scheme, port):
259
259
  """Remove an existing protocol from an RSE"""
260
- args = Arguments({"rse": rse_name, "scheme": scheme, "hostname": host_name, "port": port})
260
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "scheme": scheme, "hostname": host_name, "port": port})
261
261
  del_protocol_rse(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
262
262
 
263
263
 
@@ -273,7 +273,7 @@ def qos():
273
273
  @click.pass_context
274
274
  def qos_add(ctx, rse_name, policy):
275
275
  "Add a new QoS policy"
276
- add_qos_policy(Arguments({"rse": rse_name, "qos_policy": policy}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
276
+ add_qos_policy(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "qos_policy": policy}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
277
277
 
278
278
 
279
279
  @qos.command("remove")
@@ -282,7 +282,7 @@ def qos_add(ctx, rse_name, policy):
282
282
  @click.pass_context
283
283
  def qos_remove(ctx, rse_name, policy):
284
284
  "Remove an existing QoS policy"
285
- delete_qos_policy(Arguments({"rse": rse_name, "qos_policy": policy}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
285
+ delete_qos_policy(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name, "qos_policy": policy}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
286
286
 
287
287
 
288
288
  @qos.command("list")
@@ -290,4 +290,4 @@ def qos_remove(ctx, rse_name, policy):
290
290
  @click.pass_context
291
291
  def qos_list(ctx, rse_name):
292
292
  "List the RSE's QoS policies"
293
- list_qos_policies(Arguments({"rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
293
+ list_qos_policies(Arguments({"no_pager": ctx.obj.no_pager, "rse": rse_name}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -74,7 +74,7 @@ def add_(ctx, dids, copies, rses, weight, asynchronous, lifetime, grouping, lock
74
74
  @click.pass_context
75
75
  def remove(ctx, rule_id_dids, _all, rses, account, purge_replicas):
76
76
  """Remove an existing rule. Supply [rule-id] if know, or use [DID] and --rses to remove all rules for DIDs on RSEs matching the expression"""
77
- args = Arguments({"purge_replicas": purge_replicas, "delete_all": _all, "rule_account": account, "rule_id": rule_id_dids, "rses": rses})
77
+ args = Arguments({"no_pager": ctx.obj.no_pager, "purge_replicas": purge_replicas, "delete_all": _all, "rule_account": account, "rule_id": rule_id_dids, "rses": rses})
78
78
  delete_rule(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
79
79
 
80
80
 
@@ -84,7 +84,7 @@ def remove(ctx, rule_id_dids, _all, rses, account, purge_replicas):
84
84
  @click.pass_context
85
85
  def show(ctx, rule_id, examine):
86
86
  """Retrieve information about a rule"""
87
- info_rule(Arguments({"rule_id": rule_id, "examine": examine}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
87
+ info_rule(Arguments({"no_pager": ctx.obj.no_pager, "rule_id": rule_id, "examine": examine}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
88
88
 
89
89
 
90
90
  @rule.command("history")
@@ -92,7 +92,7 @@ def show(ctx, rule_id, examine):
92
92
  @click.pass_context
93
93
  def history(ctx, did):
94
94
  """Display the history of rules acting on a DID"""
95
- list_rules_history(Arguments({"did": did}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
95
+ list_rules_history(Arguments({"no_pager": ctx.obj.no_pager, "did": did}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
96
96
 
97
97
 
98
98
  @rule.command("move")
@@ -103,7 +103,7 @@ def history(ctx, did):
103
103
  @click.pass_context
104
104
  def move(ctx, rule_id, rses, activity, source_rses):
105
105
  """Create a child rule on a different RSE. The parent rule is deleted once the new rule reaches `OK` status"""
106
- args = Arguments({"rule_id": rule_id, "rse_expression": rses, "source_replica_expression": source_rses, "activity": activity})
106
+ args = Arguments({"no_pager": ctx.obj.no_pager, "rule_id": rule_id, "rse_expression": rses, "source_replica_expression": source_rses, "activity": activity})
107
107
  move_rule(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
108
108
 
109
109
 
@@ -154,5 +154,5 @@ def update(ctx, rule_id, lifetime, locked, source_rses, activity, comment, accou
154
154
  @click.pass_context
155
155
  def list_(ctx, did, rule_id, traverse, csv, file, account, subscription):
156
156
  """List all rules impacting a given DID"""
157
- args = Arguments({"did": did, "rule_id": rule_id, "traverse": traverse, "csv": csv, "file": file, "subscription": (account if account is not None else ctx.obj.client.account, subscription)})
157
+ args = Arguments({"no_pager": ctx.obj.no_pager, "did": did, "rule_id": rule_id, "traverse": traverse, "csv": csv, "file": file, "subscription": (account if account is not None else ctx.obj.client.account, subscription)})
158
158
  list_rules(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -28,7 +28,7 @@ def scope():
28
28
  @click.pass_context
29
29
  def add_(ctx, account, scope_name):
30
30
  """Add a new scope with name [SCOPE-NAME]"""
31
- args = Arguments({"scope": scope_name, "account": account})
31
+ args = Arguments({"no_pager": ctx.obj.no_pager, "scope": scope_name, "account": account})
32
32
  add_scope(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
33
33
 
34
34
 
@@ -37,4 +37,4 @@ def add_(ctx, account, scope_name):
37
37
  @click.pass_context
38
38
  def list_(ctx, account):
39
39
  """List existing scopes"""
40
- list_scopes(Arguments({"account": account}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
40
+ list_scopes(Arguments({"no_pager": ctx.obj.no_pager, "account": account}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
@@ -29,7 +29,7 @@ def subscription():
29
29
  @click.pass_context
30
30
  def list_(ctx, subscription_name, account, long):
31
31
  """Show the attributes of a subscription [SUBSCRIPTION-NAME]"""
32
- args = Arguments({"subs_account": account, "name": subscription_name, "long": long})
32
+ args = Arguments({"no_pager": ctx.obj.no_pager, "subs_account": account, "name": subscription_name, "long": long})
33
33
  list_subscriptions(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
34
34
 
35
35
 
@@ -44,7 +44,7 @@ def list_(ctx, subscription_name, account, long):
44
44
  @click.pass_context
45
45
  def update(ctx, subscription_name, did_filter, rule, comment, lifetime, account, priority):
46
46
  """Update a subscription [SUBSCRIPTION-NAME] to have new properties"""
47
- args = Arguments({"name": subscription_name, "filter": did_filter, "replication_rules": rule, "comments": comment, "lifetime": lifetime, "subs_account": account, "priority": priority})
47
+ args = Arguments({"no_pager": ctx.obj.no_pager, "name": subscription_name, "filter": did_filter, "replication_rules": rule, "comments": comment, "lifetime": lifetime, "subs_account": account, "priority": priority})
48
48
  update_subscription(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
49
49
 
50
50
 
@@ -59,7 +59,7 @@ def update(ctx, subscription_name, did_filter, rule, comment, lifetime, account,
59
59
  @click.pass_context
60
60
  def add_(ctx, subscription_name, did_filter, rule, comment, lifetime, account, priority):
61
61
  """Create a new subscription with the name [SUBSCRIPTION-NAME]"""
62
- args = Arguments({"name": subscription_name, "filter": did_filter, "replication_rules": rule, "comments": comment, "lifetime": lifetime, "subs_account": account, "priority": priority})
62
+ args = Arguments({"no_pager": ctx.obj.no_pager, "name": subscription_name, "filter": did_filter, "replication_rules": rule, "comments": comment, "lifetime": lifetime, "subs_account": account, "priority": priority})
63
63
  add_subscription(args, ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
64
64
 
65
65
 
@@ -70,4 +70,4 @@ def touch(ctx, dids):
70
70
  """Reevaluate list of DIDs against all active subscriptions"""
71
71
  # TODO make reeval accept dids as a list
72
72
  dids = ",".join(dids)
73
- reevaluate_did_for_subscription(Arguments({"dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)
73
+ reevaluate_did_for_subscription(Arguments({"no_pager": ctx.obj.no_pager, "dids": dids}), ctx.obj.client, ctx.obj.logger, ctx.obj.console, ctx.obj.spinner)