Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Fix editing issues: correct milestone attribute typeThomas Wolf1-5/+4
2018-10-18[releng] Fix all boxing/unboxing warningsMichael Keppler2-2/+2
2018-10-08minor: fix all empty block warningsMichael Keppler18-18/+77
2018-05-30More restrictive JDT settings for the projectsThomas Wolf7-34/+75
2018-05-30Get user's teams across GitHub organizationsSingaram Subramanian1-3/+21
2018-05-30Update license to EPL-2.0Matthias Sohn20-41/+81
2018-03-24Support diff/patch generation via the Github APIChristian Barcenas2-15/+102
2018-03-16Remove deprecated WatcherServiceMatthias Sohn1-332/+0
2018-01-02Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn1-4/+4
2015-12-02Enable getting owners of an organizationAlexander Link2-0/+55
2015-10-11Implement starring APIJon Ander Peñalba2-2/+335
2015-03-13Allow changing the Accept Header and default to the FULL versionJon Ander Peñalba1-8/+8
2015-03-12Update API calls to v3Jon Ander Peñalba1-3/+8
2015-03-09Implemented the GitHub Team Membership APImcmathews1-1/+48
2015-03-04Add context support in CommitService.createStatus()erwinvaneyk1-1/+3
2013-04-30Add service support for contents APIKevin Sawicki1-0/+152
2012-12-09Add service support for getting all repositoriesKevin Sawicki1-0/+27
2012-11-28Support requesting all commit commentsKevin Sawicki1-0/+57
2012-09-22Add service support for Markdown APIKevin Sawicki1-0/+148
2012-09-21Add service support for commit status APIKevin Sawicki1-0/+64
2012-07-30Use a POST instead of a PUT when editing repository hooksKevin Sawicki1-1/+1
2012-06-25Add service support for editing a labelKevin Sawicki1-0/+27
2012-06-25Add service support for editing a milestoneKevin Sawicki1-0/+22
2012-06-12Add legacy support for searching issuesKevin Sawicki1-0/+56
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki1-22/+3
2012-05-03Removes throws IOException declaration from page callsKevin Sawicki3-44/+18
2012-04-25Call pageGists from getGistsKevin Sawicki1-3/+1
2012-04-25Add support for paging over starred gistsKevin Sawicki1-11/+46
2012-04-18Add RepositoryIssue model class that includes repositoryKevin Sawicki1-10/+12
2012-04-12Clarify issue number is required instead of issue idKevin Sawicki1-98/+101
2012-04-11Add target org as URL parameter instead of JSON post dataKevin Sawicki1-3/+2
2012-04-05Use static imports for constants from PagedRequestKevin Sawicki1-47/+52
2012-02-16Use login instead of name field for issue assigneeKevin Sawicki1-1/+1
2012-02-16Set milestone to empty string when clearingKevin Sawicki1-1/+1
2012-02-10Support editing specific repository fields onlyKevin Sawicki1-0/+43
2012-01-10Overload methods to take an IRepositoryProviderKevin Sawicki1-5/+175
2012-01-05Add service support for comparing commitsKevin Sawicki1-0/+34
2011-12-27Overload methods to take an IRepositoryIdProvider parameterKevin Sawicki2-9/+222
2011-12-20Overload methods to take an IRepositoryIdProvider parameterKevin Sawicki1-16/+154
2011-12-16Allow request to specify 'Accept' header valueKevin Sawicki1-0/+15
2011-12-13Add service support for Event APIJason Tsay1-0/+505
2011-12-12Drop dependency on Apache HttpComponents (HC)Kevin Sawicki2-68/+32
2011-11-10Add service support for OAuth authorization APIKevin Sawicki1-0/+157
2011-10-30Escape '.' characters in search query to '%2E'Kevin Sawicki1-1/+2
2011-10-29Support searching repositories using all parameters.Kevin Sawicki1-6/+53
2011-10-28Support start page parameter when searching repositories.Kevin Sawicki1-4/+43
2011-10-17Correct typo in UserService.getUser commentKevin Sawicki1-1/+1
2011-10-13Add service support for working with repository hooks.Kevin Sawicki1-0/+118
2011-10-12Add service support for getting a repository's contributorsKevin Sawicki1-0/+25
2011-10-11Add service support for filtering repositories.Kevin Sawicki1-2/+133

Back to the top