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

cluster know which cluster_values are to be marked as deprecated upon update #32

Open
cvandeplas opened this issue Jun 26, 2024 · 0 comments
Assignees

Comments

@cvandeplas
Copy link
Member

One of the challenges in regards to updating a galaxy/cluster in an automated way is to know which cluster_values do not exist anymore in the original source.
If we just iterate over the source, and update our galaxy we will not know which ones were not updated and should therefore be marked as deprecated.

Brainstorm for methods :

  1. an internal variable listing the uuids of the entries that were touched (append()) since a certain moment. Flush it before using. Add a new function to deprecate the delta.
  2. Add a new function to mark all as deprecated at once, and whenever we append() we mark them as non-deprecated
@cvandeplas cvandeplas self-assigned this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant