woodpecker/remote
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
..
bitbucket Starting to add tests for bitbucket server 2016-08-12 15:54:36 -07:00
bitbucketserver Update to add the name which has a better indication for the label of what build the status is for 2016-08-14 12:27:53 -07:00
gerrit refactoring github package to increase test coverage 2016-05-02 17:47:58 -07:00
github OAuth2 GHE Always Register BustedURL 2016-08-25 18:27:17 -04:00
gitlab refactoring remotes to remove deprecated variables, adding tests 2016-05-01 16:30:00 -07:00
gogs Fix resolution of relative avatar urls for Gogs published in subpath 2016-07-06 15:58:31 +02:00
mock fix mock remote to conform to interface 2016-05-02 12:43:09 -07:00
context.go ability to get remote from context 2015-10-19 17:57:21 -07:00
remote.go increased bitbucket test coverage 2016-04-30 23:22:30 -07:00