Skip to content

RSS : removals and simplifications#8473

Open
fstagni wants to merge 6 commits intoDIRACGrid:integrationfrom
fstagni:rss_removals
Open

RSS : removals and simplifications#8473
fstagni wants to merge 6 commits intoDIRACGrid:integrationfrom
fstagni:rss_removals

Conversation

@fstagni
Copy link
Contributor

@fstagni fstagni commented Feb 26, 2026

BEGINRELEASENOTES

*RSS
CHANGE: removed ResourceManagement.AccountingCache table and methods
CHANGE: removed Catalogs from list of managed RSS resources

ENDRELEASENOTES

super().__init__(lifeTime, updateFunc)

self.allStatusTypes = RssConfiguration().getConfigStatusType()
self.allStatusTypes = ["All"]
Copy link
Contributor

Choose a reason for hiding this comment

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

No?

Suggested change
self.allStatusTypes = ["All"]
self.allStatusTypes = ["all"]


# For each ( se, statusType ) tuple not present in the DB, add it.
cesStatusTuples = [(se, statusType) for se in cesCS for statusType in statusTypes]
cesStatusTuples = [(se, "All") for se in cesCS]
Copy link
Contributor

Choose a reason for hiding this comment

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

No?

Suggested change
cesStatusTuples = [(se, "All") for se in cesCS]
cesStatusTuples = [(se, "all") for se in cesCS]


# For each ( se, statusType ) tuple not present in the DB, add it.
ftsStatusTuples = [(se, statusType) for se in ftsCS for statusType in statusTypes]
ftsStatusTuples = [(se, "All") for se in ftsCS]
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
ftsStatusTuples = [(se, "All") for se in ftsCS]
ftsStatusTuples = [(se, "all") for se in ftsCS]

@@ -12,9 +12,6 @@ preferably on Defaults subsection. ::
State = Active
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the State parameter still needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants