Open kinow opened 10 months ago
In GitLab by @ltenorio on Jan 5, 2024, 08:42
... (I think it's using jobname alphabetical order), which is confusing.
Yes, it is just sorted by name
The
#
therefore only indicates the rowid, which can be misleading.I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.
I think we can replace or remove the #
column, and add the chunk number column (if exists). (This is a modification to the API too)
Then, do the order by chunk and then by name (if in the same chunk).
In GitLab by @mcastril on Jan 9, 2024, 10:20
Thanks Luiggi, I think it's a good approach
In GitLab by @ltenorio on Jan 25, 2024, 15:38
mentioned in commit a9cba65c5bcecc7061da8c6804f6f44c170d9c45
In GitLab by @ltenorio on Mar 15, 2024, 15:29
This was implemented a long time ago, but it is now available in production (ES and DE) along with the "Export to CSV" option from #95.
In GitLab by @mcastril on Jan 4, 2024, 16:54
The performance view is not sorting tasks by hierarchical or submission order (I think it's using jobname alphabetical order), which is confusing.
The
#
therefore only indicates the rowid, which can be misleading.I think it would be enough to internally pad the CHUNK number in the jobname with zeroes.