Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

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

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Updated public meetings: removed the AsyncAPI Community WG Meeting entry previously listed.
    • Updated newsroom videos: added “AsyncAPI Mentorship Program Wrap-Up — 2024” and removed the outdated Community WG Meeting video.
    • The meetings list and video gallery now reflect the latest available items; all other entries remain unchanged.
    • No functional changes to navigation or layout; content only.

@netlify
Copy link

netlify bot commented Aug 17, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 40a5ad6
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/68a208194ff85e00085721cf
😎 Deploy Preview https://deploy-preview-4330--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 Aug 17, 2025

Walkthrough

Removed the first meeting entry from config/meetings.json. In config/newsroom_videos.json, added one new video entry at the start and removed the last entry; all other entries unchanged. No changes to exports or public entities.

Changes

Cohort / File(s) Summary of Changes
Meetings config updates
config/meetings.json
Deleted the first array object (AsyncAPI Community WG Meeting). No other edits.
Newsroom videos update
config/newsroom_videos.json
Inserted a new first video (Mentorship Program Wrap-Up 2024). Removed the last video (videoId FkGnFqMTj88). Net array length unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • anshgoyalevil
  • sambhavgupta0705
  • Mayaleeeee
  • akshatnema

Poem

A hop, a bop, I prune and add,
One meeting gone—don’t feel too bad.
A fresh new video takes the stage,
While the last one exits the page.
Thump-thump! says the reviewer’s heart,
Neat rows of JSON—time to start. 🐇✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-meetings/e32d6c3d9b53c12d63ff6aaba2c0a81be6c267b6

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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 Aug 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e32d6c3) to head (40a5ad6).
⚠️ Report is 1 commits behind head on master.

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

🧹 Nitpick comments (1)
config/newsroom_videos.json (1)

2-7: Verify list ordering (possible break in reverse-chronological order)

The new item is a 2024 wrap-up placed at the top, while subsequent entries are dated 2025. If the UI expects newest-first sorting, this may surface an older video first.

Would you like me to propose a reorder to maintain reverse-chronological order if that's the intended invariant?

📜 Review details

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

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between e32d6c3 and 40a5ad6.

📒 Files selected for processing (2)
  • config/meetings.json (0 hunks)
  • config/newsroom_videos.json (1 hunks)
💤 Files with no reviewable changes (1)
  • config/meetings.json
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • 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: Lighthouse CI
🔇 Additional comments (2)
config/newsroom_videos.json (2)

2-7: Entry added correctly; schema consistency looks good

Keys and formats match existing items. Thumbnail URL matches the videoId.


2-7: YouTube resources validated (video + thumbnail)
Ran oEmbed and thumbnail URL checks for video XjckzYopxoA; both returned HTTP 200. No broken links detected.

@asyncapi-bot asyncapi-bot merged commit b63c40b into master Aug 17, 2025
35 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/e32d6c3d9b53c12d63ff6aaba2c0a81be6c267b6 branch August 17, 2025 16:54
@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 40
🟢 Accessibility 98
🟢 Best practices 92
🟢 SEO 100
🔴 PWA 33

Lighthouse ran on https://deploy-preview-4330--asyncapi-website.netlify.app/

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