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

Bulk operations: more API tests & fixes #13935

Merged
merged 4 commits into from May 20, 2022

Conversation

davelopez
Copy link
Contributor

Fixes #13889

Allows purging collections (with contents) in bulk. If celery is enabled, each contained dataset will be purged in its own celery task. Not sure if it's interesting or worth to batch-purge all datasets (in the same collection) in just one celery task... I'm leaving it as the old history does by now.

How to test the changes?

License

It does, just stating it in the tests
First step, reusing what is used in the old history `DatasetCollectionManager.delete` probably needs a celery task version.
@github-actions github-actions bot added this to the 22.05 milestone May 19, 2022
@jmchilton jmchilton merged commit 9adb2a9 into galaxyproject:dev May 20, 2022
@davelopez davelopez deleted the bulk_operations_fixes branch May 20, 2022 14:04
@davelopez
Copy link
Contributor Author

Thanks John!

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

Successfully merging this pull request may close these issues.

Bulk Operations: ensure consistent purged state
2 participants