repowiserepowise
Sign in
baneeishaque/rookie
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisebaneeishaque/rookie

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

29of 86 scored

29 commits sit in this repo's top risk tercile, which is 34% of the 86scored. 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.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 commits67%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.04bitsShannon 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.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.

Began other-led, now leaning deps.

Feature16%
Fix7%
Refactor2%
Docs10%
Deps8%
Chore1%
Other55%

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
6f9f9fb4add readme and COPYING
Anthony Fadly
5y ago+525 -1
99%Elevated
more lines added than baseline
2
f5028646idea
Banee Ishaque K
4y ago+111 -0
98%Elevated
more lines added than baseline
3
65400a3fupdate_versioned_appimage
Anthony Fadly
5y ago+46 -2
97%Elevated
more lines added than baseline
4
9f1070f0local package type
Anthony Fadly
5y ago+45 -10
97%Elevated
more lines added than baseline
5
09a057cdnew package type: config
Anthony Fadly
5y ago+43 -1
94%Elevated
more lines added than baseline
6
4c63dbbfpackage versioning
Anthony Fadly
5y ago+42 -5
94%Elevated
more lines added than baseline
7
e39607fdgarbage collection
Anthony Fadly
5y ago+36 -5
92%Elevated
more lines added than baseline
8
9db12953appimage support!
Anthony Fadly
5y ago+37 -1
92%Elevated
more lines added than baseline
9
d77c96f4getting 403 forbidden on package downloads
Anthony Fadly
5y ago+30 -0
90%Elevated
more lines added than baseline
10
ab66f2b4can now download files
Anthony Fadly
5y ago+27 -2
89%Elevated
more lines added than baseline
11
a90e5ef2finish update_script
Anthony Fadly
5y ago+25 -1
88%Elevated
more lines added than baseline
12
5260651d--list-generations shows change between last generation instead of listening all packages
Anthony Fadly
5y ago+25 -7
87%Elevated
more lines added than baseline
13
9b7d4088meta packages and dependencies
Anthony Fadly
5y ago+23 -6
85%Elevated
more lines added than baseline
14
db5e64ebcan now install packages
Anthony Fadly
5y ago+22 -2
84%Elevated
more lines added than baseline
15
e6eac74aset current generation during init and setup definition
Anthony Fadly
5y ago+22 -1
84%Elevated
more lines added than baseline
16
e4255088add useage instructions to README
Anthony Fadly
5y ago+21 -0
81%Elevated
more lines added than baseline
17
fb810181repositories
Anthony Fadly
5y ago+20 -0
81%Elevated
more lines added than baseline
18
6e2f2d6b--add-repo
Anthony Fadly
5y ago+20 -0
81%Elevated
more lines added than baseline
19
69d0223evalidate url
Anthony Fadly
5y ago+17 -1
78%Elevated
more lines added than baseline
20
c8a20d02init options works
Anthony Fadly
5y ago+17 -1
78%Elevated
more lines added than baseline
21
6a18f405add some comments
Anthony Fadly
5y ago+18 -1
76%Elevated
more lines added than baseline
22
202eb781init
Anthony Fadly
5y ago+15 -0
76%Elevated
more lines added than baseline
23
6bad1a99write --list-packages
Anthony Fadly
5y ago+16 -3
74%Elevated
more lines added than baseline
24
69d37418Add .whitesource configuration file
whitesource-bolt-for-github[bot]
4y ago+13 -0
72%Elevated
more lines added than baseline
25
e8676028add --delete-definition
Anthony Fadly
5y ago+16 -0
72%Elevated
more lines added than baseline
26
4146cb88--remove
Anthony Fadly
5y ago+14 -0
70%Elevated
more lines added than baseline
27
c842b00estart writing arguments
Anthony Fadly
5y ago+12 -2
70%Elevated
more focused than baseline
28
65515ef8dynamically depend requests
Anthony Fadly
4y ago+13 -1
67%Elevated
more lines added than baseline
29
e5849be6write --list-definitions
Anthony Fadly
5y ago+12 -1
67%Elevated
more focused than baseline
30
d33bd8a3can now remove config files
Anthony Fadly
5y ago+11 -4
65%Typical
more focused than baseline
31
80a72a7fwrite --list-generations
Anthony Fadly
5y ago+11 -1
65%Typical
more focused than baseline
32
ed2398demove make_new_generation() into its own function
Anthony Fadly
5y ago+10 -4
63%Typical
more focused than baseline
33
3b13bd89big changes
Anthony Fadly
5y ago+10 -6
63%Typical
more focused than baseline
34
b3ddc7c3update installation in readme
Anthony Fadly
5y ago+10 -7
61%Typical
more focused than baseline
35
b91c372amake switch to generation its own function
Anthony Fadly
5y ago+9 -4
59%Typical
fewer lines added than baseline
36
113b0cb3start create
Anthony Fadly
5y ago+9 -0
59%Typical
fewer lines added than baseline
37
e54c2a05update readme
Anthony Fadly
4y ago+9 -8
56%Typical
fewer lines added than baseline
38
f8184012Fix bug in generation creation and switcher
Anthony Fadly
5y ago+9 -5
56%Typical
fewer lines added than baseline
39
64d9ec04--upgrade
Anthony Fadly
5y ago+9 -0
56%Typical
fewer lines added than baseline
40
c4ae2bb1track latest generation
Anthony Fadly
5y ago+8 -3
52%Typical
fewer lines added than baseline
41
4df23dabFix Bug in Generation Creation
Anthony Fadly
5y ago+8 -4
52%Typical
fewer lines added than baseline
42
b4256f27make list-generations show what packages are in each generation
Anthony Fadly
5y ago+8 -1
52%Typical
fewer lines added than baseline
43
df696880valid package types, make sure inited
Anthony Fadly
5y ago+8 -2
52%Typical
fewer lines added than baseline
44
6a0226beadd --update
Anthony Fadly
5y ago+7 -5
49%Typical
fewer lines added than baseline
45
d96c66b1fix --update
Anthony Fadly
5y ago+6 -3
47%Typical
fewer lines added than baseline
46
e0c16d23fix issue where only one package is installed at a time
Anthony Fadly
5y ago+6 -3
47%Typical
fewer lines added than baseline
47
2a263af0add gc option, use metavars correctly
Anthony Fadly
5y ago+6 -5
47%Typical
fewer lines added than baseline
48
b3ef384cupdate readme
Anthony Fadly
4y ago+6 -19
45%Typical
fewer lines added than baseline
49
73f7b8d2update readme
Anthony Fadly
4y ago+5 -8
44%Typical
fewer lines added than baseline
50
fe9d9599start writing arguments
Anthony Fadly
5y ago+4 -2
42%Typical
fewer lines added than baseline
  • 6f9f9fb4add readme and COPYING
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +525 -1
    Risk
    99%Elevated
  • f5028646idea
    Author
    Banee Ishaque K
    When
    4y ago
    Lines
    +111 -0
    Risk
    98%Elevated
  • 65400a3fupdate_versioned_appimage
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +46 -2
    Risk
    97%Elevated
  • 9f1070f0local package type
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +45 -10
    Risk
    97%Elevated
  • 09a057cdnew package type: config
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +43 -1
    Risk
    94%Elevated
  • 4c63dbbfpackage versioning
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +42 -5
    Risk
    94%Elevated
  • e39607fdgarbage collection
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +36 -5
    Risk
    92%Elevated
  • 9db12953appimage support!
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +37 -1
    Risk
    92%Elevated
  • d77c96f4getting 403 forbidden on package downloads
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +30 -0
    Risk
    90%Elevated
  • ab66f2b4can now download files
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +27 -2
    Risk
    89%Elevated
  • a90e5ef2finish update_script
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +25 -1
    Risk
    88%Elevated
  • 5260651d--list-generations shows change between last generation instead of listening all packages
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +25 -7
    Risk
    87%Elevated
  • 9b7d4088meta packages and dependencies
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +23 -6
    Risk
    85%Elevated
  • db5e64ebcan now install packages
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +22 -2
    Risk
    84%Elevated
  • e6eac74aset current generation during init and setup definition
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +22 -1
    Risk
    84%Elevated
  • e4255088add useage instructions to README
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +21 -0
    Risk
    81%Elevated
  • fb810181repositories
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +20 -0
    Risk
    81%Elevated
  • 6e2f2d6b--add-repo
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +20 -0
    Risk
    81%Elevated
  • 69d0223evalidate url
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +17 -1
    Risk
    78%Elevated
  • c8a20d02init options works
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +17 -1
    Risk
    78%Elevated
  • 6a18f405add some comments
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +18 -1
    Risk
    76%Elevated
  • 202eb781init
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +15 -0
    Risk
    76%Elevated
  • 6bad1a99write --list-packages
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +16 -3
    Risk
    74%Elevated
  • 69d37418Add .whitesource configuration file
    Author
    whitesource-bolt-for-github[bot]
    When
    4y ago
    Lines
    +13 -0
    Risk
    72%Elevated
  • e8676028add --delete-definition
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +16 -0
    Risk
    72%Elevated
  • 4146cb88--remove
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +14 -0
    Risk
    70%Elevated
  • c842b00estart writing arguments
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +12 -2
    Risk
    70%Elevated
  • 65515ef8dynamically depend requests
    Author
    Anthony Fadly
    When
    4y ago
    Lines
    +13 -1
    Risk
    67%Elevated
  • e5849be6write --list-definitions
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +12 -1
    Risk
    67%Elevated
  • d33bd8a3can now remove config files
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +11 -4
    Risk
    65%Typical
  • 80a72a7fwrite --list-generations
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +11 -1
    Risk
    65%Typical
  • ed2398demove make_new_generation() into its own function
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +10 -4
    Risk
    63%Typical
  • 3b13bd89big changes
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +10 -6
    Risk
    63%Typical
  • b3ddc7c3update installation in readme
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +10 -7
    Risk
    61%Typical
  • b91c372amake switch to generation its own function
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +9 -4
    Risk
    59%Typical
  • 113b0cb3start create
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +9 -0
    Risk
    59%Typical
  • e54c2a05update readme
    Author
    Anthony Fadly
    When
    4y ago
    Lines
    +9 -8
    Risk
    56%Typical
  • f8184012Fix bug in generation creation and switcher
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +9 -5
    Risk
    56%Typical
  • 64d9ec04--upgrade
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +9 -0
    Risk
    56%Typical
  • c4ae2bb1track latest generation
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +8 -3
    Risk
    52%Typical
  • 4df23dabFix Bug in Generation Creation
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +8 -4
    Risk
    52%Typical
  • b4256f27make list-generations show what packages are in each generation
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +8 -1
    Risk
    52%Typical
  • df696880valid package types, make sure inited
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +8 -2
    Risk
    52%Typical
  • 6a0226beadd --update
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +7 -5
    Risk
    49%Typical
  • d96c66b1fix --update
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +6 -3
    Risk
    47%Typical
  • e0c16d23fix issue where only one package is installed at a time
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +6 -3
    Risk
    47%Typical
  • 2a263af0add gc option, use metavars correctly
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +6 -5
    Risk
    47%Typical
  • b3ef384cupdate readme
    Author
    Anthony Fadly
    When
    4y ago
    Lines
    +6 -19
    Risk
    45%Typical
  • 73f7b8d2update readme
    Author
    Anthony Fadly
    When
    4y ago
    Lines
    +5 -8
    Risk
    44%Typical
  • fe9d9599start writing arguments
    Author
    Anthony Fadly
    When
    5y ago
    Lines
    +4 -2
    Risk
    42%Typical
Showing 50 of 86 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.

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

Size against diffusion

The 86 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.5Diffusion →
Below typical29
Typical28
Elevated29

Commit history for baneeishaque/rookie

baneeishaque/rookie has 88 commits in its history from 4 contributors, the first of them Feb 15, 2021. 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.