repowiserepowise
Sign in
I00py/LocalAdmin-V2
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiseI00py/LocalAdmin-V2

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

54of 164 scored

54 commits sit in this repo's top risk tercile, which is 33% of the 164scored. 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 6.1 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 commits2515%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.74bitsShannon 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 threshold6.1out 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.

Feature15%
Fix23%
Refactor4%
Docs5%
Deps21%
Chore1%
Other33%

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
ad7ec1dcAdded Plugin Manager to LocalAdmin (Part 1) (#41)
Łukasz Jurczyk
3y ago+2.9K -1.9K
100%Elevated
more lines added than baseline
2
cf2cd93cCopyright year bump
Łukasz Jurczyk
11mo ago+1.3K -1.3K
99%Elevated
more lines added than baseline
3
eb47cf76Rendundant dependencies are now removed on update, switched JSON library to Utf8Json (#46)
Łukasz Jurczyk
3y ago+1.3K -206
98%Elevated
more lines added than baseline
4
1b8d7affInitial commit, version 1.0
Łukasz Jurczyk
7y ago+940 -0
98%Elevated
more lines added than baseline
5
764d32b0Utf8json generator rerun
Łukasz Jurczyk
3y ago+428 -424
97%Elevated
more lines added than baseline
6
895bdd5ePlugin Manager Development (Part 2) (#42)
Łukasz Jurczyk
3y ago+567 -42
97%Elevated
more lines added than baseline
7
d9556c8eAdded support for releases including builds for multiple frameworks, code reformatting (#50)
Łukasz Jurczyk
3y ago+476 -447
96%Elevated
more lines added than baseline
8
9ac07065Move code from Program to LocalAdmin to avoid statics
KernelError
7y ago+293 -281
96%Elevated
more lines added than baseline
9
d1e6d46dAdded PAT support and plugins aliases (#44)
Łukasz Jurczyk
3y ago+328 -29
94%Elevated
more lines added than baseline
10
34be0bebDevelopment
Łukasz Jurczyk
5y ago+331 -26
94%Elevated
more lines added than baseline
11
23922cf0Code cleanup
KernelError
7y ago+223 -187
94%Elevated
more lines added than baseline
12
6ea9f144Introduced heartbeat (#47)
Łukasz Jurczyk
3y ago+310 -31
93%Elevated
more lines added than baseline
13
5856d69aPlugin Manager Development (Part 3) (#43)
Łukasz Jurczyk
3y ago+288 -27
91%Elevated
more lines added than baseline
14
796ae75aAdded EULA prompt, optimization, .NET update (#40)
Łukasz Jurczyk
3y ago+298 -140
91%Elevated
more lines added than baseline
15
25a73c98Added config class.
Łukasz Jurczyk
5y ago+187 -0
91%Elevated
more lines added than baseline
16
85d11f27Fixes and additions (#4)
iRebbok
6y ago+349 -150
91%Elevated
more lines added than baseline
17
ed9149aaUpdate .gitignore (#63)
Michał Petryka
3y ago+157 -27
90%Elevated
more lines added than baseline
18
19adae68Added live view timestamp format customization
Łukasz Jurczyk
5y ago+184 -33
90%Elevated
more lines added than baseline
19
cf082029Added automatic restarts after crash (#17)
Łukasz Jurczyk
5y ago+290 -169
88%Elevated
more lines added than baseline
20
5addbcdcAdded log cleaner, bumped version
Łukasz Jurczyk
5y ago+219 -28
88%Elevated
more lines added than baseline
21
f28b0948Rewrite exit handling (#7)
MichalPetryka
6y ago+173 -42
88%Elevated
more lines added than baseline
22
5d463d58Updated version
Łukasz Jurczyk
7y ago+151 -70
87%Elevated
more lines added than baseline
23
2c78926aAdded config change argument and game process killing
Łukasz Jurczyk
5y ago+110 -9
86%Elevated
more lines added than baseline
24
b877355aAdded LocalAdmin logging, bumped version edited description. (#15)
Łukasz Jurczyk
5y ago+148 -43
86%Elevated
more lines added than baseline
25
5d408c56LocalAdmin fixes (#21)
Łukasz Jurczyk
5y ago+183 -114
85%Elevated
more lines added than baseline
26
18688483Use tcp to communicate with game instead of some old russian technology
KernelError
6y ago+107 -161
84%Elevated
more lines added than baseline
27
7c68b642Update .gitignore (#70)
Michał Petryka
3y ago+89 -3
84%Elevated
more lines added than baseline
28
178ab817Added buffers size management and config management commands (#58)
Łukasz Jurczyk
3y ago+131 -29
84%Elevated
more lines added than baseline
29
3e291149Rename method Write to WriteLine and add methods Clear and WriteLine. Make things more thread-safe
KernelError
7y ago+88 -55
83%Elevated
more lines added than baseline
30
f2c0e83dLog error fixes
Łukasz Jurczyk
5y ago+76 -45
81%Elevated
more lines added than baseline
31
6a252f7dUpdate to .Net 5 (#14)
MichalPetryka
5y ago+88 -36
81%Elevated
more lines added than baseline
32
abb1f148Add build action (#5)
MichalPetryka
6y ago+66 -0
81%Elevated
more lines added than baseline
33
4d32ea85yoinked publish profiles?
Loopy
11mo ago+68 -100
80%Elevated
more lines added than baseline
34
a6734b78Introduced log limits (#26)
Łukasz Jurczyk
5y ago+85 -10
80%Elevated
more lines added than baseline
35
5eb2975bAutomated the `help` command. (#85)
ɅLΞX
2y ago+61 -36
79%Elevated
more lines added than baseline
36
0b922472Fixed process handling, multiline log entries handling and duplicated timestamps on commands input (#31)
Łukasz Jurczyk
4y ago+76 -30
78%Elevated
more lines added than baseline
37
860c2229Path detection fix (#55)
Łukasz Jurczyk
3y ago+62 -9
77%Elevated
more lines added than baseline
38
03dbd22bFixed Git Bash crashes and introduced auto-restarts limit (#25)
Łukasz Jurczyk
5y ago+78 -5
77%Elevated
more lines added than baseline
39
ff962f40Improve code and fix problems with transmision and colors
KernelError
6y ago+50 -34
77%Elevated
more lines added than baseline
40
d1d5dbbbCreated and implemented an automatically passed argument system. (#74)
ɅLΞX
2y ago+50 -1
76%Elevated
more lines added than baseline
41
1f7d25f4Remove memory watcher, make code thread safe
KernelError
6y ago+44 -82
75%Elevated
more lines added than baseline
42
579e2ea3Added `--eula` argument and environment variable to accept EULA without prompting (#93)
Damir
1y ago+49 -33
74%Elevated
more lines added than baseline
43
10a2dc0cfix: use URL instead of browser_url (#54)
Aurélien Blais
3y ago+49 -46
74%Elevated
more lines added than baseline
44
b7fe404aLog cleaner improvements
Łukasz Jurczyk
5y ago+44 -3
74%Elevated
more lines added than baseline
45
fca54488Workflow fix
Łukasz Jurczyk
11mo ago+44 -44
73%Elevated
more lines added than baseline
46
c2f4a4dcVersion bump to 2.2.2, minor optimizations and cleanup
Łukasz Jurczyk
6y ago+62 -81
73%Elevated
more lines added than baseline
47
79cccc32Made heartbeats more configurable. (#51)
Nao
3y ago+48 -32
71%Elevated
more lines added than baseline
48
b704686cUTC timezone indication fix (#49)
Łukasz Jurczyk
3y ago+41 -27
71%Elevated
more lines added than baseline
49
33e4c27aRestart command fix, trim fix (#36)
Łukasz Jurczyk
4y ago+50 -31
71%Elevated
more lines added than baseline
50
acaf1979Config wizard fix (pterodactyl and missing directory), version bump
Łukasz Jurczyk
5y ago+43 -7
71%Elevated
more lines added than baseline
  • ad7ec1dcAdded Plugin Manager to LocalAdmin (Part 1) (#41)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +2.9K -1.9K
    Risk
    100%Elevated
  • cf2cd93cCopyright year bump
    Author
    Łukasz Jurczyk
    When
    11mo ago
    Lines
    +1.3K -1.3K
    Risk
    99%Elevated
  • eb47cf76Rendundant dependencies are now removed on update, switched JSON library to Utf8Json (#46)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +1.3K -206
    Risk
    98%Elevated
  • 1b8d7affInitial commit, version 1.0
    Author
    Łukasz Jurczyk
    When
    7y ago
    Lines
    +940 -0
    Risk
    98%Elevated
  • 764d32b0Utf8json generator rerun
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +428 -424
    Risk
    97%Elevated
  • 895bdd5ePlugin Manager Development (Part 2) (#42)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +567 -42
    Risk
    97%Elevated
  • d9556c8eAdded support for releases including builds for multiple frameworks, code reformatting (#50)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +476 -447
    Risk
    96%Elevated
  • 9ac07065Move code from Program to LocalAdmin to avoid statics
    Author
    KernelError
    When
    7y ago
    Lines
    +293 -281
    Risk
    96%Elevated
  • d1e6d46dAdded PAT support and plugins aliases (#44)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +328 -29
    Risk
    94%Elevated
  • 34be0bebDevelopment
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +331 -26
    Risk
    94%Elevated
  • 23922cf0Code cleanup
    Author
    KernelError
    When
    7y ago
    Lines
    +223 -187
    Risk
    94%Elevated
  • 6ea9f144Introduced heartbeat (#47)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +310 -31
    Risk
    93%Elevated
  • 5856d69aPlugin Manager Development (Part 3) (#43)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +288 -27
    Risk
    91%Elevated
  • 796ae75aAdded EULA prompt, optimization, .NET update (#40)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +298 -140
    Risk
    91%Elevated
  • 25a73c98Added config class.
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +187 -0
    Risk
    91%Elevated
  • 85d11f27Fixes and additions (#4)
    Author
    iRebbok
    When
    6y ago
    Lines
    +349 -150
    Risk
    91%Elevated
  • ed9149aaUpdate .gitignore (#63)
    Author
    Michał Petryka
    When
    3y ago
    Lines
    +157 -27
    Risk
    90%Elevated
  • 19adae68Added live view timestamp format customization
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +184 -33
    Risk
    90%Elevated
  • cf082029Added automatic restarts after crash (#17)
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +290 -169
    Risk
    88%Elevated
  • 5addbcdcAdded log cleaner, bumped version
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +219 -28
    Risk
    88%Elevated
  • f28b0948Rewrite exit handling (#7)
    Author
    MichalPetryka
    When
    6y ago
    Lines
    +173 -42
    Risk
    88%Elevated
  • 5d463d58Updated version
    Author
    Łukasz Jurczyk
    When
    7y ago
    Lines
    +151 -70
    Risk
    87%Elevated
  • 2c78926aAdded config change argument and game process killing
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +110 -9
    Risk
    86%Elevated
  • b877355aAdded LocalAdmin logging, bumped version edited description. (#15)
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +148 -43
    Risk
    86%Elevated
  • 5d408c56LocalAdmin fixes (#21)
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +183 -114
    Risk
    85%Elevated
  • 18688483Use tcp to communicate with game instead of some old russian technology
    Author
    KernelError
    When
    6y ago
    Lines
    +107 -161
    Risk
    84%Elevated
  • 7c68b642Update .gitignore (#70)
    Author
    Michał Petryka
    When
    3y ago
    Lines
    +89 -3
    Risk
    84%Elevated
  • 178ab817Added buffers size management and config management commands (#58)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +131 -29
    Risk
    84%Elevated
  • 3e291149Rename method Write to WriteLine and add methods Clear and WriteLine. Make things more thread-safe
    Author
    KernelError
    When
    7y ago
    Lines
    +88 -55
    Risk
    83%Elevated
  • f2c0e83dLog error fixes
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +76 -45
    Risk
    81%Elevated
  • 6a252f7dUpdate to .Net 5 (#14)
    Author
    MichalPetryka
    When
    5y ago
    Lines
    +88 -36
    Risk
    81%Elevated
  • abb1f148Add build action (#5)
    Author
    MichalPetryka
    When
    6y ago
    Lines
    +66 -0
    Risk
    81%Elevated
  • 4d32ea85yoinked publish profiles?
    Author
    Loopy
    When
    11mo ago
    Lines
    +68 -100
    Risk
    80%Elevated
  • a6734b78Introduced log limits (#26)
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +85 -10
    Risk
    80%Elevated
  • 5eb2975bAutomated the `help` command. (#85)
    Author
    ɅLΞX
    When
    2y ago
    Lines
    +61 -36
    Risk
    79%Elevated
  • 0b922472Fixed process handling, multiline log entries handling and duplicated timestamps on commands input (#31)
    Author
    Łukasz Jurczyk
    When
    4y ago
    Lines
    +76 -30
    Risk
    78%Elevated
  • 860c2229Path detection fix (#55)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +62 -9
    Risk
    77%Elevated
  • 03dbd22bFixed Git Bash crashes and introduced auto-restarts limit (#25)
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +78 -5
    Risk
    77%Elevated
  • ff962f40Improve code and fix problems with transmision and colors
    Author
    KernelError
    When
    6y ago
    Lines
    +50 -34
    Risk
    77%Elevated
  • d1d5dbbbCreated and implemented an automatically passed argument system. (#74)
    Author
    ɅLΞX
    When
    2y ago
    Lines
    +50 -1
    Risk
    76%Elevated
  • 1f7d25f4Remove memory watcher, make code thread safe
    Author
    KernelError
    When
    6y ago
    Lines
    +44 -82
    Risk
    75%Elevated
  • 579e2ea3Added `--eula` argument and environment variable to accept EULA without prompting (#93)
    Author
    Damir
    When
    1y ago
    Lines
    +49 -33
    Risk
    74%Elevated
  • 10a2dc0cfix: use URL instead of browser_url (#54)
    Author
    Aurélien Blais
    When
    3y ago
    Lines
    +49 -46
    Risk
    74%Elevated
  • b7fe404aLog cleaner improvements
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +44 -3
    Risk
    74%Elevated
  • fca54488Workflow fix
    Author
    Łukasz Jurczyk
    When
    11mo ago
    Lines
    +44 -44
    Risk
    73%Elevated
  • c2f4a4dcVersion bump to 2.2.2, minor optimizations and cleanup
    Author
    Łukasz Jurczyk
    When
    6y ago
    Lines
    +62 -81
    Risk
    73%Elevated
  • 79cccc32Made heartbeats more configurable. (#51)
    Author
    Nao
    When
    3y ago
    Lines
    +48 -32
    Risk
    71%Elevated
  • b704686cUTC timezone indication fix (#49)
    Author
    Łukasz Jurczyk
    When
    3y ago
    Lines
    +41 -27
    Risk
    71%Elevated
  • 33e4c27aRestart command fix, trim fix (#36)
    Author
    Łukasz Jurczyk
    When
    4y ago
    Lines
    +50 -31
    Risk
    71%Elevated
  • acaf1979Config wizard fix (pterodactyl and missing directory), version bump
    Author
    Łukasz Jurczyk
    When
    5y ago
    Lines
    +43 -7
    Risk
    71%Elevated
Showing 50 of 164 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.

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

Size against diffusion

The 164 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.5Diffusion →
Below typical56
Typical54
Elevated54

Commit history for I00py/LocalAdmin-V2

I00py/LocalAdmin-V2 has 171 commits in its history from 18 contributors, the first of them Feb 2, 2019. 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.