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 meetings.json and newsrooom_videos.json #3672

Merged

Conversation

asyncapi-bot
Copy link
Contributor

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

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features
    • Added two new meeting events: a Design Meeting on February 20, 2025, and an AsyncAPI Community Working Group Meeting on February 25, 2025, featuring event details and scheduling links.
    • Introduced a new video entry for the AsyncAPI Community Working Group Meeting in the newsroom.
  • Chores
    • Removed an older video entry to streamline the newsroom content.

Copy link
Contributor

coderabbitai bot commented Feb 12, 2025

Walkthrough

This pull request adds two meeting entries in the meetings configuration file and updates the newsroom videos configuration. The meetings file now includes a "Design Meeting" and an "AsyncAPI Community Working Group Meeting" with associated dates, calendar links, URLs, and banner details. The newsroom videos file gains a new video entry corresponding to the community working group meeting while an outdated video entry is removed.

Changes

File(s) Change Summary
config/meetings.json Added two meeting entries: "Design Meeting" and "AsyncAPI Community Working Group Meeting" with dates, calendar links, URLs, and banner details.
config/newsroom_videos.json Added a video entry for "AsyncAPI Community Working Group Meeting" and removed the "AsyncAPI-Powered Event Feeds: 3 Steps to Streaming" video entry.

Sequence Diagram(s)

sequenceDiagram
    participant User as User
    participant S as System
    User->>S: Request meetings configuration
    S-->>User: Return meetings.json with two new meeting entries
    User->>S: Request videos configuration
    S-->>User: Return newsroom_videos.json with updated video entries
Loading

Possibly related PRs

Suggested labels

autoapproved, autoupdate

Suggested reviewers

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

Poem

A rabbit hops through lines of code,
Adding meetings, videos bestowed.
New links dance in a digital ball,
With dates that echo a festive call.
Hop along, celebrate—change is fun for all! 🐇✨


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 12, 2025

Deploy Preview for asyncapi-website ready!

Name Link
🔨 Latest commit 37b2c62
🔍 Latest deploy log https://app.netlify.com/sites/asyncapi-website/deploys/67abec37a247820009518639
😎 Deploy Preview https://deploy-preview-3672--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 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a3dc30d) to head (37b2c62).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #3672   +/-   ##
=========================================
  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 69d74a6 into master Feb 12, 2025
28 of 30 checks passed
@asyncapi-bot asyncapi-bot deleted the update-meetings/a3dc30d57cb3dfc68b1b091dbaa4789224495cc5 branch February 12, 2025 00:36
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: 1

🧹 Nitpick comments (2)
config/meetings.json (2)

66-66: Maintain consistent meeting titles.

The title "Design Meeting" differs from the previously used "Design Call" (line 17). Consider using consistent naming across all design-related meetings.

-    "title": "Design Meeting",
+    "title": "Design Call",

76-76: Consider using a unique banner for each meeting.

The banner URL is reused from a previous Community Working Group Meeting (line 55). Consider using unique banners for each meeting to help distinguish between different sessions.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between a3dc30d and 37b2c62.

📒 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 (2)
  • GitHub Check: Automerge PR autoapproved by a bot
  • GitHub Check: Lighthouse CI
🔇 Additional comments (2)
config/newsroom_videos.json (1)

3-3: Verify video ID consistency.

The video ID in the image URL matches the videoId field. This is correct.

Also applies to: 6-6

config/meetings.json (1)

67-68: Verify the validity of calendar links and GitHub issues.

Please ensure that the calendar links and GitHub issue links are accessible and correctly configured.

Also applies to: 74-75

✅ Verification successful

🏁 Script executed:

#!/bin/bash
# Description: Check if the GitHub issues exist and are accessible

# Check GitHub issues
for issue in 1711 1713; do
  echo "Checking issue #$issue..."
  gh issue view $issue --repo asyncapi/community
done

Length of output: 6483


Calendar and GitHub Links Verified

Comment on lines +2 to +7
{
"image_url": "https://i.ytimg.com/vi/sWrD820od7s/hqdefault.jpg",
"title": "AsyncAPI Community Working Group Meeting",
"description": "https://github.com/asyncapi/community/issues/1668.",
"videoId": "sWrD820od7s"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Improve the description field content.

The description field contains a URL instead of an actual description of the video content. Consider replacing it with a meaningful description of the meeting's content and objectives.

  {
    "image_url": "https://i.ytimg.com/vi/sWrD820od7s/hqdefault.jpg",
    "title": "AsyncAPI Community Working Group Meeting",
-   "description": "https://github.com/asyncapi/community/issues/1668.",
+   "description": "AsyncAPI Community Working Group Meeting discussing community initiatives and project updates. For more details, visit: https://github.com/asyncapi/community/issues/1668",
    "videoId": "sWrD820od7s"
  }
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
"image_url": "https://i.ytimg.com/vi/sWrD820od7s/hqdefault.jpg",
"title": "AsyncAPI Community Working Group Meeting",
"description": "https://github.com/asyncapi/community/issues/1668.",
"videoId": "sWrD820od7s"
},
{
"image_url": "https://i.ytimg.com/vi/sWrD820od7s/hqdefault.jpg",
"title": "AsyncAPI Community Working Group Meeting",
"description": "AsyncAPI Community Working Group Meeting discussing community initiatives and project updates. For more details, visit: https://github.com/asyncapi/community/issues/1668",
"videoId": "sWrD820od7s"
}

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