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

Fix: serialize tool_shed_urls directly from the API #16561

Merged

Conversation

davelopez
Copy link
Contributor

Fixes #16544

The tool_shed_urls are now serialized as part of the api/configuration response for Admins instead of injected later through the client controller.

How to test the changes?

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.

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.2 milestone Aug 16, 2023
@davelopez davelopez force-pushed the fix_install_tools_from_admin_panel branch from 34fc5f3 to e0c102c Compare August 16, 2023 14:35
@davelopez davelopez closed this Aug 16, 2023
@davelopez davelopez reopened this Aug 16, 2023
Copy link
Member

@jdavcs jdavcs left a comment

Choose a reason for hiding this comment

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

Looks good!

@jdavcs
Copy link
Member

jdavcs commented Aug 16, 2023

Although test failures are relevant.

@davelopez
Copy link
Contributor Author

Although test failures are relevant.

Do you know which one? It is hard to tell with tox crashing with ROOT: HandledError| provided environments not found in configuration file

@mvdbeek
Copy link
Member

mvdbeek commented Aug 17, 2023

I bet that's tox-dev/tox#3089, which ended up in 4.9.0 released yesterday. I don't know if this is a bug or not though.

@davelopez davelopez force-pushed the fix_install_tools_from_admin_panel branch from 6bdbf7c to f14fd25 Compare August 17, 2023 09:55
@mvdbeek mvdbeek merged commit 1c04cd4 into galaxyproject:dev Aug 17, 2023
40 of 41 checks passed
@davelopez davelopez deleted the fix_install_tools_from_admin_panel branch August 17, 2023 12:59
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.

Install and Uninstall Option missing from Admin Menu
3 participants