Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Fix editing issues: correct milestone attribute typeThomas Wolf1-5/+4
2018-10-20[releng] Fix unused member/parameter warningsMichael Keppler1-0/+1
2018-10-18[releng] Fix all boxing/unboxing warningsMichael Keppler2-2/+2
2018-10-08minor: fix all empty block warningsMichael Keppler18-18/+77
2018-10-08minor: remove superfluous semicolonMichael Keppler1-1/+1
2018-09-15Fix redundant interface warningsMichael Keppler19-57/+19
2018-05-30More restrictive JDT settings for the projectsThomas Wolf16-71/+133
2018-05-30Get user's teams across GitHub organizationsSingaram Subramanian3-4/+139
2018-05-30Update license to EPL-2.0Matthias Sohn116-233/+465
2018-05-08Fix Repository.getWatchers(); add Repository.getStars()Thomas Wolf1-2/+27
2018-03-24Support diff/patch generation via the Github APIChristian Barcenas2-15/+102
2018-03-16Remove deprecated WatcherServiceMatthias Sohn1-332/+0
2018-03-16Remove deprecated User#getGravatarId and #setGravatarIdMatthias Sohn1-20/+0
2018-03-16Remove deprecated Repository#getMasterBranch and #setMasterBranchMatthias Sohn1-20/+2
2018-03-16Remove deprecated Gist#setUser and #getUser methodsMatthias Sohn1-20/+2
2018-02-21Add the assignees list in pull requestRaquel Pau1-0/+21
2018-01-02Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn1-4/+4
2017-12-23Fix GitHubClient to always use responseContentTypeChristian Barcenas1-1/+6
2016-05-24Add missing attributes to CommitCommentJon Ander Peñalba1-0/+54
2016-03-05Add the assigner attribute to IssueEventJon Ander Peñalba1-1/+19
2016-01-20Remove useless importJon Ander Peñalba1-1/+0
2015-12-24Add the ReleaseEvent and its corresponding PayloadJon Ander Peñalba4-0/+384
2015-12-02Enable getting owners of an organizationAlexander Link3-2/+70
2015-10-11Implement starring APIJon Ander Peñalba3-2/+337
2015-09-24Add 'action' and 'pullRequest' to PullRequestReviewCommentPayloadJon Ander Peñalba1-0/+41
2015-03-23Added `rename` field to the IssueEvent classJon Ander Peñalba2-0/+77
2015-03-13Allow changing the Accept Header and default to the FULL versionJon Ander Peñalba2-10/+28
2015-03-12Update API calls to v3Jon Ander Peñalba4-12/+53
2015-03-12Added `closedBy` field to the Issue classJon Ander Peñalba1-0/+18
2015-03-12Added `bio` field to the User classJon Ander Peñalba1-0/+18
2015-03-10Improve the IssueEvent class adding more fieldsJon Ander Peñalba1-146/+267
2015-03-10Merge "Implemented the GitHub Team Membership API"Matthias Sohn3-1/+111
2015-03-09Implemented the GitHub Team Membership APImcmathews3-1/+111
2015-03-05Prevent invalid CommitStatus.state valuesMatthias Sohn1-2/+8
2015-03-04Add context support in CommitService.createStatus()erwinvaneyk1-1/+3
2015-03-04Mark Gravatar methods of User class as deprecatedChris Rebert1-0/+4
2015-03-04Added `context` field to the CommitStatus classChris Rebert1-1/+19
2015-03-04Added `label` field to the IssueEvent classChris Rebert1-0/+18
2014-08-04Added the review_comments field into the PullRequest classZehua Liu1-0/+20
2013-04-30Switch UserPlan fields to long instead of intJake Wharton1-9/+9
2013-04-30Add service support for contents APIKevin Sawicki5-12/+382
2012-12-09Add service support for getting all repositoriesKevin Sawicki1-0/+27
2012-12-01Append ':' before port when constructing URLKevin Sawicki1-1/+1
2012-11-28Support requesting all commit commentsKevin Sawicki1-0/+57
2012-09-24Update rate limits from getResponseStreamKevin Sawicki1-1/+1
2012-09-22Add service support for Markdown APIKevin Sawicki3-5/+195
2012-09-22Use char instead of string of length 1Kevin Sawicki1-2/+2
2012-09-21Add service support for commit status APIKevin Sawicki3-0/+254
2012-07-30Use a POST instead of a PUT when editing repository hooksKevin Sawicki1-1/+1
2012-07-26Add comment count field to Commit model classKevin Sawicki1-0/+18

Back to the top