repowiserepowise
Sign in
yairEO/fakescroll
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseyairEO/fakescroll

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

21of 62 scored

21 commits sit in this repo's top risk tercile, which is 34% of the 62scored. 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.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 commits12%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.55bitsShannon 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.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
cc3c2a92#12
vsync
8y ago+661 -0
99%Elevated
more lines added than baseline
2
e878a023-
Yair Even Or
5y ago+442 -43
98%Elevated
more lines added than baseline
3
4b5fa015first commit
vsync
11y ago+246 -0
96%Elevated
more lines added than baseline
4
42732355updated to version 2.0.0 using vanilla-js only
vsync
8y ago+282 -276
94%Elevated
more lines added than baseline
5
26181a82- added React port - changed main class name - added "fakeScroll--hasBar" class
Yair Even Or
5y ago+234 -10
93%Elevated
more lines added than baseline
6
146ff3f9-
vsync
11y ago+176 -0
91%Elevated
more lines added than baseline
7
83fd08e8- upped version to 1.5.0 - added "sensitivity" settings (which is a multiplier. default is "1") - added minBarSize setting (default is "50", in pixels)
vsync
8y ago+157 -54
90%Elevated
more lines added than baseline
8
71990d69:boom::camel: Added .gitattributes & .gitignore files
vsync
11y ago+65 -0
88%Elevated
more lines added than baseline
9
970d5656-
vsync
6y ago+86 -21
86%Elevated
more lines added than baseline
10
556383darefactor
vsync
9y ago+57 -44
85%Elevated
more lines added than baseline
11
061ac430-
Yair Even Or
5y ago+31 -18
83%Elevated
more lines added than baseline
12
7dc5dd3erefactored to add "onChange" callback
Yair Even Or
5y ago+31 -7
81%Elevated
more lines added than baseline
13
1b074c3alimit bar movement when dragging only if the mouse is within the vertical range of the track
vsync
8y ago+29 -11
80%Elevated
more lines added than baseline
14
6deedb06- added "onChange" to the react port - moved "onScrollResize" deceleration before it's first used
Yair Even Or
5y ago+22 -17
78%Elevated
more lines added than baseline
15
ef40f524refactoring
vsync
11y ago+20 -19
77%Elevated
more lines added than baseline
16
8facd92dvisual improvements to the demo page
Yair Even Or
5y ago+18 -13
74%Elevated
more lines added than baseline
17
11336b0d[REFACTOR] - improved the way the scrollbar is hidden so it will be more accurate, regardless of it's width
vsync
5y ago+23 -6
74%Elevated
more lines added than baseline
18
8aed47dachanged js code to iife format
Yair Even Or
5y ago+14 -6
71%Elevated
more lines added than baseline
19
ba2ff3f9minor update
vsync
11y ago+17 -17
71%Elevated
more lines added than baseline
20
c440d4d9- refactor to package.json
Yair Even Or
5y ago+13 -3
68%Elevated
more lines added than baseline
21
f5483a59-
vsync
8y ago+15 -3
68%Elevated
more lines added than baseline
22
5f9eb1d9-
vsync
8y ago+17 -9
65%Typical
more lines added than baseline
23
fbd76462further improved demo
Yair Even Or
5y ago+10 -13
64%Typical
more focused than baseline
24
cca98ab02.5.0
Yair Even Or
5y ago+11 -3
61%Typical
more scattered than baseline
25
b046873fupdated demo page
vsync
8y ago+10 -2
61%Typical
more focused than baseline
26
4efb8fc8corrected dragging calculations there needed some fine-tuning to better working when the drag event position was outside the bounds of the track
vsync
8y ago+10 -4
58%Typical
more scattered than baseline
27
2e0f2b48changes the CSS of the demo page and the default behavior
vsync
11y ago+10 -21
58%Typical
more subsystems than baseline
28
7e353216Bump minimist from 1.2.5 to 1.2.6
dependabot[bot]
4y ago+6 -6
53%Typical
fewer lines added than baseline
29
23f62ca0-fixed demo page slowness on Chrome
vsync
8y ago+8 -2
53%Typical
more scattered than baseline
30
910fe474removed the "offset" settings from JS since it now can and should be done via CSS
vsync
8y ago+7 -6
53%Typical
fewer lines added than baseline
31
caa257feUpdate README.md
vsync
9y ago+7 -1
53%Typical
fewer lines added than baseline
32
87571142added installation instructions
Yair Even Or
3y ago+7 -1
49%Typical
fewer lines added than baseline
33
2eaaa85b-
vsync
8y ago+6 -3
47%Typical
fewer lines added than baseline
34
b36bd442removed the "resize" listener on the window. devs should do this manually. instead it would be better to you the "mouseenter" event on the element itself (since the default style of the scrollbar is hidden unless mouseover...)
vsync
11y ago+5 -5
47%Typical
fewer lines added than baseline
35
a411dfb7- renames plugin file - text changes to the README
vsync
11y ago+5 -5
44%Typical
fewer lines added than baseline
36
06a991fd-
Yair Even Or
5y ago+4 -4
42%Typical
fewer lines added than baseline
37
8cc54624added link to demo page
vsync
11y ago+4 -0
42%Typical
fewer lines added than baseline
38
46db5b3d2.5.1
Yair Even Or
5y ago+4 -4
38%Typical
fewer lines added than baseline
39
df5263f2-
vsync
8y ago+4 -0
38%Typical
fewer lines added than baseline
40
643c20a9-
vsync
8y ago+4 -2
38%Typical
fewer lines added than baseline
41
a5d44811workaround for NPM bug - https://github.com/npm/cli/issues/2834
Yair Even Or
5y ago+4 -1
35%Typical
fewer lines added than baseline
42
078924c22.2.1
vsync
5y ago+3 -5
31%Below typical
fewer lines added than baseline
43
86715862changed "padding-box" to "border-box"
vsync
11y ago+3 -3
31%Below typical
fewer lines added than baseline
44
83775a65updated README
vsync
11y ago+3 -0
31%Below typical
fewer lines added than baseline
45
73fa4c02-
vsync
6y ago+3 -3
27%Below typical
fewer lines added than baseline
46
a7864e65-
vsync
8y ago+3 -3
27%Below typical
fewer lines added than baseline
47
ccb115c4updated README
vsync
11y ago+2 -1
25%Below typical
fewer lines added than baseline
48
498e5e0cUpdate README.md
Yair Even Or
5y ago+2 -2
21%Below typical
fewer lines added than baseline
49
6f1e08a5-
vsync
8y ago+2 -3
21%Below typical
fewer lines added than baseline
50
32a32d3ftabes -> spaces
vsync
11y ago+2 -2
21%Below typical
fewer lines added than baseline
  • cc3c2a92#12
    Author
    vsync
    When
    8y ago
    Lines
    +661 -0
    Risk
    99%Elevated
  • e878a023-
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +442 -43
    Risk
    98%Elevated
  • 4b5fa015first commit
    Author
    vsync
    When
    11y ago
    Lines
    +246 -0
    Risk
    96%Elevated
  • 42732355updated to version 2.0.0 using vanilla-js only
    Author
    vsync
    When
    8y ago
    Lines
    +282 -276
    Risk
    94%Elevated
  • 26181a82- added React port - changed main class name - added "fakeScroll--hasBar" class
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +234 -10
    Risk
    93%Elevated
  • 146ff3f9-
    Author
    vsync
    When
    11y ago
    Lines
    +176 -0
    Risk
    91%Elevated
  • 83fd08e8- upped version to 1.5.0 - added "sensitivity" settings (which is a multiplier. default is "1") - added minBarSize setting (default is "50", in pixels)
    Author
    vsync
    When
    8y ago
    Lines
    +157 -54
    Risk
    90%Elevated
  • 71990d69:boom::camel: Added .gitattributes & .gitignore files
    Author
    vsync
    When
    11y ago
    Lines
    +65 -0
    Risk
    88%Elevated
  • 970d5656-
    Author
    vsync
    When
    6y ago
    Lines
    +86 -21
    Risk
    86%Elevated
  • 556383darefactor
    Author
    vsync
    When
    9y ago
    Lines
    +57 -44
    Risk
    85%Elevated
  • 061ac430-
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +31 -18
    Risk
    83%Elevated
  • 7dc5dd3erefactored to add "onChange" callback
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +31 -7
    Risk
    81%Elevated
  • 1b074c3alimit bar movement when dragging only if the mouse is within the vertical range of the track
    Author
    vsync
    When
    8y ago
    Lines
    +29 -11
    Risk
    80%Elevated
  • 6deedb06- added "onChange" to the react port - moved "onScrollResize" deceleration before it's first used
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +22 -17
    Risk
    78%Elevated
  • ef40f524refactoring
    Author
    vsync
    When
    11y ago
    Lines
    +20 -19
    Risk
    77%Elevated
  • 8facd92dvisual improvements to the demo page
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +18 -13
    Risk
    74%Elevated
  • 11336b0d[REFACTOR] - improved the way the scrollbar is hidden so it will be more accurate, regardless of it's width
    Author
    vsync
    When
    5y ago
    Lines
    +23 -6
    Risk
    74%Elevated
  • 8aed47dachanged js code to iife format
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +14 -6
    Risk
    71%Elevated
  • ba2ff3f9minor update
    Author
    vsync
    When
    11y ago
    Lines
    +17 -17
    Risk
    71%Elevated
  • c440d4d9- refactor to package.json
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +13 -3
    Risk
    68%Elevated
  • f5483a59-
    Author
    vsync
    When
    8y ago
    Lines
    +15 -3
    Risk
    68%Elevated
  • 5f9eb1d9-
    Author
    vsync
    When
    8y ago
    Lines
    +17 -9
    Risk
    65%Typical
  • fbd76462further improved demo
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +10 -13
    Risk
    64%Typical
  • cca98ab02.5.0
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +11 -3
    Risk
    61%Typical
  • b046873fupdated demo page
    Author
    vsync
    When
    8y ago
    Lines
    +10 -2
    Risk
    61%Typical
  • 4efb8fc8corrected dragging calculations there needed some fine-tuning to better working when the drag event position was outside the bounds of the track
    Author
    vsync
    When
    8y ago
    Lines
    +10 -4
    Risk
    58%Typical
  • 2e0f2b48changes the CSS of the demo page and the default behavior
    Author
    vsync
    When
    11y ago
    Lines
    +10 -21
    Risk
    58%Typical
  • 7e353216Bump minimist from 1.2.5 to 1.2.6
    Author
    dependabot[bot]
    When
    4y ago
    Lines
    +6 -6
    Risk
    53%Typical
  • 23f62ca0-fixed demo page slowness on Chrome
    Author
    vsync
    When
    8y ago
    Lines
    +8 -2
    Risk
    53%Typical
  • 910fe474removed the "offset" settings from JS since it now can and should be done via CSS
    Author
    vsync
    When
    8y ago
    Lines
    +7 -6
    Risk
    53%Typical
  • caa257feUpdate README.md
    Author
    vsync
    When
    9y ago
    Lines
    +7 -1
    Risk
    53%Typical
  • 87571142added installation instructions
    Author
    Yair Even Or
    When
    3y ago
    Lines
    +7 -1
    Risk
    49%Typical
  • 2eaaa85b-
    Author
    vsync
    When
    8y ago
    Lines
    +6 -3
    Risk
    47%Typical
  • b36bd442removed the "resize" listener on the window. devs should do this manually. instead it would be better to you the "mouseenter" event on the element itself (since the default style of the scrollbar is hidden unless mouseover...)
    Author
    vsync
    When
    11y ago
    Lines
    +5 -5
    Risk
    47%Typical
  • a411dfb7- renames plugin file - text changes to the README
    Author
    vsync
    When
    11y ago
    Lines
    +5 -5
    Risk
    44%Typical
  • 06a991fd-
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +4 -4
    Risk
    42%Typical
  • 8cc54624added link to demo page
    Author
    vsync
    When
    11y ago
    Lines
    +4 -0
    Risk
    42%Typical
  • 46db5b3d2.5.1
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +4 -4
    Risk
    38%Typical
  • df5263f2-
    Author
    vsync
    When
    8y ago
    Lines
    +4 -0
    Risk
    38%Typical
  • 643c20a9-
    Author
    vsync
    When
    8y ago
    Lines
    +4 -2
    Risk
    38%Typical
  • a5d44811workaround for NPM bug - https://github.com/npm/cli/issues/2834
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +4 -1
    Risk
    35%Typical
  • 078924c22.2.1
    Author
    vsync
    When
    5y ago
    Lines
    +3 -5
    Risk
    31%Below typical
  • 86715862changed "padding-box" to "border-box"
    Author
    vsync
    When
    11y ago
    Lines
    +3 -3
    Risk
    31%Below typical
  • 83775a65updated README
    Author
    vsync
    When
    11y ago
    Lines
    +3 -0
    Risk
    31%Below typical
  • 73fa4c02-
    Author
    vsync
    When
    6y ago
    Lines
    +3 -3
    Risk
    27%Below typical
  • a7864e65-
    Author
    vsync
    When
    8y ago
    Lines
    +3 -3
    Risk
    27%Below typical
  • ccb115c4updated README
    Author
    vsync
    When
    11y ago
    Lines
    +2 -1
    Risk
    25%Below typical
  • 498e5e0cUpdate README.md
    Author
    Yair Even Or
    When
    5y ago
    Lines
    +2 -2
    Risk
    21%Below typical
  • 6f1e08a5-
    Author
    vsync
    When
    8y ago
    Lines
    +2 -3
    Risk
    21%Below typical
  • 32a32d3ftabes -> spaces
    Author
    vsync
    When
    11y ago
    Lines
    +2 -2
    Risk
    21%Below typical
Showing 50 of 62 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.

011typical ↑elevated ↑0.04.89.5Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 62 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.

110100Lines changed (log) →0.02.7Diffusion →
Below typical21
Typical20
Elevated21

Commit history for yairEO/fakescroll

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