-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Sorting support for JWA #6742
Sorting support for JWA #6742
Conversation
06eee57
to
0f49500
Compare
* Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com>
* Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com>
0f49500
to
640dd1d
Compare
Built the image and it works as expected. We can go with this approach for now, of doing the sorting in the frontend, but we'll really need to start looking at having some informer/caching mechanism in the backend. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kimwnasptd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* web-apps(front): Add sorting in common code (kubeflow#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (kubeflow#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add sorting in common code (#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add sorting in common code (#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add sorting in common code (#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add sorting in common code (#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
* web-apps(front): Add sorting in common code (#6460) * Add sorting functionality in the common code. Signed-off-by: Elena Zioga <elena@arrikto.com> * jwa(front): Enable sorting in JWA (#6460) * Enable sorting functionality in JWA. Signed-off-by: Elena Zioga <elena@arrikto.com> Signed-off-by: Elena Zioga <elena@arrikto.com>
This PR:
A screenshot of how it will look like:

The plan is to make VWA and TWA support sorting as well.
Related issue: #6460