repowiserepowise
Sign in
FaserF/ha-moneymanager
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseFaserF/ha-moneymanager

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 22 scored

7 commits sit in this repo's top risk tercile, which is 32% of the 22scored. 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.8 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 commits1150%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.81bitsShannon 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.8out 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.

How this repo's commit mix shifts over time.

Fix59%
Refactor18%
Docs5%
Chore14%
Other5%

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
582c94c4Initial commit
Fabian Seitz
2d ago+6.3K -0
98%Elevated
more lines added than baseline
2
bb9d9417style: auto-fix and format with Ruff [skip ci]
FaserF
2d ago+107 -44
93%Elevated
more lines added than baseline
3
e85317d6fix(tests): resolve async mock errors
Fabian Seitz
2d ago+108 -57
89%Elevated
more lines added than baseline
4
62949cc9fix release changelog generator
Fabian Seitz
2d ago+61 -32
84%Elevated
more lines added than baseline
5
cb564c27fix(release): streamline release workflow and compatibility improvements
Fabian Seitz
1d ago+39 -40
80%Elevated
more lines added than baseline
6
e7ccad25chore(ci): switch workflow actions to major versions and standardise ruff/mypy configs
Fabian Seitz
23h ago+27 -26
75%Elevated
more lines added than baseline
7
955155d6fix(lint): fix wildcard imports and add noqa BLE001 to scripts
Fabian Seitz
23h ago+13 -13
70%Elevated
more scattered than baseline
8
379884dfstyle: auto-fix and format with Ruff [skip ci]
FaserF
2d ago+8 -4
66%Typical
fewer lines added than baseline
9
fb94d565fix(ci): resolve python syntax and dynamic release path errors
Fabian Seitz
23h ago+7 -2
59%Typical
fewer lines added than baseline
10
873ef791style: auto-fix and format with Ruff [skip ci]
FaserF
2d ago+7 -4
59%Typical
fewer lines added than baseline
11
2586c034fix(release): fix exception syntax and standardize release asset to DOMAIN.zip
Fabian Seitz
21h ago+4 -4
50%Typical
fewer lines added than baseline
12
61fe1f24chore(ci): enforce python 3.14 major.minor and fix mypy typing
Fabian Seitz
23h ago+4 -4
50%Typical
fewer lines added than baseline
13
d0abd673chore(dev): bump to 1.0.1-dev0 [skip ci]
github-actions[bot]
2d ago+3 -3
43%Typical
fewer lines added than baseline
14
66fe1a2cfix(version_manager): catch generic Exception to prevent ruff tuple rewriting
Fabian Seitz
21h ago+2 -2
34%Typical
fewer lines added than baseline
15
bed39f93fix(release): evaluate DOMAIN variable in create release step
Fabian Seitz
21h ago+2 -1
34%Typical
fewer lines added than baseline
16
e08497c0fix(release): standardize zip artifact upload and fix typing
Fabian Seitz
23h ago+2 -2
34%Typical
fewer lines added than baseline
17
14806d05style: auto-fix and format with Ruff [skip ci]
FaserF
21h ago+1 -1
16%Below typical
fewer lines added than baseline
18
c9a9d82ffix(tests): fix conftest mock config, clean mocks and add noqa SIM102
Fabian Seitz
22h ago+1 -1
16%Below typical
fewer lines added than baseline
19
78c05c80fix(ci): disable unsafe-fixes in ruff step and ensure parenthesized exceptions
Fabian Seitz
22h ago+1 -1
16%Below typical
fewer lines added than baseline
20
692bab7bfix(lint): replace blind exception in changelog_builder.py (BLE001)
Fabian Seitz
23h ago+1 -1
16%Below typical
fewer lines added than baseline
21
b019083cfix(ci): fix pyproject toml duplicate keys and lint settings
Fabian Seitz
23h ago+1 -15
16%Below typical
fewer lines added than baseline
22
8a91b27ffix(ci): fix ruff shebang (EXE001) and exception handling (BLE001)
Fabian Seitz
23h ago+0 -1
2%Below typical
fewer lines added than baseline
  • 582c94c4Initial commit
    Author
    Fabian Seitz
    When
    2d ago
    Lines
    +6.3K -0
    Risk
    98%Elevated
  • bb9d9417style: auto-fix and format with Ruff [skip ci]
    Author
    FaserF
    When
    2d ago
    Lines
    +107 -44
    Risk
    93%Elevated
  • e85317d6fix(tests): resolve async mock errors
    Author
    Fabian Seitz
    When
    2d ago
    Lines
    +108 -57
    Risk
    89%Elevated
  • 62949cc9fix release changelog generator
    Author
    Fabian Seitz
    When
    2d ago
    Lines
    +61 -32
    Risk
    84%Elevated
  • cb564c27fix(release): streamline release workflow and compatibility improvements
    Author
    Fabian Seitz
    When
    1d ago
    Lines
    +39 -40
    Risk
    80%Elevated
  • e7ccad25chore(ci): switch workflow actions to major versions and standardise ruff/mypy configs
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +27 -26
    Risk
    75%Elevated
  • 955155d6fix(lint): fix wildcard imports and add noqa BLE001 to scripts
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +13 -13
    Risk
    70%Elevated
  • 379884dfstyle: auto-fix and format with Ruff [skip ci]
    Author
    FaserF
    When
    2d ago
    Lines
    +8 -4
    Risk
    66%Typical
  • fb94d565fix(ci): resolve python syntax and dynamic release path errors
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +7 -2
    Risk
    59%Typical
  • 873ef791style: auto-fix and format with Ruff [skip ci]
    Author
    FaserF
    When
    2d ago
    Lines
    +7 -4
    Risk
    59%Typical
  • 2586c034fix(release): fix exception syntax and standardize release asset to DOMAIN.zip
    Author
    Fabian Seitz
    When
    21h ago
    Lines
    +4 -4
    Risk
    50%Typical
  • 61fe1f24chore(ci): enforce python 3.14 major.minor and fix mypy typing
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +4 -4
    Risk
    50%Typical
  • d0abd673chore(dev): bump to 1.0.1-dev0 [skip ci]
    Author
    github-actions[bot]
    When
    2d ago
    Lines
    +3 -3
    Risk
    43%Typical
  • 66fe1a2cfix(version_manager): catch generic Exception to prevent ruff tuple rewriting
    Author
    Fabian Seitz
    When
    21h ago
    Lines
    +2 -2
    Risk
    34%Typical
  • bed39f93fix(release): evaluate DOMAIN variable in create release step
    Author
    Fabian Seitz
    When
    21h ago
    Lines
    +2 -1
    Risk
    34%Typical
  • e08497c0fix(release): standardize zip artifact upload and fix typing
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +2 -2
    Risk
    34%Typical
  • 14806d05style: auto-fix and format with Ruff [skip ci]
    Author
    FaserF
    When
    21h ago
    Lines
    +1 -1
    Risk
    16%Below typical
  • c9a9d82ffix(tests): fix conftest mock config, clean mocks and add noqa SIM102
    Author
    Fabian Seitz
    When
    22h ago
    Lines
    +1 -1
    Risk
    16%Below typical
  • 78c05c80fix(ci): disable unsafe-fixes in ruff step and ensure parenthesized exceptions
    Author
    Fabian Seitz
    When
    22h ago
    Lines
    +1 -1
    Risk
    16%Below typical
  • 692bab7bfix(lint): replace blind exception in changelog_builder.py (BLE001)
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +1 -1
    Risk
    16%Below typical
  • b019083cfix(ci): fix pyproject toml duplicate keys and lint settings
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +1 -15
    Risk
    16%Below typical
  • 8a91b27ffix(ci): fix ruff shebang (EXE001) and exception handling (BLE001)
    Author
    Fabian Seitz
    When
    23h ago
    Lines
    +0 -1
    Risk
    2%Below typical
Showing 22 of 22 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.

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

Size against diffusion

The 22 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.04.9Diffusion →
Below typical6
Typical9
Elevated7

Commit history for FaserF/ha-moneymanager

FaserF/ha-moneymanager has 22 commits in its history from 3 contributors, the first of them Aug 24, 2026. In the last 90 days 22 files were touched, 47 times in total, most often calculate_release_details.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.