-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
Oops nevermind, seems like this is actually supported. |
Yep! Just use |
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
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.
The text was updated successfully, but these errors were encountered: