spetz opened a new pull request, #3146:
URL: https://github.com/apache/iggy/pull/3146

   The dual-mode sidebar (Version vs Recent) bred a cascade of
   routing bugs, and the hero picked a year-old run because
   `max_by(throughput)` had no time window.
   
   Collapse the two scopes into one `/api/recent`-backed list where
   hardware and gitref are plain filter dropdowns, AND-combined with
   kind chips, sort, search, and param ranges. No scope state means
   no race conditions: the sidebar fetches once, URL is authoritative.
   
   Hero showcase now uses `latest_sweep`, which groups by
   (hardware, gitref) of the newest-timestamp run and ranks by lowest
   P99 → P99.9 → P99.99 → highest throughput (NaN-safe). While
   loading, a branded pulsing Iggy mark replaces placeholder copy.
   Gitref pill links to apache/iggy at that commit, both on the
   landing and the detail title. A top-bar share button copies the
   current URL so users don't grab the address bar.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to