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

feat(gh-enterprise): Add support for github enterprise servers #631

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

aorinevo
Copy link
Collaborator

@aorinevo aorinevo commented Jan 7, 2024

Background

This PR adds support for GitHub Enterprise Servers.

Currently, Shepherd assumes that repos can be pulled, pushed, etc... via api.github.com. This assumption fails to be true when working with GitHub Enterprise Servers which have different domain names. Support for GitHub Enterprise Servers is established by leveraging the SHEPHERD_GITHUB_ENTERPRISE_URL environment variable to determine the correct domain name.

This PR also takes care of some routine dependency management.

@aorinevo aorinevo self-assigned this Jan 7, 2024
@aorinevo aorinevo added the enhancement New feature or request label Jan 7, 2024
@aorinevo
Copy link
Collaborator Author

aorinevo commented Jan 7, 2024

Closes #609

@aorinevo aorinevo merged commit 509fe75 into master Jan 9, 2024
5 checks passed
@aorinevo aorinevo deleted the feat-enterprise branch January 9, 2024 14:50
aorinevo pushed a commit that referenced this pull request Jan 9, 2024
# [2.2.0](v2.1.0...v2.2.0) (2024-01-09)

### Features

* **gh-enterprise:** Add support for github enterprise servers ([#631](#631)) ([509fe75](509fe75))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants