repowiserepowise
Sign in
sameer11001/fintechwave
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisesameer11001/fintechwave

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

7of 23 scored

7 commits sit in this repo's top risk tercile, which is 30% 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.5 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 commits14%Commits whose subject reads as a bug fix rather than new work.Change diffusion2.85bitsShannon 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.5out 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 other-led, now leaning feature.

Feature39%
Refactor17%
Docs13%
Other30%

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
ab5433c9feat: implement Phase 3 services, Kafka messaging, and restructure user service - Phase 3 Services: Introduced fraud-service, notification-service, and reporting-service to the platform. - Event-Driven Architecture: Integrated Spring Kafka across microservices to enable asynchronous communication and implement event-driven data integrity (transactional outbox pattern). - Service Restructuring: Completely replaced iam-service with the new user-service, removing legacy IAM models and controllers.
sameer-2002-a
2mo ago+8.1K -579
96%Elevated
more lines added than baseline
2
8018f099init commit
sameer-2002-a
2mo ago+4.9K -0
96%Elevated
more lines added than baseline
3
b7ea2ce7feat: implement comprehensive reporting service including dashboard metrics, ledger indexing, and event consumption integration
sameer-2002-a
1mo ago+2.4K -278
83%Elevated
more lines added than baseline
4
022b434bfeat: migrate infrastructure, add observability stack, and update service configurations.
sameer-2002-a
2mo ago+4.3K -17
83%Elevated
more lines added than baseline
5
61680403feat: implement CQRS read models and outbox pattern across services while refactoring reporting architecture add debezium instead of handling the outbox relay manual update some config and fixing some error add in core to handle downstream service exceptions in seprate exception handle due to some thing s that depend on the webflux and webflux doesnt exist in all library
sameer-2002-a
2mo ago+2.1K -1.0K
83%Elevated
more lines added than baseline
6
727f8359feat: Implement ledger service with double-entry bookkeeping
sameer-2002-a
2mo ago+2.9K -960
83%Elevated
more lines added than baseline
7
0d355230feat: implement gRPC ledger integration and standardize service Global exception handling across services
sameer-2002-a
2mo ago+1.3K -433
72%Elevated
more lines added than baseline
8
6be017d0feat: implement comprehensive Kafka infrastructure for DLQ, event-driven outbox patterns, and unified logging across microservices.
sameer-2002-a
1mo ago+1.1K -193
65%Typical
more lines added than baseline
9
d0507376refactor: split ReportingEventConsumer into specialized event-driven consumers across services and either for notification consumer
sameer-2002-a
2mo ago+525 -119
65%Typical
more lines added than baseline
10
50c3873crefactor: migrate to virtual threads, standardize distributed scheduling with ShedLock, and consolidate observability context management with enhancing on the observability
sameer-2002-a
1mo ago+1.0K -622
57%Typical
more lines added than baseline
11
51691c36big changes and make the project work
sameer-2002-a
2mo ago+907 -262
57%Typical
more lines added than baseline
12
189bdcb8fix error and update the README
sameer-2002-a
2mo ago+687 -21
50%Typical
more lines added than baseline
13
55e10405add the config server
sameer-2002-a
2mo ago+279 -31
46%Typical
more lines added than baseline
14
fa7743d8update the documents
sameer-2002-a
1mo ago+124 -98
41%Typical
more lines added than baseline
15
471fc3b7feat: add CashOutMethod support and implement ledger event handlers for cash-out workflows spring boot version 3.5.15 upgrade
sameer-2002-a
2mo ago+180 -82
37%Typical
more lines added than baseline
16
036e11b8docs: update README with detailed technical architecture, stack components, and deployment instructions
sameer-2002-a
1mo ago+75 -37
33%Below typical
more lines added than baseline
17
c7a3ef6erefactor: rename userId to keycloakId in user profile service methods for clarity and add photo in README
sameer-2002-a
2mo ago+49 -505
28%Below typical
more lines added than baseline
18
2d85ff6bupdate some versions
sameer-2002-a
2mo ago+5 -5
24%Below typical
fewer lines added than baseline
19
fe919ee5move the configuration to the config server
sameer-2002-a
2mo ago+2 -666
20%Below typical
fewer lines added than baseline
20
e41773d3change on gitignore
sameer-2002-a
2mo ago+1 -0
15%Below typical
fewer lines added than baseline
21
dcdb7b09Delete .idea directory
Samir.A.A#
2mo ago+0 -72
11%Below typical
fewer lines added than baseline
22
73d99a43change in README
sameer-2002-a
2mo ago+1 -1
7%Below typical
fewer lines added than baseline
23
5d220559Delete .vscode directory
Samir.A.A#
2mo ago+0 -4
2%Below typical
fewer lines added than baseline
  • ab5433c9feat: implement Phase 3 services, Kafka messaging, and restructure user service - Phase 3 Services: Introduced fraud-service, notification-service, and reporting-service to the platform. - Event-Driven Architecture: Integrated Spring Kafka across microservices to enable asynchronous communication and implement event-driven data integrity (transactional outbox pattern). - Service Restructuring: Completely replaced iam-service with the new user-service, removing legacy IAM models and controllers.
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +8.1K -579
    Risk
    96%Elevated
  • 8018f099init commit
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +4.9K -0
    Risk
    96%Elevated
  • b7ea2ce7feat: implement comprehensive reporting service including dashboard metrics, ledger indexing, and event consumption integration
    Author
    sameer-2002-a
    When
    1mo ago
    Lines
    +2.4K -278
    Risk
    83%Elevated
  • 022b434bfeat: migrate infrastructure, add observability stack, and update service configurations.
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +4.3K -17
    Risk
    83%Elevated
  • 61680403feat: implement CQRS read models and outbox pattern across services while refactoring reporting architecture add debezium instead of handling the outbox relay manual update some config and fixing some error add in core to handle downstream service exceptions in seprate exception handle due to some thing s that depend on the webflux and webflux doesnt exist in all library
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +2.1K -1.0K
    Risk
    83%Elevated
  • 727f8359feat: Implement ledger service with double-entry bookkeeping
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +2.9K -960
    Risk
    83%Elevated
  • 0d355230feat: implement gRPC ledger integration and standardize service Global exception handling across services
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +1.3K -433
    Risk
    72%Elevated
  • 6be017d0feat: implement comprehensive Kafka infrastructure for DLQ, event-driven outbox patterns, and unified logging across microservices.
    Author
    sameer-2002-a
    When
    1mo ago
    Lines
    +1.1K -193
    Risk
    65%Typical
  • d0507376refactor: split ReportingEventConsumer into specialized event-driven consumers across services and either for notification consumer
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +525 -119
    Risk
    65%Typical
  • 50c3873crefactor: migrate to virtual threads, standardize distributed scheduling with ShedLock, and consolidate observability context management with enhancing on the observability
    Author
    sameer-2002-a
    When
    1mo ago
    Lines
    +1.0K -622
    Risk
    57%Typical
  • 51691c36big changes and make the project work
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +907 -262
    Risk
    57%Typical
  • 189bdcb8fix error and update the README
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +687 -21
    Risk
    50%Typical
  • 55e10405add the config server
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +279 -31
    Risk
    46%Typical
  • fa7743d8update the documents
    Author
    sameer-2002-a
    When
    1mo ago
    Lines
    +124 -98
    Risk
    41%Typical
  • 471fc3b7feat: add CashOutMethod support and implement ledger event handlers for cash-out workflows spring boot version 3.5.15 upgrade
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +180 -82
    Risk
    37%Typical
  • 036e11b8docs: update README with detailed technical architecture, stack components, and deployment instructions
    Author
    sameer-2002-a
    When
    1mo ago
    Lines
    +75 -37
    Risk
    33%Below typical
  • c7a3ef6erefactor: rename userId to keycloakId in user profile service methods for clarity and add photo in README
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +49 -505
    Risk
    28%Below typical
  • 2d85ff6bupdate some versions
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +5 -5
    Risk
    24%Below typical
  • fe919ee5move the configuration to the config server
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +2 -666
    Risk
    20%Below typical
  • e41773d3change on gitignore
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +1 -0
    Risk
    15%Below typical
  • dcdb7b09Delete .idea directory
    Author
    Samir.A.A#
    When
    2mo ago
    Lines
    +0 -72
    Risk
    11%Below typical
  • 73d99a43change in README
    Author
    sameer-2002-a
    When
    2mo ago
    Lines
    +1 -1
    Risk
    7%Below typical
  • 5d220559Delete .vscode directory
    Author
    Samir.A.A#
    When
    2mo ago
    Lines
    +0 -4
    Risk
    2%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.

07↑ typical↑ 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.06.2Diffusion →
Below typical8
Typical8
Elevated7

Commit history for sameer11001/fintechwave

Repowise tracks change history across 261 files in sameer11001/fintechwave. In the last 90 days 261 files were touched, 444 times in total, most often TransactionEventConsumer.java. Every commit is scored for change risk from its size, spread and the history of the files it touches.