Martin Barisits

Results 23 issues of Martin Barisits

Motivation ---------- Right now Rucio-clients only use one, usually powerful, token for all interactions (To authenticate to Rucio and to storage). This is however not matching with the general idea...

feature
Authentication & Authorisation

Motivation ---------- With SQLAlchemy 2.0 the current [sqlalchemy.orm.Session](https://docs.sqlalchemy.org/en/20/orm/session_api.html#sqlalchemy.orm.Session) query syntax will become legacy and the new core query syntax should be used [sqlalchemy.sql.expression.select](https://docs.sqlalchemy.org/en/20/core/selectable.html#sqlalchemy.sql.expression.Select). This is already available in version 1.4....

feature
Overview
Database

### Description Since several releases we are migrating existing (oracle) function-based indices to normale indices. This ticket is about migrating the remaining three. - CONTENTS_RULE_EVAL_FB_IDX - TMP_DIDS_EXPIRED_AT_IDX - SCOPES_SCOPE_UQ

feature
Database

Motivation ---------- This should be done in several steps - [ ] Should try with one daemon first Within `lib/rucio/daemons` the internal daemon names can stay. Modification ------------ Table of...

feature
Release management
Overview

### Description The account usage counters sometimes seem to get out of sync. This is easiest identifiable by them having a negative value, which should simply be impossible, We need...

bug
Core & Internals

Motivation ---------- Currently the difference between the `lfn2pfn` (Deterministic) and `surl` (Non-deterministic) algorithms is very hard to understand. The naming comes mostly for historic reasons, but it is hard to...

feature
Core & Internals
Documentation

**Is your feature request related to a problem? Please describe.** When an event gets cancelled via the Cancelled label, everything displays correctly on the indico event page. However, for synced...

enhancement

Motivation ---------- - [x] Need to explain communities how to build these packages - [x] #5138 Current upstream policies ---------- (Checked ones can be removed) - [ ] ATLAS -...

feature
Overview
Policies

### Description Tests are currently broken on the branch, needs fixing. ### Steps to reproduce Check GH actions for `release-32-LTS` branch ### Rucio Version _No response_ ### Additional Information _No...

bug
Testing

### Description Standardize the cli client commands - Create a Client 2.0 - Possible commands will follow the database structure more closely - Each command will have a common set...

feature
Clients