hanahmily opened a new pull request, #1235:
URL: https://github.com/apache/skywalking-banyandb/pull/1235

   ## Summary
   
   Port the Pipelines surface from the handoff into canopy:
   
   - **Pipelines overview + TopN aggregation CRUD** — list / create / edit / 
delete topn-aggregations per group; the TopN list pages client-side (10 per 
page).
   - **Top-N in the query console** — new Top-N catalog in the query builder 
(`SHOW TOP n FROM MEASURE …`), with a leaderboard result view (rank bars, 
entity-value decoding, time-bucket picker when the server returns multiple 
lists).
   - **Housekeeping** — react-router-dom → react-router v8 import fixes in the 
pipelines pages; Ctrl↵ hint on the builder Run button for consistency with the 
code console.
   
   ## Test plan
   
   - `npm run -w web test` — 466 tests passing
   - `npm run -w web typecheck` — clean
   - Smoke-tested against a live BanyanDB (TopN list + detail + query console 
ranking view)
   
   ## Notes
   
   Follow-up fixes already staged on a separate branch (not in this PR): TopN 
agg wire shape for distributed liaisons, trace ORDER BY default, result-view 
polish. They will come as a stacked PR.
   


-- 
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