Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

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

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Added a new "HTML Template" tool to the AsyncAPI Generator Templates list.
  • Improvements

    • Updated and reorganized technology tags, including the addition of a new "Java" tag.
    • Corrected and reordered tool listings, removed duplicates, and improved metadata for various tools across categories for better accuracy and clarity.

@netlify
Copy link

netlify bot commented May 19, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit e3cd19c
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/682a7dfb1bc0ed0008c1198d
😎 Deploy Preview https://deploy-preview-4117--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 May 19, 2025

Walkthrough

The changes involve reordering, updating, and correcting entries in three JSON configuration files related to technology tags and tool listings. Modifications include swapping positions of adjacent entries, inserting new entries, removing duplicates, updating metadata, and adjusting categorization for accuracy and consistency.

Changes

File(s) Change Summary
config/all-tags.json Swapped positions of "JetBrains" and "SmartPaste" tags. Inserted a new "Java" tag with specific color and borderColor. Renamed an existing "Java" entry to "HTML," resulting in a duplicate "HTML" tag. No color or borderColor changes made to existing tags.
config/tools-automated.json Swapped entries for "SIO-AsyncAPI" and "nestjs-asyncapi" in "Code-first tools." Removed duplicate "Golang AsyncAPI Code Generator." Reordered and updated metadata for "AsyncAPI Modelina" and "asyncapi-python." Moved "Specmatic" earlier and removed its duplicate. Moved "AsyncAPI Validation" from "Validators" to "Compare tools," replacing "AsyncAPI Diff," which was moved to "CLIs" with updated metadata. Added new "AsyncAPI CLI" entry in "CLIs." Swapped and updated "jAsyncAPI - IDEA plugin" and "asyncapi-preview" in "IDE Extensions." Swapped and duplicated template entries in "AsyncAPI Generator Templates."
config/tools.json Added a new "HTML Template" entry to "AsyncAPI Generator Templates" with JavaScript as the language, HTML as the technology, and a specified repo URL. Inserted before the "Java Spring Cloud Stream Template" entry.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant ConfigFiles
    participant ToolListings

    User->>ConfigFiles: Update tags and tool entries
    ConfigFiles->>ToolListings: Reflect reordered, added, or removed entries
    ToolListings-->>User: Provide updated tool/tag data for UI or processing
Loading

Poem

🐇
In the garden of configs, tags swapped in a row,
New tools and templates now ready to show.
Duplicates pruned, and entries aligned,
Colors and labels so neatly defined.
With every hop, the data grows bright—
A rabbit’s delight in JSON done right!


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 May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0d71c96) to head (e3cd19c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4117   +/-   ##
=========================================
  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.

@asyncapi-bot asyncapi-bot merged commit a003333 into master May 19, 2025
32 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch May 19, 2025 00:44
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

🧹 Nitpick comments (2)
config/tools.json (1)

2643-2669: Differentiate the new HTML Template variant.
A second HTML Template entry (dipaksodani/async-gen) has been added with a null description and identical title/filters to the official template. Consider providing a meaningful description to distinguish it in the UI (e.g., “Alternate HTML template by Dipak Sodani”) and avoid ambiguity.

config/tools-automated.json (1)

943-959: Provide a description for the duplicated HTML Template.
In the automated config, a duplicate HTML Template entry is added with description: null. Supplying a descriptive summary will improve clarity for end users and prevent the UI from displaying raw null.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 0d71c96 and e3cd19c.

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

271-279: Verify technology tag swap of SmartPaste and JetBrains.
The positions of the SmartPaste and JetBrains entries have been swapped. Please confirm that this new order is intentional, aligns with the UI grouping expectations, and does not introduce duplicate or missing tags.


291-294: Add Java technology tag for proper tool categorization.
The newly introduced Java entry with bg-[#61d0f2] and border-[#40ccf7] looks correct. Ensure that all Java-based tools reference this new tag and that the color codes align with branding guidelines.


296-304: Rename original Java tag to HTML – check for duplicates.
The original Java tag has been renamed to HTML, creating two HTML entries. Verify that no tool listings rely on the old Java key and that having duplicate HTML tags does not lead to confusion in filtering or rendering.

@coderabbitai coderabbitai bot mentioned this pull request Jun 2, 2025
aminoxix pushed a commit to aminoxix/asyncapi-website that referenced this pull request Jun 4, 2025
@coderabbitai coderabbitai bot mentioned this pull request Jun 9, 2025
@coderabbitai coderabbitai bot mentioned this pull request Sep 1, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 6, 2025
@coderabbitai coderabbitai bot mentioned this pull request Oct 13, 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