Merged
Conversation
|
Closed
jemiluv8
commented
Jan 7, 2024
Contributor
Author
jemiluv8
left a comment
There was a problem hiding this comment.
@mayberryzane, I just completed a self review.
Look forward to fixing any issues you might encounter
SpennyNDaJets
approved these changes
Jan 11, 2024
Contributor
SpennyNDaJets
left a comment
There was a problem hiding this comment.
Looks good! To confirm the steps we need to do before shipping this to production:
- create a company GitLab account (don't need to upload any code)
- Add the following credentials linked to our GitLab account to our environment variables
GITLAB_CLIENT_IDGITLAB_CLIENT_SECRET
c.c. @Vadman97
Contributor
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 gitlab integration to support creating gitlab issues from highlight ui
fixes #7146
/claim #7146
Summary
How did you test this change?
DEMO VIDEO FOR SETTING UP INTEGRATION AND CREATING GITLAB ISSUE FROM ERROR COMMENT
https://www.loom.com/share/19c4eb24b1304c0eaa274afe54a6e4a5
DEMO VIDEO - CREATING GITLAB ISSUE FROM SESSION COMMENT (New and Existing). Plus viewing issue link
https://www.loom.com/share/6c199775ca354e07bfc3364b1d03cc13?sid=ff7dc45b-779d-4d0a-8309-7a9f243fcefb
Are there any deployment considerations?
Two new environment variables are needed for jira integration support
GITLAB OAUTH APPLICATION SCOPE
read_api+api
These can be added in app configuration under developer console
https://gitlab.com/-/user_settings/applications
GITLAB OAUTH APPLICATION TYPE
Gitlab supports three(3) types of oauth applications
The application type used for this project is User Owned.
Does this work require review from our design team?
Yes. This requires a design review. Below are the modified views.
