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

Vueify Admin User Grid #17030

Merged
merged 38 commits into from Dec 2, 2023
Merged

Vueify Admin User Grid #17030

merged 38 commits into from Dec 2, 2023

Conversation

guerler
Copy link
Contributor

@guerler guerler commented Nov 15, 2023

This PR vueifies the admin user grid by utilizing the recently introduced GridList component. Operations which were previously handled by the admin controller have been moved to the API. The Grid controller endpoint has been degraded to only provide necessary data without details about the columns and/or operations, instead these details are specified on the client using a GridList configuration module. The filtering operation in the Grid controller has been replaced with a modern query which is compatible with the advanced filter component. The goal of this PR is to establish a framework which allows us to step-by-step transition all Grids away from legacy code towards FastAPI controllers and re-usable Vue components.

image

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.

@guerler guerler added this to the 23.2 milestone Nov 15, 2023
@guerler guerler force-pushed the grids_user_admin branch 3 times, most recently from 995a1c8 to ea40538 Compare November 21, 2023 08:06
@guerler guerler force-pushed the grids_user_admin branch 2 times, most recently from 9580e8c to d359c23 Compare November 28, 2023 16:57
@guerler guerler modified the milestone: 23.2 Nov 28, 2023
@guerler guerler force-pushed the grids_user_admin branch 2 times, most recently from 1911272 to f8a0c7f Compare November 29, 2023 14:05
@guerler guerler marked this pull request as ready for review November 30, 2023 10:03
@github-actions github-actions bot added this to the 23.2 milestone Nov 30, 2023
Copy link
Contributor

@davelopez davelopez left a comment

Choose a reason for hiding this comment

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

Thank you @guerler!

The selenium test failures are unrelated and fail in other PRs.

@bgruening bgruening merged commit 2f8abf9 into galaxyproject:dev Dec 2, 2023
46 of 50 checks passed
@guerler guerler deleted the grids_user_admin branch December 2, 2023 15:58
@guerler
Copy link
Contributor Author

guerler commented Dec 2, 2023

Awesome, thank you for the review!

@mvdbeek mvdbeek modified the milestones: 23.2, 24.0 Dec 19, 2023
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

4 participants