-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new resource spacelift_gitlab_integration
#557
Merged
truszkowski
merged 14 commits into
main
from
CU-8694mkqza-feat/resource-gitlab-integration
May 28, 2024
Merged
feat: new resource spacelift_gitlab_integration
#557
truszkowski
merged 14 commits into
main
from
CU-8694mkqza-feat/resource-gitlab-integration
May 28, 2024
Conversation
This file contains 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
…nd SPACELIFT_PROVIDER_TEST_SOURCECODE_GITLAB_SPACELEVEL_TOKEN to GitHub test workflows
… flag to isDefault field in schema in spacelift/resource_gitlab_integration.go
…ion struct and remove "Token" field
* add CustomizeDiff function ensure space is set to root if the integration should be the default * make gitLabUserFacingHost required and removed code to derive it from gitLabAPIHost if not set * set default value for gitLabSpaceID to "root"
1e5cbd2
to
3740d4d
Compare
14 tasks
A few tests didn't pass - the reason is |
It's fixed, but it will be available on prod next week. |
peterdeme
reviewed
May 24, 2024
peterdeme
reviewed
May 24, 2024
just the minor things, otherwise LGTM |
peterdeme
approved these changes
May 27, 2024
adamconnelly
approved these changes
May 28, 2024
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.
Description of the change
Origin PR
This PR contains the new resource spacelift_gitlab_integration to create an GitLab integration for a Spacelift space.
Type of change
Related issues
Checklists
Development
false
.)go generate
to make sure the docs are up to dateCode review