repowiserepowise
Sign in
rakaarwaky/port-monitor
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiserakaarwaky/port-monitor

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

7of 22 scored

7 commits sit in this repo's top risk tercile, which is 32% of the 22scored. 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 8.5 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 commits00%Commits whose subject reads as a bug fix rather than new work.Change diffusion0.94bitsShannon 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 threshold8.5out 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.

How this repo's commit mix shifts over time.

Feature77%
Refactor5%
Docs14%
Chore5%

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
42d15dcachore: initial project setup
Kadir Mert Abatay
7mo ago+973 -0
98%Elevated
more lines added than baseline
2
ce400beefeat: Introduce a new "Deep Monitor" tab with port sniffing capabilities.
Kadir Mert Abatay
7mo ago+387 -1
93%Elevated
more lines added than baseline
3
23f736dbfeat: introduce tabbed UI with activity log and persistent settings for notifications, theme, and auto-start
Kadir Mert Abatay
7mo ago+262 -15
89%Elevated
more lines added than baseline
4
f0628d1dfeat: Introduce process details dialog, add kill process action, and display user in port table.
Kadir Mert Abatay
7mo ago+282 -0
84%Elevated
more lines added than baseline
5
648d4fcdfeat: Implement custom port management with add/delete functionality and persistence.
Kadir Mert Abatay
7mo ago+208 -13
80%Elevated
more lines added than baseline
6
187e84acfeat: add port dashboard with status tracking, refine UI theme, and improve port table sorting logic
Kadir Mert Abatay
7mo ago+182 -63
75%Elevated
more lines added than baseline
7
149afce3feat: Introduce and integrate FlowLayout for the dashboard, replacing QGridLayout to enable dynamic card arrangement and filtering.
Kadir Mert Abatay
7mo ago+190 -14
70%Elevated
more lines added than baseline
8
8b68e4c1feat: Implement grouped and scrollable settings UI with dedicated styling for better organization and user experience.
Kadir Mert Abatay
7mo ago+151 -28
66%Typical
more lines added than baseline
9
51bed617feat: Add process command line display and connection test functionality to the details dialog.
Kadir Mert Abatay
7mo ago+125 -20
61%Typical
more lines added than baseline
10
4b1093eefeat: Add system tray functionality and notify users of newly detected listening ports.
Kadir Mert Abatay
7mo ago+92 -7
57%Typical
more lines added than baseline
11
2c74cf39feat: Add activity log filtering with a search box, filter dropdown, and clear button to the UI.
Kadir Mert Abatay
7mo ago+71 -0
50%Typical
more lines added than baseline
12
c2aeb962feat: Introduce a macOS Docker runner script with XQuartz setup and add X11/OpenGL dependencies to the Dockerfile.
Kadir Mert Abatay
7mo ago+86 -0
50%Typical
more lines added than baseline
13
0547bf03feat: Implement dashboard UI for port monitoring with dynamic styling based on port status.
Kadir Mert Abatay
7mo ago+63 -19
43%Typical
more lines added than baseline
14
52376920feat: Dynamically populate system tray menu with active ports, visual indicators, and standard actions.
Kadir Mert Abatay
7mo ago+64 -2
39%Typical
more lines added than baseline
15
d051f721feat: Add "Open" action to launch listening ports in browser from table and dashboard.
Kadir Mert Abatay
7mo ago+52 -4
34%Typical
more lines added than baseline
16
79f598f0refactor: improve `lsof` output parsing for protocol, state, local address, and port extraction, and add debug logging.
Kadir Mert Abatay
7mo ago+43 -21
30%Below typical
more lines added than baseline
17
251c0bb5docs: Enhance README with detailed features, usage guide, updated Docker instructions, and add supporting screenshots.
Kadir Mert Abatay
7mo ago+49 -45
25%Below typical
more lines added than baseline
18
78365fc0feat: Implement detection and logging for closed ports, add process kill logging, and display new log entries at the top.
Kadir Mert Abatay
7mo ago+27 -12
20%Below typical
more lines added than baseline
19
56a0d077docs: Enhance system integration details in README, adding quick access feature and tray icon image.
Kadir Mert Abatay
7mo ago+6 -1
16%Below typical
fewer lines added than baseline
20
8a54c068feat: Add and apply application icon.
Kadir Mert Abatay
7mo ago+5 -0
11%Below typical
fewer lines added than baseline
21
d6faf2dbfeat: remove application theme selection UI and logic from settings
Kadir Mert Abatay
7mo ago+1 -47
7%Below typical
fewer lines added than baseline
22
1aef31fbdocs: remove duplicate 'System Integration' heading from README
Kadir Mert Abatay
7mo ago+0 -2
2%Below typical
fewer lines added than baseline
  • 42d15dcachore: initial project setup
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +973 -0
    Risk
    98%Elevated
  • ce400beefeat: Introduce a new "Deep Monitor" tab with port sniffing capabilities.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +387 -1
    Risk
    93%Elevated
  • 23f736dbfeat: introduce tabbed UI with activity log and persistent settings for notifications, theme, and auto-start
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +262 -15
    Risk
    89%Elevated
  • f0628d1dfeat: Introduce process details dialog, add kill process action, and display user in port table.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +282 -0
    Risk
    84%Elevated
  • 648d4fcdfeat: Implement custom port management with add/delete functionality and persistence.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +208 -13
    Risk
    80%Elevated
  • 187e84acfeat: add port dashboard with status tracking, refine UI theme, and improve port table sorting logic
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +182 -63
    Risk
    75%Elevated
  • 149afce3feat: Introduce and integrate FlowLayout for the dashboard, replacing QGridLayout to enable dynamic card arrangement and filtering.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +190 -14
    Risk
    70%Elevated
  • 8b68e4c1feat: Implement grouped and scrollable settings UI with dedicated styling for better organization and user experience.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +151 -28
    Risk
    66%Typical
  • 51bed617feat: Add process command line display and connection test functionality to the details dialog.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +125 -20
    Risk
    61%Typical
  • 4b1093eefeat: Add system tray functionality and notify users of newly detected listening ports.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +92 -7
    Risk
    57%Typical
  • 2c74cf39feat: Add activity log filtering with a search box, filter dropdown, and clear button to the UI.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +71 -0
    Risk
    50%Typical
  • c2aeb962feat: Introduce a macOS Docker runner script with XQuartz setup and add X11/OpenGL dependencies to the Dockerfile.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +86 -0
    Risk
    50%Typical
  • 0547bf03feat: Implement dashboard UI for port monitoring with dynamic styling based on port status.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +63 -19
    Risk
    43%Typical
  • 52376920feat: Dynamically populate system tray menu with active ports, visual indicators, and standard actions.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +64 -2
    Risk
    39%Typical
  • d051f721feat: Add "Open" action to launch listening ports in browser from table and dashboard.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +52 -4
    Risk
    34%Typical
  • 79f598f0refactor: improve `lsof` output parsing for protocol, state, local address, and port extraction, and add debug logging.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +43 -21
    Risk
    30%Below typical
  • 251c0bb5docs: Enhance README with detailed features, usage guide, updated Docker instructions, and add supporting screenshots.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +49 -45
    Risk
    25%Below typical
  • 78365fc0feat: Implement detection and logging for closed ports, add process kill logging, and display new log entries at the top.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +27 -12
    Risk
    20%Below typical
  • 56a0d077docs: Enhance system integration details in README, adding quick access feature and tray icon image.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +6 -1
    Risk
    16%Below typical
  • 8a54c068feat: Add and apply application icon.
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +5 -0
    Risk
    11%Below typical
  • d6faf2dbfeat: remove application theme selection UI and logic from settings
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +1 -47
    Risk
    7%Below typical
  • 1aef31fbdocs: remove duplicate 'System Integration' heading from README
    Author
    Kadir Mert Abatay
    When
    7mo ago
    Lines
    +0 -2
    Risk
    2%Below typical
Showing 22 of 22 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 ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 22 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.03.5Diffusion →
Below typical7
Typical8
Elevated7

Commit history for rakaarwaky/port-monitor

rakaarwaky/port-monitor has 22 commits in its history from 1 contributor, the first of them Dec 27, 2025. 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.