Conversation
…ng, and UX fixes - Fix sparkline rendering using generate_series instead of time_bucket_gapfill - Fix Direct traffic missing from Referrers chart (COALESCE NULL hostnames) - Add drag-to-zoom on visitor chart with URL-persisted date range filters - Add time inputs to custom date range picker - Show referrer/source data in visitors table and visitor detail - Fix live globe visitor count mismatch (align window to 5 minutes) - Add autofocus to API key name field - Improve rollback to create new deployment records with metadata tracking - Update rollback tests to match new deployment-creation behavior - Add first_referrer migration for visitor entity - Update CLI with deployment, domain, and environment improvements - Regenerate API client types for new analytics endpoints
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.
Summary
Comprehensive analytics dashboard improvements and platform-wide enhancements across backend, frontend, and CLI.
Analytics & Dashboard
bg-primary/10), reset zoom buttonfilter,from,to) synced to URL search params for browser back/forward navigationtime_bucket_gapfill+CROSS JOIN LATERALwithgenerate_series+LEFT JOINto handle single-bucket edge casesCOALESCE(e.referrer_hostname, 'Direct')inget_property_breakdown()andget_property_timeline()window_minutesfrom 30 to 5 to match header countfirst_referrer,first_referrer_hostname,first_channelfields to visitor types, "Source" column in visitors table, "Source" card in visitor detaildate-range-pickercomponentDeployments
is_rollback: trueandrolled_back_from_idmetadata instead of reusing the target deploymentDatabase
m20260217_000001_add_first_referrer_to_visitor— addsfirst_referrer,first_referrer_hostname,first_channelcolumns tovisitortableCLI
Test Results
All 449 tests pass. 16 ignored tests are pre-existing (Pebble ACME, Docker inspect, proxy integration).