Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Github enterprise #17

Closed
SimenB opened this issue Oct 27, 2016 · 4 comments
Closed

Github enterprise #17

SimenB opened this issue Oct 27, 2016 · 4 comments

Comments

@SimenB
Copy link
Contributor

SimenB commented Oct 27, 2016

Hiya!

Is it possible to use this with GH Enterprise? I don't know enough Ruby (one Rails course at school years ago is my only experience with it) to say either way, but this seems to be geared towards public GH: https://github.com/mattbrictson/chandler/blob/master/lib/chandler/github.rb#L30-L32

@SimenB
Copy link
Contributor Author

SimenB commented Oct 27, 2016

@mattbrictson doing chandler push --dry-run lists out a bunch of tags, but doing chandler push --github https://github.schibsted.io/finn/express-base gives Skip https://github.schibsted.io/finn/express-base (no https://github.schibsted.io/finn/express-base entry in CHANGELOG.md) which seems to come from looking for tags?

Is --github buggy?

@mattbrictson
Copy link
Owner

Hi, thanks for the question. Right now GitHub Enterprise is not supported.

We use the octokit gem to connect to the GitHub API, which does support Enterprise, but it requires some extra setup. Further, as you noticed, we make some assumptions in Chandler itself about the format of GitHub URLs that ties us to the public version.

I think it shouldn't be too hard to add GH Enterprise support to Chandler. However I don't currently have access to an Enterprise installation, so I'm probably not the best developer to work on this. I'll add a "you can help" label to encourage other contributors to step in. Would you be interested in taking a shot at this?

@SimenB
Copy link
Contributor Author

SimenB commented Oct 27, 2016

I haven't touched ruby in years, hopefully someone will step up! Would love to use this (I use it in public GH already)

@mattbrictson
Copy link
Owner

Closed via #19

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants