rucio 37.0.0rc4__py3-none-any.whl → 37.1.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/cli/account.py +14 -14
- rucio/cli/command.py +9 -9
- rucio/cli/config.py +3 -3
- rucio/cli/did.py +13 -13
- rucio/cli/lifetime_exception.py +1 -1
- rucio/cli/replica.py +3 -3
- rucio/cli/rse.py +18 -18
- rucio/cli/rule.py +5 -5
- rucio/cli/scope.py +2 -2
- rucio/cli/subscription.py +4 -4
- rucio/client/baseclient.py +0 -3
- rucio/client/lifetimeclient.py +46 -13
- rucio/common/config.py +0 -26
- rucio/common/utils.py +14 -17
- rucio/core/account_limit.py +56 -79
- rucio/core/did_meta_plugins/filter_engine.py +1 -3
- rucio/core/rse_selector.py +3 -3
- rucio/core/rule_grouping.py +0 -1
- rucio/gateway/account_limit.py +40 -76
- rucio/transfertool/fts3.py +1 -1
- rucio/vcsversion.py +4 -4
- rucio/web/rest/flaskapi/v1/accounts.py +3 -9
- rucio/web/rest/flaskapi/v1/auth.py +3 -3
- rucio/web/rest/flaskapi/v1/common.py +10 -4
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-replica-recoverer +1 -1
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/METADATA +1 -1
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/RECORD +85 -85
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/alembic.ini.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/alembic_offline.ini.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/globus-config.yml.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/ldap.cfg.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/rse-accounts.cfg.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/rucio.cfg.atlas.client.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/rucio.cfg.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/rucio_multi_vo.cfg.template +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/requirements.server.txt +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/tools/bootstrap.py +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/tools/merge_rucio_configs.py +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/tools/reset_database.py +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-abacus-account +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-abacus-collection-replica +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-abacus-rse +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-admin +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-atropos +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-auditor +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-automatix +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-bb8 +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-cache-client +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-cache-consumer +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-finisher +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-poller +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-preparer +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-receiver +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-stager +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-submitter +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-conveyor-throttler +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-dark-reaper +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-dumper +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-follower +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-hermes +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-judge-cleaner +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-judge-evaluator +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-judge-injector +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-judge-repairer +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-kronos +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-minos +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-minos-temporary-expiration +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-necromancer +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-oauth-manager +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-reaper +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-rse-decommissioner +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-storage-consistency-actions +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-transmogrifier +0 -0
- {rucio-37.0.0rc4.data → rucio-37.1.0.data}/scripts/rucio-undertaker +0 -0
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/WHEEL +0 -0
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/licenses/AUTHORS.rst +0 -0
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/licenses/LICENSE +0 -0
- {rucio-37.0.0rc4.dist-info → rucio-37.1.0.dist-info}/top_level.txt +0 -0
|
@@ -210,14 +210,20 @@ def parse_scope_name(scope_name: str, vo: Optional[str]) -> tuple[str, ...]:
|
|
|
210
210
|
:raises ValueError: when scope_name could not be parsed.
|
|
211
211
|
:returns: a (scope, name) tuple.
|
|
212
212
|
"""
|
|
213
|
+
|
|
213
214
|
if not vo:
|
|
214
215
|
vo = 'def'
|
|
215
216
|
|
|
216
|
-
#
|
|
217
|
-
|
|
217
|
+
# The ':' in did is replaced by '/', also an '/' is added. Why?
|
|
218
|
+
pattern = get_schema_value('SCOPE_NAME_REGEXP', vo)
|
|
219
|
+
text = '/' + scope_name
|
|
220
|
+
|
|
221
|
+
scope_regex = re.match(pattern, text)
|
|
218
222
|
if scope_regex is None:
|
|
219
|
-
raise ValueError(
|
|
220
|
-
|
|
223
|
+
raise ValueError(f"Could not parse '{text}' ({scope_name=}) with pattern '{pattern}' into scope and name.")
|
|
224
|
+
|
|
225
|
+
scope, name = scope_regex.group(1, 2)
|
|
226
|
+
return scope, name
|
|
221
227
|
|
|
222
228
|
|
|
223
229
|
def try_stream(
|
|
@@ -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
|
|
40
|
+
$ sudo docker exec -it dev-rucio-1 /bin/bash
|
|
41
41
|
|
|
42
42
|
Adding the RSEs to rucio DB:
|
|
43
43
|
|
|
@@ -1,19 +1,19 @@
|
|
|
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=EsGNongUObTBlx1iw_IL0O62ePrVqOiCZI9lA0dfr6g,244
|
|
4
4
|
rucio/version.py,sha256=IwsNb1QQk0D092QQbR2K9wBPF2Akny1RGs-ZZziUohE,1519
|
|
5
5
|
rucio/cli/__init__.py,sha256=GIkHmxgE3xdvWSf-7ZnvVaJmbs7NokaSjbFzsrXOG9o,662
|
|
6
|
-
rucio/cli/account.py,sha256=
|
|
7
|
-
rucio/cli/command.py,sha256=
|
|
8
|
-
rucio/cli/config.py,sha256=
|
|
9
|
-
rucio/cli/did.py,sha256=
|
|
6
|
+
rucio/cli/account.py,sha256=7YWLfmiplhCjaaHNSYBzd7d_4yYzxUSRrsT0xGcNr2w,9452
|
|
7
|
+
rucio/cli/command.py,sha256=xU52wQhkyH85htZQyqOCOZOPizoMHY87FG6hNojk59Q,10784
|
|
8
|
+
rucio/cli/config.py,sha256=L7vhzAyUVKZBWKKDvrLl7zCei8O6kDyzX_x_-p-vk9M,2706
|
|
9
|
+
rucio/cli/did.py,sha256=qyTRXUHZ-h4xV01kZcRpPh_ekBOdNgMOmchJfifgCe4,9160
|
|
10
10
|
rucio/cli/download.py,sha256=nltAf8nm8P6nrfIu0CUveY4YM6oL5nSR3w6yS4qBbw0,6248
|
|
11
|
-
rucio/cli/lifetime_exception.py,sha256=
|
|
12
|
-
rucio/cli/replica.py,sha256=
|
|
13
|
-
rucio/cli/rse.py,sha256=
|
|
14
|
-
rucio/cli/rule.py,sha256=
|
|
15
|
-
rucio/cli/scope.py,sha256=
|
|
16
|
-
rucio/cli/subscription.py,sha256=
|
|
11
|
+
rucio/cli/lifetime_exception.py,sha256=joi9HdaiYP_g3115IR_ImX7oFlEg1xbSaK-IzmoIVcY,1498
|
|
12
|
+
rucio/cli/replica.py,sha256=ZRvLONlD0enuuDLgDm5iAia-HEaOg8PDepJPImEu9fo,8169
|
|
13
|
+
rucio/cli/rse.py,sha256=rb4Cdo5Ywb4qbwXe0y7g8ctgZq03Mn9JgddkhdDgDHI,11619
|
|
14
|
+
rucio/cli/rule.py,sha256=_6N6kBHqZOW6RIhptyoaQRfqYSIZwSYhEi2NhnOYIg0,8840
|
|
15
|
+
rucio/cli/scope.py,sha256=0AuXGSQWYOas1EgkFq6KCuwqh_fuMzUgnp_jqQ_Y2t0,1574
|
|
16
|
+
rucio/cli/subscription.py,sha256=fWUrdP1TIrrWXmmWODTHh4fCmIW-LFLNrv3OYJXUAYM,4269
|
|
17
17
|
rucio/cli/upload.py,sha256=29gJGfb7jsiA6-UwPCSg1kGZu-OJ-bdxUZr27S2mJEM,3237
|
|
18
18
|
rucio/cli/utils.py,sha256=uICXhVjsmnRpwvgY7FLxTvyC_88BgH5I_v7iutix4eI,9739
|
|
19
19
|
rucio/cli/bin_legacy/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
@@ -22,7 +22,7 @@ rucio/cli/bin_legacy/rucio_admin.py,sha256=Lw_fYlTUG-5fcTRpgcdHxDN63jyaTjZRbx8Da
|
|
|
22
22
|
rucio/client/__init__.py,sha256=0-jkSlrJf-eqbN4swA5a07eaWd6_6JXPQPLXMs4A3iI,660
|
|
23
23
|
rucio/client/accountclient.py,sha256=VqCtgecQA-kt33On7lm3dmab5LyLSXIvOVH3akTIzvU,17271
|
|
24
24
|
rucio/client/accountlimitclient.py,sha256=RcA9ZjUz3uhpYlBROi9j97_0Fxd9TlmDaWv_3I14s_g,6479
|
|
25
|
-
rucio/client/baseclient.py,sha256=
|
|
25
|
+
rucio/client/baseclient.py,sha256=9g46vdMn4nB69ScKHFVhdg_HOt0pSd3aijDQjpD0dYA,49431
|
|
26
26
|
rucio/client/client.py,sha256=uvGYQ9DZ1QjtfZ9NzN2nflPZOGNG5r4wOER7wSg-90g,4281
|
|
27
27
|
rucio/client/configclient.py,sha256=sCnzWOnGSYWktYud-OUnc8qVaDMiSq9I7N4uuqcTz0Y,4685
|
|
28
28
|
rucio/client/credentialclient.py,sha256=MCnuL966HPJwgxNEnk597SO7xwPEhnAIdEOeH75SOUU,2101
|
|
@@ -32,7 +32,7 @@ rucio/client/downloadclient.py,sha256=PXp_Tp2BxjVQPXltLaPUCs3oS3MZJBGLTRJg3ydFRm
|
|
|
32
32
|
rucio/client/exportclient.py,sha256=DJFJkBPYUmLTgHv6B5DAElIMhkpPl0Sz6OpTNM7WA50,1625
|
|
33
33
|
rucio/client/fileclient.py,sha256=NICwXZdIKIySYMIiiqz9nR8sQTiLjcWdk0RzAQaOD0U,1667
|
|
34
34
|
rucio/client/importclient.py,sha256=YMFZH79svGbl-riRSx4jeNGq7TVPiT57A_rcVT8qAGk,1516
|
|
35
|
-
rucio/client/lifetimeclient.py,sha256=
|
|
35
|
+
rucio/client/lifetimeclient.py,sha256=pS5K02IUsYwvq_ZlkBpJ0qbuPlwAmixqVdi2Ue_PbKY,5869
|
|
36
36
|
rucio/client/lockclient.py,sha256=Fc-BVQV_nAHM8YmxN1UFqHutEl-E8uxnSlsjH7Uxjj4,4276
|
|
37
37
|
rucio/client/metaconventionsclient.py,sha256=1Wwh3y45zhr9X05MYGq5Gph85vIUKvWDJjRYvQpCSLw,5195
|
|
38
38
|
rucio/client/pingclient.py,sha256=rwb02jpKJnEioZ-lQRf04Drp_sRtXC36WsubNKtEvpg,1390
|
|
@@ -50,7 +50,7 @@ rucio/common/bittorrent.py,sha256=cpz-axibeHmO-Nk3-RH5JTvF6PjvmrRY0rOCgRjmaHk,88
|
|
|
50
50
|
rucio/common/cache.py,sha256=8jfk6lB_KfwV_ZQBRngTYLwJ4zpDAg1Q70o5LRGR4AU,3420
|
|
51
51
|
rucio/common/checksum.py,sha256=nSqjY8TdDGohpAzcEM2fjv4FPdOKmKr_3U27HalKkoY,5254
|
|
52
52
|
rucio/common/client.py,sha256=qhkg0JETEQR0abTQ1m0iYE5wOzfEm-s1AABFgbxqlSA,3957
|
|
53
|
-
rucio/common/config.py,sha256=
|
|
53
|
+
rucio/common/config.py,sha256=VXMnocr6iwSgoSXAFl9r4EmPwMKxQ7DetmT1xzgTfkw,23629
|
|
54
54
|
rucio/common/constants.py,sha256=5gLwj_VCDrNegcMrQbt7ozdannSYqP1_gDrEE8YVPmI,7736
|
|
55
55
|
rucio/common/constraints.py,sha256=MrdiAwKyoaZGfspUWX_53XS2790nXMSMg1JYmTO_ciQ,726
|
|
56
56
|
rucio/common/didtype.py,sha256=dYYLIxcOjIHaDBAYSoCpmhZ-O2GTKxIi66jHiXtuVRY,8010
|
|
@@ -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=oPBOcyaEG9Z4AI22rPt87gv5RhxJenAttxq7CLdU0FU,61531
|
|
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
|
|
@@ -75,7 +75,7 @@ rucio/common/schema/generic_multi_vo.py,sha256=Owk9JMxycAcayTDnx-9kiXZSRBHC_jPaq
|
|
|
75
75
|
rucio/core/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
76
76
|
rucio/core/account.py,sha256=T0Pg7HxU7TYx2MWRfgsUgHYh6hBOZZa4mKQLu_iqUIc,16401
|
|
77
77
|
rucio/core/account_counter.py,sha256=DjxaZfyXKY4VJ7fQgLywkaB4882PIX27f9FXRv0UdbM,7253
|
|
78
|
-
rucio/core/account_limit.py,sha256=
|
|
78
|
+
rucio/core/account_limit.py,sha256=Tjf5-8D9u_7cBJfG-lhAtTsI62SoMdir-ur4Gdp9acI,16285
|
|
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
|
|
@@ -101,9 +101,9 @@ rucio/core/request.py,sha256=5UOTb40KVMKQlEOYIoob7xkaLmsY7F-4PrK4Gw4V6I4,120385
|
|
|
101
101
|
rucio/core/rse.py,sha256=moRct05xU8362fSrmvSEfJRTpDQWOk7xAPO602gM8ds,70966
|
|
102
102
|
rucio/core/rse_counter.py,sha256=5N3k5X6p-4PkDsNz-8TXnAWeU2oj8ti4epRDLJj3FWM,6093
|
|
103
103
|
rucio/core/rse_expression_parser.py,sha256=txTYmddSOqdFxia_wkLXZMEtw2SoyOWnhOmzbhtdbsk,15511
|
|
104
|
-
rucio/core/rse_selector.py,sha256=
|
|
104
|
+
rucio/core/rse_selector.py,sha256=Of9cWR0JA5Su00zn8_KZwHrtKN9YbkzcfGzsWsLhL3I,14596
|
|
105
105
|
rucio/core/rule.py,sha256=ohJWVfa4LT9urCZ6uDLNfEjNeLIMnSdsXnf1xo3ElfA,208930
|
|
106
|
-
rucio/core/rule_grouping.py,sha256=
|
|
106
|
+
rucio/core/rule_grouping.py,sha256=DMmpEvWiHNnL-Umo98fJTA57Krd96E2nlsOCDHH-rvc,96092
|
|
107
107
|
rucio/core/scope.py,sha256=seNIkdilDVilOvA0IQstLeUBU7DrkDPzxW63rtDmMnI,5910
|
|
108
108
|
rucio/core/subscription.py,sha256=i1zgc2FnceDgrkYzjMFRTTDvWlFssvv_qHgnkJyR_NY,16407
|
|
109
109
|
rucio/core/topology.py,sha256=qErGVrTv4R77G_h8u4bW3lXEw8mL7sZo1KQR5lLW0dw,19282
|
|
@@ -115,7 +115,7 @@ rucio/core/did_meta_plugins/__init__.py,sha256=dBkDWr3PwemYSekYvOZtWVgRHAHBHkC57
|
|
|
115
115
|
rucio/core/did_meta_plugins/did_column_meta.py,sha256=MGGXyGeHt5TbVteYo60SJ_03isyuMUKLF1lgsh1O420,17556
|
|
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
|
-
rucio/core/did_meta_plugins/filter_engine.py,sha256=
|
|
118
|
+
rucio/core/did_meta_plugins/filter_engine.py,sha256=tFRtA1A-T1DNlfffgfZdTJ0LCfukxyisIQy6WgfAi-8,33335
|
|
119
119
|
rucio/core/did_meta_plugins/json_meta.py,sha256=yurzU09OP0eCl3JjoHFbKJ0TK0svDMEXsWFMYbnM7LQ,9918
|
|
120
120
|
rucio/core/did_meta_plugins/mongo_meta.py,sha256=Vg8SAWc-KTMu8D6unHqrAyhuPUUpKNp39pEeOgYJY5g,8535
|
|
121
121
|
rucio/core/did_meta_plugins/postgres_meta.py,sha256=lqP9lcit49zDS1L9oc8MCjkkrMnizxQ6GszPFZQCSbQ,14262
|
|
@@ -328,7 +328,7 @@ rucio/db/sqla/migrate_repo/versions/fe1a65b176c9_set_third_party_copy_read_and_w
|
|
|
328
328
|
rucio/db/sqla/migrate_repo/versions/fe8ea2fa9788_added_third_party_copy_column_to_rse_.py,sha256=27lEJJERe1LwRZoHu3gw-Lsiiu_2W2lYKR_bzNOEitQ,1599
|
|
329
329
|
rucio/gateway/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
330
330
|
rucio/gateway/account.py,sha256=k8byAKjrBGnNj3Dune226eq4Vf0cLxXF9voe-Cen0oU,10706
|
|
331
|
-
rucio/gateway/account_limit.py,sha256=
|
|
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
334
|
rucio/gateway/credential.py,sha256=Io3kV9yozQKsDxye-0ZExBrOFkEfpR_elE8Z17dKGOY,2645
|
|
@@ -378,7 +378,7 @@ rucio/transfertool/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHG
|
|
|
378
378
|
rucio/transfertool/bittorrent.py,sha256=2gPRmopyav8IXAtHcsC5oUcjZtmNQ8prUMKzFcCPUaE,8378
|
|
379
379
|
rucio/transfertool/bittorrent_driver.py,sha256=3Txv9hzjl2ICop_MjVswLteUzPDECS7sqikvNFzMoRs,1694
|
|
380
380
|
rucio/transfertool/bittorrent_driver_qbittorrent.py,sha256=8L4_K8ZdKS-kML8nLuZSzGZ6PMNtYdxjjO1QJD5C0o8,4987
|
|
381
|
-
rucio/transfertool/fts3.py,sha256=
|
|
381
|
+
rucio/transfertool/fts3.py,sha256=hGABoBIwUgh-p8ezLep1T5NT8OgqSBBeuJyMnE6tNaM,78412
|
|
382
382
|
rucio/transfertool/fts3_plugins.py,sha256=ZoSCjpr-Htfv58iSZYlyMSM1kbpaGi5j-asaX78lgHc,5891
|
|
383
383
|
rucio/transfertool/globus.py,sha256=JgkkbgBQdmsloGsaAeGm5B_yUQDNabDiZb1hie6teT8,7716
|
|
384
384
|
rucio/transfertool/globus_library.py,sha256=SA2ryvmxieXjQ8L_UcUFILJ26pySzmNMCkokxbWDcI0,8411
|
|
@@ -393,10 +393,10 @@ rucio/web/rest/flaskapi/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0Y
|
|
|
393
393
|
rucio/web/rest/flaskapi/authenticated_bp.py,sha256=Q5yRLRAfu091GVaeiXKhKd5FNdA8DlClXWDv8562TW8,999
|
|
394
394
|
rucio/web/rest/flaskapi/v1/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
395
395
|
rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=LuqFEjEJ-o_9N9xEkysymnhjG0Z6mSWNKvZ0-AsGg_U,8080
|
|
396
|
-
rucio/web/rest/flaskapi/v1/accounts.py,sha256=
|
|
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
|
-
rucio/web/rest/flaskapi/v1/auth.py,sha256=
|
|
399
|
-
rucio/web/rest/flaskapi/v1/common.py,sha256=
|
|
398
|
+
rucio/web/rest/flaskapi/v1/auth.py,sha256=oL1TriBaZhvgk0SDqbt3wRFseHQGKnMVT9W24jCBNiY,62639
|
|
399
|
+
rucio/web/rest/flaskapi/v1/common.py,sha256=IcGirOAfDwLpyTYnqwQ3Lzde6twjkQV8DzhsSA6Qmjk,17109
|
|
400
400
|
rucio/web/rest/flaskapi/v1/config.py,sha256=D2FY0lz4u0f7tfnqEvJ3kq7Z9Vp46KlAJ68nPeolYMw,10147
|
|
401
401
|
rucio/web/rest/flaskapi/v1/credentials.py,sha256=YAx7IzwhRYkM7TK4ZZGfbelQA5MUi8P-OP25Bwl8GZU,7836
|
|
402
402
|
rucio/web/rest/flaskapi/v1/dids.py,sha256=Ofmcf4gSXUj0OwpKcOyMxYLIWeLyXTAlBb73yYJQcPU,81484
|
|
@@ -424,64 +424,64 @@ rucio/web/rest/flaskapi/v1/types.py,sha256=kY-nml_En9zwkKu9TEYwEZGaF2NJ09gN2IUY7
|
|
|
424
424
|
rucio/web/rest/flaskapi/v1/vos.py,sha256=mJy5hYmXW7SvhoJ9VBHSjVFx0FDANTIMCXCS28zk7P0,9158
|
|
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.0.
|
|
428
|
-
rucio-37.0.
|
|
429
|
-
rucio-37.0.
|
|
430
|
-
rucio-37.0.
|
|
431
|
-
rucio-37.0.
|
|
432
|
-
rucio-37.0.
|
|
433
|
-
rucio-37.0.
|
|
434
|
-
rucio-37.0.
|
|
435
|
-
rucio-37.0.
|
|
436
|
-
rucio-37.0.
|
|
437
|
-
rucio-37.0.
|
|
438
|
-
rucio-37.0.
|
|
439
|
-
rucio-37.0.
|
|
440
|
-
rucio-37.0.
|
|
441
|
-
rucio-37.0.
|
|
442
|
-
rucio-37.0.
|
|
443
|
-
rucio-37.0.
|
|
444
|
-
rucio-37.0.
|
|
445
|
-
rucio-37.0.
|
|
446
|
-
rucio-37.0.
|
|
447
|
-
rucio-37.0.
|
|
448
|
-
rucio-37.0.
|
|
449
|
-
rucio-37.0.
|
|
450
|
-
rucio-37.0.
|
|
451
|
-
rucio-37.0.
|
|
452
|
-
rucio-37.0.
|
|
453
|
-
rucio-37.0.
|
|
454
|
-
rucio-37.0.
|
|
455
|
-
rucio-37.0.
|
|
456
|
-
rucio-37.0.
|
|
457
|
-
rucio-37.0.
|
|
458
|
-
rucio-37.0.
|
|
459
|
-
rucio-37.0.
|
|
460
|
-
rucio-37.0.
|
|
461
|
-
rucio-37.0.
|
|
462
|
-
rucio-37.0.
|
|
463
|
-
rucio-37.0.
|
|
464
|
-
rucio-37.0.
|
|
465
|
-
rucio-37.0.
|
|
466
|
-
rucio-37.0.
|
|
467
|
-
rucio-37.0.
|
|
468
|
-
rucio-37.0.
|
|
469
|
-
rucio-37.0.
|
|
470
|
-
rucio-37.0.
|
|
471
|
-
rucio-37.0.
|
|
472
|
-
rucio-37.0.
|
|
473
|
-
rucio-37.0.
|
|
474
|
-
rucio-37.0.
|
|
475
|
-
rucio-37.0.
|
|
476
|
-
rucio-37.0.
|
|
477
|
-
rucio-37.0.
|
|
478
|
-
rucio-37.0.
|
|
479
|
-
rucio-37.0.
|
|
480
|
-
rucio-37.0.
|
|
481
|
-
rucio-37.0.
|
|
482
|
-
rucio-37.0.
|
|
483
|
-
rucio-37.0.
|
|
484
|
-
rucio-37.0.
|
|
485
|
-
rucio-37.0.
|
|
486
|
-
rucio-37.0.
|
|
487
|
-
rucio-37.0.
|
|
427
|
+
rucio-37.1.0.data/data/rucio/requirements.server.txt,sha256=OLvhbLbJ_9J93IJg1_9D2jyRFteFXwd0j2qOLp7PMm0,5961
|
|
428
|
+
rucio-37.1.0.data/data/rucio/etc/alembic.ini.template,sha256=3eFdZvlBhtyYQcRCWGoehy4xfHe0xXqUCnxC91Neg9k,1772
|
|
429
|
+
rucio-37.1.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=Zg39kR-_rmxU7X9BP5x68ccSx1UNMEOzOy2JC0D4O8c,1930
|
|
430
|
+
rucio-37.1.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
|
|
431
|
+
rucio-37.1.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
|
|
432
|
+
rucio-37.1.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
|
|
433
|
+
rucio-37.1.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
|
|
434
|
+
rucio-37.1.0.data/data/rucio/etc/rucio.cfg.template,sha256=iqtbivJDlngApmuJDiOLDQPRlxDRfljpLmiT_tzlUrM,8081
|
|
435
|
+
rucio-37.1.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=NbvzcC9EZm0HpmjIC60KMPwOHHn9ScM5Twb4c6MoOHc,6992
|
|
436
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
|
|
437
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
|
|
438
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
|
|
439
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
|
|
440
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
|
|
441
|
+
rucio-37.1.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
|
|
442
|
+
rucio-37.1.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
|
|
443
|
+
rucio-37.1.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
|
|
444
|
+
rucio-37.1.0.data/data/rucio/tools/reset_database.py,sha256=ctvzWtRCQT69GNvmjDxtuSq8XM0B7VTdC0y-ALnHQsI,1351
|
|
445
|
+
rucio-37.1.0.data/scripts/rucio,sha256=xQRL_0mwut48KxOgWZexsSx9jfnaZHqSTAo7OnCHAgA,5081
|
|
446
|
+
rucio-37.1.0.data/scripts/rucio-abacus-account,sha256=C4ThueuI3gM3IVY9h1-T6xzkxFKMLmg2XTgSY7u7HXk,2806
|
|
447
|
+
rucio-37.1.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
|
|
448
|
+
rucio-37.1.0.data/scripts/rucio-abacus-rse,sha256=3ws35qgLNh6FePNJMbPB2GDMvXw6rHGuxh5t8qVByNs,2553
|
|
449
|
+
rucio-37.1.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
|
|
450
|
+
rucio-37.1.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
|
|
451
|
+
rucio-37.1.0.data/scripts/rucio-auditor,sha256=SXjgj5V9utNNhFYDO7pa7hejpJORZVPPQkhxguUWNyk,6114
|
|
452
|
+
rucio-37.1.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
|
|
453
|
+
rucio-37.1.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
|
|
454
|
+
rucio-37.1.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
|
|
455
|
+
rucio-37.1.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
|
|
456
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
|
|
457
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
|
|
458
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
|
|
459
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
|
|
460
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
|
|
461
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
|
|
462
|
+
rucio-37.1.0.data/scripts/rucio-conveyor-throttler,sha256=HS0vqTtMlrwUlsVM8a6aSHu0Kh4qkj52A3rqYuBy7bg,3845
|
|
463
|
+
rucio-37.1.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
|
|
464
|
+
rucio-37.1.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
|
|
465
|
+
rucio-37.1.0.data/scripts/rucio-follower,sha256=sXVEogQcoH0IxLy5qO-cjly-aVPCJ7uVcVsZtfyd2Pk,1400
|
|
466
|
+
rucio-37.1.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
|
|
467
|
+
rucio-37.1.0.data/scripts/rucio-judge-cleaner,sha256=AKF8Jz67xRjiInuex003AXxTnOwTN2DQN38RS9jkrLY,4635
|
|
468
|
+
rucio-37.1.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
|
|
469
|
+
rucio-37.1.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
|
|
470
|
+
rucio-37.1.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
|
|
471
|
+
rucio-37.1.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
|
|
472
|
+
rucio-37.1.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
|
|
473
|
+
rucio-37.1.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
|
|
474
|
+
rucio-37.1.0.data/scripts/rucio-necromancer,sha256=axQkxvue4PyLv5zQLyEtarTA1JgQIDJYDdLqEc7I4Ww,5612
|
|
475
|
+
rucio-37.1.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
|
|
476
|
+
rucio-37.1.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
|
|
477
|
+
rucio-37.1.0.data/scripts/rucio-replica-recoverer,sha256=_LoVZbOxENNsmOSTOYW0g1fXYl19j8o5F6zmgDzIzmE,19002
|
|
478
|
+
rucio-37.1.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
|
|
479
|
+
rucio-37.1.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
|
|
480
|
+
rucio-37.1.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
|
|
481
|
+
rucio-37.1.0.data/scripts/rucio-undertaker,sha256=HQ-irdSrsftrsS8NdVjGhxYlFE4hDVo9bh32jTwNCCc,2706
|
|
482
|
+
rucio-37.1.0.dist-info/licenses/AUTHORS.rst,sha256=c4MEJjLcFZ5euNtPA7jGFL26javbFKpWTvxBoIs_l6w,4726
|
|
483
|
+
rucio-37.1.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
484
|
+
rucio-37.1.0.dist-info/METADATA,sha256=DXK2rru1aUWrjd_upslBkegGOfcBlPHZr140cuoPzoQ,2963
|
|
485
|
+
rucio-37.1.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
486
|
+
rucio-37.1.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
|
|
487
|
+
rucio-37.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl
RENAMED
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl
RENAMED
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl
RENAMED
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl
RENAMED
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.0.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl
RENAMED
|
File without changes
|
{rucio-37.0.0rc4.data → rucio-37.1.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
|