Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.
Needs review
78 commits sit in this repo's top risk tercile, which is 33% of the 233scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 7.3 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.
Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.
Consistently feature-driven across its history.
Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.
| # | Commit | Author | When | Lines | Risk | Top driver |
|---|---|---|---|---|---|---|
| 1 | 48096662feat: redesign frontend v2 | anshs-12 | 1mo ago | +9.7K -422 | 100%Elevated | more lines added than baseline |
| 2 | e0601d00feat: add frontend | anshs-12 | 3mo ago | +4.8K -0 | 100%Elevated | more lines added than baseline |
| 3 | 2817b891feat: complete frontend integration with live backend | anshs-12 | 1mo ago | +4.5K -4.5K | 99%Elevated | more lines added than baseline |
| 4 | 19aa048ffeat: redesigned the landing page | anshs-12 | 6d ago | +1.4K -186 | 98%Elevated | more lines added than baseline |
| 5 | 094fb927feat(frontend): add AI analysis dialog and index/stock detail integration | anshs-12 | 2w ago | +1.8K -61 | 98%Elevated | more lines added than baseline |
| 6 | daf91401feat: revamped index detailed page | anshs-12 | 1d ago | +1.3K -330 | 98%Elevated | more lines added than baseline |
| 7 | 6a7f1315feat(frontend): consume live broadcast socket across ticker, watchlist, and portfolio hooks | anshs-12 | 1mo ago | +797 -214 | 97%Elevated | more lines added than baseline |
| 8 | dbd73801fix: fetch live price before buy/watchlist add, fix instrumentKey passing | anshs-12 | 1mo ago | +744 -658 | 97%Elevated | more lines added than baseline |
| 9 | 06f0dd75fix: add missing dependencies and skip tsc in build | anshs-12 | 1mo ago | +825 -23 | 97%Elevated | more lines added than baseline |
| 10 | 73e7fddfchore: disable portfolio and watchlist pending websocket price integration | anshs-12 | 2mo ago | +790 -812 | 97%Elevated | more lines added than baseline |
| 11 | 9026eb13feat: add StockChart component with TradingView lightweight-charts integration | anshs-12 | 1mo ago | +563 -144 | 95%Elevated | more lines added than baseline |
| 12 | 2e3fa9f1feat: update frontend components, hooks, and types | anshs-12 | 1mo ago | +633 -410 | 95%Elevated | more lines added than baseline |
| 13 | b3c60eeefix: add missing ui components | anshs-12 | 1mo ago | +396 -0 | 94%Elevated | more lines added than baseline |
| 14 | e31898dafeat: UI improvements and fixes | anshs-12 | 2mo ago | +663 -759 | 94%Elevated | more lines added than baseline |
| 15 | 09dd4584Initial commit: created Stock model, repository, service, and controller | anshs-12 | 7mo ago | +770 -0 | 94%Elevated | more lines added than baseline |
| 16 | 1963ffbfrefactor: fix circular dependency by seperating classes, services and proxy issues for @Cacheable | anshs-12 | 5mo ago | +362 -241 | 93%Elevated | more lines added than baseline |
| 17 | 59ee093crefactor: rename project package to stoxyfinance | anshs-12 | 1d ago | +424 -420 | 92%Elevated | more lines added than baseline |
| 18 | 80fe9513docs: add README.md | anshs-12 | 2mo ago | +332 -0 | 92%Elevated | more lines added than baseline |
| 19 | 4e30d8bbfeat: websocket implementation in progress - upstox migration | anshs-12 | 2mo ago | +527 -1 | 92%Elevated | more lines added than baseline |
| 20 | 84726d81feat: migrate portfolio to live Upstox pricing via websocket pipeline | anshs-12 | 2mo ago | +457 -461 | 91%Elevated | more lines added than baseline |
| 21 | 8ee57d49fixed api's , added DTO & notes in application.yaml | anshs-12 | 7mo ago | +324 -186 | 91%Elevated | more lines added than baseline |
| 22 | 80e37f03feat: add PDF generation for transaction statement | anshs-12 | 4mo ago | +385 -4 | 91%Elevated | more lines added than baseline |
| 23 | 994dbbbafix: use VITE_API_URL for Google OAuth login redirect | anshs-12 | 1mo ago | +232 -204 | 90%Elevated | more lines added than baseline |
| 24 | 370908befeat(websocket): add browser-facing live broadcast pipeline | anshs-12 | 1mo ago | +244 -6 | 89%Elevated | more lines added than baseline |
| 25 | acf01c58chore(frontend): add react-ga4 and @vercel/analytics packages | anshs-12 | 1mo ago | +221 -349 | 89%Elevated | more lines added than baseline |
| 26 | 4882c2d8chore: update vite config for env-based backend URL, install lightweight-charts | anshs-12 | 1mo ago | +199 -85 | 89%Elevated | more lines added than baseline |
| 27 | 0cf0ce89feat: add Spring AI config, Jina embedding model, and Qdrant setup | anshs-12 | 4w ago | +204 -1 | 87%Elevated | more lines added than baseline |
| 28 | 2a12069edocs: update WebSockets and README with broadcast handler notes | anshs-12 | 1mo ago | +189 -82 | 87%Elevated | more lines added than baseline |
| 29 | 7cb5b807feat: re-enable watchlist using instrument keys | anshs-12 | 2mo ago | +247 -260 | 87%Elevated | more lines added than baseline |
| 30 | 65c11ba6feat: integrate Upstox WebSocket pipeline with Protobuf binary parsing and Redis tick caching | anshs-12 | 2mo ago | +151 -34 | 87%Elevated | more lines added than baseline |
| 31 | 025c3b10feat: add RateLimitFilter with per-IP token bucket rate limiting using Bucket4j and Caffeine | anshs-12 | 5mo ago | +196 -0 | 87%Elevated | more lines added than baseline |
| 32 | 30e12c15added IndexRepository and IndexService layer with NSE integration | anshs-12 | 7mo ago | +197 -0 | 87%Elevated | more lines added than baseline |
| 33 | 205dc8becreated Company Model,repository,fixed StockSerivceImpl and added DTOs | anshs-12 | 7mo ago | +187 -29 | 87%Elevated | more lines added than baseline |
| 34 | dc71af21feat(analytics): integrate Google Analytics GA4 and Vercel Analytics | anshs-12 | 1mo ago | +186 -85 | 85%Elevated | more lines added than baseline |
| 35 | 5ba27c5bfeat: add chart endpoints for intraday and historical candle data | anshs-12 | 1mo ago | +185 -0 | 85%Elevated | more lines added than baseline |
| 36 | 9dadfab9feat: migrate rate limiting layer from Caffeine to Redis | anshs-12 | 3mo ago | +173 -82 | 85%Elevated | more lines added than baseline |
| 37 | ca2c4a2bfeat: add buyStock endpoint | anshs-12 | 4mo ago | +175 -0 | 85%Elevated | more lines added than baseline |
| 38 | 663e5f2dfix: auth redirect, index detail routing, MarketTicker improvements | anshs-12 | 1mo ago | +155 -125 | 84%Elevated | more lines added than baseline |
| 39 | 3d997095feat: migrate stock search and detail endpoints to Upstox | anshs-12 | 2mo ago | +168 -174 | 84%Elevated | more lines added than baseline |
| 40 | 083cf60dfix: add ui for error logs | anshs-12 | 1w ago | +137 -23 | 82%Elevated | more lines added than baseline |
| 41 | ed58de86fix: 5 bugs — IndexDetail crash, live polling, ticker speed, LTT, global clock | anshs-12 | 1mo ago | +124 -36 | 82%Elevated | more lines added than baseline |
| 42 | 92b130aefeat: add websocket notes | anshs-12 | 2mo ago | +131 -0 | 82%Elevated | more lines added than baseline |
| 43 | 84092971feat: add Upstox MarketDataFeedV3 protobuf schema and dependencies | anshs-12 | 2mo ago | +142 -0 | 82%Elevated | more lines added than baseline |
| 44 | 88b3b174feat: add Portfolio DTOs | anshs-12 | 4mo ago | +103 -0 | 82%Elevated | more lines added than baseline |
| 45 | a0d2072cfeat: add Portfolio, PortfolioStock, PortfolioTransaction entities and TransactionType enum | anshs-12 | 4mo ago | +114 -0 | 82%Elevated | more lines added than baseline |
| 46 | 7a0b6f75feat: add StockFinancials entity, store PE ratio, sectorPE, issuedSize and calculate marketCap dynamically | anshs-12 | 5mo ago | +134 -4 | 82%Elevated | more lines added than baseline |
| 47 | 10d83b2afeat: add Tavily API integration for live news retrieval | anshs-12 | 4w ago | +128 -0 | 79%Elevated | more lines added than baseline |
| 48 | 87f090bafeat: create DTOs and subscription payloads for Upstox websocket streams | anshs-12 | 2mo ago | +114 -0 | 79%Elevated | more lines added than baseline |
| 49 | bdb29133feat: add index search endpoint | anshs-12 | 2mo ago | +111 -32 | 79%Elevated | more lines added than baseline |
| 50 | 96479936feat: migrate stock entities and search endpoint to Upstox | anshs-12 | 2mo ago | +106 -74 | 79%Elevated | more lines added than baseline |
Two views of the same model: where the cuts fall, and what commit shape lands you above them.
Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.
The 200 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.
anshs-12/stoxy has 244 commits in its history from 3 contributors, the first of them Dec 24, 2025. In the last 90 days 202 files were touched, 301 times in total, most often StockDetails.tsx. Every commit is scored for change risk from its size, spread and the history of the files it touches.