-
Notifications
You must be signed in to change notification settings - Fork 0
Add scan command for multi-repo discovery and consolidated reporting #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
369e78b
Add scan command for multi-repo discovery and consolidated reporting
lex0c 02100f5
Detect bare repositories during scan discovery
lex0c 16742da
Strip repo prefix from suspect-detector suggestions
lex0c 61f8e65
Honor negated ignore rules before pruning a directory
lex0c 5950a26
Keep per-repo commits when SHAs overlap across repositories
lex0c 9a6f5f6
Normalize repo prefix before suspect-pattern matching
lex0c 98efb10
Use numeric value for repo breakdown bar widths
lex0c 6cfe86d
Skip ignored repos before recording discovery hits
lex0c 26ac75e
Account for globbed negations in reinclude checks
lex0c e85768e
Guarantee unique slugs after hashing duplicate basenames
lex0c c4958bb
Propagate context cancellation into Discover walk
lex0c 6153c59
Harden tests for scan feature gaps
lex0c 0947705
Document scan command and per-repo breakdown metric
lex0c 00b7321
Validate --since before launching scan
lex0c 8142695
Resolve symlink roots before walking discovery tree
lex0c 5bd94ab
Normalize slug uniqueness for case-insensitive filesystems
lex0c 89df586
Fail scan when every repo's extract failed
lex0c 66f4516
Reject missing explicit ignore file paths
lex0c f62cdc5
Recover from worker panics in the scan pool
lex0c ecce5ee
Scope Per-Repository Breakdown to profile reports only
lex0c a0a6251
Add --report-dir for per-repo HTML reports plus an index landing page
lex0c fefced5
Fix report-dir pending accounting, downgrade render errors, reserve i…
lex0c f2810b5
Align scan-index footer with the per-repo report footer
lex0c c0bfccb
Simplify scan-index heading and drop roots subtitle
lex0c 3494e0e
Trim redundant chrome from scan-index cards
lex0c 49cd00d
Drop green left-border accent from ok scan-index cards
lex0c 2ae7961
Surface last-commit recency on scan index cards
lex0c d59338e
Address 7 minors from the recency-batch review
lex0c 87d3e8b
Drop scan-index H1; promote summary cards to page anchor
lex0c 60b4c37
Unify scan-index summary-card CSS with the team/profile templates
lex0c 7666e57
Order scan index as a triage view, not alphabetical
lex0c 549775f
Validate --email requires --report before launching scan
lex0c 049cdb5
Guard future dates before truncating day differences
lex0c 302d13f
Validate .git entry content before treating a dir as a repo
lex0c 9d61c47
Normalize skipped statuses before rendering scan index
lex0c 13749d3
Use an aggregated label for multi-root profile reports
lex0c 247cd16
Raise scan parallel default and skip the sort in dev-email aggregation
lex0c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.