Merge branch 'master' into issue_330_statistics

This commit is contained in:
Liam Newman
2019-10-04 21:12:35 -07:00
committed by GitHub
224 changed files with 10049 additions and 428 deletions

View File

@@ -558,6 +558,9 @@ class Requester {
private void setupConnection(URL url) throws IOException {
if (LOGGER.isLoggable(FINE)) {
LOGGER.log(FINE, "GitHub API request [" + (root.login == null ? "anonymous" : root.login) + "]: " + method + " " + url.toString());
}
uc = root.getConnector().connect(url);
// if the authentication is needed but no credential is given, try it anyway (so that some calls