kestra-io / kestra

:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
https://kestra.io
Apache License 2.0
13.12k stars 1.15k forks source link

bug(ui) : Add sort method in NamespaceKV #5952

Closed tlrznf46 closed 4 days ago

tlrznf46 commented 5 days ago

This is a PR to resolve issue #5576.

In the NamespaceKV component, a handleSortChange function was added internally to perform the sorting functionality.

When the sort button is clicked in NamespaceKV, the data is sorted in either ascending or descending order.

MilosPaunovic commented 4 days ago

Hey @tlrznf46,

This is great work, I've just tidied it up a bit, but you did exactly what we wanted, so thanks for that! 🚀

Just try to not commit files that are not related to the issue you're trying to resolve (it was docker-compose.yml one that ended up being committed now, but I've reverted those changes).

Just a small note for the future, if you could use GitHub Keywords when opening PRs to connect it to the proper issue (to automate the entire process a bit more), it would be super helpful to us. You can read a bit more about it here (I've added closing keyword for this particular issue).

tlrznf46 commented 4 days ago

Okay, Thank you. I will refer to it in the future !