On Tue, 4 Mar 2025 at 02:21, Jelte Fennema-Nio <m...@jeltef.nl> wrote: > > The next commitfest app release is planned for March 18th
I deployed the latest release of the commitfest app. Below is a changelog that's slightly updated. 1. Major change: There's a new /me page which shows a dashboard of open patches where you are author/reviewer/committer. These patches are ordered & grouped in a hopefully useful way. Peter Geoghegan suggested adding a "dashboard" of this kind. It's the first attempt and can probably use some fine tuning based on feedback. So please try it out and let me know what you think. I almost certainly won't have time to make big changes to it in the next ~month though. 2. Show name of a committer in the "Committer" column (instead of only the username). 3. Fix the "Review" form so that all checkboxes can actually be clicked. Thanks to Maciek. 4. Allow sorting patches by "failing since", this can be done by clicking the header. This will take a few days to work correctly, since a "failing since" timestamp was not being collected before. 5. Remove the "latest activity" column. This did not contain useful information, that "latest email" didn't already provide. 6. The "latest email" column now shows "time since" (e.g. 1 week ago) by default instead of an exact timestamp. You can still see the exact timestamp by hovering over the cell. If you prefer to see the exact timestamp only, you can change this as a setting using the "edit profile" link in the top right corner. 7. Searching patches by author/reviewer now isn't a dropdown with a ton of options, but instead has become a dropdown with a search box. This also greatly improves page load performance: By not putting all users in the HTML as a dropdown option it's saving 600-700ms in my testing. 8. Bugfix: Correctly show CI timeout as failure.