gh-pulse: ranges from the last hour to all time, clickable filters (0.34.0) - #70
Merged
Merged
Conversation
….34.0) `--range hour|day|week|month|quarter|year|all` (and `--since DATE`) on the scan and on show/open/text/json. Events come live from GitHub for the whole range, walking as many pages as the range deserves; traffic comes from the ledger of daily snapshots, the only place GitHub's fourteen-day window survives, so year and all-time traffic grow as the daily run accumulates and every report says which days it covers. A range scan never moves the daily baseline and never writes a snapshot. In the TUI the range row and the filter rows are clickable: pick a range (loads in the background while the current view stays up), and flip kinds of movement (stars, forks, commits, PRs, issues, releases, traffic), owners and private on and off. A repo stays listed while any enabled kind moved for it, and keeps its rank. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011gfb1vcQH5rf82HfbJvf1Z
ThreatCrush Security Scan13 finding(s) HIGH/CRITICAL: 4 | MEDIUM: 5 | LOW: 4
Snippets are redacted; ThreatCrush never prints matched credential material. |
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.
What
--range hour | day | week | month | quarter | year | alland--since YYYY-MM-DD, on the scan and onshow,open,text,json. Aliases1h 24h 7d 30d 90d 365dwork too.hourhas hourly events and daily traffic, because GitHub publishes nothing finer.out/range/; a--reposubset caches under its own name so the TUI never shows three repos as the portfolio.h d w m q y a l,1-7,p,r).Tested
tsc --noEmit: baseline errors only.🤖 Generated with Claude Code
https://claude.ai/code/session_011gfb1vcQH5rf82HfbJvf1Z