Uh oh!
There was an error while loading. Please reload this page.
docs: update GitLab integration for external MR support - #712
Open
tembo[bot] wants to merge 1 commit into
Open
Conversation
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ContributorAuthor
Requesting review from @benja who has experience with the following files modified in this PR:
|
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 freeto 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.
What changed
Updated the "MR comments" usage note in
integrations/gitlab.mdxto reflect that@tembonow also responds on merge requests Tembo didn't create or previously sync — including MRs from outside contributors on an activated repository.Why
The docs said the GitLab integration "Works on MRs created by Tembo and MRs created by your team," which no longer reflects the current, released behavior. Tembo can now lazily sync and create a session for an untracked ("external") merge request the first time someone mentions
@temboon it.Evidence
366ae86155), which addsapps/api/src/integrations/vendors/gitlab/externalMergeRequest.tsand wires it into the note-webhook handler (apps/api/src/integrations/vendors/gitlab/webhooks.ts) so a comment on a merge request without an existingPullRequestrecord creates one and starts a session.apps/api/tests/integrations/vendors/gitlab/externalMergeRequest.test.tsandexternalMergeRequestWebhook.test.ts.apps/web/components/app-sidebar/nav-footer.tsx, PR #10657) explicitly lists "tag Tembo in external GitLab merge requests" as a shipped feature.Confidence
High — this is a merged, tested, and now-advertised (in-app changelog) capability with a direct code path (
createExternalGitLabMergeRequestSession) that contradicts the docs' narrower claim. The fix is a single sentence correcting an outdated restriction; no positioning or wording judgment calls were needed.cc @benja
Note
Low Risk
Documentation-only wording change with no code or security impact.
Overview
Updates GitLab integration docs so
@tembois described as working on external merge requests (outside contributors) on activated repos, not only Tembo- or team-created MRs.Reviewed by Cursor Bugbot for commit 59d977d. Bugbot is set up for automated code reviews on this repo. Configure here.