feat(gitlab): Add frontend implementation for GitLab integration pipeline#112153
Merged
evanpurkhiser merged 1 commit intomasterfrom Apr 7, 2026
Conversation
13329ae to
77b9609
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
77b9609 to
774d00e
Compare
jaydgoss
approved these changes
Apr 7, 2026
| {field => ( | ||
| <field.Layout.Stack label={t('GitLab Application Secret')} required> | ||
| <field.Input | ||
| value={field.state.value} |
Member
There was a problem hiding this comment.
Existing gitlab flow uses masks this with forms.PasswordInput. Might want to use type="password" on the input.
Member
Author
There was a problem hiding this comment.
yeah will switch it
…line Add GitLab pipeline step components and register them in the pipeline registry. The config step uses GuidedSteps to walk users through creating a GitLab OAuth application, then collects instance URL, group path, and OAuth credentials. The OAuth step reuses the shared OAuthLoginStep. Includes snapshot tests for the config step. Ref [VDY-39](https://linear.app/getsentry/issue/VDY-39/gitlab-api-driven-integration-setup)
774d00e to
8897911
Compare
george-sentry
pushed a commit
that referenced
this pull request
Apr 9, 2026
…line (#112153) Add the GitLab pipeline step components and register them in the pipeline registry. The config step uses GuidedSteps to walk users through creating a GitLab OAuth application, then collects instance URL, group path, and OAuth credentials. The OAuth step reuses the shared OAuthLoginStep component. https://github.com/user-attachments/assets/c15891f3-a5c7-43bd-bf8b-cdc31def871f Refs [VDY-39: GitLab: API-driven integration setup](https://linear.app/getsentry/issue/VDY-39/gitlab-api-driven-integration-setup)
3 tasks
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.

Add the GitLab pipeline step components and register them in the
pipeline registry. The config step uses GuidedSteps to walk users
through creating a GitLab OAuth application, then collects instance
URL, group path, and OAuth credentials. The OAuth step reuses the
shared OAuthLoginStep component.
Screen.Recording.2026-04-07.at.11.36.08.mov
Refs VDY-39: GitLab: API-driven integration setup