Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Dec 29, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Added new developer tools to the catalog
  • Bug Fixes

    • Corrected repository URLs for existing tools
  • Updates

    • Reorganized tools across categories for improved discoverability
    • Updated tool descriptions and metadata throughout the catalog

✏️ Tip: You can customize this high-level summary in your review settings.

@netlify
Copy link

netlify bot commented Dec 29, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 0e6b506
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/6951cf3bb0222a0008586718
😎 Deploy Preview https://deploy-preview-4800--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 29, 2025

📝 Walkthrough

Walkthrough

Tool catalog configurations were reorganized across two files. The config/tools-automated.json file underwent extensive restructuring with numerous tool entries added, removed, renamed, and reclassified across categories with updated metadata including links, languages, technologies, categories, and ownership flags. The config/tools.json file had repository URLs for AsyncAPI Studio entries swapped.

Changes

Cohort / File(s) Summary
Tool Catalog Reorganization
config/tools-automated.json
Extensive reorganization across all tool categories: Zod Sockets, AsyncAPI.NET, ChanX, SIO-AsyncAPI, HTML Template, and other tool entries were added, removed, renamed, or reclassified; titles, descriptions, repository/website URLs, languages, technologies, categories, and ownership flags (isAsyncAPIOwner, hasCommercial) were updated throughout. Specmatic and ZenWave SDK entries were rebalanced across sections with metadata toggled.
Repository URL Swap
config/tools.json
Two AsyncAPI Studio entries had their repoUrl values swapped: first entry URL changed from TahaShahid203/async-api-issue to Shurtu-gal/action-test-bed and second entry changed in reverse.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • chore: update tools.json #4754: Directly swaps identical tool entries (Zod Sockets ↔ AsyncAPI.NET, HTML Template, AsyncAPI Studio repoUrl values) across the same configuration files.
  • chore: update tools.json #4332: Overlapping edits to the same configuration files with modifications to code-first tools, GitHub Actions, and generator template entries.
  • chore: update tools.json #4399: Overlapping edits to AsyncAPI Studio repoUrl values and Compare tools entries (AsyncAPI Diff and jasyncapicmp) with similar metadata swaps.

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil
  • sambhavgupta0705
  • Mayaleeeee
  • asyncapi-bot-eve

Poem

🐰 Tools reshuffled in the catalog stack,
URLs swapped to keep things on track,
Zod dances with AsyncAPI's grace,
Categories reorganized, each in its place,
The tooling ecosystem finds balance anew! ✨

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The PR title 'chore: update tools.json' is partially related to the changeset but overly broad and vague, failing to convey the substantial reorganization across multiple tool categories and configuration sections. Consider a more descriptive title that reflects the major changes, such as 'chore: reorganize and reclassify tools across multiple categories' or 'chore: update tools configuration with tool reclassification and metadata updates'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-tools/regenerateTools

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (785c358) to head (0e6b506).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4800   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          798       798           
  Branches       146       146           
=========================================
  Hits           798       798           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 38
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4800--asyncapi-website.netlify.app/

@asyncapi-bot asyncapi-bot merged commit 843ac92 into master Dec 29, 2025
37 of 38 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch December 29, 2025 00:50
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
config/tools.json (1)

1375-1428: Remove personal test repository entries for AsyncAPI Studio from production tools.json.

The Editors section contains three "AsyncAPI Studio" entries. The two new entries point to personal test repositories:

  • https://github.com/Shurtu-gal/action-test-bed (line 1380)
  • https://github.com/TahaShahid203/async-api-issue (line 1407)

Both have "description": null and are being auto-extracted from .asyncapi-tool files in those repositories through the build-tools script. These test repositories should not appear in the production tools catalog alongside the official AsyncAPI Studio (https://github.com/asyncapi/studio).

Either remove the .asyncapi-tool files from these test repositories, or exclude them from the automated extraction in the build-tools script.

♻️ Duplicate comments (1)
config/tools-automated.json (1)

368-406: Same suspicious AsyncAPI Studio entries as in tools.json.

These two entries with personal test repository URLs (Shurtu-gal/action-test-bed and TahaShahid203/async-api-issue) also appear here. The isAsyncAPIOwner: false flag correctly indicates these are not official AsyncAPI tools, but listing personal test repositories alongside the official Studio tool seems incorrect.

🧹 Nitpick comments (1)
config/tools-automated.json (1)

603-624: Inconsistent casing in Specmatic entry.

The language value is "kotlin" (lowercase) and technology includes "maven" (lowercase), while other entries in this file use proper casing (e.g., "Java", "Maven", "TypeScript").

🔎 Suggested fix for consistent casing
         "filters": {
-          "language": "kotlin",
+          "language": "Kotlin",
           "technology": [
             "Docker",
-            "maven"
+            "Maven"
           ],
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 785c358 and 0e6b506.

📒 Files selected for processing (2)
  • config/tools-automated.json
  • config/tools.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: akshatnema
Repo: asyncapi/website PR: 3136
File: tests/fixtures/tools/automated-tools.json:8-9
Timestamp: 2024-11-01T12:48:22.034Z
Learning: In the `tests/fixtures/tools/automated-tools.json` file, the `language` field within the `filters` object can be either a string or an array. Both formats are acceptable and supported in the codebase.
📚 Learning: 2025-01-19T04:51:41.255Z
Learnt from: anshgoyalevil
Repo: asyncapi/website PR: 3557
File: tests/fixtures/markdown/check-edit-links-data.js:3-11
Timestamp: 2025-01-19T04:51:41.255Z
Learning: In the AsyncAPI website repository, the test data in `tests/fixtures/markdown/check-edit-links-data.js` intentionally includes inconsistent paths (with and without 'docs' prefix) to verify the script's ability to normalize and handle ambiguous path structures.

Applied to files:

  • config/tools.json
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: cypress-run
  • GitHub Check: Test NodeJS PR - windows-latest
  • GitHub Check: Lighthouse CI
🔇 Additional comments (9)
config/tools-automated.json (9)

32-53: LGTM!

The Zod Sockets entry is correctly structured with appropriate metadata for a code-first tool that also falls under DSL and framework categories.


54-97: LGTM!

Both AsyncAPI.Net (LEGO) and AsyncAPI.NET (ByteBardOrg fork) entries are properly documented with distinct repository URLs and appropriate descriptions clarifying their relationship.


117-159: LGTM!

The ChanX and SIO-AsyncAPI entries are correctly structured Python tools with appropriate language and technology metadata.


206-266: LGTM!

ChanX appropriately appears in Code Generators section with its code-generator capability, and asyncapi-python entry is correctly structured for AMQP-based Python code generation.


432-483: LGTM!

Zod Sockets and ZenWave SDK entries are correctly structured for the DSL category with appropriate cross-categorization.


627-692: LGTM!

The Validators section entries are correctly structured with appropriate language, technology, and category metadata.


694-735: LGTM!

The Compare tools section entries are correctly structured. AsyncAPI Diff is properly marked as isAsyncAPIOwner: true while jasyncapicmp is marked as external.


737-849: LGTM!

The CLIs section entries are correctly structured. The AsyncAPI CLI fork (hkirat/asyncapi-fork) is appropriately marked with isAsyncAPIOwner: false to distinguish it from the official CLI.

Note: The Specmatic entry has the same casing inconsistency as flagged earlier.


978-1051: Multiple "HTML Template" entries with identical titles may create confusion.

The Generator Templates section contains three entries with the title "HTML Template":

  1. dipaksodani/async-gen (Line 980) - personal repo, isAsyncAPIOwner: false
  2. asyncapi/html-template (Line 998) - official template, isAsyncAPIOwner: true
  3. WSOL12/html-template (Line 1036) - personal repo, isAsyncAPIOwner: false

While isAsyncAPIOwner correctly marks ownership, having multiple identically-titled entries from different sources may confuse users searching for the official template. The null descriptions are expected when GitHub repositories lack descriptions, so this alone isn't an issue.

SHUBHANSHU602 pushed a commit to SHUBHANSHU602/website that referenced this pull request Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants