repowiserepowise
Sign in
baneeishaque/Account-Ledger-Server-PHP
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebaneeishaque/Account-Ledger-Server-PHP

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

18of 56 scored

18 commits sit in this repo's top risk tercile, which is 32% of the 56scored. 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 4.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 commits814%Commits whose subject reads as a bug fix rather than new work.Written by an agent814%Read from commit trailers, so it counts what was declared.Change diffusion0.18bitsShannon 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 threshold4.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 feature-led, now leaning fix.

Feature25%
Fix16%
Refactor4%
Docs14%
Deps7%
Chore20%
Other14%
14%of indexed commits are agent-attributed(8 of 56)
copilot (8)

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
3060f3baInitial commit
Banee Ishaque K
11mo ago+4.4K -0
99%Elevated
more lines added than baseline
2
55b5fbfadocs(roadmap): track 5 deferred items from delete_account efficiency review
Banee Ishaque K
2mo ago+220 -0
97%Elevated
more lines added than baseline
3
aadc5976docs(portability): explain MariaDB lock-in + MySQL migration recipe for delete_account.php
Banee Ishaque K
2mo ago+184 -0
96%Elevated
more lines added than baseline
4
b332c189docs(readme): create README — setup + endpoint inventory + doc index
Banee Ishaque K
2mo ago+134 -0
94%Elevated
more lines added than baseline
5
a6a38970docs(portability): extend with stored-routine cache + composite-index analysis + mysqli_report explainer
Banee Ishaque K
2mo ago+120 -0
92%Elevated
more lines added than baseline
6
5ba94c71docs: Add VSCode extension recommendations
Banee Ishaque K
11mo ago+95 -0
90%Elevated
more lines added than baseline
7
ca34d311feat(http-api): modernize update_account.php + self-parent guard
Banee Ishaque K
2mo ago+51 -16
88%Elevated
more lines added than baseline
8
a8f63e44feat(http_API): persist cash denomination counts in transactionsv2
Banee Ishaque K
2w ago+47 -2
86%Elevated
more lines added than baseline
9
6a50b88cfeat: GitHub Actions - Database Backup from Server via. mysqldump
Banee Ishaque K
11mo ago+42 -28
86%Elevated
more lines added than baseline
10
6727bf8bperf(http-api): delete_account.php — DELETE-first via MariaDB BEGIN NOT ATOMIC + 1451 handler
Banee Ishaque K
2mo ago+41 -33
82%Elevated
more lines added than baseline
11
6bb3e699feat(http-api): preflight-check delete_account.php via multi_query
Banee Ishaque K
2mo ago+42 -1
82%Elevated
more lines added than baseline
12
9d91d498feat(api): add update_account and delete_account endpoints
Banee Ishaque Kcopilotassisted
2mo ago+28 -0
79%Elevated
more lines added than baseline
13
d4e27b77perf(http-api): tighten delete_account.php transactionsv2 EXISTS + strict mode + affected_rows
Banee Ishaque K
2mo ago+27 -15
78%Elevated
more lines added than baseline
14
847cd43cfix(http-api): wrap delete_Transaction_v2 in transaction + prepared statement
Banee Ishaque Kcopilotassisted
2mo ago+22 -1
76%Elevated
more lines added than baseline
15
621c6a26fix: GitHub Actions - No Commits if there only meta data changes
Banee Ishaque K
11mo ago+19 -9
74%Elevated
more lines added than baseline
16
97ebe831Adds cSpell words to settings
Banee Ishaque K
11mo ago+17 -2
72%Elevated
more lines added than baseline
17
4ce36d81fix(http-api): modernize select_User.php with prepared statement
Banee Ishaque Kcopilotassisted
2mo ago+12 -1
71%Elevated
more focused than baseline
18
c474bb3ddocs: Update workflow to trigger on push and pull request
Banee Ishaque K
11mo ago+11 -1
69%Elevated
more focused than baseline
19
39f833f2feat: add development container configuration
Banee Ishaque K
5mo ago+11 -0
66%Typical
more focused than baseline
20
05d7a036chore(deps): update dependency heroku/heroku-buildpack-php to v259
renovate[bot]
11mo ago+11 -11
66%Typical
more subsystems than baseline
21
e5487b7fdocs: Add act.secrets_sample for secret management
Banee Ishaque K
11mo ago+10 -0
63%Typical
less familiar author than baseline
22
02b2c961Add .whitesource configuration file
whitesource-bolt-for-github[bot]
11mo ago+8 -0
62%Typical
fewer lines added than baseline
23
13bab40achore: vscode yaml schema configuration
Banee Ishaque K
11mo ago+8 -0
59%Typical
fewer lines added than baseline
24
cb4fe44dUpdate dependency heroku/heroku-buildpack-php to v231
renovate[bot]
11mo ago+8 -8
59%Typical
fewer lines added than baseline
25
691745c7Update dependency heroku/heroku-buildpack-php to v227
renovate[bot]
11mo ago+8 -8
54%Typical
fewer lines added than baseline
26
d5f4478bUpdate dependency heroku/heroku-buildpack-php to v226
renovate[bot]
11mo ago+8 -8
54%Typical
fewer lines added than baseline
27
1046d1f6Update dependency heroku/heroku-buildpack-php to v224
renovate[bot]
11mo ago+8 -8
54%Typical
fewer lines added than baseline
28
64c0fef3Initializes Docker setup for PHP API
Banee Ishaque K
9mo ago+7 -0
51%Typical
fewer lines added than baseline
29
bf17a1b3Add renovate.json
Renovate Bot
11mo ago+5 -0
49%Typical
fewer lines added than baseline
30
5d6c2409fix(backup): label commits with snapshot-request time, not mysqldump finish time
Banee Ishaque Kcopilotassisted
2mo ago+5 -3
47%Typical
fewer lines added than baseline
31
a20b52bafix(http_API): treat null/absent parent_account_id as root in select_User_Accounts
Banee Ishaque K
2w ago+4 -2
43%Typical
fewer lines added than baseline
32
70b40110fix(http_API): treat null/absent parent_account_id as root in select_User_Accounts_v2
Banee Ishaque K
2w ago+4 -2
43%Typical
fewer lines added than baseline
33
d9fde0bechore(vscode): add transactionsv to cSpell + alphabetize
Banee Ishaque K
2mo ago+4 -3
43%Typical
fewer lines added than baseline
34
cb6f0901feat(devcontainer): add git-lfs support to development environment
Banee Ishaque K
5mo ago+4 -0
43%Typical
fewer lines added than baseline
35
68eb7a1cchore(vscode): wire mise github-backend PHP as built-in interpreter
Banee Ishaque Kcopilotassisted
2mo ago+2 -0
36%Typical
fewer lines added than baseline
36
7eca50bechore(ci): remove sudo from apt commands in database-backup workflow
Banee Ishaque K
5mo ago+2 -2
36%Typical
fewer lines added than baseline
37
15f05b6eInstalls mysqli PHP extension
Banee Ishaque K
9mo ago+2 -0
36%Typical
fewer lines added than baseline
38
e1a69769Adds mise PHP configuration
Banee Ishaque K
10mo ago+2 -0
36%Typical
fewer lines added than baseline
39
3c271cc2chore(deps): update actions/checkout action to v5
renovate[bot]
11mo ago+1 -1
30%Below typical
fewer lines added than baseline
40
eddb787fclean: remove heroku specific stuffs
Banee Ishaque K
11mo ago+2 -52
30%Below typical
fewer lines added than baseline
41
e3be62f2Adds missing EOF newline
Banee Ishaque K
11mo ago+1 -1
22%Below typical
fewer lines added than baseline
42
fa1ed066chore(config): migrate config renovate.json
renovate[bot]
11mo ago+1 -1
22%Below typical
fewer lines added than baseline
43
a46dacd3docs(.vscode): Add dotenv extension to recommended extensions
Banee Ishaque K
11mo ago+1 -0
22%Below typical
fewer lines added than baseline
44
e4f12d6afeat(.vscode): Add SQL extension to recommended extensions
Banee Ishaque K
11mo ago+1 -0
22%Below typical
fewer lines added than baseline
45
616fd7e2feat: Improves database backup formatting
Banee Ishaque K
11mo ago+1 -0
22%Below typical
fewer lines added than baseline
46
546ef23echore(deps): update actions/checkout action to v4
renovate[bot]
11mo ago+1 -1
22%Below typical
fewer lines added than baseline
47
ce734155fix: database-backup.yml - disabled mysqldump column-statistics
Banee Ishaque K
11mo ago+1 -1
22%Below typical
fewer lines added than baseline
48
5371a39bfix(mise): bump adwinying/php from 8.4.11 to 8.5.6 (latest)
Banee Ishaque Kcopilotassisted
2mo ago+1 -1
13%Below typical
fewer lines added than baseline
49
3e619d2dfix(mise): migrate php from deprecated ubi backend to github backend
Banee Ishaque Kcopilotassisted
2mo ago+1 -1
13%Below typical
fewer lines added than baseline
50
926f6f7echore(gitignore): add scratch/ for repo-scratch-output-capture skill
Banee Ishaque Kcopilotassisted
2mo ago+1 -0
13%Below typical
fewer lines added than baseline
  • 3060f3baInitial commit
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +4.4K -0
    Risk
    99%Elevated
  • 55b5fbfadocs(roadmap): track 5 deferred items from delete_account efficiency review
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +220 -0
    Risk
    97%Elevated
  • aadc5976docs(portability): explain MariaDB lock-in + MySQL migration recipe for delete_account.php
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +184 -0
    Risk
    96%Elevated
  • b332c189docs(readme): create README — setup + endpoint inventory + doc index
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +134 -0
    Risk
    94%Elevated
  • a6a38970docs(portability): extend with stored-routine cache + composite-index analysis + mysqli_report explainer
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +120 -0
    Risk
    92%Elevated
  • 5ba94c71docs: Add VSCode extension recommendations
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +95 -0
    Risk
    90%Elevated
  • ca34d311feat(http-api): modernize update_account.php + self-parent guard
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +51 -16
    Risk
    88%Elevated
  • a8f63e44feat(http_API): persist cash denomination counts in transactionsv2
    Author
    Banee Ishaque K
    When
    2w ago
    Lines
    +47 -2
    Risk
    86%Elevated
  • 6a50b88cfeat: GitHub Actions - Database Backup from Server via. mysqldump
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +42 -28
    Risk
    86%Elevated
  • 6727bf8bperf(http-api): delete_account.php — DELETE-first via MariaDB BEGIN NOT ATOMIC + 1451 handler
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +41 -33
    Risk
    82%Elevated
  • 6bb3e699feat(http-api): preflight-check delete_account.php via multi_query
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +42 -1
    Risk
    82%Elevated
  • 9d91d498feat(api): add update_account and delete_account endpoints
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +28 -0
    Risk
    79%Elevated
  • d4e27b77perf(http-api): tighten delete_account.php transactionsv2 EXISTS + strict mode + affected_rows
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +27 -15
    Risk
    78%Elevated
  • 847cd43cfix(http-api): wrap delete_Transaction_v2 in transaction + prepared statement
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +22 -1
    Risk
    76%Elevated
  • 621c6a26fix: GitHub Actions - No Commits if there only meta data changes
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +19 -9
    Risk
    74%Elevated
  • 97ebe831Adds cSpell words to settings
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +17 -2
    Risk
    72%Elevated
  • 4ce36d81fix(http-api): modernize select_User.php with prepared statement
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +12 -1
    Risk
    71%Elevated
  • c474bb3ddocs: Update workflow to trigger on push and pull request
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +11 -1
    Risk
    69%Elevated
  • 39f833f2feat: add development container configuration
    Author
    Banee Ishaque K
    When
    5mo ago
    Lines
    +11 -0
    Risk
    66%Typical
  • 05d7a036chore(deps): update dependency heroku/heroku-buildpack-php to v259
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +11 -11
    Risk
    66%Typical
  • e5487b7fdocs: Add act.secrets_sample for secret management
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +10 -0
    Risk
    63%Typical
  • 02b2c961Add .whitesource configuration file
    Author
    whitesource-bolt-for-github[bot]
    When
    11mo ago
    Lines
    +8 -0
    Risk
    62%Typical
  • 13bab40achore: vscode yaml schema configuration
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +8 -0
    Risk
    59%Typical
  • cb4fe44dUpdate dependency heroku/heroku-buildpack-php to v231
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +8 -8
    Risk
    59%Typical
  • 691745c7Update dependency heroku/heroku-buildpack-php to v227
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +8 -8
    Risk
    54%Typical
  • d5f4478bUpdate dependency heroku/heroku-buildpack-php to v226
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +8 -8
    Risk
    54%Typical
  • 1046d1f6Update dependency heroku/heroku-buildpack-php to v224
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +8 -8
    Risk
    54%Typical
  • 64c0fef3Initializes Docker setup for PHP API
    Author
    Banee Ishaque K
    When
    9mo ago
    Lines
    +7 -0
    Risk
    51%Typical
  • bf17a1b3Add renovate.json
    Author
    Renovate Bot
    When
    11mo ago
    Lines
    +5 -0
    Risk
    49%Typical
  • 5d6c2409fix(backup): label commits with snapshot-request time, not mysqldump finish time
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +5 -3
    Risk
    47%Typical
  • a20b52bafix(http_API): treat null/absent parent_account_id as root in select_User_Accounts
    Author
    Banee Ishaque K
    When
    2w ago
    Lines
    +4 -2
    Risk
    43%Typical
  • 70b40110fix(http_API): treat null/absent parent_account_id as root in select_User_Accounts_v2
    Author
    Banee Ishaque K
    When
    2w ago
    Lines
    +4 -2
    Risk
    43%Typical
  • d9fde0bechore(vscode): add transactionsv to cSpell + alphabetize
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +4 -3
    Risk
    43%Typical
  • cb6f0901feat(devcontainer): add git-lfs support to development environment
    Author
    Banee Ishaque K
    When
    5mo ago
    Lines
    +4 -0
    Risk
    43%Typical
  • 68eb7a1cchore(vscode): wire mise github-backend PHP as built-in interpreter
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +2 -0
    Risk
    36%Typical
  • 7eca50bechore(ci): remove sudo from apt commands in database-backup workflow
    Author
    Banee Ishaque K
    When
    5mo ago
    Lines
    +2 -2
    Risk
    36%Typical
  • 15f05b6eInstalls mysqli PHP extension
    Author
    Banee Ishaque K
    When
    9mo ago
    Lines
    +2 -0
    Risk
    36%Typical
  • e1a69769Adds mise PHP configuration
    Author
    Banee Ishaque K
    When
    10mo ago
    Lines
    +2 -0
    Risk
    36%Typical
  • 3c271cc2chore(deps): update actions/checkout action to v5
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +1 -1
    Risk
    30%Below typical
  • eddb787fclean: remove heroku specific stuffs
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +2 -52
    Risk
    30%Below typical
  • e3be62f2Adds missing EOF newline
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +1 -1
    Risk
    22%Below typical
  • fa1ed066chore(config): migrate config renovate.json
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +1 -1
    Risk
    22%Below typical
  • a46dacd3docs(.vscode): Add dotenv extension to recommended extensions
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +1 -0
    Risk
    22%Below typical
  • e4f12d6afeat(.vscode): Add SQL extension to recommended extensions
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +1 -0
    Risk
    22%Below typical
  • 616fd7e2feat: Improves database backup formatting
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +1 -0
    Risk
    22%Below typical
  • 546ef23echore(deps): update actions/checkout action to v4
    Author
    renovate[bot]
    When
    11mo ago
    Lines
    +1 -1
    Risk
    22%Below typical
  • ce734155fix: database-backup.yml - disabled mysqldump column-statistics
    Author
    Banee Ishaque K
    When
    11mo ago
    Lines
    +1 -1
    Risk
    22%Below typical
  • 5371a39bfix(mise): bump adwinying/php from 8.4.11 to 8.5.6 (latest)
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 3e619d2dfix(mise): migrate php from deprecated ubi backend to github backend
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +1 -1
    Risk
    13%Below typical
  • 926f6f7echore(gitignore): add scratch/ for repo-scratch-output-capture skill
    Author
    Banee Ishaque K
    When
    2mo ago
    Lines
    +1 -0
    Risk
    13%Below typical
Showing 50 of 56 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.

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

Size against diffusion

The 56 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.9Diffusion →
Below typical18
Typical20
Elevated18

Commit history for baneeishaque/Account-Ledger-Server-PHP

baneeishaque/Account-Ledger-Server-PHP has 57 commits in its history from 4 contributors, the first of them Aug 31, 2025. In the last 90 days 8 files were touched, 12 times in total, most often delete_account.php. Every commit is scored for change risk from its size, spread and the history of the files it touches.