Skip to content
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

Support GitHub Enterprise #175

Closed
julianvmodesto opened this issue Jul 9, 2018 · 2 comments
Closed

Support GitHub Enterprise #175

julianvmodesto opened this issue Jul 9, 2018 · 2 comments

Comments

@julianvmodesto
Copy link

GitHub support exists, but it would be great if GitHub Enterprise support could be added.

Below, is an example of Atlantis receiving a webhook event from GitHub Enterprise, but attempting to use the Github.com API instead of the GitHub Enterprise API.

2018/07/09 19:23:00 [INFO] server: Identified event as type "opened"
2018/07/09 19:23:00 [INFO] server: Executing autoplan
2018/07/09 19:23:00 [INFO] server: 200 | POST /events
2018/07/09 19:23:01 [WARN] MyGHEOrg/my_repo#1: Unable to update commit status: POST https://api.github.com/repos/MyGHEOrg/my_repo/statuses/abc1234: 401 Bad credentials []
@julianvmodesto
Copy link
Author

Oops nevermind, seems like this is actually supported.

@lkysow
Copy link
Member

lkysow commented Jul 9, 2018

Yep! Just use --gh-hostname

@lkysow lkysow closed this as completed Jul 9, 2018
nishkrishnan pushed a commit that referenced this issue Feb 9, 2022
* Add UUID for Log Streaming Job ID (#167)

* Update log handler to close buffered  channels when an operation is complete (#170)

* Add preliminary check before registering new receivers in the log handler (#173)

* Using projectOutputBuffers to check for jobID instead of receiverBuffers (#181)

* Refactor log handler  (#175)

* Reverting go.mod and go.sum

* Fix lint errors

* Fix linting
jamengual pushed a commit that referenced this issue Nov 23, 2022
krrrr38 pushed a commit to krrrr38/atlantis that referenced this issue Dec 16, 2022
* Add UUID for Log Streaming Job ID (runatlantis#167)

* Update log handler to close buffered  channels when an operation is complete (runatlantis#170)

* Add preliminary check before registering new receivers in the log handler (runatlantis#173)

* Using projectOutputBuffers to check for jobID instead of receiverBuffers (runatlantis#181)

* Refactor log handler  (runatlantis#175)

* Reverting go.mod and go.sum

* Fix lint errors

* Fix linting
meringu pushed a commit to meringu/atlantis that referenced this issue May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants