Bugs Fixes & v1.0.2#2
Merged
Merged
Conversation
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).
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.
Bugs Fixes & v1.0.2