-
Notifications
You must be signed in to change notification settings - Fork 765
Workflow output definition (second preview) #5185
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5978db5
Finalize workflow output definition
bentsherman b3d5f0d
Restore preview flag
bentsherman 9eb960a
Add warning for unused targets in output block
bentsherman 7a7a2db
Fix bug with enabled and index file
bentsherman 1be3ca7
Add support for json index file
bentsherman 2909469
Update dynamic path syntax
bentsherman 89beee4
Improve syntax checking of output block
bentsherman 8e255b6
Update docs
bentsherman 9418992
Update tests
bentsherman 99341a7
update docs [ci skip]
bentsherman 04a1e98
Add onWorkflowPublish event
bentsherman cc4927f
Merge branch 'master' into workflow-output-definition-final
bentsherman 05fc184
Merge branch 'master' into workflow-output-definition-final
bentsherman 5569eec
Normalize publish paths
bentsherman 3a70ba8
Merge branch 'master' into workflow-output-definition-final [e2e stage]
pditommaso a2a690b
[e2e prod] Merge branch 'master' into workflow-output-definition-final
pditommaso a27c6f9
Update docs/reference/config.md [ci skip]
pditommaso b31e1c6
Make e2e test comply with strict syntax
bentsherman 56f6afa
Add deprecation warning for `nextflow.publish` config scope
bentsherman 7912bd4
Minor change for sake of readability [ci fast]
pditommaso 7d5d69b
Merge branch 'master' into workflow-output-definition-final
bentsherman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 24.06.0-edge | ||
| 24.08.0-edge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,87 @@ | ||
| NEXTFLOW CHANGE-LOG | ||
| =================== | ||
| 24.08.0-edge - 4 Sep 2024 | ||
| - Add Google Batch warning when for conflicting disk image config (#5279) [96cb57cb] | ||
| - Add support for Google Batch used specified boot images (#5268) [0aaa6482] | ||
| - Disable AWS spot retry (#5215) [f28fcb25] | ||
| - Disable Google Batch automatic spot retries (#5223) [aad21533] | ||
| - Disable automatic detection of virtual threads (#5270) [b3ba2c2d] | ||
| - Fix missing .command.env when eval is used and task runs on a cloud env [4a6b54aa] | ||
| - Fix job array syntax for PBS/Torque executor (#5281) [d59f5fae] | ||
| - Fix k8s client status cond is possible null in podState (#5264) [46672415] | ||
| - Fix non-determinist behaviour of join operator with bag array as key (#5189) [e7dc0d69] | ||
| - Fix stage retry on corrupted HTTP downloads (#5275) [bf0cd326] | ||
| - Support Azure Managed Identities in Fusion configuration logic (#5278) [a0bf8b40] | ||
| - Use public.cr.seqera.io in place of AWS ECR [5a01f277] | ||
| - Wave client logs improvement [5a37e617] | ||
| - Bump amazoncorretto:21-al2023 [59aed581] | ||
| - Bump [email protected] [97c4e08f] | ||
| - Bump [email protected] [24133f2a] | ||
| - Bump [email protected] [29f49ba7] | ||
| - Bump [email protected] [bbc3adca] | ||
|
|
||
| 24.07.0-edge - 8 Aug 2024 | ||
| - Add runtime error for missing channel factory (#5170) [1f9210ab] | ||
| - Apply k8s.cpuLimits to kuberun driver pod (#5160) [4300adf1] | ||
| - Await build completion for all Wave containers [2b8117e9] | ||
| - Deprecate module addParams() and params() (#5200) [82c97f8c] | ||
| - Remove capsule launcher dependencies (#3395) [f15e4246] | ||
| - Fix AWS Cloudwatch access when using custom log group name [30195838] | ||
| - Fix Invalid AWS Fargate CPUs usage error reporting [d9c50e59] | ||
| - Fix Prevent AwS Batch retry the job execution when the container does not exist [4e218f22] | ||
| - Fix Prevent negative cpus values [af2e4ef7] | ||
| - Fix ProcessUnrecoverableException detection [17ec6c96] | ||
| - Fix aws logs group name (#5146) [643b16b0] | ||
| - Fix readAllBytes with http files (#5202) [7e90ce62] | ||
| - Improve Google Batch 5000x error class handling (#5141) [61b2205f] | ||
| - Improve docs [7703f0d0] | ||
| - Improve error message for topic channel feature flag (#5161) [c4d407fb] | ||
| - Improve fusion docs (#5166) [abdd78f1] | ||
| - Improve queue docs (#5154) [bc2fb409] | ||
| - Improve version checking [e7a879de] | ||
| - Link to other docs on the failOnIgnore option (#5122) [572f2116] | ||
| - Make Google Batch auto retry codes configurable (#5148) [e562ce06] | ||
| - More robust parsing of shm-size containerOptions (#5177) [b56802a3] | ||
| - Prevent default output/error logs for job arrays (#5152) [71f6ed0b] | ||
| - Bump amazon sdk to version 1.12.766 [cc6ec314] | ||
| - Bump gradle 8.9 [a437e97f] | ||
| - Bump jgit 6.10.0 [177dc474] | ||
| - Bump [email protected] [46c69d77] | ||
| - Bump [email protected] [26dcb604] | ||
| - Bump [email protected] [c171b601] | ||
| - Bump [email protected] [d7dd4611] | ||
| - Bump [email protected] [c1175157] | ||
| - Bump [email protected] [1eda221a] | ||
| - Bump [email protected] [257bebfd] | ||
| - Bump [email protected] [e8d643c2] | ||
| - Bump pf4j to version 3.12.0 [96117b9a] | ||
| - Bump wave-api to 0.11.1 [96ec4ded] | ||
|
|
||
| 24.04.4 - 1 Aug 2024 | ||
| - Fix parsing of shm-size containerOptions (#5177) [98cf0068] | ||
| - Fix aws logs group name (#5146) [b2ab651c] | ||
| - Update Azure batch deps [72576648] | ||
| - Bump [email protected] [19a7272f] | ||
| - Bump [email protected] [f2bcce99] | ||
| - Bump [email protected] [0ea1f102] | ||
| - Bump [email protected] [b13b5548] | ||
| - Bump wave-api to 0.11.1 [87828afd] | ||
| - Bump amazon sdk to version 1.12.766 [5ce42b79] | ||
| - Bump pf4j to version 3.12.0 [1a8f086a] | ||
| - Bump jgit 6.10.0 [cc2ccd81] | ||
|
|
||
| 23.10.4 - 31 Jul 2024 | ||
| - Add docker launcher [474427a5] | ||
| - Update Azure batch deps [e0c6d77d] | ||
| - Bump [email protected] [54683615] | ||
| - Bump [email protected] [084092f1] | ||
| - Bump [email protected] [de43b17e] | ||
| - Bump amazon sdk to version 1.12.766 [189f58ed] | ||
| - Bump pf4j to version 3.12.0 [8dfa4076] | ||
| - Bump jgit 6.10.0 [4cf6b9f7] | ||
|
|
||
| 24.04.3 - 9 Jul 2024 | ||
| - Add ability to override failOnError setting default via env variable (#5117) [ci fast] [6852429c] | ||
| - Add ability to override failOnError setting default via env variable (#5117) [6852429c] | ||
| - Fix normalization of consecutive slashes in uri path (#5114) [3f366b7e] | ||
| - Fix executions hangs on finalisation exception (#5070) [4c207c23] | ||
| - Bump [email protected] [55ec5ec5] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,4 @@ | ||
| FROM mambaorg/micromamba:1.3.1 | ||
|
|
||
| MAINTAINER Ben Sherman <[email protected]> | ||
| FROM mambaorg/micromamba:1.5.8 | ||
|
|
||
| RUN micromamba install --yes --name base --channel conda-forge \ | ||
| make=4.3 \ | ||
|
|
||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| (azure-page)= | ||
|
|
||
| # Azure Cloud | ||
| # Azure | ||
|
|
||
| :::{versionadded} 21.04.0 | ||
| ::: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.