argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.76k stars 5.42k forks source link

Feature request: UI: make repository connections page sortable #18454

Open Sebast1aan opened 4 months ago

Sebast1aan commented 4 months ago

Summary

When you want to verify whether the connection to a specific repository is working as expected, it can get quite hard to find the correct repository: image

Ideally we can sort the repository connections on the date of creation (which is currently not shown on the page), or on any other column that is available.

Motivation

Make it easier to find a specific repository connection in case multiple repositories are linked in the same Argo CD instance.

Proposal

N/A

pasha-codefresh commented 3 months ago

@david-wu-octopus is working on it

bianbbc87 commented 3 months ago

@pasha-codefresh I'm interested in this issue. can I try it?

david-wu-octopus commented 2 months ago

Hey @bianbbc87, I've got a work in progress for this, but won't have time to finish it off until mid-August

If you have some time before then, you're welcome to try and implement your own solution!

For reference, my partial solution is on the feature branch make-repositories-page-sortable of my Argo CD fork here: https://github.com/david-wu-octopus/argo-cd/tree/make-repositories-page-sortable

bianbbc87 commented 2 months ago

@david-wu-octopus I'll refer to it and implement it and upload it again. Thank you ! 😄