Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] Support token transfers in FTS #7440

Open
wants to merge 3 commits into
base: rel-v8r0
Choose a base branch
from

Conversation

chaen
Copy link
Contributor

@chaen chaen commented Feb 6, 2024

Needs
https://gitlab.cern.ch/fts/fts-rest-flask/-/merge_requests/116

Requires an sql update

alter table Files CHANGE `status` `status` enum('New','Submitted','Ready','Active','Finished','Canceled','Staging','Failed','Defunct','Started','Not_used','Archiving', 'Token_prep') DEFAULT 'New'

BEGINRELEASENOTES

*DMS
NEW: experimental token support for FTS transfers

*Framework

NEW: allow to bypass cache when retrieving tokens

ENDRELEASENOTES

@DIRACGridBot DIRACGridBot added the alsoTargeting:integration Cherry pick this PR to integration after merge label Feb 6, 2024
@chaen chaen changed the title [8.0] feat fts3 token submit [8.0] Support token transfers in FTS Feb 7, 2024
@chaen chaen force-pushed the v8.0_FEAT_fts3TokenSubmit branch 3 times, most recently from 0d782ab to f212843 Compare February 12, 2024 13:49
@chaen chaen force-pushed the v8.0_FEAT_fts3TokenSubmit branch 2 times, most recently from 4f656e4 to faf2eb5 Compare March 7, 2024 14:14
@chaen chaen force-pushed the v8.0_FEAT_fts3TokenSubmit branch from faf2eb5 to c6f60da Compare May 16, 2024 14:59
@chaen chaen force-pushed the v8.0_FEAT_fts3TokenSubmit branch from c6f60da to ac24b33 Compare June 25, 2024 08:14
@chaen chaen force-pushed the v8.0_FEAT_fts3TokenSubmit branch from ac24b33 to 3dad8ff Compare June 25, 2024 13:42
@chaen
Copy link
Contributor Author

chaen commented Jun 25, 2024

So, following the workshop, opinion on having that merged in ?

@chaen chaen marked this pull request as ready for review June 25, 2024 14:42
@fstagni
Copy link
Contributor

fstagni commented Jun 25, 2024

This requires an SQL update, so it should be a bit more carefully announced.

@chaen
Copy link
Contributor Author

chaen commented Jun 28, 2024

This requires an SQL update, so it should be a bit more carefully announced.

Sure ! But I'd still like to have other communities (@andresailer @marianne013 @atsareg ) using this system giving their input

Copy link
Contributor

@andresailer andresailer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is isolated to the rest of the code, so I have no objection for merging it.

Token support
----------------

.. versionadded:: v8.0.40
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. versionadded:: v8.0.40
.. versionadded:: v8.0.49

Or maybe 50?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alsoTargeting:integration Cherry pick this PR to integration after merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants