feat: patch changelog endpoint to categorize by commit message
Replaces repo-name-based category logic with commit-message parsing: - feat: / feat(...): → Features - fix: / fix(...): / Fix... → Fixes - everything else → Other Drops unused categories (Deployment, Theme, Endpoints, Syndicators, Post Types, Presets). Patch runs on postinstall and serve. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/patch-lightningcss.mjs && node scripts/patch-endpoint-media-scope.mjs && node scripts/patch-endpoint-media-sharp-runtime.mjs && node scripts/patch-frontend-sharp-runtime.mjs && node scripts/patch-endpoint-files-upload-route.mjs && node scripts/patch-endpoint-files-upload-locales.mjs && node scripts/patch-endpoint-activitypub-locales.mjs && node scripts/patch-endpoint-activitypub-docloader-loglevel.mjs && node scripts/patch-endpoint-activitypub-private-url-docloader.mjs && node scripts/patch-endpoint-activitypub-migrate-alias-clear.mjs && node scripts/patch-endpoint-homepage-locales.mjs && node scripts/patch-endpoint-homepage-identity-defaults.mjs && node scripts/patch-federation-unlisted-guards.mjs && node scripts/patch-endpoint-micropub-where-note-visibility.mjs && node scripts/patch-endpoint-posts-ai-fields.mjs && node scripts/patch-endpoint-posts-ai-cleanup.mjs && node scripts/patch-endpoint-podroll-opml-upload.mjs && node scripts/patch-preset-eleventy-ai-frontmatter.mjs && node scripts/patch-frontend-serviceworker-file.mjs && node scripts/patch-endpoint-comments-locales.mjs && node scripts/patch-conversations-collection-guards.mjs && node scripts/patch-conversations-mastodon-disconnect.mjs && node scripts/patch-indiekit-routes-rate-limits.mjs && node scripts/patch-indiekit-error-production-stack.mjs && node scripts/patch-indieauth-devmode-guard.mjs && node scripts/patch-listening-endpoint-runtime-guards.mjs",
|
||||
"serve": "export NODE_ENV=${NODE_ENV:-production} INDIEKIT_DEBUG=${INDIEKIT_DEBUG:-0} && node scripts/preflight-production-security.mjs && node scripts/preflight-mongo-connection.mjs && node scripts/preflight-activitypub-rsa-key.mjs && node scripts/preflight-activitypub-profile-urls.mjs && node scripts/patch-lightningcss.mjs && node scripts/patch-endpoint-media-scope.mjs && node scripts/patch-endpoint-media-sharp-runtime.mjs && node scripts/patch-frontend-sharp-runtime.mjs && node scripts/patch-endpoint-files-upload-route.mjs && node scripts/patch-endpoint-files-upload-locales.mjs && node scripts/patch-endpoint-activitypub-locales.mjs && node scripts/patch-endpoint-activitypub-docloader-loglevel.mjs && node scripts/patch-endpoint-activitypub-private-url-docloader.mjs && node scripts/patch-endpoint-activitypub-migrate-alias-clear.mjs && node scripts/patch-endpoint-homepage-locales.mjs && node scripts/patch-endpoint-homepage-identity-defaults.mjs && node scripts/patch-federation-unlisted-guards.mjs && node scripts/patch-endpoint-micropub-where-note-visibility.mjs && node scripts/patch-endpoint-posts-ai-fields.mjs && node scripts/patch-endpoint-posts-ai-cleanup.mjs && node scripts/patch-endpoint-podroll-opml-upload.mjs && node scripts/patch-preset-eleventy-ai-frontmatter.mjs && node scripts/patch-frontend-serviceworker-file.mjs && node scripts/patch-endpoint-comments-locales.mjs && node scripts/patch-conversations-collection-guards.mjs && node scripts/patch-conversations-mastodon-disconnect.mjs && node scripts/patch-indiekit-routes-rate-limits.mjs && node scripts/patch-indiekit-error-production-stack.mjs && node scripts/patch-indieauth-devmode-guard.mjs && node scripts/patch-listening-endpoint-runtime-guards.mjs && node node_modules/@indiekit/indiekit/bin/cli.js serve --config indiekit.config.mjs",
|
||||
"postinstall": "node scripts/patch-lightningcss.mjs && node scripts/patch-endpoint-media-scope.mjs && node scripts/patch-endpoint-media-sharp-runtime.mjs && node scripts/patch-frontend-sharp-runtime.mjs && node scripts/patch-endpoint-files-upload-route.mjs && node scripts/patch-endpoint-files-upload-locales.mjs && node scripts/patch-endpoint-activitypub-locales.mjs && node scripts/patch-endpoint-activitypub-docloader-loglevel.mjs && node scripts/patch-endpoint-activitypub-private-url-docloader.mjs && node scripts/patch-endpoint-activitypub-migrate-alias-clear.mjs && node scripts/patch-endpoint-homepage-locales.mjs && node scripts/patch-endpoint-homepage-identity-defaults.mjs && node scripts/patch-federation-unlisted-guards.mjs && node scripts/patch-endpoint-micropub-where-note-visibility.mjs && node scripts/patch-endpoint-posts-ai-fields.mjs && node scripts/patch-endpoint-posts-ai-cleanup.mjs && node scripts/patch-endpoint-podroll-opml-upload.mjs && node scripts/patch-preset-eleventy-ai-frontmatter.mjs && node scripts/patch-frontend-serviceworker-file.mjs && node scripts/patch-endpoint-comments-locales.mjs && node scripts/patch-conversations-collection-guards.mjs && node scripts/patch-conversations-mastodon-disconnect.mjs && node scripts/patch-indiekit-routes-rate-limits.mjs && node scripts/patch-indiekit-error-production-stack.mjs && node scripts/patch-indieauth-devmode-guard.mjs && node scripts/patch-listening-endpoint-runtime-guards.mjs && node scripts/patch-endpoint-github-changelog-categories.mjs",
|
||||
"serve": "export NODE_ENV=${NODE_ENV:-production} INDIEKIT_DEBUG=${INDIEKIT_DEBUG:-0} && node scripts/preflight-production-security.mjs && node scripts/preflight-mongo-connection.mjs && node scripts/preflight-activitypub-rsa-key.mjs && node scripts/preflight-activitypub-profile-urls.mjs && node scripts/patch-lightningcss.mjs && node scripts/patch-endpoint-media-scope.mjs && node scripts/patch-endpoint-media-sharp-runtime.mjs && node scripts/patch-frontend-sharp-runtime.mjs && node scripts/patch-endpoint-files-upload-route.mjs && node scripts/patch-endpoint-files-upload-locales.mjs && node scripts/patch-endpoint-activitypub-locales.mjs && node scripts/patch-endpoint-activitypub-docloader-loglevel.mjs && node scripts/patch-endpoint-activitypub-private-url-docloader.mjs && node scripts/patch-endpoint-activitypub-migrate-alias-clear.mjs && node scripts/patch-endpoint-homepage-locales.mjs && node scripts/patch-endpoint-homepage-identity-defaults.mjs && node scripts/patch-federation-unlisted-guards.mjs && node scripts/patch-endpoint-micropub-where-note-visibility.mjs && node scripts/patch-endpoint-posts-ai-fields.mjs && node scripts/patch-endpoint-posts-ai-cleanup.mjs && node scripts/patch-endpoint-podroll-opml-upload.mjs && node scripts/patch-preset-eleventy-ai-frontmatter.mjs && node scripts/patch-frontend-serviceworker-file.mjs && node scripts/patch-endpoint-comments-locales.mjs && node scripts/patch-conversations-collection-guards.mjs && node scripts/patch-conversations-mastodon-disconnect.mjs && node scripts/patch-indiekit-routes-rate-limits.mjs && node scripts/patch-indiekit-error-production-stack.mjs && node scripts/patch-indieauth-devmode-guard.mjs && node scripts/patch-listening-endpoint-runtime-guards.mjs && node scripts/patch-endpoint-github-changelog-categories.mjs && node node_modules/@indiekit/indiekit/bin/cli.js serve --config indiekit.config.mjs",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
123
scripts/patch-endpoint-github-changelog-categories.mjs
Normal file
123
scripts/patch-endpoint-github-changelog-categories.mjs
Normal file
@@ -0,0 +1,123 @@
|
||||
import { access, readFile, writeFile } from "node:fs/promises";
|
||||
|
||||
const candidates = [
|
||||
"node_modules/@rmdes/indiekit-endpoint-github/lib/controllers/changelog.js",
|
||||
];
|
||||
|
||||
// Marker: present once the patch has already been applied
|
||||
const marker = "function categorizeCommit(title)";
|
||||
|
||||
// ── Part 1: replace categorizeRepo + CATEGORY_LABELS ─────────────────────────
|
||||
|
||||
const oldCategorize = `function categorizeRepo(name) {
|
||||
if (name === "indiekit") return "core";
|
||||
if (name === "indiekit-cloudron" || name === "indiekit-deploy")
|
||||
return "deployment";
|
||||
if (name.includes("theme")) return "theme";
|
||||
if (name.startsWith("indiekit-endpoint-")) return "endpoints";
|
||||
if (name.startsWith("indiekit-syndicator-")) return "syndicators";
|
||||
if (name.startsWith("indiekit-post-type-")) return "post-types";
|
||||
if (name.startsWith("indiekit-preset-")) return "presets";
|
||||
return "other";
|
||||
}
|
||||
|
||||
const CATEGORY_LABELS = {
|
||||
core: "Core",
|
||||
deployment: "Deployment",
|
||||
theme: "Theme",
|
||||
endpoints: "Endpoints",
|
||||
syndicators: "Syndicators",
|
||||
"post-types": "Post Types",
|
||||
presets: "Presets",
|
||||
other: "Other",
|
||||
};`;
|
||||
|
||||
const newCategorize = `function categorizeCommit(title) {
|
||||
if (/^feat[:(]/i.test(title)) return "features";
|
||||
if (/^fix\\b/i.test(title)) return "fixes";
|
||||
return "other";
|
||||
}
|
||||
|
||||
const CATEGORY_LABELS = {
|
||||
features: "Features",
|
||||
fixes: "Fixes",
|
||||
other: "Other",
|
||||
};`;
|
||||
|
||||
// ── Part 2: replace repo-based category map builder ──────────────────────────
|
||||
|
||||
const oldBuildCategories = ` // Build categories map from discovered repos
|
||||
const categories = {};
|
||||
for (const repo of indiekitRepos) {
|
||||
const cat = categorizeRepo(repo.name);
|
||||
if (!categories[cat]) {
|
||||
categories[cat] = {
|
||||
label: CATEGORY_LABELS[cat] || cat,
|
||||
repos: [],
|
||||
};
|
||||
}
|
||||
categories[cat].repos.push(repo.name);
|
||||
}`;
|
||||
|
||||
const newBuildCategories = ` // Static categories map (commit-message based)
|
||||
const categories = {};
|
||||
for (const [key, label] of Object.entries(CATEGORY_LABELS)) {
|
||||
categories[key] = { label, repos: [] };
|
||||
}`;
|
||||
|
||||
// ── Part 3: replace per-commit category assignment ───────────────────────────
|
||||
|
||||
const oldCommitCategory = ` category: categorizeRepo(repo.name),`;
|
||||
const newCommitCategory = ` category: categorizeCommit(c.commit.message.split("\\n")[0]),`;
|
||||
|
||||
async function exists(path) {
|
||||
try {
|
||||
await access(path);
|
||||
return true;
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
let checked = 0;
|
||||
let patched = 0;
|
||||
|
||||
for (const filePath of candidates) {
|
||||
if (!(await exists(filePath))) {
|
||||
continue;
|
||||
}
|
||||
|
||||
checked += 1;
|
||||
|
||||
const source = await readFile(filePath, "utf8");
|
||||
|
||||
if (source.includes(marker)) {
|
||||
console.log("[postinstall] endpoint-github changelog categories already patched");
|
||||
continue;
|
||||
}
|
||||
|
||||
if (
|
||||
!source.includes(oldCategorize) ||
|
||||
!source.includes(oldBuildCategories) ||
|
||||
!source.includes(oldCommitCategory)
|
||||
) {
|
||||
console.log("[postinstall] endpoint-github changelog: unexpected source layout, skipping");
|
||||
continue;
|
||||
}
|
||||
|
||||
const updated = source
|
||||
.replace(oldCategorize, newCategorize)
|
||||
.replace(oldBuildCategories, newBuildCategories)
|
||||
.replace(oldCommitCategory, newCommitCategory);
|
||||
|
||||
await writeFile(filePath, updated, "utf8");
|
||||
patched += 1;
|
||||
}
|
||||
|
||||
if (checked === 0) {
|
||||
console.log("[postinstall] No endpoint-github changelog file found");
|
||||
} else if (patched > 0) {
|
||||
console.log(
|
||||
`[postinstall] Patched endpoint-github changelog categories in ${patched} file(s)`,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user