Skip to content

Fix/sync staging with main#49

Merged
AirFluke merged 17 commits into
devfrom
fix/sync-staging-with-main
May 21, 2026
Merged

Fix/sync staging with main#49
AirFluke merged 17 commits into
devfrom
fix/sync-staging-with-main

Conversation

@AirFluke
Copy link
Copy Markdown
Collaborator

Description

Type of Change

  • feat — New feature
  • fix — Bug fix
  • refactor — Code refactoring (no functional change)
  • docs — Documentation update
  • test — Adding or updating tests
  • chore — Maintenance (dependencies, CI, tooling)

Related Issue

Closes #

Changes Made

Proof of Work

API Response / Screenshots
// Paste your endpoint response here
// Example:
// POST /api/v1/meetings
// Status: 201 Created
// {
//   "id": "abc-123",
//   "title": "Sprint Planning",
//   "scheduled_at": "2026-05-10T10:00:00Z",
//   "duration_minutes": 30
// }

Test Cases

  • Test case 1: test_<action>_<expected_outcome>_<condition>
  • Test case 2: test_<action>_<expected_outcome>_<condition>
Test output
# Paste your test run output here
# uv run pytest tests/ -v

Checklist

  • My branch follows the naming convention (<type>/<short-description>)
  • My commits follow Conventional Commits
  • I have added meaningful tests that cover success and failure paths
  • All new and existing tests pass locally (uv run pytest)
  • I have included proof of work (JSON responses or screenshots)
  • I have updated documentation if needed
  • My code follows the project's style guidelines

Benji918 and others added 17 commits May 17, 2026 02:44
chore: update staging with dev changes
feat: implement backend-controlled zoom RTMS start endpoint
fix: update zoom RTMS start endpoint to use a PATCH request
chore: merge dev changes into staging
chore: fix migration issues
chore: fix migration issues
chore: fix pgvector migration issues
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 21, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 54208063-1670-4ca2-a8fd-9425465278f1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/sync-staging-with-main

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.

@AirFluke AirFluke merged commit 437535f into dev May 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants