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

Decouple cid store from session #5833

Open
wants to merge 1 commit into
base: cid-store
Choose a base branch
from
Open

Conversation

pditommaso
Copy link
Member

This PR double the CID store from the Session object. Tests needs to be fixed.

Signed-off-by: Paolo Di Tommaso <[email protected]>
@pditommaso pditommaso changed the base branch from master to cid-store March 1, 2025 16:29
Copy link

netlify bot commented Mar 1, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 700e564
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/67c335cf5b05b10008934141

@pditommaso pditommaso requested a review from jorgee March 1, 2025 16:29
DataConfig(Map opts) {
this.store = new DataStoreOpts(opts.store as Map ?: Map.of())
this.enabled = opts.store != null
Copy link
Member Author

@pditommaso pditommaso Mar 1, 2025

Choose a reason for hiding this comment

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

We may decided to an explicit logic to enable/disable it. Just a temporary flag

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.

1 participant