repowiserepowise
Sign in
sksmj10/pcgw_api
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowisesksmj10/pcgw_api

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

9of 26 scored

9 commits sit in this repo's top risk tercile, which is 35% of the 26scored. 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 7.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 commits28%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.16bitsShannon 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 threshold7.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.

Began feature-led, now leaning test.

Feature35%
Fix23%
Docs4%
Test19%
Other19%

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
ae029c48Test coverage, ci/cd pipeline and some fixtures
SonuSingh
1mo ago+5.5K -10
98%Elevated
more lines added than baseline
2
9acdc232pushing my local repo
SonuSingh
4mo ago+1.7K -0
94%Elevated
more lines added than baseline
3
830f7bf3Added retry logic and pre-commit-config
SonuSingh
3mo ago+178 -19
90%Elevated
more lines added than baseline
4
c0b403751. Added data validation for insertions in database 2. updated routes, database connection and scraper to be asynchronous now 3. httpx client attached to fastapi lifespan now 4. some cleanups i forgor about
SonuSingh
4mo ago+122 -50
85%Elevated
more lines added than baseline
5
daae1ec6Added a small function to Game class to return all data points at once for database. Connected a mongodb database to store the scraped data. Modified the routes to make use of the database. NEXT: add caching maybe
SonuSingh
4mo ago+132 -17
85%Elevated
more lines added than baseline
6
44466875Added a game data endpoint + some fixes
SonuSingh
2mo ago+108 -22
77%Elevated
more lines added than baseline
7
29ec48251. Updated _extract_table to ignore WSG columns that may appear in video's table. 2. Set up simple logging to catch stack traces and what not. 3. Added an exception middleware that should help with catching internal server errors for every route. 4. Added caching for search queries too in DB.
SonuSingh
4mo ago+81 -54
77%Elevated
more lines added than baseline
8
1dc70e80add Dockerfile, Sentry and few fixes
SonuSingh
3mo ago+109 -8
69%Elevated
more lines added than baseline
9
3125d4e21. Added a search function to PCGamingWiki class and a respective endpoint for it. 2. Added a supporting Model for proper validation. 3. Cleaned up the Game class a bit.
SonuSingh
4mo ago+67 -24
69%Elevated
more lines added than baseline
10
a645d77bAdded a delete endpoint for easier testing.
SonuSingh
1mo ago+63 -1
63%Typical
more lines added than baseline
11
df84faceupdated pydantic models, fixed the response for api_middleware for api support values, added routes
SonuSingh
4mo ago+66 -17
60%Typical
more lines added than baseline
12
9e8de804Added simple API key based auth and some fixes
SonuSingh
3mo ago+52 -20
56%Typical
more lines added than baseline
13
1e611102new changes!
SonuSingh
3mo ago+44 -16
52%Typical
more lines added than baseline
14
4ab4df67Refactoring and additional logic for DB updation
SonuSingh
4mo ago+44 -23
48%Typical
more lines added than baseline
15
b803cdf7Added temporary rate limiting
SonuSingh
3mo ago+40 -8
44%Typical
more lines added than baseline
16
3b304999Minor changes
SonuSingh
3mo ago+36 -5
40%Typical
more lines added than baseline
17
ff97d8f3Improved the scraper a bit by adding extra checks
SonuSingh
3mo ago+26 -15
37%Typical
more lines added than baseline
18
34aeb217Some bug fixes and changed version name
SonuSingh
3mo ago+27 -15
31%Below typical
more lines added than baseline
19
bc0fff17Initial commit
SonuSingh
4mo ago+21 -0
31%Below typical
more lines added than baseline
20
6d1c741eupdated gitignore and added dockerignore
SonuSingh
2mo ago+16 -13
25%Below typical
more lines added than baseline
21
0ec6982bAdded a custom User-Agent header to httpx client
SonuSingh
4mo ago+12 -3
21%Below typical
more focused than baseline
22
c115596aAdded a delete route endpoint for testing.
SonuSingh
1mo ago+11 -1
17%Below typical
more focused than baseline
23
5ab0ac18FIX: await methods in get_all are actually asynchronous now. (Shouldn't really affect much atm because of requests limit to PCGW.)
SonuSingh
2mo ago+8 -1
13%Below typical
fewer lines added than baseline
24
bd14a05eupdated readme
SonuSingh
4mo ago+3 -0
10%Below typical
fewer lines added than baseline
25
d519aa1cRevert "Added a delete endpoint for easier testing."
SonuSingh
1mo ago+1 -63
6%Below typical
fewer lines added than baseline
26
18b2d4b0Delete test.py
SonuSingh
4mo ago+0 -279
2%Below typical
fewer lines added than baseline
  • ae029c48Test coverage, ci/cd pipeline and some fixtures
    Author
    SonuSingh
    When
    1mo ago
    Lines
    +5.5K -10
    Risk
    98%Elevated
  • 9acdc232pushing my local repo
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +1.7K -0
    Risk
    94%Elevated
  • 830f7bf3Added retry logic and pre-commit-config
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +178 -19
    Risk
    90%Elevated
  • c0b403751. Added data validation for insertions in database 2. updated routes, database connection and scraper to be asynchronous now 3. httpx client attached to fastapi lifespan now 4. some cleanups i forgor about
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +122 -50
    Risk
    85%Elevated
  • daae1ec6Added a small function to Game class to return all data points at once for database. Connected a mongodb database to store the scraped data. Modified the routes to make use of the database. NEXT: add caching maybe
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +132 -17
    Risk
    85%Elevated
  • 44466875Added a game data endpoint + some fixes
    Author
    SonuSingh
    When
    2mo ago
    Lines
    +108 -22
    Risk
    77%Elevated
  • 29ec48251. Updated _extract_table to ignore WSG columns that may appear in video's table. 2. Set up simple logging to catch stack traces and what not. 3. Added an exception middleware that should help with catching internal server errors for every route. 4. Added caching for search queries too in DB.
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +81 -54
    Risk
    77%Elevated
  • 1dc70e80add Dockerfile, Sentry and few fixes
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +109 -8
    Risk
    69%Elevated
  • 3125d4e21. Added a search function to PCGamingWiki class and a respective endpoint for it. 2. Added a supporting Model for proper validation. 3. Cleaned up the Game class a bit.
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +67 -24
    Risk
    69%Elevated
  • a645d77bAdded a delete endpoint for easier testing.
    Author
    SonuSingh
    When
    1mo ago
    Lines
    +63 -1
    Risk
    63%Typical
  • df84faceupdated pydantic models, fixed the response for api_middleware for api support values, added routes
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +66 -17
    Risk
    60%Typical
  • 9e8de804Added simple API key based auth and some fixes
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +52 -20
    Risk
    56%Typical
  • 1e611102new changes!
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +44 -16
    Risk
    52%Typical
  • 4ab4df67Refactoring and additional logic for DB updation
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +44 -23
    Risk
    48%Typical
  • b803cdf7Added temporary rate limiting
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +40 -8
    Risk
    44%Typical
  • 3b304999Minor changes
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +36 -5
    Risk
    40%Typical
  • ff97d8f3Improved the scraper a bit by adding extra checks
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +26 -15
    Risk
    37%Typical
  • 34aeb217Some bug fixes and changed version name
    Author
    SonuSingh
    When
    3mo ago
    Lines
    +27 -15
    Risk
    31%Below typical
  • bc0fff17Initial commit
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +21 -0
    Risk
    31%Below typical
  • 6d1c741eupdated gitignore and added dockerignore
    Author
    SonuSingh
    When
    2mo ago
    Lines
    +16 -13
    Risk
    25%Below typical
  • 0ec6982bAdded a custom User-Agent header to httpx client
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +12 -3
    Risk
    21%Below typical
  • c115596aAdded a delete route endpoint for testing.
    Author
    SonuSingh
    When
    1mo ago
    Lines
    +11 -1
    Risk
    17%Below typical
  • 5ab0ac18FIX: await methods in get_all are actually asynchronous now. (Shouldn't really affect much atm because of requests limit to PCGW.)
    Author
    SonuSingh
    When
    2mo ago
    Lines
    +8 -1
    Risk
    13%Below typical
  • bd14a05eupdated readme
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +3 -0
    Risk
    10%Below typical
  • d519aa1cRevert "Added a delete endpoint for easier testing."
    Author
    SonuSingh
    When
    1mo ago
    Lines
    +1 -63
    Risk
    6%Below typical
  • 18b2d4b0Delete test.py
    Author
    SonuSingh
    When
    4mo ago
    Lines
    +0 -279
    Risk
    2%Below typical
Showing 26 of 26 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 26 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.8Diffusion →
Below typical9
Typical8
Elevated9

Commit history for sksmj10/pcgw_api

Repowise tracks change history across 15 files in sksmj10/pcgw_api. In the last 90 days 15 files were touched, 83 times in total, most often routes.py. Every commit is scored for change risk from its size, spread and the history of the files it touches.