repowiserepowise
Sign in
yairEO/jquery-dom-line
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseyairEO/jquery-dom-line

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

12of 34 scored

12 commits sit in this repo's top risk tercile, which is 35% of the 34scored. 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 5.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 commits39%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.62bitsShannon 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 threshold5.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
0dabe4daFirst thoughts in readme
Gilmore Davidson
15y ago+8.9K -0
99%Elevated
more lines added than baseline
2
d2b8d6b9Housecleaning: Added full and minified transform plugins
Gilmore Davidson
15y ago+543 -1
96%Elevated
more lines added than baseline
3
481649f6First attempt, not fully working
Gilmore Davidson
15y ago+97 -3
93%Elevated
more lines added than baseline
4
2c58fd52Changed filenames and updated build script
Gilmore Davidson
15y ago+63 -56
90%Elevated
more lines added than baseline
5
1af7d52dAdded copyright and minified version
Gilmore Davidson
15y ago+45 -1
87%Elevated
more lines added than baseline
6
8b903221Added 'returnValues' option to return the calculated properties instead of a jQuery object
Gilmore Davidson
15y ago+42 -5
84%Elevated
more lines added than baseline
7
bf05612cExtra calibration tests
Gilmore Davidson
15y ago+40 -9
81%Elevated
more lines added than baseline
8
da50994dAdded a grid-based test page for positioning
Gilmore Davidson
15y ago+42 -0
78%Elevated
more lines added than baseline
9
bcc10ed8Added jQuery plugin manifest
Gilmore Davidson
13y ago+29 -0
75%Elevated
more lines added than baseline
10
a05db375Flipped angle calculation arguments so that it's actually right
Gilmore Davidson
15y ago+30 -1
72%Elevated
more lines added than baseline
11
b7f07a7fMoved line left/top to account for line width and any CSS-defined border/padding
Gilmore Davidson
15y ago+24 -8
68%Elevated
more lines added than baseline
12
2cfa0b84Added elem, lineWidth and lineColour options
Gilmore Davidson
15y ago+24 -18
68%Elevated
more lines added than baseline
13
6c70040eFixes for IE 7/8 that have to rely on a Matrix filter
Gilmore Davidson
15y ago+24 -5
63%Typical
more lines added than baseline
14
07ddfe33Upgraded jQuery Transform dependency
Gilmore Davidson
13y ago+26 -28
60%Typical
more lines added than baseline
15
8de47010Extra lines for grid calibration
Gilmore Davidson
14y ago+17 -3
56%Typical
more lines added than baseline
16
828c1328Switched positioning code to use translate instead of left/top so that it's easier to use the Matrix filter in IE
Gilmore Davidson
15y ago+20 -30
56%Typical
more lines added than baseline
17
b80c6530Bug fix for elements with border/padding
Gilmore Davidson
15y ago+17 -6
51%Typical
more lines added than baseline
18
836014b1Fixed a bug with deleting properties in cached dimensions
Gilmore Davidson
14y ago+16 -16
49%Typical
more lines added than baseline
19
78ef1d10Updated readme
Gilmore Davidson
15y ago+13 -7
46%Typical
more lines added than baseline
20
b406c2b4Don't throw an error if `elem` param is an empty set. Fixes #3
Gilmore Davidson
13y ago+12 -4
41%Typical
more scattered than baseline
21
b698729fGot angle calculations working
Gilmore Davidson
15y ago+12 -6
41%Typical
more lines added than baseline
22
f8a9772aNew license link and better minification using new version of uglify
Gilmore Davidson
13y ago+11 -9
37%Typical
more scattered than baseline
23
8cfad698Accounted for left/top margins
Gilmore Davidson
15y ago+8 -8
34%Typical
fewer lines added than baseline
24
1126f1a1Created a basic build script
Gilmore Davidson
15y ago+8 -0
31%Below typical
fewer lines added than baseline
25
e9c43af1Improved build script to work with transform submodule
Gilmore Davidson
15y ago+9 -543
26%Below typical
fewer lines added than baseline
26
13690697Snap to whole pixel values for left/top/width
Gilmore Davidson
15y ago+7 -1
26%Below typical
fewer lines added than baseline
27
bca6bd0fTweaked readme
Gilmore Davidson
13y ago+4 -2
22%Below typical
fewer lines added than baseline
28
188ae4a4Added jquery.transform.js project as a submodule
Gilmore Davidson
15y ago+4 -0
19%Below typical
fewer lines added than baseline
29
2ef8b22cAdded conditional check for the CSS hook
Gilmore Davidson
15y ago+3 -6
16%Below typical
fewer lines added than baseline
30
4118ff78Lesson learned: don't directly reference files in submodules
Gilmore Davidson
14y ago+3 -9
13%Below typical
fewer lines added than baseline
31
027ab2e4Updated jQuery Transform plugin in minified version
Gilmore Davidson
13y ago+2 -3
9%Below typical
fewer lines added than baseline
32
d95e81b7Missed some file renames
Gilmore Davidson
15y ago+2 -2
9%Below typical
fewer lines added than baseline
33
c1c5a2a2Tweaked readme
Gilmore Davidson
15y ago+1 -2
4%Below typical
fewer lines added than baseline
34
3eb253d4Removed unnecessary div from gridtest
Gilmore Davidson
15y ago+0 -2
1%Below typical
fewer lines added than baseline
  • 0dabe4daFirst thoughts in readme
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +8.9K -0
    Risk
    99%Elevated
  • d2b8d6b9Housecleaning: Added full and minified transform plugins
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +543 -1
    Risk
    96%Elevated
  • 481649f6First attempt, not fully working
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +97 -3
    Risk
    93%Elevated
  • 2c58fd52Changed filenames and updated build script
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +63 -56
    Risk
    90%Elevated
  • 1af7d52dAdded copyright and minified version
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +45 -1
    Risk
    87%Elevated
  • 8b903221Added 'returnValues' option to return the calculated properties instead of a jQuery object
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +42 -5
    Risk
    84%Elevated
  • bf05612cExtra calibration tests
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +40 -9
    Risk
    81%Elevated
  • da50994dAdded a grid-based test page for positioning
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +42 -0
    Risk
    78%Elevated
  • bcc10ed8Added jQuery plugin manifest
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +29 -0
    Risk
    75%Elevated
  • a05db375Flipped angle calculation arguments so that it's actually right
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +30 -1
    Risk
    72%Elevated
  • b7f07a7fMoved line left/top to account for line width and any CSS-defined border/padding
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +24 -8
    Risk
    68%Elevated
  • 2cfa0b84Added elem, lineWidth and lineColour options
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +24 -18
    Risk
    68%Elevated
  • 6c70040eFixes for IE 7/8 that have to rely on a Matrix filter
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +24 -5
    Risk
    63%Typical
  • 07ddfe33Upgraded jQuery Transform dependency
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +26 -28
    Risk
    60%Typical
  • 8de47010Extra lines for grid calibration
    Author
    Gilmore Davidson
    When
    14y ago
    Lines
    +17 -3
    Risk
    56%Typical
  • 828c1328Switched positioning code to use translate instead of left/top so that it's easier to use the Matrix filter in IE
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +20 -30
    Risk
    56%Typical
  • b80c6530Bug fix for elements with border/padding
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +17 -6
    Risk
    51%Typical
  • 836014b1Fixed a bug with deleting properties in cached dimensions
    Author
    Gilmore Davidson
    When
    14y ago
    Lines
    +16 -16
    Risk
    49%Typical
  • 78ef1d10Updated readme
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +13 -7
    Risk
    46%Typical
  • b406c2b4Don't throw an error if `elem` param is an empty set. Fixes #3
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +12 -4
    Risk
    41%Typical
  • b698729fGot angle calculations working
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +12 -6
    Risk
    41%Typical
  • f8a9772aNew license link and better minification using new version of uglify
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +11 -9
    Risk
    37%Typical
  • 8cfad698Accounted for left/top margins
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +8 -8
    Risk
    34%Typical
  • 1126f1a1Created a basic build script
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +8 -0
    Risk
    31%Below typical
  • e9c43af1Improved build script to work with transform submodule
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +9 -543
    Risk
    26%Below typical
  • 13690697Snap to whole pixel values for left/top/width
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +7 -1
    Risk
    26%Below typical
  • bca6bd0fTweaked readme
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +4 -2
    Risk
    22%Below typical
  • 188ae4a4Added jquery.transform.js project as a submodule
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +4 -0
    Risk
    19%Below typical
  • 2ef8b22cAdded conditional check for the CSS hook
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +3 -6
    Risk
    16%Below typical
  • 4118ff78Lesson learned: don't directly reference files in submodules
    Author
    Gilmore Davidson
    When
    14y ago
    Lines
    +3 -9
    Risk
    13%Below typical
  • 027ab2e4Updated jQuery Transform plugin in minified version
    Author
    Gilmore Davidson
    When
    13y ago
    Lines
    +2 -3
    Risk
    9%Below typical
  • d95e81b7Missed some file renames
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +2 -2
    Risk
    9%Below typical
  • c1c5a2a2Tweaked readme
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +1 -2
    Risk
    4%Below typical
  • 3eb253d4Removed unnecessary div from gridtest
    Author
    Gilmore Davidson
    When
    15y ago
    Lines
    +0 -2
    Risk
    1%Below typical
Showing 34 of 34 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.

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

Size against diffusion

The 34 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.02.3Diffusion →
Below typical11
Typical11
Elevated12

Commit history for yairEO/jquery-dom-line

Repowise tracks change history across 4 files in yairEO/jquery-dom-line. 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.