Skip to content

Conversation

@asyncapi-bot
Copy link
Contributor

@asyncapi-bot asyncapi-bot commented Sep 16, 2025

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • Chores
    • Added two upcoming Governance Board Meetings to the public meetings list with dates on September 2 and September 29, 2025, each including calendar links and issue references. No existing meetings were modified.
    • Updated Newsroom videos: added “Governance Board Meeting, Monday September 15th 2025” (now featured at the top) and removed the older “First Meeting of New Governance Board.” All other videos remain unchanged.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 16, 2025

Walkthrough

Added two Governance Board Meeting entries to config/meetings.json. Updated config/newsroom_videos.json by inserting a new video at the top and removing one older video. No schema or structural changes; existing entries remain otherwise unchanged.

Changes

Cohort / File(s) Summary
Meetings updates
config/meetings.json
Appended two Governance Board Meeting items with fields: title, calLink, url, banner, date (2025-09-02T16:00:00.000Z and 2025-09-29T16:00:00.000Z). No existing entries modified.
Newsroom videos list
config/newsroom_videos.json
Inserted a new video (videoId 7e01rDjnVpY) at the start. Removed an older entry (videoId SaIPQaROWsc). Other entries unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

  • derberg
  • akshatnema
  • sambhavgupta0705
  • anshgoyalevil
  • Mayaleeeee
  • asyncapi-bot-eve

Poem

I thump my paws—new dates to keep,
Two meetings hop onto the heap.
A fresh clip shines, an old one goes,
The burrow’s calendar neatly grows.
Carrots aligned, the timeline set—
Onward we scamper—sync’d, no sweat! 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title is concise and directly reflects the primary changes (updates to meetings.json and the newsroom videos configuration), so it accurately summarizes the main change in the changeset; however it contains a minor typo ("newsrooom_videos.json") that could cause slight confusion.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-meetings/659cff90e7d2629c2b6752af766e2327d295b5a5

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@netlify
Copy link

netlify bot commented Sep 16, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 3485c45
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/68c8b0aaa41bc60008f329fc
😎 Deploy Preview https://deploy-preview-4419--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.

@codecov
Copy link

codecov bot commented Sep 16, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4419   +/-   ##
=========================================
  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 f790039 into master Sep 16, 2025
34 of 35 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/659cff90e7d2629c2b6752af766e2327d295b5a5 branch September 16, 2025 00:38
@asyncapi-bot
Copy link
Contributor Author

⚡️ Lighthouse report for the changes in this PR:

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

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

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: Minor polish — remove trailing period from top entry description

  • Verified: JSON valid; no duplicate videoIds. Top entry (config/newsroom_videos.json, index 0) description ends with a trailing period — remove the final '.' from "asyncapi/community#2069." to avoid autolink issues.
  • Optional: normalize spacing before commas in titles across the file for consistency (some entries contain a space before commas).
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 659cff9 and 3485c45.

📒 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. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: Redirect rules - asyncapi-website
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
  • GitHub Check: Test NodeJS PR - windows-latest
🔇 Additional comments (1)
config/meetings.json (1)

134-148: Approve — entries valid; manual calLink check required

  • meetings.json is valid JSON and contains no duplicate Governance Board dates.
  • New entries present: 2025-09-02T16:00:00.000Z → issue #2073; 2025-09-29T16:00:00.000Z → issue #2074.
  • File order is not strictly chronological (09-15 appears before 09-02); frontend sorts events at runtime in utils/staticHelpers.ts (meetingsWithDates.sort((a:any,b:any)=>a.date - b.date)), so no change needed unless a consumer relies on in-file ordering.
  • CalLink eid decode returned binary and remote validation is inconclusive from this environment — open the Google Calendar links to confirm they resolve to the intended events/times (16:00Z) and map to issues #2073/#2074.

sambhavgupta0705 added a commit that referenced this pull request Sep 18, 2025
* docs(community): update latest community documentation (#4407)

* chore: update meetings.json and newsrooom_videos.json (#4410)

* chore: update meetings.json and newsrooom_videos.json (#4405)

* chore: update meetings.json, newsrooom_videos.json and dashboard.json

* Update meetings.json

---------

Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: Eve <[email protected]>
Co-authored-by: Sambhav Gupta <[email protected]>

* chore: update meetings.json and newsrooom_videos.json (#4411)

* fix: #4065 Made Case Studies page table section mobile responsive (#4403)

* fixes #4065. Made Case Studie page mobile responsive

* fixes #4065. Made Case Studie page mobile responsive

* fix: #4381

---------

Co-authored-by: Sambhav Gupta <[email protected]>

* chore(deps): bump axios from 1.8.2 to 1.12.1 (#4413)

* chore(deps): bump @babel/runtime and next-language-detector (#4414)

* chore: update tools.json (#4417)

* chore: update meetings.json and newsrooom_videos.json (#4419)

* ci: update of files from global .github repo (#4418)

* fix: broken AsyncAPI contributing guidelines link (#4395) (#4398)


Co-authored-by: SanidhyaMadheshia <[email protected]>
Co-authored-by: Sambhav Gupta <[email protected]>
Co-authored-by: V Thulisile Sibanda <[email protected]>

---------

Co-authored-by: Chan <[email protected]>
Co-authored-by: asyncapi-bot <[email protected]>
Co-authored-by: Eve <[email protected]>
Co-authored-by: namanjain24-sudo <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SanidhyaMadheshia <[email protected]>
Co-authored-by: SanidhyaMadheshia <[email protected]>
Co-authored-by: V Thulisile Sibanda <[email protected]>
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