cserf

Results 27 issues of cserf

### Description get_metadata_bulk does only look at JSON metadata. It should use ALL ### Steps to reproduce 1. Just call `get_metadata_bulk ` ### Rucio Version _No response_ ### Additional Information...

bug
Metadata

A wrong SQL query can be generated if one condition value for filtering is an empty list (e.g. `AND ( ) AND` in the query generated below) : ```sql SELECT...

Closes #7382 BEGINRELEASENOTES *Resources NEW : Introduce a first implementation of metadata methods into RucioFileCatalogClient ENDRELEASENOTES

alsoTargeting:integration

Currently `RucioFileCatalogClient` only contains replicas methods. Metadata methods similar to the ones from DFC need to be implemented

### Description Currently `kronos` update `accessed_at` but not `access_cnt` : https://github.com/rucio/rucio/blob/master/lib/rucio/core/replica.py#L2428 Would be good to update this value too ### Motivation _No response_ ### Change _No response_

enhancement
Monitoring & Traces
good first issue

### Description There's a change in the FTS REST API starting with 3.13 : https://fts3-docs.web.cern.ch/fts3-docs/docs/rest-api/api_deprecations.html The current code still uses `spacetoken` and would need to be modified ### Motivation _No...

enhancement
patch
Transfers

### Description The following patch : https://github.com/rucio/rucio/commit/996493d6ab0b89ef3f62e4a7f21d4c4d7ad43e8f breaks the deletion on cloud storage. The signed URL that is created is only valid for the deletion. If it's used to check...

bug
Protocols