repowiserepowise
Sign in
anshs-12/stoxy
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseanshs-12/stoxy

Commits

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

78of 233 scored

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.

Fix commits4318%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.88bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold7.3out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

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.

Feature59%
Fix18%
Refactor9%
Docs2%
Deps0%
Chore9%
Other3%

Review-priority queue

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 review-priority queue
#CommitAuthorWhenLinesRiskTop 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
23h 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
23h 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
  • 48096662feat: redesign frontend v2
    Author
    anshs-12
    When
    1mo ago
    Lines
    +9.7K -422
    Risk
    100%Elevated
  • e0601d00feat: add frontend
    Author
    anshs-12
    When
    3mo ago
    Lines
    +4.8K -0
    Risk
    100%Elevated
  • 2817b891feat: complete frontend integration with live backend
    Author
    anshs-12
    When
    1mo ago
    Lines
    +4.5K -4.5K
    Risk
    99%Elevated
  • 19aa048ffeat: redesigned the landing page
    Author
    anshs-12
    When
    6d ago
    Lines
    +1.4K -186
    Risk
    98%Elevated
  • 094fb927feat(frontend): add AI analysis dialog and index/stock detail integration
    Author
    anshs-12
    When
    2w ago
    Lines
    +1.8K -61
    Risk
    98%Elevated
  • daf91401feat: revamped index detailed page
    Author
    anshs-12
    When
    23h ago
    Lines
    +1.3K -330
    Risk
    98%Elevated
  • 6a7f1315feat(frontend): consume live broadcast socket across ticker, watchlist, and portfolio hooks
    Author
    anshs-12
    When
    1mo ago
    Lines
    +797 -214
    Risk
    97%Elevated
  • dbd73801fix: fetch live price before buy/watchlist add, fix instrumentKey passing
    Author
    anshs-12
    When
    1mo ago
    Lines
    +744 -658
    Risk
    97%Elevated
  • 06f0dd75fix: add missing dependencies and skip tsc in build
    Author
    anshs-12
    When
    1mo ago
    Lines
    +825 -23
    Risk
    97%Elevated
  • 73e7fddfchore: disable portfolio and watchlist pending websocket price integration
    Author
    anshs-12
    When
    2mo ago
    Lines
    +790 -812
    Risk
    97%Elevated
  • 9026eb13feat: add StockChart component with TradingView lightweight-charts integration
    Author
    anshs-12
    When
    1mo ago
    Lines
    +563 -144
    Risk
    95%Elevated
  • 2e3fa9f1feat: update frontend components, hooks, and types
    Author
    anshs-12
    When
    1mo ago
    Lines
    +633 -410
    Risk
    95%Elevated
  • b3c60eeefix: add missing ui components
    Author
    anshs-12
    When
    1mo ago
    Lines
    +396 -0
    Risk
    94%Elevated
  • e31898dafeat: UI improvements and fixes
    Author
    anshs-12
    When
    2mo ago
    Lines
    +663 -759
    Risk
    94%Elevated
  • 09dd4584Initial commit: created Stock model, repository, service, and controller
    Author
    anshs-12
    When
    7mo ago
    Lines
    +770 -0
    Risk
    94%Elevated
  • 1963ffbfrefactor: fix circular dependency by seperating classes, services and proxy issues for @Cacheable
    Author
    anshs-12
    When
    5mo ago
    Lines
    +362 -241
    Risk
    93%Elevated
  • 59ee093crefactor: rename project package to stoxyfinance
    Author
    anshs-12
    When
    23h ago
    Lines
    +424 -420
    Risk
    92%Elevated
  • 80fe9513docs: add README.md
    Author
    anshs-12
    When
    2mo ago
    Lines
    +332 -0
    Risk
    92%Elevated
  • 4e30d8bbfeat: websocket implementation in progress - upstox migration
    Author
    anshs-12
    When
    2mo ago
    Lines
    +527 -1
    Risk
    92%Elevated
  • 84726d81feat: migrate portfolio to live Upstox pricing via websocket pipeline
    Author
    anshs-12
    When
    2mo ago
    Lines
    +457 -461
    Risk
    91%Elevated
  • 8ee57d49fixed api's , added DTO & notes in application.yaml
    Author
    anshs-12
    When
    7mo ago
    Lines
    +324 -186
    Risk
    91%Elevated
  • 80e37f03feat: add PDF generation for transaction statement
    Author
    anshs-12
    When
    4mo ago
    Lines
    +385 -4
    Risk
    91%Elevated
  • 994dbbbafix: use VITE_API_URL for Google OAuth login redirect
    Author
    anshs-12
    When
    1mo ago
    Lines
    +232 -204
    Risk
    90%Elevated
  • 370908befeat(websocket): add browser-facing live broadcast pipeline
    Author
    anshs-12
    When
    1mo ago
    Lines
    +244 -6
    Risk
    89%Elevated
  • acf01c58chore(frontend): add react-ga4 and @vercel/analytics packages
    Author
    anshs-12
    When
    1mo ago
    Lines
    +221 -349
    Risk
    89%Elevated
  • 4882c2d8chore: update vite config for env-based backend URL, install lightweight-charts
    Author
    anshs-12
    When
    1mo ago
    Lines
    +199 -85
    Risk
    89%Elevated
  • 0cf0ce89feat: add Spring AI config, Jina embedding model, and Qdrant setup
    Author
    anshs-12
    When
    4w ago
    Lines
    +204 -1
    Risk
    87%Elevated
  • 2a12069edocs: update WebSockets and README with broadcast handler notes
    Author
    anshs-12
    When
    1mo ago
    Lines
    +189 -82
    Risk
    87%Elevated
  • 7cb5b807feat: re-enable watchlist using instrument keys
    Author
    anshs-12
    When
    2mo ago
    Lines
    +247 -260
    Risk
    87%Elevated
  • 65c11ba6feat: integrate Upstox WebSocket pipeline with Protobuf binary parsing and Redis tick caching
    Author
    anshs-12
    When
    2mo ago
    Lines
    +151 -34
    Risk
    87%Elevated
  • 025c3b10feat: add RateLimitFilter with per-IP token bucket rate limiting using Bucket4j and Caffeine
    Author
    anshs-12
    When
    5mo ago
    Lines
    +196 -0
    Risk
    87%Elevated
  • 30e12c15added IndexRepository and IndexService layer with NSE integration
    Author
    anshs-12
    When
    7mo ago
    Lines
    +197 -0
    Risk
    87%Elevated
  • 205dc8becreated Company Model,repository,fixed StockSerivceImpl and added DTOs
    Author
    anshs-12
    When
    7mo ago
    Lines
    +187 -29
    Risk
    87%Elevated
  • dc71af21feat(analytics): integrate Google Analytics GA4 and Vercel Analytics
    Author
    anshs-12
    When
    1mo ago
    Lines
    +186 -85
    Risk
    85%Elevated
  • 5ba27c5bfeat: add chart endpoints for intraday and historical candle data
    Author
    anshs-12
    When
    1mo ago
    Lines
    +185 -0
    Risk
    85%Elevated
  • 9dadfab9feat: migrate rate limiting layer from Caffeine to Redis
    Author
    anshs-12
    When
    3mo ago
    Lines
    +173 -82
    Risk
    85%Elevated
  • ca2c4a2bfeat: add buyStock endpoint
    Author
    anshs-12
    When
    4mo ago
    Lines
    +175 -0
    Risk
    85%Elevated
  • 663e5f2dfix: auth redirect, index detail routing, MarketTicker improvements
    Author
    anshs-12
    When
    1mo ago
    Lines
    +155 -125
    Risk
    84%Elevated
  • 3d997095feat: migrate stock search and detail endpoints to Upstox
    Author
    anshs-12
    When
    2mo ago
    Lines
    +168 -174
    Risk
    84%Elevated
  • 083cf60dfix: add ui for error logs
    Author
    anshs-12
    When
    1w ago
    Lines
    +137 -23
    Risk
    82%Elevated
  • ed58de86fix: 5 bugs — IndexDetail crash, live polling, ticker speed, LTT, global clock
    Author
    anshs-12
    When
    1mo ago
    Lines
    +124 -36
    Risk
    82%Elevated
  • 92b130aefeat: add websocket notes
    Author
    anshs-12
    When
    2mo ago
    Lines
    +131 -0
    Risk
    82%Elevated
  • 84092971feat: add Upstox MarketDataFeedV3 protobuf schema and dependencies
    Author
    anshs-12
    When
    2mo ago
    Lines
    +142 -0
    Risk
    82%Elevated
  • 88b3b174feat: add Portfolio DTOs
    Author
    anshs-12
    When
    4mo ago
    Lines
    +103 -0
    Risk
    82%Elevated
  • a0d2072cfeat: add Portfolio, PortfolioStock, PortfolioTransaction entities and TransactionType enum
    Author
    anshs-12
    When
    4mo ago
    Lines
    +114 -0
    Risk
    82%Elevated
  • 7a0b6f75feat: add StockFinancials entity, store PE ratio, sectorPE, issuedSize and calculate marketCap dynamically
    Author
    anshs-12
    When
    5mo ago
    Lines
    +134 -4
    Risk
    82%Elevated
  • 10d83b2afeat: add Tavily API integration for live news retrieval
    Author
    anshs-12
    When
    4w ago
    Lines
    +128 -0
    Risk
    79%Elevated
  • 87f090bafeat: create DTOs and subscription payloads for Upstox websocket streams
    Author
    anshs-12
    When
    2mo ago
    Lines
    +114 -0
    Risk
    79%Elevated
  • bdb29133feat: add index search endpoint
    Author
    anshs-12
    When
    2mo ago
    Lines
    +111 -32
    Risk
    79%Elevated
  • 96479936feat: migrate stock entities and search endpoint to Upstox
    Author
    anshs-12
    When
    2mo ago
    Lines
    +106 -74
    Risk
    79%Elevated
Showing 50 of 233 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

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.

022typical ↑elevated ↑0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

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.

1101001,00010,000Lines changed (log) →0.06.7Diffusion →
Below typical66
Typical67
Elevated67

Commit history for anshs-12/stoxy

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.