Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Apr 19, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Added new language and technology tags, including ".NET", "Watermill", "Paho", and "RabbitMQ".
    • Introduced new API and tool entries such as "AsyncAPI Server API" and "nestjs-asyncapi".
    • Created new categories like "Code-first tools" and "GitHub Actions" for improved organization.
  • Improvements

    • Reorganized and cleaned up tool categories for better clarity and navigation.
    • Updated and corrected metadata, including URLs, ownership flags, languages, and technology tags.
    • Removed duplicate and redundant entries across tags and tools for a more streamlined experience.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Apr 19, 2025

Walkthrough

This update revises two JSON configuration files: config/all-tags.json and config/tools-automated.json. In all-tags.json, new language and technology tags are added, duplicate and redundant entries are removed, and the tag lists are cleaned up. In tools-automated.json, the structure and categorization of AsyncAPI tools are reorganized, with new categories, tools, and APIs introduced, duplicate entries removed, and metadata such as URLs, languages, and ownership flags corrected and updated throughout the file.

Changes

File(s) Change Summary
config/all-tags.json Added ".NET" to languages with color styling; added "Watermill," "Paho," and "RabbitMQ" to technologies; removed duplicate technology entries; cleaned up redundant tags; maintained consistent color schemes.
config/tools-automated.json Reorganized tool categories and entries; added new API ("AsyncAPI Server API") and new category ("Code-first tools"); updated, renamed, and reordered tool entries; corrected URLs, languages, technology tags, and ownership flags; removed duplicates; merged and deduplicated converters; created new "GitHub Actions" category; updated templates and IDE extension metadata.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Website
    participant ConfigFiles

    User->>Website: Requests tools/tags data
    Website->>ConfigFiles: Reads all-tags.json and tools-automated.json
    ConfigFiles-->>Website: Returns updated tags and tool metadata
    Website-->>User: Displays updated tags and reorganized tools
Loading

Possibly related PRs

  • chore: update tools.json #3857: Modifies config/all-tags.json and config/tools-automated.json, focusing on updating tags and tool entries, including additions, removals, and reorganization.
  • chore: update tools.json #3274: Updates the same configuration files with changes to tags and tools metadata, indicating related configuration management.
  • chore: update tools.json #3292: Modifies config/all-tags.json and config/tools-automated.json with updates to tags and tools, showing a direct connection in configuration updates.

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • anshgoyalevil
  • sambhavgupta0705
  • Mayaleeeee
  • devilkiller-ag
  • vishvamsinh28
  • asyncapi-bot-eve

Poem

A hop, a skip, a bounding cheer,
New tags and tools have gathered here!
Duplicates gone, the list is clean,
With colors bright and tools unseen.
AsyncAPI’s garden grows anew—
🐇 config files, we thank you!
For every update, a carrot or two.

Tip

⚡💬 Agentic Chat (Pro Plan, General Availability)
  • We're introducing multi-step agentic chat in review comments and issue comments, within and outside of PR's. This feature enhances review and issue discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments and add commits to existing pull requests.

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@netlify
Copy link

netlify bot commented Apr 19, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 0748467
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/6803a9239d8ea70008553ceb
😎 Deploy Preview https://deploy-preview-4048--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 site configuration.

@codecov
Copy link

codecov bot commented Apr 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ab6340e) to head (0748467).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4048   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          671       671           
  Branches       115       115           
=========================================
  Hits           671       671           

☔ 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 asyncapi-bot merged commit 1df5c6b into master Apr 19, 2025
32 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch April 19, 2025 13: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: 12

🔭 Outside diff range comments (1)
config/tools-automated.json (1)

949-964: 🛠️ Refactor suggestion

Reconsider listing CLIs in "Others"

The CLI tools are already under the "CLIs" category—duplicating them in "Others" may mislead users. Either remove these or reference the primary CLI category.

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

138-143: Differentiate ByteBard fork from official SDK

The second AsyncAPI.Net entry appears identical except for the ByteBard URL. Rename the title (e.g., "AsyncAPI.Net (ByteBard)") or add a note in the description to clarify it’s a separate fork.


201-224: Re-evaluate multi-category assignment for ZenWave SDK

The ZenWave SDK appears under "Code Generators" with categories including "mocking-and-testing" and "cli". Consider splitting into separate entries per functionality or refining the categories array to accurately reflect its primary role.


803-810: Consolidate VSCode preview extension forks

Multiple asyncapi-preview entries may confuse users. Consider merging forks into one listing with metadata for each variant.


967-983: Consolidate or remove redundant CLI entries in "Others"

As above, these forked CLI entries under "Others" are duplicates of the "CLIs" category. Please streamline the listing.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ab6340e and 0748467.

📒 Files selected for processing (2)
  • config/all-tags.json (1 hunks)
  • config/tools-automated.json (25 hunks)
⏰ Context from checks skipped due to timeout of 180000ms (5)
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Header rules - asyncapi-website
  • GitHub Check: Pages changed - asyncapi-website
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
🔇 Additional comments (13)
config/tools-automated.json (13)

49-52: Approve new "Code-first tools" category introduction

The "Code-first tools" category is introduced correctly with a clear description. The category key and its initial structure align with existing patterns.


94-104: Approve Zod Sockets entry

The Zod Sockets tool’s metadata (links, filters, categories) looks accurate and consistent with other entries. No changes needed.


118-121: Consolidate duplicate AsyncAPI.Net entries

Two separate AsyncAPI.Net listings under "Code-first tools" point to different organizations (LEGO vs. ByteBard). If both are maintained, differentiate them in the title or add an org field; otherwise, merge into one entry.


180-198: Approve AsyncAPI Modelina updates

The Modelina entry correctly sets isAsyncAPIOwner to true and updates its metadata. The technology filters (React JS, Docker) look reasonable.


450-464: Approve Glee framework addition

The new "Frameworks" category and the Glee entry are well-structured and properly tagged as isAsyncAPIOwner: true.


507-509: Approve new Mocking and Testing category

The "Mocking and Testing" category header is correctly introduced with a clear description.


584-592: Approve AsyncAPI Validation addition

The new AsyncAPI Validation tool is correctly added with proper filters and naming.


659-664: Approve change to isAsyncAPIOwner flag

Setting "isAsyncAPIOwner": false for jasyncapicmp accurately reflects non-official ownership.


672-688: Approve official CLI entry

The official AsyncAPI CLI listing and its updated ownership flag are correct.


691-697: Approve forked CLI entry

The forked CLI variant is properly marked with isAsyncAPIOwner: false and a distinct repoUrl.


767-773: Approve asyncapi-preview (official) entry

The VSCode extension entry is consistent with other IDE tools.


782-789: Approve jAsyncAPI - IDEA plugin updates

The IntelliJ plugin entry correctly sets isAsyncAPIOwner: true and updates its URLs.


925-933: Approve Node.js Websockets Template

The Node.js Websockets Template entry correctly uses "javascript" for language and aligns with other generator templates.

@@ -1 +1 @@
{"languages":[{"name":"Go/Golang","color":"bg-[#8ECFDF]","borderColor":"border-[#00AFD9]"},{"name":"Java","color":"bg-[#ECA2A4]","borderColor":"border-[#EC2125]"},{"name":"JavaScript","color":"bg-[#F2F1C7]","borderColor":"border-[#BFBE86]"},{"name":"HTML","color":"bg-[#E2A291]","borderColor":"border-[#E44D26]"},{"name":"C/C++","color":"bg-[#93CDEF]","borderColor":"border-[#0080CC]"},{"name":"C#","color":"bg-[#E3AFE0]","borderColor":"border-[#9B4F96]"},{"name":"Python","color":"bg-[#A8D0EF]","borderColor":"border-[#3878AB]"},{"name":"TypeScript","color":"bg-[#7DBCFE]","borderColor":"border-[#2C78C7]"},{"name":"Kotlin","color":"bg-[#B1ACDF]","borderColor":"border-[#756BD9]"},{"name":"Markdown","color":"bg-[#BABEBF]","borderColor":"border-[#445B64]"},{"name":"YAML","color":"bg-[#FFB764]","borderColor":"border-[#F1901F]"},{"name":"R","color":"bg-[#84B5ED]","borderColor":"border-[#246BBE]"},{"name":"Ruby","color":"bg-[#FF8289]","borderColor":"border-[#FF000F]"},{"name":"Rust","color":"bg-[#FFB8AA]","borderColor":"border-[#E43716]"},{"name":"Shell","color":"bg-[#87D4FF]","borderColor":"border-[#389ED7]"},{"name":"Groovy","color":"bg-[#B6D5E5]","borderColor":"border-[#609DBC]"},{"name":"Scala","color":"bg-[#57f281]","borderColor":"border-[#37f069]"}],"technologies":[{"name":"Node.js","color":"bg-[#BDFF67]","borderColor":"border-[#84CE24]"},{"name":"Hermes","color":"bg-[#8AEEBD]","borderColor":"border-[#2AB672]"},{"name":"React JS","color":"bg-[#9FECFA]","borderColor":"border-[#08D8FE]"},{"name":".NET","color":"bg-[#A184FF]","borderColor":"border-[#5026D4]"},{"name":"ASP.NET","color":"bg-[#71C2FB]","borderColor":"border-[#1577BC]"},{"name":"Springboot","color":"bg-[#98E279]","borderColor":"border-[#68BC44]"},{"name":"AWS","color":"bg-[#FF9F59]","borderColor":"border-[#EF6703]"},{"name":"Docker","color":"bg-[#B8E0FF]","borderColor":"border-[#2596ED]"},{"name":"Node-RED","color":"bg-[#FF7474]","borderColor":"border-[#8F0101]"},{"name":"Maven","color":"bg-[#FF6B80]","borderColor":"border-[#CA1A33]"},{"name":"Saas","color":"bg-[#6AB8EC]","borderColor":"border-[#2275AD]"},{"name":"Kubernetes-native","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Scala","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Azure","color":"bg-[#4B93FF]","borderColor":"border-[#015ADF]"},{"name":"Jenkins","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Flask","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Nest Js","color":"bg-[#E1224E]","borderColor":"border-[#B9012b]"},{"name":"TypeScript","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Socket.IO","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Liquid","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Kotlin","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Gradle","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"amqp","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Spring Cloud Streams","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JHipster JDL","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Groovy","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Markdown","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Shell","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"WebComponents","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Babel","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Storybook","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JetBrains","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"IntelliJ IDEA","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Java","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"HTML","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"}]}
{"languages":[{"name":"Go/Golang","color":"bg-[#8ECFDF]","borderColor":"border-[#00AFD9]"},{"name":"Java","color":"bg-[#ECA2A4]","borderColor":"border-[#EC2125]"},{"name":"JavaScript","color":"bg-[#F2F1C7]","borderColor":"border-[#BFBE86]"},{"name":"HTML","color":"bg-[#E2A291]","borderColor":"border-[#E44D26]"},{"name":"C/C++","color":"bg-[#93CDEF]","borderColor":"border-[#0080CC]"},{"name":"C#","color":"bg-[#E3AFE0]","borderColor":"border-[#9B4F96]"},{"name":"Python","color":"bg-[#A8D0EF]","borderColor":"border-[#3878AB]"},{"name":"TypeScript","color":"bg-[#7DBCFE]","borderColor":"border-[#2C78C7]"},{"name":"Kotlin","color":"bg-[#B1ACDF]","borderColor":"border-[#756BD9]"},{"name":"Markdown","color":"bg-[#BABEBF]","borderColor":"border-[#445B64]"},{"name":"YAML","color":"bg-[#FFB764]","borderColor":"border-[#F1901F]"},{"name":"R","color":"bg-[#84B5ED]","borderColor":"border-[#246BBE]"},{"name":"Ruby","color":"bg-[#FF8289]","borderColor":"border-[#FF000F]"},{"name":"Rust","color":"bg-[#FFB8AA]","borderColor":"border-[#E43716]"},{"name":"Shell","color":"bg-[#87D4FF]","borderColor":"border-[#389ED7]"},{"name":"Groovy","color":"bg-[#B6D5E5]","borderColor":"border-[#609DBC]"},{"name":"Scala","color":"bg-[#57f281]","borderColor":"border-[#37f069]"},{"name":".NET","color":"bg-[#57f281]","borderColor":"border-[#37f069]"}],"technologies":[{"name":"Node.js","color":"bg-[#BDFF67]","borderColor":"border-[#84CE24]"},{"name":"Hermes","color":"bg-[#8AEEBD]","borderColor":"border-[#2AB672]"},{"name":"React JS","color":"bg-[#9FECFA]","borderColor":"border-[#08D8FE]"},{"name":".NET","color":"bg-[#A184FF]","borderColor":"border-[#5026D4]"},{"name":"ASP.NET","color":"bg-[#71C2FB]","borderColor":"border-[#1577BC]"},{"name":"Springboot","color":"bg-[#98E279]","borderColor":"border-[#68BC44]"},{"name":"AWS","color":"bg-[#FF9F59]","borderColor":"border-[#EF6703]"},{"name":"Docker","color":"bg-[#B8E0FF]","borderColor":"border-[#2596ED]"},{"name":"Node-RED","color":"bg-[#FF7474]","borderColor":"border-[#8F0101]"},{"name":"Maven","color":"bg-[#FF6B80]","borderColor":"border-[#CA1A33]"},{"name":"Saas","color":"bg-[#6AB8EC]","borderColor":"border-[#2275AD]"},{"name":"Kubernetes-native","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Scala","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Azure","color":"bg-[#4B93FF]","borderColor":"border-[#015ADF]"},{"name":"Jenkins","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Flask","color":"bg-[#D7C7F2]","borderColor":"border-[#A387D2]"},{"name":"Nest Js","color":"bg-[#E1224E]","borderColor":"border-[#B9012b]"},{"name":"Socket.IO","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"TypeScript","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Liquid","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Kotlin","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Gradle","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"amqp","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Spring Cloud Streams","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JHipster JDL","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Groovy","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Markdown","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Shell","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"WebComponents","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Babel","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Storybook","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"AsyncAPI Generator","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"VSCode","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"JetBrains","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"SmartPaste","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"IntelliJ IDEA","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Java","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"HTML","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Watermill","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"Paho","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"},{"name":"RabbitMQ","color":"bg-[#61d0f2]","borderColor":"border-[#40ccf7]"}]} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove duplicate technology tags and refine .NET styling

The technologies array contains duplicate entries for "AsyncAPI Generator", "VSCode", and "SmartPaste". Please deduplicate these to prevent redundant UI entries. Additionally, the new ".NET" language tag reuses Scala’s color scheme—consider assigning a unique color to distinguish it visually.

Comment on lines +165 to 174
"title": "Golang AsyncAPI Code Generator",
"description": "Generate Go user and application boilerplate from AsyncAPI specifications. Can be called from `go generate` without requirements.\n",
"links": {
"websiteUrl": "https://zenwave360.github.io/",
"docsUrl": "https://zenwave360.github.io/zenwave-sdk/plugins/asyncapi-spring-cloud-streams3/",
"repoUrl": "https://github.com/zenwave360/zenwave-sdk"
"repoUrl": "https://github.com/lerenn/asyncapi-codegen"
},
"filters": {
"language": "Java",
"technology": [
"Maven",
"CLI",
"Spring Cloud Streams",
"JHipster JDL"
],
"language": "golang",
"categories": [
"code-generator",
"dsl",
"mocking-and-testing",
"cli"
"code-generator"
],
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Use consistent language tag for Go

The Golang AsyncAPI Code Generator entry uses "language": "golang", but all-tags.json defines Go as "Go/Golang". Update to "language": "Go/Golang" to align tags.

Comment on lines +75 to +84
"title": "nestjs-asyncapi",
"description": "Utilize decorators to generate AsyncAPI document utilizing DTOs (similar to @nestjs/swagger) and a web UI.",
"links": {
"websiteUrl": "https://www.npmjs.com/package/zod-sockets",
"repoUrl": "https://github.com/RobinTail/zod-sockets"
"repoUrl": "https://github.com/flamewow/nestjs-asyncapi"
},
"filters": {
"language": "TypeScript",
"language": "Typescript",
"technology": [
"Node.js",
"TypeScript"
"NestJS"
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Normalize language casing and add missing URLs

In the nestjs-asyncapi entry:

  • "language": "Typescript" should be "TypeScript" to match tag definitions.
  • Consider adding websiteUrl and/or docsUrl alongside repoUrl for completeness.

Comment on lines 269 to +271
"isAsyncAPIOwner": false
}
}
]
},
"Converters": {
"description": "The following is a list of tools that do not yet belong to any specific category but are also useful for the community.",
"toolsList": [
},
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Remove duplicate AsyncAPI.Net in Converters

The Converters category lists AsyncAPI.Net twice (LEGO and ByteBard). Consolidate or clarify similar to the Code-first category.

Comment on lines +826 to +834
"title": "Java Template",
"description": "Java template for the AsyncAPI Generator",
"links": {
"repoUrl": "https://github.com/asyncapi/nodejs-template"
"repoUrl": "https://github.com/asyncapi/java-template"
},
"filters": {
"language": "javascript",
"language": [
"javascript"
],
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Correct the language filter for Java Template

The Java Template entry uses ["javascript"] under language. It should be ["Java"] to match the template’s purpose and tag definitions.

Comment on lines 488 to +505
{
"title": "ZenWave SDK",
"description": "DDD and API-First for Event-Driven Microservices",
"title": "GitHub Action for Generator",
"description": null,
"links": {
"websiteUrl": "https://zenwave360.github.io/",
"docsUrl": "https://zenwave360.github.io/zenwave-sdk/plugins/asyncapi-spring-cloud-streams3/",
"repoUrl": "https://github.com/zenwave360/zenwave-sdk"
"repoUrl": "https://github.com/actions-marketplace-validations/asyncapi_github-action-for-generator"
},
"filters": {
"language": "Java",
"technology": [
"Maven",
"CLI",
"Spring Cloud Streams",
"JHipster JDL"
"AsyncAPI Generator"
],
"categories": [
"code-generator",
"dsl",
"mocking-and-testing",
"cli"
"github-action"
],
"hasCommercial": false,
"isAsyncAPIOwner": false
}
},
}
]
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Unify GitHub Actions category naming

Two entries for "GitHub Action for Generator" use different category filters ("github-actions" vs. "github-action"). Standardize on one tag (e.g., "github-actions") for consistency.

Comment on lines +886 to +894
"title": "Java Spring Cloud Stream Template",
"description": "Java Spring Cloud Stream template for the AsyncAPI Generator",
"links": {
"repoUrl": "https://github.com/asyncapi/nodejs-ws-template"
"repoUrl": "https://github.com/asyncapi/java-spring-cloud-stream-template"
},
"filters": {
"language": "javascript",
"language": [
"javascript"
],
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix language filter in Java Spring Cloud Stream Template

Similarly, update the language from ["javascript"] to ["Java"] for this template.

Comment on lines +325 to +333
},
{
"title": "AsyncAPI Studio",
"description": null,
"links": {
"websiteUrl": "https://studio.asyncapi.com",
"repoUrl": "https://github.com/Shurtu-gal/action-test-bed"
},
"filters": {
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Consolidate duplicate AsyncAPI Studio editor entries

There are two AsyncAPI Studio entries—one official and one pointing to Shurtu-gal/action-test-bed. Merge into a single entry or rename the forked variant to make the distinction clear.

Comment on lines +27 to +46
{
"title": "AsyncAPI Server API",
"description": "Server API providing official AsyncAPI tools",
"links": {
"websiteUrl": "https://api.asyncapi.com/v1",
"docsUrl": "https://api.asyncapi.com/v1/docs",
"repoUrl": "https://github.com/asyncapi/server-api"
},
"filters": {
"technology": [
"Node.js",
"TypeScript"
],
"categories": [
"api"
],
"hasCommercial": false,
"isAsyncAPIOwner": true
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add missing language filter to the new API entry

The "AsyncAPI Server API" listing under "APIs" has technology and categories filters but lacks a "language" property. For consistency with other API entries (e.g., "language": "Python"), please include a language field (likely "TypeScript").

Comment on lines +864 to 872
"title": "Java Spring Template",
"description": "Java Spring template for the AsyncAPI Generator",
"links": {
"repoUrl": "https://github.com/asyncapi/java-template"
"repoUrl": "https://github.com/asyncapi/java-spring-template"
},
"filters": {
"language": [
"javascript"
],
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix language filter in Java Spring Template

The language array is set to ["javascript"]; please change it to ["Java"] (or include ["Java","JavaScript"] only if appropriate).

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