Ignore cloudflare 503 status when checking links#1262
Merged
nsoranzo merged 1 commit intogalaxyproject:masterfrom Aug 24, 2022
Merged
Ignore cloudflare 503 status when checking links#1262nsoranzo merged 1 commit intogalaxyproject:masterfrom
nsoranzo merged 1 commit intogalaxyproject:masterfrom
Conversation
fixes for instance `503 Server Error: Service Temporarily Unavailable for url: https://www.science.org/doi/10.1126/science.1181369' accessing https://doi.org/10.1126/science.1181369` observed here galaxyproject/tools-iuc#4670
Member
|
Is "cloudflare" present in |
Collaborator
Author
|
Yes, just double checked: for https://doi.org/10.1126/science.1181369 I get 503 and |
Member
|
The test error is due to the workflow steps getting reordered, this must be a relatively recent change. I'm checking what's up with that. |
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this pull request
Aug 23, 2022
I thought it would be cleaner to make a distinction between the output name and the output label when reasoning about a subworkflow step in the context of a parent workflow (galaxyproject@b0727be#diff-a50bcc5c08ade11249449c4100ea8c286727df601b52a5b9588eb2a385d97da7R543), in case we'd later want to do something with the label. I don't think I thought about this correctly though, and it breaks connections between steps that were made by referencing the subworkflow's output name. This wasn't necessary for the main goal of galaxyproject#14473, so I'm partially reverting that here. Fixes galaxyproject/planemo#1262 (comment)
Merged
5 tasks
Member
They're getting reordered because the subworkflow input connection got dropped. Should be fixed in galaxyproject/galaxy#14494 |
innovate-invent
pushed a commit
to brinkmanlab/galaxy
that referenced
this pull request
Aug 24, 2022
I thought it would be cleaner to make a distinction between the output name and the output label when reasoning about a subworkflow step in the context of a parent workflow (galaxyproject@b0727be#diff-a50bcc5c08ade11249449c4100ea8c286727df601b52a5b9588eb2a385d97da7R543), in case we'd later want to do something with the label. I don't think I thought about this correctly though, and it breaks connections between steps that were made by referencing the subworkflow's output name. This wasn't necessary for the main goal of galaxyproject#14473, so I'm partially reverting that here. Fixes galaxyproject/planemo#1262 (comment)
innovate-invent
pushed a commit
to brinkmanlab/galaxy
that referenced
this pull request
Aug 24, 2022
I thought it would be cleaner to make a distinction between the output name and the output label when reasoning about a subworkflow step in the context of a parent workflow (galaxyproject@b0727be#diff-a50bcc5c08ade11249449c4100ea8c286727df601b52a5b9588eb2a385d97da7R543), in case we'd later want to do something with the label. I don't think I thought about this correctly though, and it breaks connections between steps that were made by referencing the subworkflow's output name. This wasn't necessary for the main goal of galaxyproject#14473, so I'm partially reverting that here. Fixes galaxyproject/planemo#1262 (comment)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fixes for instance
503 Server Error: Service Temporarily Unavailable for url: https://www.science.org/doi/10.1126/science.1181369' accessing https://doi.org/10.1126/science.1181369observed here
galaxyproject/tools-iuc#4670
may fix #1261