repowiserepowise
Sign in
samanpandey-in/dreamer
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisesamanpandey-in/dreamer

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

17of 51 scored

17 commits sit in this repo's top risk tercile, which is 33% of the 51scored. 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 9.2 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 commits714%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.53bitsShannon 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 threshold9.2out 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.

Began docs-led, now leaning feature.

Feature43%
Fix14%
Refactor2%
Docs8%
Test2%
Deps2%
Chore16%
Other14%

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
dd50725afeat: added db with all triggers with Prisma ORM
Saman Pandey
2mo ago+26.2K -148
99%Elevated
more lines added than baseline
2
98b05bc2docs(dash): add dash decision and api-design implementation docs
Saman Pandey
1mo ago+3.8K -0
96%Elevated
more lines added than baseline
3
53d80ac3feat: basic Landing page and README added
Saman Pandey
2mo ago+8.8K -0
96%Elevated
more lines added than baseline
4
500c01dfdocs: added old brainstorming and analysis docs
Saman Pandey
1mo ago+3.0K -0
90%Elevated
more lines added than baseline
5
ba6cd730docs(auth): add auth decision and design implementation docs
Saman Pandey
2mo ago+2.9K -0
90%Elevated
more lines added than baseline
6
521170d0feat: reverse-proxy and api-server setup for localhost proxy
Saman Pandey
2mo ago+2.5K -0
90%Elevated
more lines added than baseline
7
d03465a1docs: Ideation docs added
Saman Pandey
2mo ago+1.8K -0
90%Elevated
more lines added than baseline
8
886df35fenv-deploy(ui): made ui for multiple deployments/env vars and connected to api-server
Saman Pandey
1mo ago+1.9K -149
85%Elevated
more lines added than baseline
9
e6cddccedb(env): add env vars, autodeploy, cmds for future features
Saman Pandey
1mo ago+1.1K -36
82%Elevated
more lines added than baseline
10
25fba653feat(auth): wired auth apis logic in frontend
Saman Pandey
2mo ago+1.1K -1.0K
82%Elevated
more lines added than baseline
11
bf2a3e4cfeat(auth): auth implementation in frontend, working
Saman Pandey
2mo ago+780 -47
78%Elevated
more lines added than baseline
12
98b885fdrefactor: fine-grained build-engine docker image and improved build script
Saman Pandey
2mo ago+781 -50
78%Elevated
more lines added than baseline
13
12d41a27api(deploy): setup the entire deployment-api, all CRUD
Saman Pandey
1mo ago+607 -0
74%Elevated
more lines added than baseline
14
d9fe4d4afeat(auth): completed auth api wiring for server
Saman Pandey
2mo ago+527 -97
74%Elevated
more lines added than baseline
15
f174484ffeat: added logs pub-sub for build
Saman Pandey
2mo ago+651 -22
74%Elevated
more lines added than baseline
16
419f2bd2ui(new): added dashboard components
Saman Pandey
1mo ago+417 -0
70%Elevated
more lines added than baseline
17
56fd2fafui(pages): nested dashboard, project, deployment pages added
Saman Pandey
1mo ago+404 -118
68%Elevated
more lines added than baseline
18
5a17d665session(feat): session settings and account added
Saman Pandey
1mo ago+360 -5
63%Typical
more lines added than baseline
19
258a48b2build-api: rollback and stop backend configs
Saman Pandey
1mo ago+373 -167
63%Typical
more lines added than baseline
20
7cb35c85config(ui): all supporting libs and api-refs for frontend wiring
Saman Pandey
1mo ago+294 -1
63%Typical
more lines added than baseline
21
68b4177bapi(project): setup the entire project-api, all CRUD
Saman Pandey
1mo ago+331 -0
63%Typical
more lines added than baseline
22
e98963a9api(env): env variables api setup and integration in the api-server
Saman Pandey
1mo ago+352 -2
57%Typical
more lines added than baseline
23
9ae1b33cchore(auth): add missing dependencies and new env vars
Saman Pandey
2mo ago+277 -5
57%Typical
more lines added than baseline
24
a46fcc42fix(project): projectSlug is now fixed and projectDelete wired
Saman Pandey
1mo ago+356 -233
54%Typical
more lines added than baseline
25
d7a0a13ccicd: github-action workflows configured
Saman Pandey
1mo ago+183 -0
51%Typical
more lines added than baseline
26
65a5661efeat(auth): configured shared infrastructure layer
Saman Pandey
2mo ago+200 -0
51%Typical
more lines added than baseline
27
3b1c368bapi(logs): setup realtime update gateway b/w build-engine and api-server
Saman Pandey
1mo ago+177 -0
48%Typical
more lines added than baseline
28
11a275c9feat(auth): setup auth types schema and hash encryption and decryption logic
Saman Pandey
2mo ago+167 -0
46%Typical
more lines added than baseline
29
d9a6cbfeapi(bulid): add support to private user repos through private tokens
Saman Pandey
1mo ago+146 -28
44%Typical
more lines added than baseline
30
a2a8a16eapi(build): slug is now user specific and private repos are handled in the dash/new
Saman Pandey
1mo ago+154 -18
41%Typical
more lines added than baseline
31
7cd0b8b5feat: v1 build-engine configured
Saman Pandey
2mo ago+119 -0
41%Typical
more lines added than baseline
32
8106bf83chore(ui): minor ui improvements
Saman Pandey
1mo ago+117 -102
37%Typical
more lines added than baseline
33
63335456docker: added docker compose for local env setups
Saman Pandey
1mo ago+169 -1
37%Typical
more lines added than baseline
34
eeb71683feat(api): add middlewares reusable by everyone
Saman Pandey
2mo ago+88 -0
34%Typical
more lines added than baseline
35
9fa7f6a4api(deploy): added multi-deployment api-server configs
Saman Pandey
1mo ago+82 -12
31%Below typical
more lines added than baseline
36
e7cd39f1feat(auth): set up git OAuth logic
Saman Pandey
2mo ago+92 -0
31%Below typical
more lines added than baseline
37
4646d914build: detailed logs, proper catches, proper error display, support for multi-branch deployment
Saman Pandey
1mo ago+70 -24
27%Below typical
more lines added than baseline
38
3dd38594api(shared): add more shared configs for upcoming project and deployment
Saman Pandey
1mo ago+63 -9
27%Below typical
more lines added than baseline
39
0a0bae62cicd: fix linting errors in cicd pipeline
Saman Pandey
1mo ago+42 -15
25%Below typical
more lines added than baseline
40
297755e8fix: github-Oauth passwordHash made optional
Saman Pandey
2mo ago+37 -29
23%Below typical
more lines added than baseline
41
53523278chore: updated scripts and configs for production deployment
Saman Pandey
2mo ago+22 -6
21%Below typical
more lines added than baseline
42
bb5ef261cors(fix): mini cross-origin settings fix
Saman Pandey
1mo ago+19 -8
19%Below typical
more lines added than baseline
43
e3be1bddfeat: reverse-proxy setup for cloud deployments serving
Saman Pandey
2mo ago+16 -12
17%Below typical
more lines added than baseline
44
86a4e9d9api(srp): app.js handles all the routes and auth checking, all the ECSClient and RunTaskCommand are now moved to deployment engine
Saman Pandey
1mo ago+12 -58
15%Below typical
more focused than baseline
45
6c7342a0middleware(fix): express defines req.query as getter-only property
Saman Pandey
1mo ago+6 -2
13%Below typical
fewer lines added than baseline
46
e5e86074api(fix): local and prod diff setting updated in Prisma client
Saman Pandey
1mo ago+5 -3
11%Below typical
fewer lines added than baseline
47
9842aa61api(srp): index.ts how does only booting, redis service is now moved to /realtime
Saman Pandey
1mo ago+3 -25
9%Below typical
fewer lines added than baseline
48
c106a791chore: change auth req for prisma to false
Saman Pandey
2mo ago+2 -1
7%Below typical
fewer lines added than baseline
49
a22ecf9cfix(auth): sameSite should be lax on localhost and none on server
Saman Pandey
2mo ago+1 -1
4%Below typical
fewer lines added than baseline
50
5f7173e1test: reverse-proxy hostname
Saman Pandey
2mo ago+1 -0
4%Below typical
fewer lines added than baseline
  • dd50725afeat: added db with all triggers with Prisma ORM
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +26.2K -148
    Risk
    99%Elevated
  • 98b05bc2docs(dash): add dash decision and api-design implementation docs
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +3.8K -0
    Risk
    96%Elevated
  • 53d80ac3feat: basic Landing page and README added
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +8.8K -0
    Risk
    96%Elevated
  • 500c01dfdocs: added old brainstorming and analysis docs
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +3.0K -0
    Risk
    90%Elevated
  • ba6cd730docs(auth): add auth decision and design implementation docs
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +2.9K -0
    Risk
    90%Elevated
  • 521170d0feat: reverse-proxy and api-server setup for localhost proxy
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +2.5K -0
    Risk
    90%Elevated
  • d03465a1docs: Ideation docs added
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +1.8K -0
    Risk
    90%Elevated
  • 886df35fenv-deploy(ui): made ui for multiple deployments/env vars and connected to api-server
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +1.9K -149
    Risk
    85%Elevated
  • e6cddccedb(env): add env vars, autodeploy, cmds for future features
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +1.1K -36
    Risk
    82%Elevated
  • 25fba653feat(auth): wired auth apis logic in frontend
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +1.1K -1.0K
    Risk
    82%Elevated
  • bf2a3e4cfeat(auth): auth implementation in frontend, working
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +780 -47
    Risk
    78%Elevated
  • 98b885fdrefactor: fine-grained build-engine docker image and improved build script
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +781 -50
    Risk
    78%Elevated
  • 12d41a27api(deploy): setup the entire deployment-api, all CRUD
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +607 -0
    Risk
    74%Elevated
  • d9fe4d4afeat(auth): completed auth api wiring for server
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +527 -97
    Risk
    74%Elevated
  • f174484ffeat: added logs pub-sub for build
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +651 -22
    Risk
    74%Elevated
  • 419f2bd2ui(new): added dashboard components
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +417 -0
    Risk
    70%Elevated
  • 56fd2fafui(pages): nested dashboard, project, deployment pages added
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +404 -118
    Risk
    68%Elevated
  • 5a17d665session(feat): session settings and account added
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +360 -5
    Risk
    63%Typical
  • 258a48b2build-api: rollback and stop backend configs
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +373 -167
    Risk
    63%Typical
  • 7cb35c85config(ui): all supporting libs and api-refs for frontend wiring
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +294 -1
    Risk
    63%Typical
  • 68b4177bapi(project): setup the entire project-api, all CRUD
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +331 -0
    Risk
    63%Typical
  • e98963a9api(env): env variables api setup and integration in the api-server
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +352 -2
    Risk
    57%Typical
  • 9ae1b33cchore(auth): add missing dependencies and new env vars
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +277 -5
    Risk
    57%Typical
  • a46fcc42fix(project): projectSlug is now fixed and projectDelete wired
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +356 -233
    Risk
    54%Typical
  • d7a0a13ccicd: github-action workflows configured
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +183 -0
    Risk
    51%Typical
  • 65a5661efeat(auth): configured shared infrastructure layer
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +200 -0
    Risk
    51%Typical
  • 3b1c368bapi(logs): setup realtime update gateway b/w build-engine and api-server
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +177 -0
    Risk
    48%Typical
  • 11a275c9feat(auth): setup auth types schema and hash encryption and decryption logic
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +167 -0
    Risk
    46%Typical
  • d9a6cbfeapi(bulid): add support to private user repos through private tokens
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +146 -28
    Risk
    44%Typical
  • a2a8a16eapi(build): slug is now user specific and private repos are handled in the dash/new
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +154 -18
    Risk
    41%Typical
  • 7cd0b8b5feat: v1 build-engine configured
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +119 -0
    Risk
    41%Typical
  • 8106bf83chore(ui): minor ui improvements
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +117 -102
    Risk
    37%Typical
  • 63335456docker: added docker compose for local env setups
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +169 -1
    Risk
    37%Typical
  • eeb71683feat(api): add middlewares reusable by everyone
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +88 -0
    Risk
    34%Typical
  • 9fa7f6a4api(deploy): added multi-deployment api-server configs
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +82 -12
    Risk
    31%Below typical
  • e7cd39f1feat(auth): set up git OAuth logic
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +92 -0
    Risk
    31%Below typical
  • 4646d914build: detailed logs, proper catches, proper error display, support for multi-branch deployment
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +70 -24
    Risk
    27%Below typical
  • 3dd38594api(shared): add more shared configs for upcoming project and deployment
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +63 -9
    Risk
    27%Below typical
  • 0a0bae62cicd: fix linting errors in cicd pipeline
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +42 -15
    Risk
    25%Below typical
  • 297755e8fix: github-Oauth passwordHash made optional
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +37 -29
    Risk
    23%Below typical
  • 53523278chore: updated scripts and configs for production deployment
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +22 -6
    Risk
    21%Below typical
  • bb5ef261cors(fix): mini cross-origin settings fix
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +19 -8
    Risk
    19%Below typical
  • e3be1bddfeat: reverse-proxy setup for cloud deployments serving
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +16 -12
    Risk
    17%Below typical
  • 86a4e9d9api(srp): app.js handles all the routes and auth checking, all the ECSClient and RunTaskCommand are now moved to deployment engine
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +12 -58
    Risk
    15%Below typical
  • 6c7342a0middleware(fix): express defines req.query as getter-only property
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +6 -2
    Risk
    13%Below typical
  • e5e86074api(fix): local and prod diff setting updated in Prisma client
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +5 -3
    Risk
    11%Below typical
  • 9842aa61api(srp): index.ts how does only booting, redis service is now moved to /realtime
    Author
    Saman Pandey
    When
    1mo ago
    Lines
    +3 -25
    Risk
    9%Below typical
  • c106a791chore: change auth req for prisma to false
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +2 -1
    Risk
    7%Below typical
  • a22ecf9cfix(auth): sameSite should be lax on localhost and none on server
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +1 -1
    Risk
    4%Below typical
  • 5f7173e1test: reverse-proxy hostname
    Author
    Saman Pandey
    When
    2mo ago
    Lines
    +1 -0
    Risk
    4%Below typical
Showing 50 of 51 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.

012↑ typical↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 51 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.04.1Diffusion →
Below typical17
Typical17
Elevated17

Commit history for samanpandey-in/dreamer

Repowise tracks change history across 119 files in samanpandey-in/dreamer. In the last 90 days 119 files were touched, 222 times in total, most often script.js. Every commit is scored for change risk from its size, spread and the history of the files it touches.