Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-15EGit GitHub v1.1.0.201109151100-rv1.1.0.201109151100-rMatthias Sohn16-16/+16
2011-09-15Support pagination of user and organization repositories.Kevin Sawicki3-12/+458
2011-09-13Create paged request with start and size parameters.Kevin Sawicki1-1/+1
2011-09-13Add mirror URL field to repository modelKevin Sawicki2-0/+20
2011-09-13Mark non-NLS strings, organize imports, and format.Kevin Sawicki16-142/+143
2011-09-13Correct inconsistent usage of IGitHubConstants fields.Kevin Sawicki2-5/+4
2011-09-13Use helper method instead of explicit id checks.Kevin Sawicki1-6/+3
2011-09-13Guard against null issue operation value.Kevin Sawicki1-11/+4
2011-09-12Merge "Guard against null pull request operation value." into stable-1.1Kevin Sawicki1-11/+4
2011-09-12Guard against null pull request operation value.Kevin Sawicki1-11/+4
2011-09-12Merge "Don't add task operations if pull request is merged." into stable-1.1Kevin Sawicki1-3/+7
2011-09-12Don't add task operations if pull request is merged.Kevin Sawicki1-3/+7
2011-09-12Merge "Update to eclipse-signing-maven-plugin 1.0.3" into stable-1.1Matthias Sohn1-1/+1
2011-09-11Update exception message to place field name first.Kevin Sawicki4-15/+117
2011-09-11Update to eclipse-signing-maven-plugin 1.0.3Matthias Sohn1-1/+1
2011-09-11Add message for field error code of already_existsKevin Sawicki4-11/+29
2011-09-11[findBugs] Don't pass null value to MessageFormat.formatKevin Sawicki3-8/+6
2011-09-10Show dialog when opening commit fails due to missing repositoryKevin Sawicki5-31/+45
2011-09-10Add more documentation to classes and methods.Kevin Sawicki7-8/+26
2011-09-08Show dialog when pull request does not resolve to Git repository.Kevin Sawicki3-1/+31
2011-09-08Merge branch 'master'Kevin Sawicki1-1/+1
2011-09-08Correct inconsistent parameter names.Kevin Sawicki3-19/+19
2011-09-08Use long for comment id instead of int.Kevin Sawicki5-12/+12
2011-09-08Add service support for editing pull request commentsKevin Sawicki2-1/+47
2011-09-08Add service support for editing and getting issue commentsKevin Sawicki2-0/+81
2011-09-08Add service support for editing and getting Gist commentsKevin Sawicki2-0/+68
2011-09-08Add service support for issue events APIKevin Sawicki7-12/+482
2011-09-08Prepare post v1.1.0.201109071825-rc3 buildsMatthias Sohn16-16/+16
2011-09-08EGit GitHub v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3Matthias Sohn16-16/+16
2011-09-08Add unit tests of download serviceKevin Sawicki3-21/+171
2011-09-08Remove validation of pull request model inputs.Kevin Sawicki2-42/+271
2011-09-07Use origin remote if pull request is intra-repositoryKevin Sawicki1-4/+27
2011-09-07Remove checkout, rebase, and merge actions from toolbar.Kevin Sawicki1-4/+5
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 more service package unit tests.Kevin Sawicki18-80/+2663
2011-09-07Add unit tests of date formatter and paged request.Kevin Sawicki3-9/+97
2011-09-07Add more unit tests of UrlUtils class.Kevin Sawicki2-19/+50
2011-09-07Add missing unit tests for all model classes.Kevin Sawicki36-263/+1982
2011-09-07Add unit tests of util package.Kevin Sawicki7-7/+225
2011-09-07Add more unit tests of label service and model classes.Kevin Sawicki3-20/+220
2011-09-07Add more unit tests of milestone service and model classes.Kevin Sawicki3-16/+287
2011-09-07Add more unit tests of issue service and model classes.Kevin Sawicki5-43/+394
2011-09-07Verify URIs of GET requests in unit tests.Kevin Sawicki5-20/+73
2011-09-05Update Eclipse IP log for 1.1Matthias Sohn1-1/+1
2011-09-05Implement toString, hashCode, and equals in GitHubRequest.Kevin Sawicki1-5/+31
2011-09-05Add more unit tests of Gist service and model classes.Kevin Sawicki7-9/+478
2011-09-05Overload put and post methods on GitHubClient.Kevin Sawicki1-6/+26
2011-09-04Return empty collection when response body is null.Kevin Sawicki1-13/+17

Back to the top