Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update tools.json #3642

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

asyncapi-bot
Copy link
Contributor

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

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

This release includes visual updates and expanded resource listings that enhance user experience and consistency.

  • Style
    • Enhanced the display of technology tags with a refined color scheme for a modern, uniform look.
  • New Features
    • Revamped the tool catalog with refreshed entries, additional resources, and revised details across multiple sections for improved discoverability.

Copy link
Contributor

coderabbitai bot commented Feb 3, 2025

Walkthrough

This pull request updates three configuration files. In config/all-tags.json, color values for various technology entries are unified. config/tools-automated.json sees several tool entries reintroduced and added—including new API tools and modifications to generator template names—while config/tools.json is entirely refreshed with updated entries across multiple categories. There are no schema changes or functional modifications to exported entities.

Changes

File(s) Change Summary
config/all-tags.json Updated color values for numerous technology entries to a uniform style while keeping the JSON structure.
config/tools-automated.json Reintroduced and added tool entries (e.g., AsyncAPI Server API, Zod Sockets, nestjs-asyncapi, Golang AsyncAPI Code Generator, ZenWave SDK, Specmatic, AsyncAPI CLI) and renamed generator templates.
config/tools.json Completely replaced file content with refreshed entries across tool categories, including updated descriptions, links, and ordering.

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

I'm a little rabbit, hopping by,
With JSON changes that brighten the sky.
Colors aligned in every tag,
Tools refined, no detail to lag.
CodeRabbit cheers with a twitch of my nose—
Celebrate updates, as the new config glows!
🐰✨


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.

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit c62a3f3
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/67a00eee8af62400083db4a4
😎 Deploy Preview https://deploy-preview-3642--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.

Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3642   +/-   ##
=========================================
  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 326082b into master Feb 3, 2025
32 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-tools/regenerateTools branch February 3, 2025 00:37
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

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

757-775: Critical Issue: "Java Template" Language Field Mismatch

The "Java Template" incorrectly lists its language as ["javascript"] even though the title and context indicate it is a Java template. This should likely be updated to ["Java"].

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

795-814: Critical Issue: "Java Spring Cloud Stream Template" Language Field Mismatch

The language for this template is set as ["javascript"], which does not match the Java-focused nature of the tool. Please update this to ["Java"] to maintain consistency.

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

816-836: Critical Issue: "Java Spring Template" Language Field Inconsistency

The "Java Spring Template" also specifies "language": ["javascript"]. To accurately reflect its intended usage, update the language to ["Java"].

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

119-136: Addition of "nestjs-asyncapi" Entry in Code-first Tools

This new tool enables AsyncAPI document generation via decorators similar to @nestjs/swagger. However, note that the "language" field is set as "Typescript". For consistency with other entries (e.g., using "TypeScript"), please consider updating the capitalization.

-          "language": "Typescript",
+          "language": "TypeScript",

409-424: Addition: "GitHub Action for Generator" Entry

A new GitHub Action for the generator has been added. Although the "description" is set to null, which might be intentional, consider providing a short description to clarify its purpose.


464-483: New Mocking and Testing Tool: "Specmatic" Addition

The Specmatic entry is detailed with clear links and a useful description. One minor note: the "language" field is listed as "kotlin". For consistency, consider capitalizing it as "Kotlin".

-          "language": "kotlin",
+          "language": "Kotlin",
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between ae25e36 and c62a3f3.

📒 Files selected for processing (3)
  • config/all-tags.json (1 hunks)
  • config/tools-automated.json (13 hunks)
  • config/tools.json (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • config/tools.json
⏰ 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 (11)
config/all-tags.json (1)

1-1: Uniform Color Updates for Tags Configuration

The file now uniformly applies new background (bg-[#61d0f2]) and border (border-[#40ccf7]) color values to a number of technology entries. This improves visual consistency across the application. Please double-check that these new color values are fully aligned with your design guidelines.

config/tools-automated.json (10)

27-46: New API Tool: "AsyncAPI Server API" Addition

The new entry for "AsyncAPI Server API" has been added with proper links, a clear description, and appropriate filter settings (notably setting "isAsyncAPIOwner": true). This change aligns with the overall update objectives.


97-117: Addition of "Zod Sockets" Entry in Code-first Tools

The entry for "Zod Sockets" is clearly defined with accurate links and filter settings (using TypeScript with Node.js). The description and categorization accurately reflect its purpose.


161-175: New Code Generator: "Golang AsyncAPI Code Generator" Addition

The tool for generating Go boilerplate code from AsyncAPI specifications has been added with a clear description and appropriate filter settings. The details here are well structured.


197-222: Addition of "ZenWave SDK" in Code Generators

The "ZenWave SDK" entry is added with detailed links and a comprehensive set of filters. Please verify that the provided categorization (listing it under "code-generator", "dsl", "mocking-and-testing", and "cli") precisely reflects the tool’s functionalities.


311-332: Duplicate Entry for "Zod Sockets" in DSL Section

The same "Zod Sockets" tool is listed again under the DSL category. If this duplication is intentional (to have the tool appear under multiple categories), a clarifying comment might help future maintainers. Otherwise, consider consolidating the entry.


364-380: New Framework Entry: "Glee" Added

The "Glee" entry has been introduced in the Frameworks section with a friendly description and correct filter settings. The flag "isAsyncAPIOwner": true is appropriately set.


426-440: Addition: "GitHub Action for CLI" Entry

The "GitHub Action for CLI" entry is well defined, including comprehensive links and filter settings. This entry integrates smoothly with the rest of the GitHub Actions tools.


603-621: Addition of "AsyncAPI CLI" in CLIs Section

The new "AsyncAPI CLI" entry is incorporated with a complete set of details and proper filter settings. However, note that a similar entry exists under the "Others" category later in the file. Please confirm whether this duplicate listing is intentional.


720-737: New Template: "Node.js Multiprotocol Template" Addition

This template entry is well structured with clear language and technology settings. The entry appears to fulfill its role in the generator templates.


843-859: Duplicate "AsyncAPI CLI" Entry in Others Category

The "AsyncAPI CLI" entry appears again in the Others section. Verify whether maintaining duplicate listings in both the CLIs and Others sections is intentional. If not, consider consolidating these entries for clarity.

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.

2 participants