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

Display workflow invocation counts. #17488

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

jmchilton
Copy link
Member

Provide backend API to restore component implemented by @itisAliRH added in #16607.

Performance: Workflows render fine without the data, data is fetched asynchronously from other queries, joins only happen across a couple of fields that are all indexed, avoiding serializing objects and such - the SQL is quite low-level.

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. Load the grid and see the invocation counts.

License

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

Performance: Workflows render fine without the data, data is fetched asynchronously from other queries, joins only happen across a couple of fields that are all indexed, avoiding serializing objects and such - the SQL is quite low-level.
@jmchilton jmchilton marked this pull request as ready for review February 18, 2024 00:31
Copy link
Contributor

@guerler guerler left a comment

Choose a reason for hiding this comment

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

Works great. Thank you!

@guerler guerler merged commit 15115f3 into galaxyproject:dev Feb 18, 2024
56 checks passed
@bgruening
Copy link
Member

Thanks @jmchilton!

@itisAliRH
Copy link
Member

Fantastic, thanks @jmchilton 😃

@jdavcs jdavcs mentioned this pull request Mar 11, 2024
4 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.

5 participants