Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-oauth-plugin
Commit: 0c95edb6e4f3704186907f915969d5d532d2eb97
https://github.com/jenkinsci/github-oauth-plugin/commit/0c95edb6e4f3704186907f915969d5d532d2eb97
Author: Michael O'Cleirigh <[email protected]>
Date: 2012-02-06 (Mon, 06 Feb 2012)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/GithubAuthenticationToken.java
M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
Log Message:
-----------
Fix #16 to support API calls against github enterprise installations.
This integrates a change added to the 1.17-SNAPSHOT github-api artifact to
support different base url's when making API calls.