repowiserepowise
Sign in
pixl-studio/sqlkit
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisepixl-studio/sqlkit

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

8of 23 scored

8 commits sit in this repo's top risk tercile, which is 35% of the 23scored. 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 3.6 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 commits730%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.68bitsShannon 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 threshold3.6out 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.

Began fix-led, now leaning feature.

Feature17%
Fix35%
Refactor4%
Test4%
Deps13%
Chore4%
Other22%

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
8b9c724finitial commit
Benoit Ponsero
2y ago+4.1K -0
98%Elevated
more lines added than baseline
2
87757d05add SqlTrad
Benoit Ponsero
3mo ago+269 -4
93%Elevated
more lines added than baseline
3
3adde8b6add binder & improve logging & fix insert & fix postgresql support
Benoit Ponsero
1y ago+125 -24
89%Elevated
more lines added than baseline
4
f2db427eadd Boolean binder & fixes
Benoit Ponsero
2y ago+60 -11
85%Elevated
more lines added than baseline
5
4b27a5cdfix SqlQueryToMany1
Benoit Ponsero
1y ago+42 -3
80%Elevated
more lines added than baseline
6
ce762fd8fix warn at compile
Benoit Ponsero
1y ago+19 -19
76%Elevated
more lines added than baseline
7
a15a12b6no queryLogger by default
Benoit Ponsero
6mo ago+17 -17
72%Elevated
more lines added than baseline
8
4bfaee94Handle tinyint as boolean
P.LeGuidec
1y ago+7 -1
67%Elevated
fewer lines added than baseline
9
420c8a7bbetter perf for oneToMany
Benoit Ponsero
10mo ago+6 -8
63%Typical
fewer lines added than baseline
10
2409a73dupgrade scala & sbt versions
P.LeGuidec
2y ago+6 -3
59%Typical
fewer lines added than baseline
11
edfe62e8List[_] map to SqlValue in SqlInterpolation
P.LeGuidec
20h ago+5 -0
52%Typical
fewer lines added than baseline
12
9875679dcode format
Benoit Ponsero
1y ago+5 -5
52%Typical
fewer lines added than baseline
13
04495e95fix
Benoit Ponsero
10mo ago+4 -2
46%Typical
fewer lines added than baseline
14
e52f1d69refactoring
Benoit Ponsero
10mo ago+4 -4
37%Typical
fewer lines added than baseline
15
01e03bc0add SqlQuery to SqlInterpolation
Benoit Ponsero
1y ago+4 -0
37%Typical
fewer lines added than baseline
16
a17e0669add SqlQuery to SqlInterpolation
Benoit Ponsero
1y ago+4 -0
37%Typical
fewer lines added than baseline
17
3b58e438fix boolean param auto wrap
Benoit Ponsero
1y ago+3 -0
28%Below typical
fewer lines added than baseline
18
f5f95988[FIX] debugSql : Slashes ('\') and dollar signs ('$') will be given no special meaning.
Loup Martineau
6mo ago+2 -1
24%Below typical
fewer lines added than baseline
19
27d22323fix multiple override error
Benoit Ponsero
2y ago+2 -2
20%Below typical
fewer lines added than baseline
20
9c362567add SqlQuery to SqlInterpolation
Benoit Ponsero
1y ago+1 -1
9%Below typical
fewer lines added than baseline
21
b2354af6upgrade hikaricp
Benoit Ponsero
1y ago+1 -1
9%Below typical
fewer lines added than baseline
22
30fd6ee2upgrade mysql test connector
Benoit Ponsero
1y ago+1 -1
9%Below typical
fewer lines added than baseline
23
d3ad48e6bump scala version
Benoit Ponsero
1y ago+1 -1
9%Below typical
fewer lines added than baseline
  • 8b9c724finitial commit
    Author
    Benoit Ponsero
    When
    2y ago
    Lines
    +4.1K -0
    Risk
    98%Elevated
  • 87757d05add SqlTrad
    Author
    Benoit Ponsero
    When
    3mo ago
    Lines
    +269 -4
    Risk
    93%Elevated
  • 3adde8b6add binder & improve logging & fix insert & fix postgresql support
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +125 -24
    Risk
    89%Elevated
  • f2db427eadd Boolean binder & fixes
    Author
    Benoit Ponsero
    When
    2y ago
    Lines
    +60 -11
    Risk
    85%Elevated
  • 4b27a5cdfix SqlQueryToMany1
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +42 -3
    Risk
    80%Elevated
  • ce762fd8fix warn at compile
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +19 -19
    Risk
    76%Elevated
  • a15a12b6no queryLogger by default
    Author
    Benoit Ponsero
    When
    6mo ago
    Lines
    +17 -17
    Risk
    72%Elevated
  • 4bfaee94Handle tinyint as boolean
    Author
    P.LeGuidec
    When
    1y ago
    Lines
    +7 -1
    Risk
    67%Elevated
  • 420c8a7bbetter perf for oneToMany
    Author
    Benoit Ponsero
    When
    10mo ago
    Lines
    +6 -8
    Risk
    63%Typical
  • 2409a73dupgrade scala & sbt versions
    Author
    P.LeGuidec
    When
    2y ago
    Lines
    +6 -3
    Risk
    59%Typical
  • edfe62e8List[_] map to SqlValue in SqlInterpolation
    Author
    P.LeGuidec
    When
    20h ago
    Lines
    +5 -0
    Risk
    52%Typical
  • 9875679dcode format
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +5 -5
    Risk
    52%Typical
  • 04495e95fix
    Author
    Benoit Ponsero
    When
    10mo ago
    Lines
    +4 -2
    Risk
    46%Typical
  • e52f1d69refactoring
    Author
    Benoit Ponsero
    When
    10mo ago
    Lines
    +4 -4
    Risk
    37%Typical
  • 01e03bc0add SqlQuery to SqlInterpolation
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +4 -0
    Risk
    37%Typical
  • a17e0669add SqlQuery to SqlInterpolation
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +4 -0
    Risk
    37%Typical
  • 3b58e438fix boolean param auto wrap
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +3 -0
    Risk
    28%Below typical
  • f5f95988[FIX] debugSql : Slashes ('\') and dollar signs ('$') will be given no special meaning.
    Author
    Loup Martineau
    When
    6mo ago
    Lines
    +2 -1
    Risk
    24%Below typical
  • 27d22323fix multiple override error
    Author
    Benoit Ponsero
    When
    2y ago
    Lines
    +2 -2
    Risk
    20%Below typical
  • 9c362567add SqlQuery to SqlInterpolation
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +1 -1
    Risk
    9%Below typical
  • b2354af6upgrade hikaricp
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +1 -1
    Risk
    9%Below typical
  • 30fd6ee2upgrade mysql test connector
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +1 -1
    Risk
    9%Below typical
  • d3ad48e6bump scala version
    Author
    Benoit Ponsero
    When
    1y ago
    Lines
    +1 -1
    Risk
    9%Below typical
Showing 23 of 23 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.

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

Size against diffusion

The 23 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 typical7
Typical8
Elevated8

Commit history for pixl-studio/sqlkit

pixl-studio/sqlkit has 26 commits in its history from 3 contributors, the first of them Jan 11, 2024. In the last 90 days 1 file was touched, 1 times in total, most often SqlInterpolation.scala. Every commit is scored for change risk from its size, spread and the history of the files it touches.