repowiserepowise
Sign in
yairEO/css-utility-functions
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseyairEO/css-utility-functions

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

9of 27 scored

9 commits sit in this repo's top risk tercile, which is 33% of the 27scored. 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 2.7 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 commits00%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.13bitsShannon 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 threshold2.7out 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.

Consistently other-driven across its history.

Other100%

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
221846f4first commit
Yair Even Or
6mo ago+6.3K -0
98%Elevated
more lines added than baseline
2
ec2afe5aexpoded `index.html`
Yair Even Or
6mo ago+2.2K -1
94%Elevated
more lines added than baseline
3
65e84eca- deprectaed `--z-index()` function - improved `--shadow()` function by adding an "angle" parameter - created a `--bevel()` function which internally re-uses the `--shadow()` function. - improved some docs' examples
Yair Even Or
6mo ago+897 -189
89%Elevated
more lines added than baseline
4
21b21faachore(build): improve version header handling and add project docs
Yair Even Or
6mo ago+781 -8
89%Elevated
more lines added than baseline
5
25bea528- Add installation partial with npm install and unpkg CDN examples - Create add-header.js script to inject version/author/repo header into CSS - Update build scripts to automatically add headers to dist files - Configure cssnano to preserve header comments in minified output - Remove duplicate section files from docs/html/sections root - Update layout.html to include installation section after intro - Update package.json build scripts to run header injection"
Yair Even Or
6mo ago+401 -370
81%Elevated
more lines added than baseline
6
6f318a2cfirst commit
Yair Even Or
6mo ago+347 -4
81%Elevated
more lines added than baseline
7
7d28da62Added new function: `polka-dots()`
Yair Even Or
5mo ago+279 -2
76%Elevated
more lines added than baseline
8
754cbf6aUpdate CONTRIBUTING.md to enhance documentation clarity and structure
Yair Even Or
6mo ago+43 -13
72%Elevated
more lines added than baseline
9
16318d1cimproved sidebar CSS
Yair Even Or
5mo ago+4 -4
69%Elevated
fewer lines added than baseline
10
474cebca1.2.1
Yair Even Or
5mo ago+4 -4
63%Typical
fewer lines added than baseline
11
bfa612f11.0.1
Yair Even Or
6mo ago+3 -4
63%Typical
fewer lines added than baseline
12
e95d62b11.2.0
Yair Even Or
5mo ago+3 -3
48%Typical
fewer lines added than baseline
13
e579fe3d1.1.1
Yair Even Or
6mo ago+3 -3
48%Typical
fewer lines added than baseline
14
6a95933a1.1.0
Yair Even Or
6mo ago+3 -3
48%Typical
fewer lines added than baseline
15
17c2aaa21.0.4
Yair Even Or
6mo ago+3 -3
48%Typical
fewer lines added than baseline
16
6fbd23931.0.3
Yair Even Or
6mo ago+3 -3
48%Typical
fewer lines added than baseline
17
89aa52841.0.2
Yair Even Or
6mo ago+3 -3
48%Typical
fewer lines added than baseline
18
5729a87fchore(release): update version to 1.0.4 in package.json and CSS header
Yair Even Or
6mo ago+2 -2
35%Typical
fewer lines added than baseline
19
64321bfechore(release): stage generated files during version lifecycle
Yair Even Or
5mo ago+2 -2
31%Below typical
fewer lines added than baseline
20
7b54dffbupdated minified css
Yair Even Or
6mo ago+1 -1
24%Below typical
fewer lines added than baseline
21
30896696chore(build): update watch script to include minified build
Yair Even Or
6mo ago+1 -1
24%Below typical
fewer lines added than baseline
22
6cad5626add stuff to gitignore
Yair Even Or
6mo ago+1 -1
24%Below typical
fewer lines added than baseline
23
aca33073chore: empty commit
Yair Even Or
6mo ago+0 -0
13%Below typical
fewer lines added than baseline
24
8250bf7dforce rebuild
Yair Even Or
6mo ago+0 -0
13%Below typical
fewer lines added than baseline
25
549a578aforce rebuild
Yair Even Or
6mo ago+0 -0
13%Below typical
fewer lines added than baseline
26
cb0700a2removed "polka-dots" experiment
Yair Even Or
5mo ago+1 -278
6%Below typical
fewer lines added than baseline
27
4c4023edremoved irrelevant file
Yair Even Or
6mo ago+0 -303
2%Below typical
fewer lines added than baseline
  • 221846f4first commit
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +6.3K -0
    Risk
    98%Elevated
  • ec2afe5aexpoded `index.html`
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +2.2K -1
    Risk
    94%Elevated
  • 65e84eca- deprectaed `--z-index()` function - improved `--shadow()` function by adding an "angle" parameter - created a `--bevel()` function which internally re-uses the `--shadow()` function. - improved some docs' examples
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +897 -189
    Risk
    89%Elevated
  • 21b21faachore(build): improve version header handling and add project docs
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +781 -8
    Risk
    89%Elevated
  • 25bea528- Add installation partial with npm install and unpkg CDN examples - Create add-header.js script to inject version/author/repo header into CSS - Update build scripts to automatically add headers to dist files - Configure cssnano to preserve header comments in minified output - Remove duplicate section files from docs/html/sections root - Update layout.html to include installation section after intro - Update package.json build scripts to run header injection"
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +401 -370
    Risk
    81%Elevated
  • 6f318a2cfirst commit
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +347 -4
    Risk
    81%Elevated
  • 7d28da62Added new function: `polka-dots()`
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +279 -2
    Risk
    76%Elevated
  • 754cbf6aUpdate CONTRIBUTING.md to enhance documentation clarity and structure
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +43 -13
    Risk
    72%Elevated
  • 16318d1cimproved sidebar CSS
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +4 -4
    Risk
    69%Elevated
  • 474cebca1.2.1
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +4 -4
    Risk
    63%Typical
  • bfa612f11.0.1
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -4
    Risk
    63%Typical
  • e95d62b11.2.0
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • e579fe3d1.1.1
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • 6a95933a1.1.0
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • 17c2aaa21.0.4
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • 6fbd23931.0.3
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • 89aa52841.0.2
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +3 -3
    Risk
    48%Typical
  • 5729a87fchore(release): update version to 1.0.4 in package.json and CSS header
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +2 -2
    Risk
    35%Typical
  • 64321bfechore(release): stage generated files during version lifecycle
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +2 -2
    Risk
    31%Below typical
  • 7b54dffbupdated minified css
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +1 -1
    Risk
    24%Below typical
  • 30896696chore(build): update watch script to include minified build
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +1 -1
    Risk
    24%Below typical
  • 6cad5626add stuff to gitignore
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +1 -1
    Risk
    24%Below typical
  • aca33073chore: empty commit
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +0 -0
    Risk
    13%Below typical
  • 8250bf7dforce rebuild
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +0 -0
    Risk
    13%Below typical
  • 549a578aforce rebuild
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +0 -0
    Risk
    13%Below typical
  • cb0700a2removed "polka-dots" experiment
    Author
    Yair Even Or
    When
    5mo ago
    Lines
    +1 -278
    Risk
    6%Below typical
  • 4c4023edremoved irrelevant file
    Author
    Yair Even Or
    When
    6mo ago
    Lines
    +0 -303
    Risk
    2%Below typical
Showing 27 of 27 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 27 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.7Diffusion →
Below typical9
Typical9
Elevated9

Commit history for yairEO/css-utility-functions

Repowise tracks change history across 3 files in yairEO/css-utility-functions. 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.