Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-05[token auth] Fetch user for token if neededThomas Wolf1-0/+16
2020-05-29Adding the mergeableState field to pull requestsKelvin Zhu1-0/+18
2020-04-12Update language list for search repository wizard pageMichael Keppler2-267/+593
2019-12-29Remove redundant type argumentsMichael Keppler2-4/+4
2019-12-29Add @Override annotationsMichael Keppler8-0/+18
2019-12-29Milestone creation needs a special DTOThomas Wolf1-36/+74
2019-11-13Forbid instantiation of utility classesMichael Keppler4-4/+20
2019-08-27Add events field to RepositoryHookAaron S. Hawley1-0/+19
2019-07-06Use not deprecated hook test URLMichael Keppler1-2/+3
2019-06-21Change mergeable in PullRequest to BooleanAaron S. Hawley1-4/+13
2019-06-17Add new fields for GitHub push eventAaron S. Hawley1-0/+224
2019-03-23Add RepositoryService#deleteRepositoryGeorge Gastaldi1-0/+14
2019-03-14hookId must be long according to RepositoryHook#getIdGeorge Gastaldi1-3/+3
2019-02-04Write GitHub with capital HMichael Keppler3-5/+6
2018-12-14Add missing @since 5.3 tagsThomas Wolf4-0/+9
2018-12-14Implement list tags API for repositoryFrédéric Cilia1-0/+25
2018-12-14Implement delete reference, tag and branchFrédéric Cilia2-0/+81
2018-12-14Implement merging API for repositoryFrédéric Cilia4-5/+310
2018-12-14GitHubClient: enable using a proxyLuca Andreatta1-0/+21
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

Back to the top