woodpecker/remote/github
Brendan Gaulin 5b58768d63 OAuth2 GHE Always Register BustedURL
When going through the oauth2 module in go, there is a list of "busted" URLs which don't implement OAuth2 properly.

Github is on that list, however Github Enterprise(GHE) uses different URLs for each instance. Instead of adding all of these to the global list in the oauth module, we can simply flag all of our tokens as broken until github updates their API.
2016-08-25 18:27:17 -04:00
..
fixtures significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00
convert.go significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00
convert_test.go significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00
github.go OAuth2 GHE Always Register BustedURL 2016-08-25 18:27:17 -04:00
github_test.go Add modifiable context for Github status API 2016-05-27 20:22:32 +02:00
parse.go significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00
parse_test.go significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00
types.go significant improvement to GitHub remote coverage (from 5% to 50%) 2016-05-03 13:01:16 -07:00