-
Notifications
You must be signed in to change notification settings - Fork 66
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
GitHub Enterprise Support #99
Comments
I've taken a shot at implementing this: |
Different implementation based on comments to the first one. |
Voting for SSH keys instead of personal tokes. |
Does the implementation in #248 work for you, or did you have a third alternative in mind? |
I didn't try it yet because the PR was closed so I guessed it wasn't ready. Should I go ahead? |
It's the version I'm using for my team. If it is a better form of -Rachel On Thu, Mar 17, 2016 at 11:26 AM, Foti Dim [email protected] wrote:
|
@rcaileff just tried it and I cannot past this I have done the workaround but still nothing. PS: I am using your "enterprise_github" branch. |
Do you have a lounge.xcworkspace/xcshareddata/lounge.xcscmblueprint On Fri, Mar 18, 2016 at 10:00 AM, Foti Dim [email protected] wrote:
|
I cloned using the SSH url. I have setup deploy Keys for authentication. My remote is in the "[email protected]:organization/ios-app.git" form and within the .xcscmblueprint file (in the path you mentioned) I have been trying all combinations. This is it a bit altered:
|
I don't see a problem with the blueprint file. What about the link used to On Fri, Mar 18, 2016 at 10:40 AM, Foti Dim [email protected] wrote:
|
I used the SSH link for all operations. Notice that it starts with git@ and not with ssh:// |
The blueprint file contents and the repo cloning method don't necessarily On Fri, Mar 18, 2016 at 10:49 AM, Foti Dim [email protected] wrote:
|
Is your EnterpriseGitHubHostname pod key value set to the same On Fri, Mar 18, 2016 at 11:01 AM, Caileff, Rachel [email protected]
|
@rcaileff good question, I'll have to check. I also noticed some letfovers from an old remote URL inside the .xccheckout file. I'll try to test on a fresh project to make sure. I am under intranet so I will have to wait until Monday for this. |
@rcaileff I have been trying to figure it out since morning. Seems that the problem is at WorkspaceMetadata.swift at line 85 and 88: my scheme variable is |
GitService.EnterpriseGitHub.hostname() should be returning the value from On Mon, Mar 21, 2016 at 9:30 AM, Foti Dim [email protected] wrote:
|
The version in #248 (or in my works_for_me or enterprise_github branches of On Tue, Mar 22, 2016 at 11:44 AM, Foti Dim [email protected] wrote:
|
Which error message are you currently getting? On Wed, Mar 23, 2016 at 8:03 AM, Foti Dim [email protected] wrote:
|
On the console I am getting only this: "[ERROR]: No X-RateLimit info provided by GitHub in headers: [Pragma: no-cache, Content-Type: text/html;charset=ISO-8859-1, Server: Apache-Coyote/1.1, Date: Thu, 24 Mar 2016 14:47:45 GMT, Content-Length: 1838, Cache-Control: no-cache, no-store, must-revalidate, max-age=0, Expires: 0], we're unable to detect the remaining number of allowed requests. GitHub might fail to return data any time now :(" but as you see on the screenshot I get "Failed to access server, error:" and then the HTML of the SAML login page. |
Here's my best guess at what's happening: |
Yeah for GitHub Buildasaur expects rate limit information in the headers. You could make that optional for EnterpriseGitHub which should hopefully fix the first issue. |
Why does GitHub Buildasaur expect that information? Is it safe to remove On Mon, Mar 28, 2016 at 5:58 PM, Honza Dvorsky [email protected]
|
So that when you're using too short of a sync interval and run out of the allowed 5k requests per hour, Buildasaur will tell you what happened. Otherwise it'd just start failing without telling you it was gonna happen. If there are no limits for Enterprise GitHub, feel free to ignore it there. But regular GitHub needs it. |
Let's add support for self-hosted GitHub. Unfortunately, I don't have an Enterprise instance running anywhere, so it'd be very hard to test with. If someone is interested in helping me develop this feature for Buildasaur, I will need a couple of things:
The text was updated successfully, but these errors were encountered: