Skip to content

Bugs Fixes & v1.0.2#2

Merged
Fabien83560 merged 7 commits into
mainfrom
dev
May 15, 2026
Merged

Bugs Fixes & v1.0.2#2
Fabien83560 merged 7 commits into
mainfrom
dev

Conversation

@Fabien83560

Copy link
Copy Markdown
Member

Bugs Fixes & v1.0.2

github-actions Bot and others added 7 commits May 15, 2026 15:58
Pass lastUpdated prop to Overview and EndpointDetail so their
useEffect re-fetches time series data on each polling tick.
Reverse the two most recent releases before placing markers so the
oldest appears on the left (45%) and the newest on the right (80%),
matching the chart's left-to-right chronological axis.
Replace hardcoded 45%/80% positions and 2-marker cap with dynamic
placement: each release within the current time range is snapped to
its nearest time-series bucket, so all releases remain visible.
…ount

- upsert_known_routes: delete zero-traffic routes removed from the app
  so they no longer appear in insights after being removed from code
- get_releases: new method counting known_routes instead of api_metrics
  so routes with no traffic are included in the release count
…time

Use a CTE with first_seen <= release_ts + 60s so each release shows
the route count at the time it was deployed, not the current total.
The 60s buffer covers the bucket rounding (floor to the minute).
@Fabien83560 Fabien83560 merged commit 0e18ee2 into main May 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant