Skip to content

Conversation

@mcollina
Copy link
Member

Summary

  • Remove 24 community plugins with inaccessible GitHub repositories (404 or abandoned accounts)
  • Update 5 URLs that were redirecting (301) to new locations
  • Add validation script (scripts/validate-ecosystem-links.js) to check all GitHub links
  • Add weekly GitHub Action (.github/workflows/validate-ecosystem-links.yml) to automatically detect broken links

Removed plugins

Abandoned accounts (as reported in security advisory):

  • @fastify-userland/request-id, @fastify-userland/typeorm-query-runner, @fastify-userland/workflows
  • fastify-http-client (kenuyx)
  • fastify-knexjs, fastify-knexjs-mock, fastify-mongo-memory (chapuletta)
  • fastify-objectionjs (jarcodallo)
  • fastify-slonik (Unbuttun)

Additional broken links found by validation:

  • fastify-autocrud, fastify-file-upload, fastify-firebase, fastify-firebase-auth
  • fastify-nats, fastify-orientdb, fastify-socket.io, fastify-sse-v2
  • fastify-tokenize, fastify-twitch-ebs-tools, fastify-vite (community), typeorm-fastify-plugin

Updated redirects

Old URL New URL
zeit/next.js vercel/next.js
clerkinc/javascript clerk/javascript
nucleode/arecibo ducktors/arecibo
squaremo/amqp.node amqp-node/amqplib
Dev-Manny/fastify-appwrite maniecodes/fastify-appwrite

Test plan

  • Run node scripts/validate-ecosystem-links.js with GITHUB_TOKEN - all 320 links pass
  • Verify GitHub Action runs successfully on schedule

- Remove 24 plugins with inaccessible GitHub repositories
- Update 5 URLs that were redirecting to new locations
- Add validation script (scripts/validate-ecosystem-links.js)
- Add weekly GitHub Action to detect broken links

Removed plugins (404/abandoned):
- @fastify-userland/request-id, typeorm-query-runner, workflows
- fastify-http-client, fastify-knexjs, fastify-knexjs-mock
- fastify-mongo-memory, fastify-objectionjs, fastify-slonik
- fastify-autocrud, fastify-file-upload, fastify-firebase
- fastify-firebase-auth, fastify-nats, fastify-orientdb
- fastify-socket.io, fastify-sse-v2, fastify-tokenize
- fastify-twitch-ebs-tools, fastify-vite, typeorm-fastify-plugin

Updated redirects:
- zeit/next.js -> vercel/next.js
- clerkinc/javascript -> clerk/javascript
- nucleode/arecibo -> ducktors/arecibo
- squaremo/amqp.node -> amqp-node/amqplib
- Dev-Manny/fastify-appwrite -> maniecodes/fastify-appwrite
@github-actions github-actions bot added documentation Improvements or additions to documentation github actions Github actions related labels Dec 23, 2025
Copy link
Member

@jean-michelet jean-michelet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GG!

Should we write some unit tests?

Copy link
Member

@gurgunday gurgunday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Fdawgs Fdawgs changed the title fix: remove broken links and add ecosystem link validator ci: remove broken links and add ecosystem link validator Dec 28, 2025
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both referenced actions are knocking about on old versions, I think the latest is v6?

mcollina and others added 3 commits December 28, 2025 12:01
Co-authored-by: Frazer Smith <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Co-authored-by: Frazer Smith <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
- Refactor script to use fetch instead of https module for testability
- Export functions for testing while maintaining CLI functionality
- Add comprehensive tests using undici MockAgent for HTTP mocking
- Test extractGitHubLinks with various markdown patterns
- Test checkGitHubRepo for 200, 404, and error scenarios

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation github actions Github actions related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants