mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-07-16 06:01:18 -05:00
[PR #1251] [MERGED] Cleaning up #28983
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/1251
Author: @veggiemonk
Created: 2/28/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @veggiemonk
Base:
master← Head:feat/go-rewrite📝 Commits (10+)
bae26ccchore: add .worktrees to .gitignore08da394feat: scaffold Go project with cobra CLI, Makefile, and configf2680c6feat: add README parser with entry extraction and section tree buildinga490778feat: add linter with formatting rules, duplicate detection, sorting, and auto-fixddc32f4feat: add cache package for exclude list and health cache YAML read/writebc46efffeat: add HTTP link checker and GitHub GraphQL repo checker804da83feat: add health scorer with status classification and report generationed04ff4feat: add website builder using goldmark (replaces build.js)83211a4feat: wire all packages into cobra CLI with lint, check, health, build, report, validate commandse5d5594feat: update all GitHub Actions workflows from Node.js to Go📊 Changes
47 files changed (+5876 additions, -2121 deletions)
View changed files
📝
.github/CODEOWNERS(+1 -1)📝
.github/CONTRIBUTING.md(+38 -77)📝
.github/ISSUE_TEMPLATE/add-a-project.md(+6 -3)📝
.github/MAINTENANCE.md(+61 -96)📝
.github/PULL_REQUEST_TEMPLATE.md(+19 -39)📝
.github/dependabot.yml(+2 -6)📝
.github/workflows/broken_links.yml(+14 -59)📝
.github/workflows/deploy-pages.yml(+6 -8)📝
.github/workflows/health_report.yml(+21 -37)📝
.github/workflows/pull_request.yml(+8 -14)📝
.gitignore(+4 -0)➖
.nvmrc(+0 -1)📝
AGENTS.md(+69 -19)➕
Makefile(+142 -0)📝
README.md(+419 -534)➖
build.js(+0 -51)➕
cmd/awesome-docker/main.go(+630 -0)➕
config/exclude.yaml(+18 -0)➕
config/health_cache.yaml(+2122 -0)📝
config/website.tmpl.html(+0 -0)...and 27 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.