Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Feb 17, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Style

    • Updated the visual appearance of technology tags to ensure a consistent and clean display.
  • Documentation

    • Streamlined tool listings by revising names, descriptions, and links for clearer and more accurate information.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 17, 2025

Walkthrough

The changes modify two JSON configuration files. In config/all-tags.json, the visual properties (color and borderColor) of several technology tags have been updated. In config/tools-automated.json, various tool entries across multiple sections have been renamed and re-described, with updates to descriptions, GitHub links, and filter criteria. No new entities are introduced, and exported public entities remain unchanged.

Changes

File Change Summary
config/all-tags.json Updated color and borderColor values for various technology tags (e.g., Scala, TypeScript, Socket.IO, Kotlin).
config/tools-automated.json Renamed and re-described tool entries across APIs, Code-first tools, Code Generators, Validators, IDE Extensions, and Generator Templates; updated links and filters.

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

I'm a little bunny with a keen coding knack,
Hopping through JSON files, leaving no tag slack.
Colors and names now dance in the digital air,
Each change a gentle hop with a vibrant flair.
Cheers from this rabbit—may our code forever be fair! 🐇✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ 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. (Beta)
  • @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 Feb 17, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 47e0226
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/67b2844689ad390008506ed1
😎 Deploy Preview https://deploy-preview-3692--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 Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b57291e) to head (47e0226).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3692   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          732       732           
=========================================
  Hits           732       732           

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

@asyncapi-bot asyncapi-bot merged commit 59e3e85 into master Feb 17, 2025
32 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch February 17, 2025 00:39
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: 3

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

723-742: 🛠️ Refactor suggestion

⚠️ Potential issue

Generator Templates – Java Spring Template Language Mismatch:
The "Java Spring Template" entry under "AsyncAPI Generator Templates" specifies its language as ["javascript"], which appears inconsistent with its title suggesting a Java-based template. It is recommended to change the language filter to ["Java"].

Example diff:

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

799-817: 🛠️ Refactor suggestion

⚠️ Potential issue

Generator Templates – Java Spring Cloud Stream Template Language Mismatch:
In the "Java Spring Cloud Stream Template" entry, the language filter is listed as ["javascript"]. For a Java Spring–based template, it would be more accurate to use ["Java"].

Example diff:

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

820-837: 🛠️ Refactor suggestion

⚠️ Potential issue

Generator Templates – Java Template Language Review:
Similarly, the "Java Template" entry specifies ["javascript"] as the language. To correctly represent a Java-based template, please update the language filter to ["Java"].

Example diff:

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

75-92: Code-first Tools – nestjs-asyncapi Update:
The "nestjs-asyncapi" entry now features an updated title, description, and repository URL. One minor note: the language filter is set to "Typescript" (line 81), but for consistency across the codebase it is recommended to use "TypeScript".

Example diff:

-        "language": "Typescript",
+        "language": "TypeScript",
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between b57291e and 47e0226.

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

1-44: Visual Styling Update for Tags:
The complete JSON content has been replaced to update the visual presentation of technology tags. The new color and borderColor values (for example, for "Scala", "Jenkins", "Flask" set to bg-[#D7C7F2]/border-[#A387D2] and several others to bg-[#61d0f2]/border-[#40ccf7]) appear consistent and aligned with the new design guidelines.

config/tools-automated.json (14)

5-26: APIs Section – SIO-AsyncAPI Tool Update:
The first tool entry under the "APIs" section now uses the title "SIO-AsyncAPI" with an updated description and GitHub links. The filters correctly designate the language as "Python" and list the relevant technologies ("Socket.IO", "Flask"). Please verify that its inclusion here (separate from similar entries later) is intentional.


27-46: APIs Section – AsyncAPI Server API Update:
The second tool entry now titled "AsyncAPI Server API" provides updated website, documentation, and repository URLs. The filter setting "isAsyncAPIOwner": true is appropriate for an official API entry.


53-72: Code-first Tools – AsyncAPI.Net Entry:
The "AsyncAPI.Net" tool has an updated description and revised repository links. Its filters now indicate the C# language with ".NET" and "ASP.NET" as associated technologies, along with the categories "converters," "code-first," and "validator."


94-113: Code-first Tools – SIO-AsyncAPI Duplicate Entry:
Another "SIO-AsyncAPI" tool entry is present in the Code-first Tools section (lines 94–113) with the same details as in the APIs section. If listing the tool in multiple categories is intentional, please ensure that its duplication is clearly differentiated in any UI or filtering logic.


116-136: Code-first Tools – Zod Sockets Information Update:
The "Zod Sockets" entry reflects updated title, description, and repository information. The filters correctly indicate "TypeScript" as the language. No issues are observed; just confirm that the tool’s capabilities (I/O validation and AsyncAPI specification generation) are fully communicated in its documentation.


143-167: Code Generators – ZenWave SDK Update:
The "ZenWave SDK" tool now offers streamlined details with updated links and a clear description. The filters list "Java" along with related technologies and categories, providing clear guidance for users looking for code generation support.


205-222: Code Generators – asyncapi-python Reversion:
The "asyncapi-python" entry has been reverted to its original description and repository links. The filters (language set to "python" and technology "amqp") now appear to correctly represent the tool’s functionality.


337-357: DSL Section – Zod Sockets Entry:
The DSL category now includes a "Zod Sockets" tool entry (lines 337–357) with updated links and filters. Note that this tool also appears in the Code-first Tools section; please confirm that the dual listing is intentional to improve discoverability.


499-518: Validators – AsyncAPI.Net Update:
The "AsyncAPI.Net" entry under Validators has updated links and description that now match those in the Code-first Tools section. The filter settings (language "C#", technologies ".NET" and "ASP.NET") are consistent.


521-537: Validators – AsyncAPI Validation Update:
The "AsyncAPI Validation" tool now describes a message validation package with updated repository links and filter settings (language "TypeScript" and technology "Node.js"). This naming swap with the "AsyncAPI.Net" entry should be double-checked to ensure that the intended functionality is correctly represented.


697-715: IDE Extensions – jAsyncAPI - IDEA Plugin Update:
The "jAsyncAPI - IDEA plugin" entry now includes refreshed repository, website, and documentation URLs along with updated filter values (language "Kotlin", technologies "JetBrains" and "IntelliJ IDEA"). This update improves clarity for users targeting JetBrains IDEs.


745-761: Generator Templates – HTML Template Update:
The "HTML Template" entry shows updated repository links and a refined description. The language is currently set to "javascript", which may be acceptable for a template generating static docs that use web components. Just verify that this choice aligns with the intended categorization.


763-779: Generator Templates – Node.js Websockets Template Update:
The "Node.js Websockets Template" entry has updated details and repository links. The filters appear consistent with the tool’s purpose, and no issues were observed.


781-797: Generator Templates – Node.js Multiprotocol Template Update:
The "Node.js Multiprotocol Template" provides a detailed description and updated repository link along with appropriate filters. Everything appears to be in order for this tool’s multi-protocol capabilities.

Comment on lines +426 to 440
"title": "GitHub Action for Generator",
"description": null,
"links": {
"repoUrl": "https://github.com/asyncapi/github-action-for-cli"
"repoUrl": "https://github.com/actions-marketplace-validations/asyncapi_github-action-for-generator"
},
"filters": {
"technology": [
"AsyncAPI CLI"
"AsyncAPI Generator"
],
"categories": [
"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.

⚠️ Potential issue

GitHub Actions – Incomplete Description:
The second tool in the "GitHub Actions" section (lines 426–440) now has a null description. A missing description can affect usability and clarity; please consider adding an appropriate description.

Comment on lines +631 to 650
{
"title": "AsyncAPI CLI",
"description": "One CLI to rule them all. \nThis is a CLI that aims to integrate all AsyncAPI tools that you need while AsyncAPI document development and maintainance. \nYou can use it to generate docs or code, validate AsyncAPI document and event create new documents.\n",
"links": {
"websiteUrl": "https://www.asyncapi.com/tools/cli",
"repoUrl": "https://github.com/hkirat/asyncapi-fork"
},
"filters": {
"technology": [
"TypeScript"
],
"categories": [
"others",
"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.

⚠️ Potential issue

CLIs – Duplicate AsyncAPI CLI Entry:
In the "CLIs" section, there are two entries for "AsyncAPI CLI." The second entry (lines 632–649) points to a different repository (hkirat/asyncapi-fork). This duplication might confuse end users. Consider consolidating these entries or clearly differentiating their intended use cases.

Comment on lines +863 to +880
{
"title": "AsyncAPI CLI",
"description": "One CLI to rule them all. \nThis is a CLI that aims to integrate all AsyncAPI tools that you need while AsyncAPI document development and maintainance. \nYou can use it to generate docs or code, validate AsyncAPI document and event create new documents.\n",
"links": {
"websiteUrl": "https://www.asyncapi.com/tools/cli",
"repoUrl": "https://github.com/hkirat/asyncapi-fork"
},
"filters": {
"technology": [
"TypeScript"
],
"categories": [
"others",
"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.

⚠️ Potential issue

Others – Duplicate AsyncAPI CLI Entry:
The "Others" section includes a second occurrence of "AsyncAPI CLI" (lines 863–880) with a repository link pointing to https://github.com/hkirat/asyncapi-fork. Given its duplication with the "CLIs" section, please verify whether the difference in repository sources is intentional or if the entries should be merged.

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