Skip to content

Add support for GH enterprise#105

Closed
naxhh wants to merge 1 commit into
gruntwork-io:masterfrom
naxhh:support-github-enterprise
Closed

Add support for GH enterprise#105
naxhh wants to merge 1 commit into
gruntwork-io:masterfrom
naxhh:support-github-enterprise

Conversation

@naxhh

@naxhh naxhh commented Nov 4, 2022

Copy link
Copy Markdown

Description

Add support for Github Enterprise usage.

I needed something like this and I saw that the project had an issue to make this happen.

So I wanted to propose a quick Pr and get feedback on what you expect from the PR
Some questions

  • Should I add tests at this integration level?
  • Any specific docs I should be aware of updating?

Relates #5

TODOs

  • Change the branch to the expected format
  • Add tests as required in this PR
  • Update docs

Read the Gruntwork contribution guidelines.

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added support for github enterprise

Migration Guide

@zackproser

Copy link
Copy Markdown
Contributor

Hi @naxhh ,

Thanks a lot for your contribution!

As far as testing goes, it would be great if you could include tests that cover the new functionality you're adding. That said, we intentionally mock out the GitHub client for the purposes of making testing easier and to avoid network dependencies. So, perhaps it might make sense to update or extend the mocks.

I'm at a bit of a loss for how to test this manually, however, since I don't have access to a GitHub Enterprise subscription 😄

As far as docs go, if you could be sure to update the README to include information about using git-xargs with GitHub Enterprise, that would be much appreciated!

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

Successfully merging this pull request may close these issues.

2 participants