Release: develop -> main#1111
Merged
Merged
Conversation
* feat(support): add support issue templates (DEV-4571) * fix(support): clear english template content and show edit timestamp * feat(support): add template copy workflow in customer search * feat(support): add "only own" filter for templates with persistent toggle * refactor(support): rename templates to support-templates and use react-icons * refactor(support): replace remaining emoji icons with react-icons * feat(support): group own templates first with section headers * feat(support): show remaining character count on template inputs * fix(support): respect own-filter when auto-selecting template in picker
* feat(dashboard): add RealUnit API tracing dashboard Adds a live dashboard for the RealUnit internal test phase. The screen calls the existing /gs/debug/logs endpoint with the traces-by-message template (filter: RealUnitTrace) and renders summary cards, top endpoints (count / median / p95), top IPs and a recent-activity feed. Auto-refresh every 5s, time ranges 15min/1h/6h/24h. Reachable via /dashboard/realunit-tracing, with a card link added to the main dashboard hub. Admin-guarded; backend gating remains on the existing DEBUG-role endpoint (admins are included via RoleGuard additionalRoles). * refactor(dashboard): address review feedback on RealUnit tracing - cancellation-safe refresh on range change (H1) - correct API granularity comment (H2) - tighter trace-headline regex (M1) - keep dashboard visible during range refresh (L1) - stable React keys, robust timestamp sort (L2, L5) - default range = 1h, full UUID + interpolated p95 (N1-N3) - drop raw message from client state (S1) * refactor(dashboard): polish RealUnit tracing dashboard - explicit tightenToMs discriminator on TIME_RANGES (N5) - consistent getTime-based comparison in aggregateIps (N7) - remove redundant parens in percentile (N4)
TaprootFreak
approved these changes
May 23, 2026
davidleomay
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic Release PR
This PR was automatically created after changes were pushed to develop.
Commits: 1 new commit(s)
Checklist