Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Jun 16, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Updated and reorganized tool listings, descriptions, repository links, and category tags in configuration files to improve accuracy and consistency across technology and tool metadata.
    • Swapped and corrected names, descriptions, and URLs for various tools and technologies in the listings.
    • Made minor adjustments to category tags and metadata for better organization.

@netlify
Copy link

netlify bot commented Jun 16, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 6d8f094
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/684f681b9a7e6100083b0fe6
😎 Deploy Preview https://deploy-preview-4186--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 Jun 16, 2025

Walkthrough

This update modifies three JSON configuration files by swapping and reorganizing entries related to tool metadata, repository URLs, descriptions, and technology tags. No code or exported entities are changed; only configuration data is updated for accuracy and consistency across technology and tool listings.

Changes

File(s) Change Summary
config/all-tags.json Swapped "name" fields of "SmartPaste" and "JetBrains" entries; colors unchanged.
config/tools-automated.json Reordered, swapped, and updated tool entries: descriptions, URLs, categories, languages, and metadata.
config/tools.json Swapped repository URLs, descriptions, and category tags for several tool entries; minor corrections.

Sequence Diagram(s)

sequenceDiagram
    participant ConfigMaintainer
    participant JSONConfigFiles
    ConfigMaintainer->>JSONConfigFiles: Update tool and technology entries
    JSONConfigFiles-->>ConfigMaintainer: Store new metadata and ordering
Loading

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

In rows of JSON, tags did dance,
JetBrains and SmartPaste swapped by chance.
URLs and categories found new places,
Descriptions wore their swapped-out faces.
Tools aligned in tidy array—
The rabbit hops, config in play!
🐇✨


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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in 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.

@codecov
Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5aca78a) to head (6d8f094).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4186   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          778       778           
  Branches       144       144           
=========================================
  Hits           778       778           

☔ 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.

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: 2

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

929-949: ⚠️ Potential issue

Critical: Incorrect language filter for Java Spring Template.

Using "javascript" here will break language-based filtering. It must be "Java".

Apply this diff:

-        "language": [
-          "javascript"
-        ],
+        "language": [
+          "Java"
+        ],

951-969: ⚠️ Potential issue

Critical: Incorrect language filter for Java Template.

Same issue: the language filter is set to "javascript" instead of "Java".

-        "language": [
-          "javascript"
-        ],
+        "language": [
+          "Java"
+        ],
🧹 Nitpick comments (7)
config/tools-automated.json (7)

75-94: Verify Zod Sockets categorization and tag consistency.

Categories code-first, dsl, framework must align with the taxonomy in your schema. Double-check technology tag casing (e.g., “Node.js”) and ensure categories are singular vs. plural consistently across all entries.


399-420: Review DSL section entry for Zod Sockets.

Moving Zod Sockets into DSL is logical, but verify technology and category tags (“dsl”, “framework”) match your DSL taxonomy and that duplication across sections is acceptable.


534-552: Capitalize language names consistently.

"language": "kotlin" should match the style of other entries (e.g., "Java", "TypeScript"). Update to "Kotlin".


629-645: Add missing websiteUrl for AsyncAPI Validation.

This validator entry lacks a websiteUrl. If a homepage exists, include it for consistency.


652-669: Standardize jasyncapicmp naming and casing.

Tool title uses lowercase; consider Title Case (Jasyncapicmp) or jAsyncAPICmp per naming conventions. Confirm technology tags match elsewhere.


718-742: Deduplicate ZenWave SDK in CLIs.

ZenWave SDK appears again under CLIs—consider a shared definition or a reference mechanism to avoid drift.


849-864: Review duplicate asyncapi-preview entries.

Two preview entries may confuse users. Consider merging or clarifying the difference between official and test forks.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 5aca78a and 6d8f094.

📒 Files selected for processing (3)
  • config/all-tags.json (1 hunks)
  • config/tools-automated.json (26 hunks)
  • config/tools.json (9 hunks)
⏰ Context from checks skipped due to timeout of 180000ms (8)
  • 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: Test NodeJS PR - windows-latest
  • GitHub Check: Test NodeJS PR - ubuntu-latest
  • GitHub Check: Test NodeJS PR - macos-13
  • GitHub Check: Lighthouse CI
🔇 Additional comments (18)
config/all-tags.json (1)

281-289: Approve tech tag swap for JetBrains and SmartPaste
The names of the two adjacent entries have been swapped correctly, and their color/borderColor values remain consistent with other configurations (e.g., config/tools.json).

config/tools.json (4)

1687-1689: Review swapped metadata for “GitHub Action for Generator” — description & repoUrl
The first action’s description is now null and its repoUrl points to the marketplace-validations repository. Ensure these reflect the intended mapping for that GitHub Action.


1701-1703: Confirm category tag consistency for “GitHub Action for Generator”
The singular github-action and plural github-actions tags have been applied to the two respective entries. Verify that filters and UI components handle both forms correctly or consider normalizing them.


2330-2333: Review CLI repo URL swap — official vs fork
The first AsyncAPI CLI entry now points to the official asyncapi/cli repo, and the second to hkirat/asyncapi-fork. Confirm that the fork entry is required and correctly categorized.


2553-2556: Verify asyncapi-preview repoUrl updates
The first asyncapi-preview extension now references the official AsyncAPI org repository; the second points to a testing repository (Savio629/testing2). Confirm the testing entry’s purpose and consider renaming or documenting it to avoid confusion.

Also applies to: 2579-2582

config/tools-automated.json (13)

53-58: Validate LEGO AsyncAPI.NET entry and its description.

Ensure that this LEGO org SDK entry is intended as the upstream package, and that its description clearly differentiates it from the ByteBardOrg fork. Confirm links resolve and no unintended duplication exists.


115-136: Confirm ByteBardOrg AsyncAPI.NET fork metadata.

The ByteBardOrg SDK entry’s description and URLs should clearly signal its “official fork” status and avoid ambiguity. Verify that this entry is distinct from the LEGO version.


136-158: Ensure SIO-AsyncAPI placement is intentional.

SIO-AsyncAPI now appears under Code-first tools (in addition to APIs). Validate that this duplication is desired and that its docsUrl is required here.


489-503: Approve CLI Action metadata swap.

Description, repo URL, category (github-actions), and owner flag look correct for the official AsyncAPI CLI action.


511-531: Check Mokapi tool metadata.

Confirm that Go/Golang is the canonical language tag (others use “Go” or “Go/Golang”) and that the URLs (websiteUrl, docsUrl, repoUrl) are correct.


672-689: Approve AsyncAPI Diff entry.

Metadata and owner flag look accurate; no actionable changes.


763-768: Verify forked AsyncAPI CLI URL.

This entry points to a personal fork. Ensure that linking to a fork is intended, and that isAsyncAPIOwner: false is correct.


810-825: Confirm official asyncapi-preview ownership.

isAsyncAPIOwner: true is correct for the official VSCode extension—just a sanity check on the repo URL.


828-846: Validate jAsyncAPI IDEA plugin metadata.

Ensure websiteUrl, docsUrl, and repoUrl are all reachable and that the description accurately captures the plugin’s purpose.


893-909: Approve Node.js Websockets Template.

All fields and categories align with generator‐template standards.


911-927: Approve HTML Template entry.

Description, repo link, and tags correctly reflect the HTML generator template.


971-987: Approve Node.js Multiprotocol Template.

Metadata and categories are consistent and accurate.


1015-1027: Confirm official CLI entry under Others.

This mirrors the primary CLI entry with correct ownership and URL—no further changes needed.

Comment on lines 472 to 486
"title": "GitHub Action for Generator",
"description": "CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!",
"description": null,
"links": {
"repoUrl": "https://github.com/asyncapi/cli"
"repoUrl": "https://github.com/actions-marketplace-validations/asyncapi_github-action-for-generator"
},
"filters": {
"technology": [
"AsyncAPI Generator"
],
"categories": [
"github-actions"
"github-action"
],
"hasCommercial": false,
"isAsyncAPIOwner": true
"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.

🛠️ Refactor suggestion

Unify GitHub Actions category naming.

This entry uses github-action while other uses github-actions. Standardize on one tag to avoid filtering mismatches.

🤖 Prompt for AI Agents
In config/tools-automated.json around lines 472 to 486, the category tag for
GitHub Actions is set as "github-action" but other entries use "github-actions".
Update this category value to "github-actions" to maintain consistent naming and
avoid filtering mismatches.

Comment on lines +179 to +204
{
"title": "ZenWave SDK",
"description": "DDD and API-First for Event-Driven Microservices",
"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"
},
"filters": {
"language": "Java",
"technology": [
"Maven",
"CLI",
"Spring Cloud Streams",
"JHipster JDL"
],
"categories": [
"code-generator",
"dsl",
"mocking-and-testing",
"cli"
],
"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.

🛠️ Refactor suggestion

Centralize ZenWave SDK metadata under Code Generators.

ZenWave SDK appears in multiple categories. Consider referencing a single definition or shared data block to avoid manual drift.

🤖 Prompt for AI Agents
In config/tools-automated.json between lines 179 and 204, the ZenWave SDK
metadata is duplicated across multiple categories. To fix this, centralize the
ZenWave SDK definition under the "code-generator" category by creating a single
shared data block for its metadata and reference this block wherever needed.
This avoids manual drift and ensures consistency across categories.

@asyncapi-bot asyncapi-bot merged commit fe9fd93 into master Jun 16, 2025
33 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch June 16, 2025 00:44
@coderabbitai coderabbitai bot mentioned this pull request Jun 30, 2025
This was referenced Jul 21, 2025
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