Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

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

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Added a new "AsyncAPI Community WG Meeting" scheduled for July 1, 2025, to the meetings list.
  • Updates

    • Removed a past meeting event from the meetings schedule.
    • Updated three newsroom video entries with new titles, video links, thumbnails, and descriptions reflecting recent community events.

@netlify
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 2941a07
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/6858a2e2b0aeee00089dae37
😎 Deploy Preview https://deploy-preview-4202--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 23, 2025

Walkthrough

The meetings configuration was updated by removing a past event and adding a new AsyncAPI Community WG Meeting scheduled for July 1, 2025. The newsroom videos configuration was revised by replacing three video entries with updated metadata, including new titles, descriptions, video IDs, and thumbnail URLs.

Changes

File(s) Change Summary
config/meetings.json Removed one past event; added a new AsyncAPI Community WG Meeting for July 1, 2025.
config/newsroom_videos.json Replaced three video entries with updated titles, descriptions, video IDs, and thumbnail URLs.

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

Hopping through configs, I tweak and I mend,
Old meetings retire, new invites I send.
Videos refreshed with thumbnails anew,
The AsyncAPI garden grows, bright in its hue.
With JSON in paw, I leap and I cheer—
More updates to share, the community’s near!
🐇✨


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.

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/newsroom_videos.json (2)

15-18: Inconsistent title formatting for GSoC video entry.
The GSoC welcome call title uses a pipe (|) as a separator, whereas other entries consistently use a comma before the date. Consider unifying the format:

- "title": "GSoC Welcome Contributors Call | May 29th 2025",
+ "title": "GSoC Welcome Contributors Call, May 29th 2025",

27-30: Typo in title spacing.
The title "AsyncAPI Design WG Meeting, Thursday May 15th 2025" contains two spaces between "Design" and "WG". Reduce to one space for consistency:

- "title": "AsyncAPI Design  WG Meeting, Thursday May 15th 2025",
+ "title": "AsyncAPI Design WG Meeting, Thursday May 15th 2025",
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 1aefaf0 and 2941a07.

📒 Files selected for processing (2)
  • config/meetings.json (1 hunks)
  • config/newsroom_videos.json (1 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 (2)
config/meetings.json (1)

155-162: New event appended correctly; verify JSON structure and timing.
The new "AsyncAPI Community WG Meeting" entry is properly appended with the required keys (title, calLink, url, banner, date) and the previous object’s closing comma was updated to maintain valid JSON. Ensure that the scheduled timestamp (2025-07-01T15:00:00.000Z) aligns with the planned meeting time.

config/newsroom_videos.json (1)

21-24: Metadata alignment: confirm video details.
The entry for the AsyncAPI Community WG Meeting on May 20th 2025 matches the corresponding event URL (issues/1897) and appears well-formed. Please verify that the videoId (QqWUcSodtYI) and image_url point to the correct published video assets.

@codecov
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1aefaf0) to head (2941a07).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4202   +/-   ##
=========================================
  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 275278b into master Jun 23, 2025
33 of 34 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/1aefaf089d2183bb6d2f97404230ed4565e23063 branch June 23, 2025 00:48
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