-
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
Add GitHubEnterprise multi VCS #477
Merged
Merged
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
peterdeme
commented
Oct 29, 2023
@@ -63,10 +114,22 @@ func dataGithubEnterpriseIntegrationRead(ctx context.Context, d *schema.Resource | |||
return diag.Errorf("github enterprise integration not found") | |||
} | |||
|
|||
d.SetId("spacelift_github_enterprise_integration_id") // TF expects id to be set otherwise it will fail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifying the indentifier could be a breaking change but since this is just a data source I don't think this actually matters or breaks anything
peterdeme
force-pushed
the
cu-85yxtb5ku-add-ghe-multi-vcs
branch
4 times, most recently
from
October 29, 2023 10:31
3b6d754
to
7a89db0
Compare
peterdeme
force-pushed
the
cu-85yxtb5ku-add-ghe-multi-vcs
branch
5 times, most recently
from
October 29, 2023 12:52
6f84d5c
to
9aade6b
Compare
peterdeme
force-pushed
the
cu-85yxtb5ku-add-ghe-multi-vcs
branch
from
November 17, 2023 15:27
9aade6b
to
7a106fd
Compare
Signed-off-by: peterdeme <[email protected]>
peterdeme
force-pushed
the
cu-85yxtb5ku-add-ghe-multi-vcs
branch
from
November 17, 2023 15:46
7a106fd
to
5eeba13
Compare
peterdeme
added a commit
that referenced
this pull request
Nov 28, 2023
peterdeme
added a commit
that referenced
this pull request
Nov 28, 2023
peterdeme
added a commit
that referenced
this pull request
Jan 10, 2024
truszkowski
added a commit
that referenced
this pull request
Feb 2, 2024
…k-url-for-github Multi VCS - add missing webhook_url for GitHub (#477)
peterdeme
added a commit
that referenced
this pull request
Feb 5, 2024
* Multi VCS (#477) * GitHub Integration: add missing webhook url * GitHub Integration: add missing webhook url (update doc) --------- Co-authored-by: Piotr Truszkowski <[email protected]>
truszkowski
added a commit
that referenced
this pull request
Mar 4, 2024
* Multi VCS (#477) * GitHub Integration: add missing webhook url * GitHub Integration: add missing webhook url (update doc) --------- Co-authored-by: Piotr Truszkowski <[email protected]>
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
Add ghe multi vcs, specifically for GitHub Enterprise.
Type of change
Checklists
Development
false
.)go generate
to make sure the docs are up to dateCode review