Change-risk score
This change sits in the middle third of this repository's own risk distribution, so it is about as risky as the work around it. It is riskier than 61% of this repository's own commits.
The largest health movement is in full_index.py, down 0.3. 1 contract changed, called by 9 symbols in files this PR does not touch.
Every file in the repository, grouped into its own directories and sized by lines. The ones this PR changes are lit, and everything that imports them is marked.
Drawing 2,834 of 3,149 files at a readable size, grouped by directory and sized by lines of code. 5 changed here reach 8 more by import. 315 are too small to see at this width, which is what the frame below is for.
25 files, 3 changed by this PR and 0 that import one. Click any directory above to frame it instead.
Only symbols that were removed or had their signature changed. An added symbol has no prior callers, and a body-only change leaves the caller's contract intact, so neither is a finding.
9 callers outside this PR, 1 inside it.
Introduced findings are the ones inside the lines this PR added, not the file's existing ones. The resolved column is the only place in the product that lists them.
plan_version_retention nests 7 levels deep
plan_version_retention has cyclomatic complexity 30
mark_tombstone_pages has cyclomatic complexity 10
a database call runs once per loop iteration (N+1 / IO-in-loop)
a database call runs once per loop iteration (N+1 / IO-in-loop)
a database call runs once per loop iteration (N+1 / IO-in-loop)
caught exception is swallowed without any handling
broad `except Exception` catches unrelated errors and can hide bugs
broad `except Exception` catches unrelated errors and can hide bugs
a database call is awaited serially in a loop; if the iterations are independent, fan out with gather / Promise.all
a database call is awaited serially in a loop; if the iterations are independent, fan out with gather / Promise.all
The primary author of each changed file by share of its recent commits, mined from git history. Advisory: it says who has context, not who must review.
Test files that import a file this PR changes. Not a coverage measurement: it is the import graph, so it says which tests are worth running, not which lines they reach.
2 changed files have no test importing them.
Each changed file attributed to whichever author class contributed more of its added lines, then scored. File-level, because a line-level blame index is not persisted.
Mean health of the AI-authored files is 8.0 against 3.8 for the human-authored ones.
This page came from an index of repowise-dev/repowise. No model calls, no configuration, and it refreshes on every push. Install the bot and every pull request gets one of these.