repowiserepowise
Sign in
vaibhavxbhardwaj/webhook-delivery-engine
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisevaibhavxbhardwaj/webhook-delivery-engine

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

8of 23 scored

8 commits sit in this repo's top risk tercile, which is 35% of the 23scored. 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.0 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 commits522%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.91bitsShannon 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.0out 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 feature-led, now leaning fix.

Feature39%
Fix26%
Docs13%
Chore13%
Other9%

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
31ca35c8feat(dashboard): implement full React dashboard with all features
vaibhav
4mo ago+6.5K -4
98%Elevated
more lines added than baseline
2
d3a79b95feat: initial project setup and infrastructure boilerplate
vaibhav
5mo ago+3.4K -0
93%Elevated
more lines added than baseline
3
ca9bda45feat(auth, webhooks, events): implement core API layer
vaibhav
5mo ago+661 -0
89%Elevated
more lines added than baseline
4
9df66679Revise README for improved clarity and organization
Vaibhav Bhardwaj
4mo ago+571 -264
85%Elevated
more lines added than baseline
5
95b879a5feat(delivery-engine): implement BullMQ queue, delivery worker, and HMAC signing
vaibhav
4mo ago+470 -68
80%Elevated
more lines added than baseline
6
af718cd9Revise README for improved clarity and detail
Vaibhav Bhardwaj
4mo ago+392 -2
74%Elevated
more lines added than baseline
7
37a8a4c6feat(analytics, rate-limiting, idempotency): implement observability and protection layer
vaibhav
4mo ago+400 -5
74%Elevated
more lines added than baseline
8
ea8a20fcfeat(dlq, tracking): implement DLQ endpoints and delivery history
vaibhav
4mo ago+305 -8
67%Elevated
more lines added than baseline
9
3990c5a7feat(deployment): add production Docker setup, Nginx, and GitHub Actions CI/CD
vaibhav
4mo ago+300 -12
63%Typical
more lines added than baseline
10
6b40bb30Initial commit
Vaibhav Bhardwaj
5mo ago+162 -0
59%Typical
more lines added than baseline
11
aa04f2e8minor fixes to the code
vaibhav
4mo ago+32 -32
54%Typical
more lines added than baseline
12
2d5e3cb4feat: add demo login for recruiters
vaibhav
4mo ago+19 -0
50%Typical
more lines added than baseline
13
a0ba94ccfix: proxy API through vercel to fix mixed content
vaibhav
4mo ago+10 -5
46%Typical
more scattered than baseline
14
8dc472ffdashboard deployed to vercel and specifics added in src/server.ts
vaibhav
4mo ago+6 -1
41%Typical
fewer lines added than baseline
15
a88c931efix: fix Redis connection for production Docker environment and add OpenSSL to Dockerfile
vaibhav
4mo ago+5 -5
37%Typical
fewer lines added than baseline
16
910640e8fix(dashboard): hardcode production API URL for Vercel deployment
vaibhav
4mo ago+3 -3
33%Below typical
fewer lines added than baseline
17
a9e1ed9afix: fix GitHub Actions workflow YAML syntax
vaibhav
4mo ago+2 -40
28%Below typical
fewer lines added than baseline
18
e26d050aUpdate architecture section in README
Vaibhav Bhardwaj
4mo ago+1 -34
24%Below typical
fewer lines added than baseline
19
39b9c776fix: use relative API path in api.ts to fix mixed content
vaibhav
4mo ago+1 -1
15%Below typical
fewer lines added than baseline
20
1d794240connecting backend and frontend
vaibhav
4mo ago+1 -1
15%Below typical
fewer lines added than baseline
21
4e41e6feci: test GitHub Actions deployment pipeline
vaibhav
4mo ago+1 -0
15%Below typical
fewer lines added than baseline
22
976d6ab2ci: retrigger deployment
vaibhav
4mo ago+0 -0
4%Below typical
fewer lines added than baseline
23
e36caa52ci: trigger GitHub Actions deployment
vaibhav
4mo ago+0 -0
4%Below typical
fewer lines added than baseline
  • 31ca35c8feat(dashboard): implement full React dashboard with all features
    Author
    vaibhav
    When
    4mo ago
    Lines
    +6.5K -4
    Risk
    98%Elevated
  • d3a79b95feat: initial project setup and infrastructure boilerplate
    Author
    vaibhav
    When
    5mo ago
    Lines
    +3.4K -0
    Risk
    93%Elevated
  • ca9bda45feat(auth, webhooks, events): implement core API layer
    Author
    vaibhav
    When
    5mo ago
    Lines
    +661 -0
    Risk
    89%Elevated
  • 9df66679Revise README for improved clarity and organization
    Author
    Vaibhav Bhardwaj
    When
    4mo ago
    Lines
    +571 -264
    Risk
    85%Elevated
  • 95b879a5feat(delivery-engine): implement BullMQ queue, delivery worker, and HMAC signing
    Author
    vaibhav
    When
    4mo ago
    Lines
    +470 -68
    Risk
    80%Elevated
  • af718cd9Revise README for improved clarity and detail
    Author
    Vaibhav Bhardwaj
    When
    4mo ago
    Lines
    +392 -2
    Risk
    74%Elevated
  • 37a8a4c6feat(analytics, rate-limiting, idempotency): implement observability and protection layer
    Author
    vaibhav
    When
    4mo ago
    Lines
    +400 -5
    Risk
    74%Elevated
  • ea8a20fcfeat(dlq, tracking): implement DLQ endpoints and delivery history
    Author
    vaibhav
    When
    4mo ago
    Lines
    +305 -8
    Risk
    67%Elevated
  • 3990c5a7feat(deployment): add production Docker setup, Nginx, and GitHub Actions CI/CD
    Author
    vaibhav
    When
    4mo ago
    Lines
    +300 -12
    Risk
    63%Typical
  • 6b40bb30Initial commit
    Author
    Vaibhav Bhardwaj
    When
    5mo ago
    Lines
    +162 -0
    Risk
    59%Typical
  • aa04f2e8minor fixes to the code
    Author
    vaibhav
    When
    4mo ago
    Lines
    +32 -32
    Risk
    54%Typical
  • 2d5e3cb4feat: add demo login for recruiters
    Author
    vaibhav
    When
    4mo ago
    Lines
    +19 -0
    Risk
    50%Typical
  • a0ba94ccfix: proxy API through vercel to fix mixed content
    Author
    vaibhav
    When
    4mo ago
    Lines
    +10 -5
    Risk
    46%Typical
  • 8dc472ffdashboard deployed to vercel and specifics added in src/server.ts
    Author
    vaibhav
    When
    4mo ago
    Lines
    +6 -1
    Risk
    41%Typical
  • a88c931efix: fix Redis connection for production Docker environment and add OpenSSL to Dockerfile
    Author
    vaibhav
    When
    4mo ago
    Lines
    +5 -5
    Risk
    37%Typical
  • 910640e8fix(dashboard): hardcode production API URL for Vercel deployment
    Author
    vaibhav
    When
    4mo ago
    Lines
    +3 -3
    Risk
    33%Below typical
  • a9e1ed9afix: fix GitHub Actions workflow YAML syntax
    Author
    vaibhav
    When
    4mo ago
    Lines
    +2 -40
    Risk
    28%Below typical
  • e26d050aUpdate architecture section in README
    Author
    Vaibhav Bhardwaj
    When
    4mo ago
    Lines
    +1 -34
    Risk
    24%Below typical
  • 39b9c776fix: use relative API path in api.ts to fix mixed content
    Author
    vaibhav
    When
    4mo ago
    Lines
    +1 -1
    Risk
    15%Below typical
  • 1d794240connecting backend and frontend
    Author
    vaibhav
    When
    4mo ago
    Lines
    +1 -1
    Risk
    15%Below typical
  • 4e41e6feci: test GitHub Actions deployment pipeline
    Author
    vaibhav
    When
    4mo ago
    Lines
    +1 -0
    Risk
    15%Below typical
  • 976d6ab2ci: retrigger deployment
    Author
    vaibhav
    When
    4mo ago
    Lines
    +0 -0
    Risk
    4%Below typical
  • e36caa52ci: trigger GitHub Actions deployment
    Author
    vaibhav
    When
    4mo ago
    Lines
    +0 -0
    Risk
    4%Below typical
Showing 23 of 23 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.

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

Size against diffusion

The 23 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,000Lines changed (log) →0.03.4Diffusion →
Below typical8
Typical7
Elevated8

Commit history for vaibhavxbhardwaj/webhook-delivery-engine

Repowise tracks change history across 49 files in vaibhavxbhardwaj/webhook-delivery-engine. No file in the repository changed in the last 90 days. Every commit is scored for change risk from its size, spread and the history of the files it touches.