repowiserepowise
Sign in
Hankanman/Docs-to-Site
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseHankanman/Docs-to-Site

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

6of 18 scored

6 commits sit in this repo's top risk tercile, which is 33% of the 18scored. 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 8.3 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 commits16%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.19bitsShannon 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 threshold8.3out 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.

Fix6%
Refactor17%
Docs28%
Test17%
Other33%

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
5704d3bbRefactor document conversion architecture and enhance UI functionality
Hankanman
1y ago+901 -267
94%Elevated
more lines added than baseline
2
7cdedd8bRefactor document conversion functionality and enhance setup configuration
Hankanman
1y ago+992 -756
94%Elevated
more lines added than baseline
3
32af3c27Initial commit: Add Markdown Document Converter project structure, including core functionality, CLI, documentation, and testing setup. Introduced support for various document formats, MkDocs integration, and best practices for development.
Hankanman
1y ago+895 -0
86%Elevated
more lines added than baseline
4
ad121852Enhance image processing and Markdown output in Docs-to-Site converter
Hankanman
1y ago+373 -186
78%Elevated
more lines added than baseline
5
70668089Refactor project structure and update documentation for Docs-to-Site converter
Hankanman
1y ago+510 -103
78%Elevated
more lines added than baseline
6
779fdb45Enhance README and CI workflow; add ImageMagick support for WMF conversion
Hankanman
1y ago+162 -94
69%Elevated
more lines added than baseline
7
fd1527b4Enhance image handling in DocumentConverter
Hankanman
1y ago+118 -20
64%Typical
more lines added than baseline
8
07c0eefcEnhance document conversion and image processing functionality
Hankanman
1y ago+103 -35
58%Typical
more lines added than baseline
9
e5921040Refactor document conversion and enhance image processing capabilities
Hankanman
1y ago+126 -794
50%Typical
more lines added than baseline
10
ff55bf97Enhance WMF image conversion functionality in image_processor.py
Hankanman
1y ago+79 -16
50%Typical
more lines added than baseline
11
0e38f776Enhance MkDocs configuration and document conversion tests
Hankanman
1y ago+63 -33
42%Typical
more lines added than baseline
12
e4197030Enhance Markdown formatting in document_converter.py
Hankanman
1y ago+36 -0
36%Typical
more lines added than baseline
13
dfd98752Add JUnit XML test results output and update CI workflow for enhanced coverage reporting
Hankanman
1y ago+23 -2
31%Below typical
more lines added than baseline
14
eb85e57dEnhance Markdown formatting in document conversion
Hankanman
1y ago+7 -0
25%Below typical
fewer lines added than baseline
15
2e17c7beEnhance README with GitHub branch status badge and update Codecov action in CI workflow to v5 with token support
Hankanman
1y ago+6 -5
19%Below typical
fewer lines added than baseline
16
b3422f95Fix indentation in Codecov action configuration in GitHub Actions workflow
Hankanman
1y ago+3 -3
14%Below typical
fewer lines added than baseline
17
14080c6fUpdate Python version matrix in GitHub Actions workflow to include Python 3.13 and remove 3.8 and 3.9
Hankanman
1y ago+1 -1
8%Below typical
fewer lines added than baseline
18
933a9b41Remove obsolete JUnit XML test results file as part of project cleanup
Hankanman
1y ago+0 -14
3%Below typical
fewer lines added than baseline
  • 5704d3bbRefactor document conversion architecture and enhance UI functionality
    Author
    Hankanman
    When
    1y ago
    Lines
    +901 -267
    Risk
    94%Elevated
  • 7cdedd8bRefactor document conversion functionality and enhance setup configuration
    Author
    Hankanman
    When
    1y ago
    Lines
    +992 -756
    Risk
    94%Elevated
  • 32af3c27Initial commit: Add Markdown Document Converter project structure, including core functionality, CLI, documentation, and testing setup. Introduced support for various document formats, MkDocs integration, and best practices for development.
    Author
    Hankanman
    When
    1y ago
    Lines
    +895 -0
    Risk
    86%Elevated
  • ad121852Enhance image processing and Markdown output in Docs-to-Site converter
    Author
    Hankanman
    When
    1y ago
    Lines
    +373 -186
    Risk
    78%Elevated
  • 70668089Refactor project structure and update documentation for Docs-to-Site converter
    Author
    Hankanman
    When
    1y ago
    Lines
    +510 -103
    Risk
    78%Elevated
  • 779fdb45Enhance README and CI workflow; add ImageMagick support for WMF conversion
    Author
    Hankanman
    When
    1y ago
    Lines
    +162 -94
    Risk
    69%Elevated
  • fd1527b4Enhance image handling in DocumentConverter
    Author
    Hankanman
    When
    1y ago
    Lines
    +118 -20
    Risk
    64%Typical
  • 07c0eefcEnhance document conversion and image processing functionality
    Author
    Hankanman
    When
    1y ago
    Lines
    +103 -35
    Risk
    58%Typical
  • e5921040Refactor document conversion and enhance image processing capabilities
    Author
    Hankanman
    When
    1y ago
    Lines
    +126 -794
    Risk
    50%Typical
  • ff55bf97Enhance WMF image conversion functionality in image_processor.py
    Author
    Hankanman
    When
    1y ago
    Lines
    +79 -16
    Risk
    50%Typical
  • 0e38f776Enhance MkDocs configuration and document conversion tests
    Author
    Hankanman
    When
    1y ago
    Lines
    +63 -33
    Risk
    42%Typical
  • e4197030Enhance Markdown formatting in document_converter.py
    Author
    Hankanman
    When
    1y ago
    Lines
    +36 -0
    Risk
    36%Typical
  • dfd98752Add JUnit XML test results output and update CI workflow for enhanced coverage reporting
    Author
    Hankanman
    When
    1y ago
    Lines
    +23 -2
    Risk
    31%Below typical
  • eb85e57dEnhance Markdown formatting in document conversion
    Author
    Hankanman
    When
    1y ago
    Lines
    +7 -0
    Risk
    25%Below typical
  • 2e17c7beEnhance README with GitHub branch status badge and update Codecov action in CI workflow to v5 with token support
    Author
    Hankanman
    When
    1y ago
    Lines
    +6 -5
    Risk
    19%Below typical
  • b3422f95Fix indentation in Codecov action configuration in GitHub Actions workflow
    Author
    Hankanman
    When
    1y ago
    Lines
    +3 -3
    Risk
    14%Below typical
  • 14080c6fUpdate Python version matrix in GitHub Actions workflow to include Python 3.13 and remove 3.8 and 3.9
    Author
    Hankanman
    When
    1y ago
    Lines
    +1 -1
    Risk
    8%Below typical
  • 933a9b41Remove obsolete JUnit XML test results file as part of project cleanup
    Author
    Hankanman
    When
    1y ago
    Lines
    +0 -14
    Risk
    3%Below typical
Showing 18 of 18 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.

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

Size against diffusion

The 18 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.1Diffusion →
Below typical6
Typical6
Elevated6

Commit history for Hankanman/Docs-to-Site

Hankanman/Docs-to-Site has 18 commits in its history from 1 contributor, the first of them Jan 7, 2025. 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.