cserf
cserf
There are already a few of these issues that are solved by : https://github.com/rucio/rucio/pull/5644 : - Delayed rules - Exclusions in the subscription filter : Can be done using the...
More news on this @davidgcameron . About : `Rules based on filesize, difficult because this is not known when the dataset is created`, it should be addressed by these 2...
For reference : https://datatables.net/forums/discussion/43603/datatables-1-10-15-broke-date-sorting
@tbeerman , what can we do ?
Note : We have to check that a normal user creating a subscription is not able to create rules with an account with higher privileges (e.g. `root`)
Actually, this is the permission for `add_subscription` for `generic` and `atlas` policies: ```python def perm_add_subscription(issuer, kwargs, session=None): """ Checks if an account can add a subscription. :param issuer: Account identifier...
I think it's partially related. The new feature will be able to expose metadata of deleted DIDs like `deleted_at`, but it won't show what actually issued the deletion. In DQ2...
I need to check if #4447 is enough
Just to clarify. There is no **additional code formatting** in the 1st commit. The code was already formatted before (see https://github.com/rucio/rucio/commit/cbb5a31d1ad9dcb82aad65d4a2cbb628b9f7d779). This is just a massive restructuring of the code...
@bari12 Code was rebased