-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix 16 using GitHub enterprise #17
base: master
Are you sure you want to change the base?
Conversation
for running the plugin tests
in Github Enterprise installations the values are of course different from the 'standard' github.com's. The default values are from github.com, though. This means that 'computeRepositoryId()' cannot be made static, as it takes the values of Github (Enterprise)'s hostname to contruct the regexp. refs jutzig#16
this defines plugin's prefix etc
fixing issue with regexp
Hi, I think I have figured out why it is not working on my GitHub Enterprise; check GHRelease, line 130; it is using hard-coded path to the 'regular' github.com, instead of Github Enterprise. And we are using it in UploadMojo. |
Ah, that is to bad. Best regards,
|
I have opened issue there and presented the pull request to the github-api team; this is using it. refs jutzig#16
Hi,
I have prepared a first draft of 1.1.2 version that should handle the GitHub Enterprise. It is still not 100% ready (read below), but - could you check if it can deploy with this one to github.com?...
I have still some trouble with publishing to GitHub Enterprise that I work with; I am getting 'connection time out' error, but we are running quite old version of the Enterprise (still need to update it, so it might be it):