| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Some parts are still flaky, drafting until the results are precise without defaulting to failure on un-deterministic states. |
Sorry, something went wrong.
Only report a repository green when it can actually be verified: retry and detect API errors, paginate check runs, pin every request to one head SHA, keep the newest run per workflow/check, skip Dependabot dynamic runs, and report unverifiable repositories instead of rounding them up to a pass. Scan repositories in parallel and add ORG/JOBS/filter knobs. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
PTAL! |
Sorry, something went wrong.
|
CC @Starefossen might be useful for NAV? Feel free to copy + adapt 😃 |
Sorry, something went wrong.
|
Oh, this is super interesting! Will definitely check this out! Wondering if GitHub will break when I run it over our 9k repos 😂 |
Sorry, something went wrong.
Read the push time from the repository activity log, which records when the branch head actually moved, and show it with a relative age beside the CI verdict. Fall back to the head commit's date only when the activity log is unavailable, marked with "~" so a rebase or imported commit is not mistaken for a recent push; the repository-level pushed_at is not used, since it counts pushes to any branch. Route every per-repository verdict through a single emit helper so the added field stays consistent across all exit paths. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
A little script to monitor our CI statuses organization wide. Useful in terms of dependency updates that fails our pipeline sometimes, and other commits such as release, which we need to look into independently.
Unsure where we should place this script, it's an infrastructure utility not related to our internal tooling around webpack itself.