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

Tweak OpenAPI schema #15189

Merged
merged 4 commits into from Dec 14, 2022
Merged

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Dec 12, 2022

  • Drop duplicate operation tags
  • Fix inconsistent path parameter names

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@github-actions github-actions bot added this to the 23.0 milestone Dec 12, 2022
@@ -511,22 +511,22 @@ def download_dataset_collection(
@router.post(
"/api/histories/{history_id}/contents/dataset_collections/{id}/prepare_download",
summary="Prepare an short term storage object that the collection will be downloaded to.",
include_in_schema=False,
)
@router.post(
Copy link
Member

Choose a reason for hiding this comment

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

I have an alternate fix for this... in a branch that will be very conflicted 😆. hackathons

@jmchilton
Copy link
Member

Fixed a relevant API test failure based on the parameter name change. Thanks for disambiguation fixes - they are very nice!

@mvdbeek
Copy link
Member Author

mvdbeek commented Dec 13, 2022

I resolved the conflict and dropped the typo fix, since you've fixed them all in #15195 :)

@jmchilton
Copy link
Member

Ekkk - sorry about the conflicting typo fix.

@mvdbeek
Copy link
Member Author

mvdbeek commented Dec 13, 2022

No worrries, doing it all at once is great!

@jmchilton jmchilton merged commit 0d76b26 into galaxyproject:dev Dec 14, 2022
@davelopez davelopez mentioned this pull request Dec 15, 2022
2 tasks
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.

None yet

3 participants