Skip to content

feat(frontier): add RemoveOrganizationMember RPC#475

Open
rohilsurana wants to merge 2 commits intomainfrom
feat/frontier-remove-organization-member
Open

feat(frontier): add RemoveOrganizationMember RPC#475
rohilsurana wants to merge 2 commits intomainfrom
feat/frontier-remove-organization-member

Conversation

@rohilsurana
Copy link
Copy Markdown
Member

Summary

  • Add RemoveOrganizationMember RPC to FrontierService in frontier.proto
  • Request takes org_id, principal_id, and principal_type (supports all principal types, not just users)
  • Placed alongside existing membership RPCs (SetOrganizationMemberRole, RemoveOrganizationUser)

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 17, 2026

Warning

Rate limit exceeded

@rohilsurana has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 30 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 57 minutes and 30 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4a531f68-c640-4204-bb80-ade3ad9a939c

📥 Commits

Reviewing files that changed from the base of the PR and between a19715c and b9da8ed.

📒 Files selected for processing (1)
  • raystack/frontier/v1beta1/frontier.proto
📝 Walkthrough

Walkthrough

This pull request adds a new RPC method called RemoveOrganizationMember to the FrontierService in the protobuf definitions. The RPC accepts a request containing an organization ID, a principal ID, and a principal type (all with validation rules), and returns an empty response. The changes are minimal and focused, adding the new service method along with its associated request and response message types without modifying any existing RPC definitions or messages.

Suggested reviewers

  • rsbh
  • whoAbhishekSah
  • AmanGIT07
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly and concisely summarizes the main change: adding a RemoveOrganizationMember RPC to the FrontierService, which matches the changeset exactly.
Description check ✅ Passed The pull request description is directly related to the changeset, providing relevant details about the new RPC, its parameters, and its placement alongside existing membership RPCs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 17, 2026

The latest Buf updates on your PR. Results from workflow Validate / validate (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped✅ passed✅ passedApr 17, 2026, 10:13 AM

@rohilsurana rohilsurana marked this pull request as ready for review April 17, 2026 10:11
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.

1 participant