feat(cursor): Add GitLab support to Cursor coding agent#2
Open
dnplkndll wants to merge 2 commits into26.1.0-gitlab-seerfrom
Open
feat(cursor): Add GitLab support to Cursor coding agent#2dnplkndll wants to merge 2 commits into26.1.0-gitlab-seerfrom
dnplkndll wants to merge 2 commits into26.1.0-gitlab-seerfrom
Conversation
Build repo URL from provider (GitHub/GitLab) instead of hardcoding GitHub. Accept GitLab webhook callbacks with nested group paths. Set openAsCursorGithubApp=False for GitLab repos so Cursor uses its own GitLab credentials. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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. Comment |
…gcloud builds submit - WIF provider: github-wlif/providers/github-oidc (was nonexistent github-pool/providers/github-provider) - Service account: github-actions-seer@ (was nonexistent github-actions@) - Branch trigger: 26.1.0-* (was master, which never has the workflow file) - Use gcloud builds submit instead of local docker build (Sentry needs E2_HIGHCPU_32 + 200GB) - Dockerfile: self-hosted/Dockerfile.kencove via cloudbuild.yaml - Add .gcloudignore to exclude .git, node_modules, tests from source upload Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
integrations:gitlab→ GitLab instance URL,github/fallback → GitHub) instead of hardcodinggithub.comkencove/operations/odoo)openAsCursorGithubApp=Falsefor GitLab repos so Cursor uses its own GitLab credentials instead of the GitHub AppTest plan
pytest tests/sentry/integrations/cursor/test_client.py -v— new tests for GitLab, self-hosted GitLab, and GitHub provider URL buildingpytest tests/sentry/integrations/cursor/test_webhook.py -v— new tests for GitLab URL acceptance, nested groups, self-hosted GitLab, and no-scheme GitLab URLscursor_webhook.status_changeentries with GitLab repo URLs being accepted🤖 Generated with Claude Code