dsoftwareinc / ghactions-manager

A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)
Other
59 stars 13 forks source link

Sorting jobs by completed date, or started date, else run id #61

Closed byjtew closed 1 year ago

byjtew commented 1 year ago

Linked to this issue: https://github.com/cunla/ghactions-manager/issues/60#issue-1443544514

Sorting runs by completion/update date if not null, else start date if not null, else run id. Using SortedList, and Comparable extension on Job & WorkflowRun classes

A button to trigger the order, and/or the variable to sort by would be amazing, but I do not master Kotlin & Jetbrain API enough to do it :smiling_face_with_tear:

cunla commented 1 year ago

This is a cool idea. I will see if I can add a button to sort by different fields.