rucio 37.1.0__py3-none-any.whl → 37.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rucio might be problematic. Click here for more details.
- rucio/common/utils.py +17 -10
- rucio/core/did.py +30 -1
- rucio/core/did_meta_plugins/did_column_meta.py +1 -1
- rucio/gateway/credential.py +11 -17
- rucio/gateway/heartbeat.py +15 -19
- rucio/gateway/meta_conventions.py +19 -28
- rucio/gateway/quarantined_replica.py +24 -27
- rucio/gateway/vo.py +32 -37
- rucio/vcsversion.py +3 -3
- rucio/web/rest/flaskapi/v1/common.py +17 -0
- rucio/web/rest/flaskapi/v1/credentials.py +20 -13
- rucio/web/rest/flaskapi/v1/heartbeats.py +3 -3
- rucio/web/rest/flaskapi/v1/meta_conventions.py +3 -3
- rucio/web/rest/flaskapi/v1/replicas.py +2 -2
- rucio/web/rest/flaskapi/v1/vos.py +5 -7
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/METADATA +2 -2
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/RECORD +76 -76
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/WHEEL +1 -1
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/alembic.ini.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/alembic_offline.ini.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/globus-config.yml.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/ldap.cfg.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/rse-accounts.cfg.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/rucio.cfg.atlas.client.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/rucio.cfg.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/rucio_multi_vo.cfg.template +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/requirements.server.txt +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/tools/bootstrap.py +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/tools/merge_rucio_configs.py +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/tools/reset_database.py +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-abacus-account +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-abacus-collection-replica +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-abacus-rse +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-admin +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-atropos +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-auditor +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-automatix +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-bb8 +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-cache-client +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-cache-consumer +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-finisher +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-poller +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-preparer +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-receiver +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-stager +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-submitter +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-conveyor-throttler +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-dark-reaper +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-dumper +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-follower +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-hermes +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-judge-cleaner +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-judge-evaluator +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-judge-injector +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-judge-repairer +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-kronos +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-minos +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-minos-temporary-expiration +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-necromancer +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-oauth-manager +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-reaper +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-replica-recoverer +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-rse-decommissioner +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-storage-consistency-actions +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-transmogrifier +0 -0
- {rucio-37.1.0.data → rucio-37.2.0.data}/scripts/rucio-undertaker +0 -0
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/licenses/AUTHORS.rst +0 -0
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/licenses/LICENSE +0 -0
- {rucio-37.1.0.dist-info → rucio-37.2.0.dist-info}/top_level.txt +0 -0
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
-
from typing import TYPE_CHECKING
|
|
15
|
+
from typing import TYPE_CHECKING, cast
|
|
16
16
|
|
|
17
17
|
from flask import Flask, request
|
|
18
18
|
from werkzeug.datastructures import Headers
|
|
19
19
|
|
|
20
|
-
from rucio.common.constants import RSE_BASE_SUPPORTED_PROTOCOL_OPERATIONS, SUPPORTED_SIGN_URL_SERVICES
|
|
20
|
+
from rucio.common.constants import RSE_BASE_SUPPORTED_PROTOCOL_OPERATIONS, RSE_BASE_SUPPORTED_PROTOCOL_OPERATIONS_LITERAL, SUPPORTED_SIGN_URL_SERVICES, SUPPORTED_SIGN_URL_SERVICES_LITERAL
|
|
21
21
|
from rucio.common.exception import CannotAuthenticate
|
|
22
22
|
from rucio.gateway.credential import get_signed_url
|
|
23
23
|
from rucio.web.rest.flaskapi.authenticated_bp import AuthenticatedBlueprint
|
|
@@ -163,28 +163,35 @@ class SignURL(ErrorHandlingMethodView):
|
|
|
163
163
|
headers = self.get_headers()
|
|
164
164
|
vo = extract_vo(request.headers)
|
|
165
165
|
account = request.headers.get('X-Rucio-Account', default=None)
|
|
166
|
-
appid = request.headers.get('X-Rucio-AppID', default='unknown')
|
|
167
|
-
ip = request.headers.get('X-Forwarded-For', default=request.remote_addr)
|
|
168
166
|
|
|
169
|
-
if
|
|
170
|
-
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "
|
|
167
|
+
if account is None:
|
|
168
|
+
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "account" not found.', headers=headers)
|
|
169
|
+
|
|
171
170
|
rse = request.args.get('rse')
|
|
172
171
|
|
|
172
|
+
if rse is None:
|
|
173
|
+
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "rse" not found', headers=headers)
|
|
174
|
+
|
|
175
|
+
url = request.args.get('url')
|
|
176
|
+
|
|
177
|
+
if url is None:
|
|
178
|
+
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "url" not found', headers=headers)
|
|
179
|
+
|
|
173
180
|
lifetime = request.args.get('lifetime', type=int, default=600)
|
|
174
181
|
service = request.args.get('svc', default='gcs')
|
|
175
182
|
operation = request.args.get('op', default='read')
|
|
176
183
|
|
|
177
|
-
if 'url' not in request.args:
|
|
178
|
-
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "url" not found', headers=headers)
|
|
179
|
-
url = request.args.get('url')
|
|
180
|
-
|
|
181
184
|
if service not in SUPPORTED_SIGN_URL_SERVICES:
|
|
182
|
-
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "svc" must be either empty(
|
|
185
|
+
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "svc" must be either empty (which defaults to "gcs"), "gcs", "s3" or "swift"', headers=headers)
|
|
186
|
+
|
|
187
|
+
service = cast("SUPPORTED_SIGN_URL_SERVICES_LITERAL", service)
|
|
183
188
|
|
|
184
189
|
if operation not in RSE_BASE_SUPPORTED_PROTOCOL_OPERATIONS:
|
|
185
|
-
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "op" must be either empty(
|
|
190
|
+
return generate_http_error_flask(400, ValueError.__name__, 'Parameter "op" must be either empty (which defaults to "read"), "read", "write", or "delete".', headers=headers)
|
|
191
|
+
|
|
192
|
+
operation = cast("RSE_BASE_SUPPORTED_PROTOCOL_OPERATIONS_LITERAL", service)
|
|
186
193
|
|
|
187
|
-
result = get_signed_url(account,
|
|
194
|
+
result = get_signed_url(account, rse=rse, service=service, operation=operation, url=url, lifetime=lifetime, vo=vo)
|
|
188
195
|
|
|
189
196
|
if not result:
|
|
190
197
|
return generate_http_error_flask(401, CannotAuthenticate.__name__, f'Cannot generate signed URL for account {account}', headers=headers)
|
|
@@ -49,7 +49,7 @@ class Heartbeat(ErrorHandlingMethodView):
|
|
|
49
49
|
406:
|
|
50
50
|
description: Not acceptable
|
|
51
51
|
"""
|
|
52
|
-
return Response(json.dumps(list_heartbeats(issuer=request.environ
|
|
52
|
+
return Response(json.dumps(list_heartbeats(issuer=request.environ['issuer'], vo=request.environ['vo']), cls=APIEncoder), content_type='application/json')
|
|
53
53
|
|
|
54
54
|
def post(self):
|
|
55
55
|
"""
|
|
@@ -98,8 +98,8 @@ class Heartbeat(ErrorHandlingMethodView):
|
|
|
98
98
|
pid=param_get(parameters, 'pid'),
|
|
99
99
|
older_than=param_get(parameters, 'older_than', default=None),
|
|
100
100
|
payload=param_get(parameters, 'payload', default=None),
|
|
101
|
-
issuer=request.environ
|
|
102
|
-
vo=request.environ
|
|
101
|
+
issuer=request.environ['issuer'],
|
|
102
|
+
vo=request.environ['vo'],
|
|
103
103
|
)
|
|
104
104
|
except (UnsupportedValueType, UnsupportedKeyType) as error:
|
|
105
105
|
return generate_http_error_flask(400, error)
|
|
@@ -100,8 +100,8 @@ class MetaConventions(ErrorHandlingMethodView):
|
|
|
100
100
|
key_type=param_get(parameters, 'key_type', default=None),
|
|
101
101
|
value_type=param_get(parameters, 'value_type', default=None),
|
|
102
102
|
value_regexp=param_get(parameters, 'value_regexp', default=None),
|
|
103
|
-
issuer=request.environ
|
|
104
|
-
vo=request.environ
|
|
103
|
+
issuer=request.environ['issuer'],
|
|
104
|
+
vo=request.environ['vo'],
|
|
105
105
|
)
|
|
106
106
|
except Duplicate as error:
|
|
107
107
|
return generate_http_error_flask(409, error)
|
|
@@ -193,7 +193,7 @@ class Values(ErrorHandlingMethodView):
|
|
|
193
193
|
value = param_get(parameters, 'value')
|
|
194
194
|
|
|
195
195
|
try:
|
|
196
|
-
add_value(key=key, value=value, issuer=request.environ
|
|
196
|
+
add_value(key=key, value=value, issuer=request.environ['issuer'], vo=request.environ['vo'])
|
|
197
197
|
except Duplicate as error:
|
|
198
198
|
return generate_http_error_flask(409, error)
|
|
199
199
|
except InvalidValueForKey as error:
|
|
@@ -944,8 +944,8 @@ class QuarantineReplicas(ErrorHandlingMethodView):
|
|
|
944
944
|
replicas = param_get(parameters, 'replicas', default=[])
|
|
945
945
|
rse = param_get(parameters, 'rse', default=None)
|
|
946
946
|
rse_id = param_get(parameters, 'rse_id', default=None)
|
|
947
|
-
vo = request.environ
|
|
948
|
-
issuer = request.environ
|
|
947
|
+
vo = request.environ['vo']
|
|
948
|
+
issuer = request.environ['issuer']
|
|
949
949
|
|
|
950
950
|
if replicas:
|
|
951
951
|
try:
|
|
@@ -71,7 +71,7 @@ class VOs(ErrorHandlingMethodView):
|
|
|
71
71
|
for vo in list_vos(issuer=issuer, vo=vo):
|
|
72
72
|
yield render_json(**vo) + '\n'
|
|
73
73
|
|
|
74
|
-
return try_stream(generate(issuer=request.environ
|
|
74
|
+
return try_stream(generate(issuer=request.environ['issuer'], vo=request.environ['vo']))
|
|
75
75
|
except AccessDenied as error:
|
|
76
76
|
return generate_http_error_flask(401, error)
|
|
77
77
|
except UnsupportedOperation as error:
|
|
@@ -118,11 +118,9 @@ class VO(ErrorHandlingMethodView):
|
|
|
118
118
|
kwargs = {'description': None, 'email': None}
|
|
119
119
|
for keyword in kwargs.keys():
|
|
120
120
|
kwargs[keyword] = param_get(parameters, keyword, default=kwargs[keyword])
|
|
121
|
-
kwargs['issuer'] = request.environ.get('issuer')
|
|
122
|
-
kwargs['vo'] = request.environ.get('vo')
|
|
123
121
|
|
|
124
122
|
try:
|
|
125
|
-
add_vo(new_vo=vo, **kwargs)
|
|
123
|
+
add_vo(new_vo=vo, issuer=request.environ['issuer'], vo=request.environ['vo'], **kwargs)
|
|
126
124
|
except AccessDenied as error:
|
|
127
125
|
return generate_http_error_flask(401, error)
|
|
128
126
|
except (UnsupportedOperation, Duplicate) as error:
|
|
@@ -167,7 +165,7 @@ class VO(ErrorHandlingMethodView):
|
|
|
167
165
|
"""
|
|
168
166
|
parameters = json_parameters()
|
|
169
167
|
try:
|
|
170
|
-
update_vo(updated_vo=vo, parameters=parameters, issuer=request.environ
|
|
168
|
+
update_vo(updated_vo=vo, parameters=parameters, issuer=request.environ['issuer'], vo=request.environ['vo'])
|
|
171
169
|
except AccessDenied as error:
|
|
172
170
|
return generate_http_error_flask(401, error)
|
|
173
171
|
except VONotFound as error:
|
|
@@ -244,8 +242,8 @@ class RecoverVO(ErrorHandlingMethodView):
|
|
|
244
242
|
email=email,
|
|
245
243
|
password=password,
|
|
246
244
|
default=default,
|
|
247
|
-
issuer=request.environ
|
|
248
|
-
vo=request.environ
|
|
245
|
+
issuer=request.environ['issuer'],
|
|
246
|
+
vo=request.environ['vo'],
|
|
249
247
|
)
|
|
250
248
|
except AccessDenied as error:
|
|
251
249
|
return generate_http_error_flask(401, error)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rucio
|
|
3
|
-
Version: 37.
|
|
3
|
+
Version: 37.2.0
|
|
4
4
|
Summary: Rucio Package
|
|
5
5
|
Home-page: https://rucio.cern.ch/
|
|
6
6
|
Author: Rucio
|
|
@@ -20,13 +20,13 @@ 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
|
|
26
27
|
Requires-Dist: packaging
|
|
27
28
|
Requires-Dist: tabulate
|
|
28
29
|
Requires-Dist: jsonschema
|
|
29
|
-
Requires-Dist: dataclasses
|
|
30
30
|
Requires-Dist: rich
|
|
31
31
|
Requires-Dist: typing_extensions
|
|
32
32
|
Requires-Dist: argcomplete
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
|
|
2
2
|
rucio/alembicrevision.py,sha256=lNSQZYA4U_fsMW8l0dHpiV243XZhioqvVo9ihmpuQBo,690
|
|
3
|
-
rucio/vcsversion.py,sha256=
|
|
3
|
+
rucio/vcsversion.py,sha256=1QLGzI9aecOoeru4NFiVYESuyOrJF78DFMRx9OiQz-w,244
|
|
4
4
|
rucio/version.py,sha256=IwsNb1QQk0D092QQbR2K9wBPF2Akny1RGs-ZZziUohE,1519
|
|
5
5
|
rucio/cli/__init__.py,sha256=GIkHmxgE3xdvWSf-7ZnvVaJmbs7NokaSjbFzsrXOG9o,662
|
|
6
6
|
rucio/cli/account.py,sha256=7YWLfmiplhCjaaHNSYBzd7d_4yYzxUSRrsT0xGcNr2w,9452
|
|
@@ -64,7 +64,7 @@ rucio/common/stomp_utils.py,sha256=3GTiRTJ0roe5OX_wgkVwOJYAIhGgYbhiROHc2M8LQT8,5
|
|
|
64
64
|
rucio/common/stopwatch.py,sha256=_9zxoLjr8A0wUDJsljK4vZNDCI-dIOgpcxXiCNVJcHU,1641
|
|
65
65
|
rucio/common/test_rucio_server.py,sha256=2teFpN5Pthp-zQt1_aErOURDTgOhFP9GKdEr1NMmc4o,5085
|
|
66
66
|
rucio/common/types.py,sha256=THfYyGKy7KUEvkBgAXSkdI2SxZBlsSr6E3sF9OkEms4,11764
|
|
67
|
-
rucio/common/utils.py,sha256=
|
|
67
|
+
rucio/common/utils.py,sha256=nvubI6L2MH5aQy-23NmyHUVkmdeeMLbd-RYMiG85pT4,61854
|
|
68
68
|
rucio/common/dumper/__init__.py,sha256=V7D7KNmqPeVfPrBmfZDV9VfZWBiOMwLaPLtcogf31CI,10930
|
|
69
69
|
rucio/common/dumper/consistency.py,sha256=k1MLD9RAVBR7uBZxjuuQsD8PzbXzOSd6vdWytDweUx4,17962
|
|
70
70
|
rucio/common/dumper/data_models.py,sha256=ckjUy7R9ftmsSCjC1kF0Ccpjq53Eba4EWWlpHzGKI8M,11184
|
|
@@ -79,7 +79,7 @@ rucio/core/account_limit.py,sha256=Tjf5-8D9u_7cBJfG-lhAtTsI62SoMdir-ur4Gdp9acI,1
|
|
|
79
79
|
rucio/core/authentication.py,sha256=Bjd3vcizorMVH73sXFUFQ1FSKd0s55jH9GZ70QL3Y1I,21031
|
|
80
80
|
rucio/core/config.py,sha256=iEfl-64i7HDRO5Do1hQ4ibwCTV5AUlXocWrdWNF-6hw,14197
|
|
81
81
|
rucio/core/credential.py,sha256=64OJ-cpFcDQZyot4y_kEA6rsY4zvMLTmTKDQp9FvM7k,8519
|
|
82
|
-
rucio/core/did.py,sha256=
|
|
82
|
+
rucio/core/did.py,sha256=Jj5kEHAboiEfpYn5p0cP5JWI1u5OV7RjNk6ywttX9nw,116310
|
|
83
83
|
rucio/core/dirac.py,sha256=WdceDXJrFIPcrvsktBSpUrxXsWjMNgrwHtaAkYt9C6c,9785
|
|
84
84
|
rucio/core/distance.py,sha256=jfmbcZUtFWDp3DaOw_o2cZGwlTIywpAtOFUmfBF-_N0,6001
|
|
85
85
|
rucio/core/exporter.py,sha256=4ZODnaVaupBdM2ILEGnQkqBtNbnJ3Ek9mSqJr41DxpA,1875
|
|
@@ -112,7 +112,7 @@ rucio/core/transfer.py,sha256=XAv_BPvkTqMl7teoyh3aj9W7zKmjBODG62-sqGaQGSk,64820
|
|
|
112
112
|
rucio/core/vo.py,sha256=mofxN5QO9ojqg0TXK9QgIm9UqqJV5qlocpEeOJ1_aaA,5915
|
|
113
113
|
rucio/core/volatile_replica.py,sha256=KvYcu6Lv9EOWxG3Y-yTwVUY5Taq6Zl9CHjRQPiFrYBg,5508
|
|
114
114
|
rucio/core/did_meta_plugins/__init__.py,sha256=dBkDWr3PwemYSekYvOZtWVgRHAHBHkC57XlII5Oja-k,11950
|
|
115
|
-
rucio/core/did_meta_plugins/did_column_meta.py,sha256=
|
|
115
|
+
rucio/core/did_meta_plugins/did_column_meta.py,sha256=DEJAnisEKJj0ox1e-DwQ5J2lhRIPP-LvzUpmT8IH05A,17576
|
|
116
116
|
rucio/core/did_meta_plugins/did_meta_plugin_interface.py,sha256=-2qYgyHNpglN1-zgLnewk0tlUFgj90MtkzY3RvOZNQw,4932
|
|
117
117
|
rucio/core/did_meta_plugins/elasticsearch_meta.py,sha256=YHI7felHDHzFoOr-FKxoWRNf7TeewdNQId0HtwmrUFs,15597
|
|
118
118
|
rucio/core/did_meta_plugins/filter_engine.py,sha256=tFRtA1A-T1DNlfffgfZdTJ0LCfukxyisIQy6WgfAi-8,33335
|
|
@@ -331,25 +331,25 @@ rucio/gateway/account.py,sha256=k8byAKjrBGnNj3Dune226eq4Vf0cLxXF9voe-Cen0oU,1070
|
|
|
331
331
|
rucio/gateway/account_limit.py,sha256=jv-94mIFJ6hM1gCIgXL8ondA7Or34XbEneuN7rf2jIA,12458
|
|
332
332
|
rucio/gateway/authentication.py,sha256=TMNNkUq_L_I6FOD0QsFE6Pr9tqvaBwVJ1T_NiLMzpvU,14308
|
|
333
333
|
rucio/gateway/config.py,sha256=xYS2ro5YK_7nFIphLQYKaYCJ2saFx_q72xuwBhmlMHA,9717
|
|
334
|
-
rucio/gateway/credential.py,sha256=
|
|
334
|
+
rucio/gateway/credential.py,sha256=_7mHbpH5Ufv4pZNZiq2vUlGDX9XndmlM-cZoje2uVJ0,2514
|
|
335
335
|
rucio/gateway/did.py,sha256=VMEaUWHCQFOYeRV5WlXEbgg4T-8JbW55LGi-veMnhHs,32947
|
|
336
336
|
rucio/gateway/dirac.py,sha256=p_pcjiG0KLvMrO1viDNcAME8xCl48QTqYJ87mL6etAQ,3513
|
|
337
337
|
rucio/gateway/exporter.py,sha256=O-ARpt4eO4PkoKE0XzzZmLOyfBwxLYS8CDdY2XT-SHU,2217
|
|
338
|
-
rucio/gateway/heartbeat.py,sha256=
|
|
338
|
+
rucio/gateway/heartbeat.py,sha256=21UseNq472iDqVbknQmm-i3X45BPtRwI-TN7rVXEjLU,2944
|
|
339
339
|
rucio/gateway/identity.py,sha256=fXJVH6FEZZ7Wf6dYJ8yYFkFYLR0tUXBSTP1OSjxl2T0,7316
|
|
340
340
|
rucio/gateway/importer.py,sha256=YTqwUI_FqXtIuL8bVGfjl7Zw3exx4gMBCAXS02gfPQA,1841
|
|
341
341
|
rucio/gateway/lifetime_exception.py,sha256=j8PqIuj0B0DcXC_nBctJPj0b6EbDLZyCk-FX7WkPb70,4220
|
|
342
342
|
rucio/gateway/lock.py,sha256=l99ZjjWTfYFLi0LLsz2Lx_Wait-6GhCoorV1nsAoACA,4991
|
|
343
|
-
rucio/gateway/meta_conventions.py,sha256=
|
|
343
|
+
rucio/gateway/meta_conventions.py,sha256=538QdLNRjr98IXbrm3nf18GLbTiNdmf2KggAOW0jAlU,3691
|
|
344
344
|
rucio/gateway/permission.py,sha256=kccPOcwB2eYlj1fNah-wFlfWihCq2GqS1I8jiCK1OIc,2855
|
|
345
|
-
rucio/gateway/quarantined_replica.py,sha256=
|
|
345
|
+
rucio/gateway/quarantined_replica.py,sha256=bLoB27Xf7-1XnJmvmIvmJbBgaWrVDUCW7zqX64nkETI,2778
|
|
346
346
|
rucio/gateway/replica.py,sha256=GiXDI4HIg4kAs3L8obAhL21rTt5-FRJ9kjUbT9N0_e8,23129
|
|
347
347
|
rucio/gateway/request.py,sha256=IIWI4vORDb9RPN4qrzMDwUhW53VWd85mXQ41XpX962k,12431
|
|
348
348
|
rucio/gateway/rse.py,sha256=vQUYY6e0wrj7-XhGf0b2WLrRWICSI-20MhoHgwsGgfw,24725
|
|
349
349
|
rucio/gateway/rule.py,sha256=_zaPTGlOLU7BEUNN_w3XwXG7HQn9loiigqcw6lKKDco,18074
|
|
350
350
|
rucio/gateway/scope.py,sha256=kQLwtHkE1aSTiIpNSMmNdtzOGBtVeMaiZBx-VIcfqCU,3279
|
|
351
351
|
rucio/gateway/subscription.py,sha256=1jueM5p4gIYeTCCbXrrCDz_FKgKAOuCSR9BNZt_N6Sg,10838
|
|
352
|
-
rucio/gateway/vo.py,sha256=
|
|
352
|
+
rucio/gateway/vo.py,sha256=YJTOx_7o2PMkw0hPuMEYwR-b3uhm872wVJL0EEtQRgo,4939
|
|
353
353
|
rucio/rse/__init__.py,sha256=imxCKNQN59aPqPhMd2yKg7mHBMFL00OkQT1Gqb8tF54,3290
|
|
354
354
|
rucio/rse/rsemanager.py,sha256=4vYikWrwCw6c3z6N2V2DaAioJPVtp_BBL5b8YLuFWDY,41037
|
|
355
355
|
rucio/rse/translation.py,sha256=qfqc4jEB1Rq6yj3xjTz3ivxT5Hg2716M8ldO1BleSDg,9013
|
|
@@ -396,24 +396,24 @@ rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=LuqFEjEJ-o_9N9xEkysymnhjG0Z6m
|
|
|
396
396
|
rucio/web/rest/flaskapi/v1/accounts.py,sha256=FV2Y3dCFyo8mp9_bikmzOq3-IcFPpMCNHyn3-PglVww,38205
|
|
397
397
|
rucio/web/rest/flaskapi/v1/archives.py,sha256=Q9j32sRKAtdxeax5HOEjAyWdX9C5oeNWmdNnIfgFcuE,3534
|
|
398
398
|
rucio/web/rest/flaskapi/v1/auth.py,sha256=oL1TriBaZhvgk0SDqbt3wRFseHQGKnMVT9W24jCBNiY,62639
|
|
399
|
-
rucio/web/rest/flaskapi/v1/common.py,sha256=
|
|
399
|
+
rucio/web/rest/flaskapi/v1/common.py,sha256=GE_3g29IQKhRV2m03M1OJ_IpLHgGOlhIT7Qbd60Gd84,17920
|
|
400
400
|
rucio/web/rest/flaskapi/v1/config.py,sha256=D2FY0lz4u0f7tfnqEvJ3kq7Z9Vp46KlAJ68nPeolYMw,10147
|
|
401
|
-
rucio/web/rest/flaskapi/v1/credentials.py,sha256=
|
|
401
|
+
rucio/web/rest/flaskapi/v1/credentials.py,sha256=C9eMS68t8yCCbdDtVQcNKj1UgvN4YOnMLyiOqCt-I6w,8097
|
|
402
402
|
rucio/web/rest/flaskapi/v1/dids.py,sha256=Ofmcf4gSXUj0OwpKcOyMxYLIWeLyXTAlBb73yYJQcPU,81484
|
|
403
403
|
rucio/web/rest/flaskapi/v1/dirac.py,sha256=jTFotoHqnDCs__XT0gns5YKhrqaazV1qf-8W4RZfYN4,4710
|
|
404
404
|
rucio/web/rest/flaskapi/v1/export.py,sha256=Kjh8qIODIzgjz-6jiC2aOTRrC2oHR4dTJ0MOabjIiB4,2660
|
|
405
|
-
rucio/web/rest/flaskapi/v1/heartbeats.py,sha256=
|
|
405
|
+
rucio/web/rest/flaskapi/v1/heartbeats.py,sha256=PfOyG2MO7YMkOVFbR1Jqmq56_NwRttDm27g_kPBd8SQ,4608
|
|
406
406
|
rucio/web/rest/flaskapi/v1/identities.py,sha256=LeBFsOmCKEyfDb6t_2p9Rrn0UG6V9q-z3t-H32mAcvE,8814
|
|
407
407
|
rucio/web/rest/flaskapi/v1/import.py,sha256=wqsges6E-n2B5uZJxjqmOyrhfSQhEPD9GmBF9PLQetE,5263
|
|
408
408
|
rucio/web/rest/flaskapi/v1/lifetime_exceptions.py,sha256=ms-5ze74UErRIO5Z2_xd1H_KF7wYGtIDNVVeft7OqCk,12013
|
|
409
409
|
rucio/web/rest/flaskapi/v1/locks.py,sha256=0rXKZV0Kabhf1Q35HDnhqzHfzHI0JTXavqKLYATGAW8,12994
|
|
410
410
|
rucio/web/rest/flaskapi/v1/main.py,sha256=tXOBicArjXcdmYXFIlMuMqtbrcK1C2r22cwtSu1mJmo,2860
|
|
411
|
-
rucio/web/rest/flaskapi/v1/meta_conventions.py,sha256=
|
|
411
|
+
rucio/web/rest/flaskapi/v1/meta_conventions.py,sha256=iYELtdSh2hgAu0FLv6nhOV8EKHOa4KBaaJvFSgBQOg4,7773
|
|
412
412
|
rucio/web/rest/flaskapi/v1/metrics.py,sha256=-tCHboUu_5hI87G_pZswhpY6koTwu6WudgW4RixOnIg,1250
|
|
413
413
|
rucio/web/rest/flaskapi/v1/nongrid_traces.py,sha256=qJdu9ZjGg1aLHxQUSjMi5TJV_dN1g4BCtTA4Wet1gcY,3130
|
|
414
414
|
rucio/web/rest/flaskapi/v1/ping.py,sha256=m3ahSzver84xECWnteEWIVuH8WSNZAs_QRZ8gY_UVZA,3095
|
|
415
415
|
rucio/web/rest/flaskapi/v1/redirect.py,sha256=5LBpKZ6jU87FU2lgLv9qrnhWA0XmIVMO4BmNweEErf4,13571
|
|
416
|
-
rucio/web/rest/flaskapi/v1/replicas.py,sha256=
|
|
416
|
+
rucio/web/rest/flaskapi/v1/replicas.py,sha256=5OJvS-wgTvg7u9jHVp-FUKqzdCgqayOSUYNzndH-hTc,72765
|
|
417
417
|
rucio/web/rest/flaskapi/v1/requests.py,sha256=GK1PdEmA2ceztrI_RPv0XXa5Xh5URSS44EDHNojKADY,41942
|
|
418
418
|
rucio/web/rest/flaskapi/v1/rses.py,sha256=SAu1OuAupHusw-MRAavURZZv8X6geTg4NbQmWinpgBI,82234
|
|
419
419
|
rucio/web/rest/flaskapi/v1/rules.py,sha256=GtS_bi5RLsWrKWwMupyFywRiRXxTJTGp6gWa8O0KRmY,32197
|
|
@@ -421,67 +421,67 @@ rucio/web/rest/flaskapi/v1/scopes.py,sha256=og11d0hDr76TxPK67RLxK125a3qW8rdqrrL_
|
|
|
421
421
|
rucio/web/rest/flaskapi/v1/subscriptions.py,sha256=uAJz5NOZpWAqlPoaaShZqtm-xXkvizvzVZN1mp4lqv8,24678
|
|
422
422
|
rucio/web/rest/flaskapi/v1/traces.py,sha256=vn8B9xqkPP60ep5QcfWhKoDu2IAFC3kOaeHaO3bYFrk,4602
|
|
423
423
|
rucio/web/rest/flaskapi/v1/types.py,sha256=kY-nml_En9zwkKu9TEYwEZGaF2NJ09gN2IUY7h9rp68,799
|
|
424
|
-
rucio/web/rest/flaskapi/v1/vos.py,sha256=
|
|
424
|
+
rucio/web/rest/flaskapi/v1/vos.py,sha256=V1ymoOSL8Atom2j2dGDrQitW6cRZgW-IzLrj1_42LZs,9088
|
|
425
425
|
rucio/web/rest/flaskapi/v1/templates/auth_crash.html,sha256=enhyVliQHlblgCEHvBzAlLxymFySlc42tk87vfWdBo0,2254
|
|
426
426
|
rucio/web/rest/flaskapi/v1/templates/auth_granted.html,sha256=SDsrTCQhwklLu3mDtSTUATnK16QG1T-eWDTDjmv8bn4,2139
|
|
427
|
-
rucio-37.
|
|
428
|
-
rucio-37.
|
|
429
|
-
rucio-37.
|
|
430
|
-
rucio-37.
|
|
431
|
-
rucio-37.
|
|
432
|
-
rucio-37.
|
|
433
|
-
rucio-37.
|
|
434
|
-
rucio-37.
|
|
435
|
-
rucio-37.
|
|
436
|
-
rucio-37.
|
|
437
|
-
rucio-37.
|
|
438
|
-
rucio-37.
|
|
439
|
-
rucio-37.
|
|
440
|
-
rucio-37.
|
|
441
|
-
rucio-37.
|
|
442
|
-
rucio-37.
|
|
443
|
-
rucio-37.
|
|
444
|
-
rucio-37.
|
|
445
|
-
rucio-37.
|
|
446
|
-
rucio-37.
|
|
447
|
-
rucio-37.
|
|
448
|
-
rucio-37.
|
|
449
|
-
rucio-37.
|
|
450
|
-
rucio-37.
|
|
451
|
-
rucio-37.
|
|
452
|
-
rucio-37.
|
|
453
|
-
rucio-37.
|
|
454
|
-
rucio-37.
|
|
455
|
-
rucio-37.
|
|
456
|
-
rucio-37.
|
|
457
|
-
rucio-37.
|
|
458
|
-
rucio-37.
|
|
459
|
-
rucio-37.
|
|
460
|
-
rucio-37.
|
|
461
|
-
rucio-37.
|
|
462
|
-
rucio-37.
|
|
463
|
-
rucio-37.
|
|
464
|
-
rucio-37.
|
|
465
|
-
rucio-37.
|
|
466
|
-
rucio-37.
|
|
467
|
-
rucio-37.
|
|
468
|
-
rucio-37.
|
|
469
|
-
rucio-37.
|
|
470
|
-
rucio-37.
|
|
471
|
-
rucio-37.
|
|
472
|
-
rucio-37.
|
|
473
|
-
rucio-37.
|
|
474
|
-
rucio-37.
|
|
475
|
-
rucio-37.
|
|
476
|
-
rucio-37.
|
|
477
|
-
rucio-37.
|
|
478
|
-
rucio-37.
|
|
479
|
-
rucio-37.
|
|
480
|
-
rucio-37.
|
|
481
|
-
rucio-37.
|
|
482
|
-
rucio-37.
|
|
483
|
-
rucio-37.
|
|
484
|
-
rucio-37.
|
|
485
|
-
rucio-37.
|
|
486
|
-
rucio-37.
|
|
487
|
-
rucio-37.
|
|
427
|
+
rucio-37.2.0.data/data/rucio/requirements.server.txt,sha256=OLvhbLbJ_9J93IJg1_9D2jyRFteFXwd0j2qOLp7PMm0,5961
|
|
428
|
+
rucio-37.2.0.data/data/rucio/etc/alembic.ini.template,sha256=3eFdZvlBhtyYQcRCWGoehy4xfHe0xXqUCnxC91Neg9k,1772
|
|
429
|
+
rucio-37.2.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=Zg39kR-_rmxU7X9BP5x68ccSx1UNMEOzOy2JC0D4O8c,1930
|
|
430
|
+
rucio-37.2.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
|
|
431
|
+
rucio-37.2.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
|
|
432
|
+
rucio-37.2.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
|
|
433
|
+
rucio-37.2.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
|
|
434
|
+
rucio-37.2.0.data/data/rucio/etc/rucio.cfg.template,sha256=iqtbivJDlngApmuJDiOLDQPRlxDRfljpLmiT_tzlUrM,8081
|
|
435
|
+
rucio-37.2.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=NbvzcC9EZm0HpmjIC60KMPwOHHn9ScM5Twb4c6MoOHc,6992
|
|
436
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
|
|
437
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
|
|
438
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
|
|
439
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
|
|
440
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
|
|
441
|
+
rucio-37.2.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
|
|
442
|
+
rucio-37.2.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
|
|
443
|
+
rucio-37.2.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
|
|
444
|
+
rucio-37.2.0.data/data/rucio/tools/reset_database.py,sha256=ctvzWtRCQT69GNvmjDxtuSq8XM0B7VTdC0y-ALnHQsI,1351
|
|
445
|
+
rucio-37.2.0.data/scripts/rucio,sha256=xQRL_0mwut48KxOgWZexsSx9jfnaZHqSTAo7OnCHAgA,5081
|
|
446
|
+
rucio-37.2.0.data/scripts/rucio-abacus-account,sha256=C4ThueuI3gM3IVY9h1-T6xzkxFKMLmg2XTgSY7u7HXk,2806
|
|
447
|
+
rucio-37.2.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
|
|
448
|
+
rucio-37.2.0.data/scripts/rucio-abacus-rse,sha256=3ws35qgLNh6FePNJMbPB2GDMvXw6rHGuxh5t8qVByNs,2553
|
|
449
|
+
rucio-37.2.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
|
|
450
|
+
rucio-37.2.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
|
|
451
|
+
rucio-37.2.0.data/scripts/rucio-auditor,sha256=SXjgj5V9utNNhFYDO7pa7hejpJORZVPPQkhxguUWNyk,6114
|
|
452
|
+
rucio-37.2.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
|
|
453
|
+
rucio-37.2.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
|
|
454
|
+
rucio-37.2.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
|
|
455
|
+
rucio-37.2.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
|
|
456
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
|
|
457
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
|
|
458
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
|
|
459
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
|
|
460
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
|
|
461
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
|
|
462
|
+
rucio-37.2.0.data/scripts/rucio-conveyor-throttler,sha256=HS0vqTtMlrwUlsVM8a6aSHu0Kh4qkj52A3rqYuBy7bg,3845
|
|
463
|
+
rucio-37.2.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
|
|
464
|
+
rucio-37.2.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
|
|
465
|
+
rucio-37.2.0.data/scripts/rucio-follower,sha256=sXVEogQcoH0IxLy5qO-cjly-aVPCJ7uVcVsZtfyd2Pk,1400
|
|
466
|
+
rucio-37.2.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
|
|
467
|
+
rucio-37.2.0.data/scripts/rucio-judge-cleaner,sha256=AKF8Jz67xRjiInuex003AXxTnOwTN2DQN38RS9jkrLY,4635
|
|
468
|
+
rucio-37.2.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
|
|
469
|
+
rucio-37.2.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
|
|
470
|
+
rucio-37.2.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
|
|
471
|
+
rucio-37.2.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
|
|
472
|
+
rucio-37.2.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
|
|
473
|
+
rucio-37.2.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
|
|
474
|
+
rucio-37.2.0.data/scripts/rucio-necromancer,sha256=axQkxvue4PyLv5zQLyEtarTA1JgQIDJYDdLqEc7I4Ww,5612
|
|
475
|
+
rucio-37.2.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
|
|
476
|
+
rucio-37.2.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
|
|
477
|
+
rucio-37.2.0.data/scripts/rucio-replica-recoverer,sha256=_LoVZbOxENNsmOSTOYW0g1fXYl19j8o5F6zmgDzIzmE,19002
|
|
478
|
+
rucio-37.2.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
|
|
479
|
+
rucio-37.2.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
|
|
480
|
+
rucio-37.2.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
|
|
481
|
+
rucio-37.2.0.data/scripts/rucio-undertaker,sha256=HQ-irdSrsftrsS8NdVjGhxYlFE4hDVo9bh32jTwNCCc,2706
|
|
482
|
+
rucio-37.2.0.dist-info/licenses/AUTHORS.rst,sha256=c4MEJjLcFZ5euNtPA7jGFL26javbFKpWTvxBoIs_l6w,4726
|
|
483
|
+
rucio-37.2.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
484
|
+
rucio-37.2.0.dist-info/METADATA,sha256=615-lyRwy7NEbOLxsQYCMRk407UKU0I3itfp9RqBP1E,2957
|
|
485
|
+
rucio-37.2.0.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
|
486
|
+
rucio-37.2.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
|
|
487
|
+
rucio-37.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl
RENAMED
|
File without changes
|
{rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl
RENAMED
|
File without changes
|
{rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl
RENAMED
|
File without changes
|
{rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl
RENAMED
|
File without changes
|
|
File without changes
|
{rucio-37.1.0.data → rucio-37.2.0.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|