Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-30More restrictive JDT settings for the projectsThomas Wolf2-6/+5
2018-05-30Update license to EPL-2.0Matthias Sohn26-52/+104
2018-03-16Remove deprecated Gist#setUser and #getUser methodsMatthias Sohn1-1/+1
2017-08-01Remove deprecated access to mylyn.tasksMichael Keppler2-21/+21
2016-05-15Fix auto-filled issue task URLPatrick-Jeffrey Pollo Guilbert1-3/+3
2015-03-12Update API calls to v3Jon Ander PeƱalba1-5/+5
2012-02-16Use login instead of name field for issue assigneeKevin Sawicki1-1/+1
2011-12-20Replace usage of Java 6 API with Java 5 APISteffen Pingel1-1/+2
2011-12-18Bump user agent versions to 1.3.0Kevin Sawicki1-17/+17
2011-12-05Use GitHubClient class to request Gist file contents.Kevin Sawicki2-9/+23
2011-10-27Prompt on Gist creation when multiple repositories exist.Kevin Sawicki3-9/+10
2011-10-25Add guards for null and empty task urlsKevin Sawicki1-1/+3
2011-10-17Update User-Agent header version to 1.2.0Kevin Sawicki1-1/+1
2011-09-13Guard against null issue operation value.Kevin Sawicki1-11/+4
2011-09-12Guard against null pull request operation value.Kevin Sawicki1-11/+4
2011-09-12Don't add task operations if pull request is merged.Kevin Sawicki1-3/+7
2011-09-11Update exception message to place field name first.Kevin Sawicki1-5/+5
2011-09-11Add message for field error code of already_existsKevin Sawicki3-8/+18
2011-09-11[findBugs] Don't pass null value to MessageFormat.formatKevin Sawicki2-7/+5
2011-09-07Use origin remote if pull request is intra-repositoryKevin Sawicki1-4/+27
2011-09-07Only allow collaborators or reporter to update pull requestsKevin Sawicki1-18/+23
2011-09-07Always allow reporter to edit issue.Kevin Sawicki2-1/+22
2011-09-07Use issue connector kind constant when adding repositoryKevin Sawicki2-5/+4
2011-09-07Add missing unit tests for all model classes.Kevin Sawicki1-15/+14
2011-09-01Only update issues if user is a repository collaborator.Kevin Sawicki2-37/+59
2011-09-01Mark labels task attribute as not read-only.Kevin Sawicki2-3/+3
2011-09-01Use pull URL when not Gist owner.Kevin Sawicki1-4/+7
2011-09-01Only update Gists owned by currently authenticated user.Kevin Sawicki1-2/+37
2011-08-31Add missing setters to model classesKevin Sawicki1-9/+9
2011-08-16Add service support for repository commits API.Kevin Sawicki1-4/+4
2011-08-09Add missing parentheses to externalized stringsKevin Sawicki1-3/+3
2011-08-04Add support for rebasing and merging pull requests.Kevin Sawicki1-12/+79
2011-08-04Add summary field that uses text from description.Kevin Sawicki2-6/+35
2011-08-01Add task repository for pull requests.Kevin Sawicki17-68/+1048
2011-07-15Remove code duplicated in Gist and Issue packages.Kevin Sawicki16-515/+716
2011-07-10Enable clone repositories from GitHub wizard.Kevin Sawicki3-4/+13
2011-06-30Set user agent on all client requests with versionKevin Sawicki3-0/+5
2011-06-27Support non-github.com domain names when creating clients.Kevin Sawicki1-1/+10
2011-06-20Migrate repository and pull request services to v3.Kevin Sawicki3-10/+10
2011-06-03Migrate from using deprecated API.Kevin Sawicki2-3/+3
2011-06-01Add support for error field in request error class.Kevin Sawicki1-2/+4
2011-05-30Use wrapped exception when validating repo settings.Kevin Sawicki6-14/+36
2011-05-24Support setting a milestone when creating new issues.Kevin Sawicki2-5/+8
2011-05-19Fetch issues comments on synchronize.Kevin Sawicki1-23/+12
2011-05-18Support adding new labels with creating issues.Kevin Sawicki2-15/+9
2011-05-17Support creating public and private Gists from GitHub menu.Kevin Sawicki2-12/+6
2011-05-16Add custom task kind label for issues and pull requests.Kevin Sawicki5-37/+45
2011-05-16Refactor package and class names for issue connector.Kevin Sawicki17-208/+242
2011-05-12Add new core GitHub API plug-in and unit tests.Kevin Sawicki43-3834/+116
2011-05-10Support new field error objects and null field requirementsKevin Sawicki12-57/+176

Back to the top