Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Implement list tags API for repositoryFrédéric Cilia1-0/+13
2018-12-14Implement delete reference, tag and branchFrédéric Cilia1-0/+38
2018-12-14Implement merging API for repositoryFrédéric Cilia3-0/+135
2018-11-22Update Orbit to S20181120221132 for 2018-12Michael Keppler19-23/+19
2018-10-16[findbugs] Don't use inefficient String constructor in unit testMichael Keppler1-1/+1
2018-05-30Get user's teams across GitHub organizationsSingaram Subramanian2-1/+66
2018-05-30Update license to EPL-2.0Matthias Sohn119-239/+477
2018-05-08Fix Repository.getWatchers(); add Repository.getStars()Thomas Wolf1-0/+19
2018-04-05Silence unusual equals() argument type warningsMichael Keppler3-144/+147
2018-03-24Support diff/patch generation via the Github APIChristian Barcenas2-0/+264
2018-03-16Remove deprecated WatcherServiceMatthias Sohn4-295/+1
2018-03-16Remove deprecated User#getGravatarId and #setGravatarIdMatthias Sohn2-4/+0
2018-03-16Remove deprecated Gist#setUser and #getUser methodsMatthias Sohn2-4/+4
2018-02-21Add the assignees list in pull requestRaquel Pau1-0/+6
2016-08-11Fix LiveTests to include all live testsMatthias Sohn1-3/+16
2016-08-10Rename DateUtilTests to follow test class naming conventionMatthias Sohn2-2/+2
2016-08-10Fix AllHeadlessTests suite to include all headless testsMatthias Sohn1-1/+19
2015-12-02Enable getting owners of an organizationAlexander Link1-0/+42
2015-10-11Implement starring APIJon Ander Peñalba1-0/+207
2015-09-24Add 'action' and 'pullRequest' to PullRequestReviewCommentPayloadJon Ander Peñalba1-0/+6
2015-03-23Added `rename` field to the IssueEvent classJon Ander Peñalba1-0/+4
2015-03-12Update API calls to v3Jon Ander Peñalba2-2/+3
2015-03-12Added `closedBy` field to the Issue classJon Ander Peñalba1-0/+2
2015-03-12Added `bio` field to the User classJon Ander Peñalba1-0/+2
2015-03-10Improve the IssueEvent class adding more fieldsJon Ander Peñalba1-6/+13
2015-03-10Merge "Implemented the GitHub Team Membership API"Matthias Sohn1-1/+54
2015-03-09Implemented the GitHub Team Membership APImcmathews1-1/+54
2015-03-05Prevent invalid CommitStatus.state valuesMatthias Sohn2-1/+17
2015-03-04Add context support in CommitService.createStatus()erwinvaneyk2-5/+12
2015-03-04Added `context` field to the CommitStatus classChris Rebert1-1/+3
2015-03-04Added `label` field to the IssueEvent classChris Rebert1-0/+4
2014-08-04Added the review_comments field into the PullRequest classZehua Liu1-0/+2
2013-04-30Add service support for contents APIKevin Sawicki3-0/+171
2012-12-09Add service support for getting all repositoriesKevin Sawicki1-0/+26
2012-11-28Support requesting all commit commentsKevin Sawicki1-1/+15
2012-09-22Add unit tests of CommitStatus modelKevin Sawicki2-0/+63
2012-09-22Add service support for Markdown APIKevin Sawicki2-0/+92
2012-09-21Add service support for commit status APIKevin Sawicki1-0/+120
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/+2
2012-07-20Add before field to PushPayload event modelKevin Sawicki1-0/+2
2012-06-27Add milestone and assignee to PullRequest model classKevin Sawicki1-0/+8
2012-06-25Add service support for editing a labelKevin Sawicki1-0/+45
2012-06-25Add service support for editing a milestoneKevin Sawicki1-0/+26
2012-06-12Add legacy support for searching issuesKevin Sawicki3-0/+158
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki2-20/+4
2012-04-25Call pageGists from getGistsKevin Sawicki1-0/+2
2012-04-25Add support for paging over starred gistsKevin Sawicki1-0/+14
2012-04-18Add RepositoryIssueTest to AllHeadlessTestsKevin Sawicki1-0/+1
2012-04-18Update iterator collection type in IssueTestKevin Sawicki1-1/+2

Back to the top