Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Sawicki18-71/+1055
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-27Bump github core package exports to 1.1.0Kevin Sawicki1-3/+3
2011-06-24Prepare 1.1.0 buildsKevin Sawicki2-6/+6
2011-06-24Merge branch 'stable-1.0'Kevin Sawicki3-10/+10
2011-06-24Prepare post v1.0.0.201106220257-r buildsstable-1.0Kevin Sawicki2-2/+2
2011-06-22egit-github v1.0.0.201106220257-rv1.0.0.201106220257-rMatthias Sohn2-2/+2
2011-06-22Prepare post v1.0.0.201106211955-r buildsMatthias Sohn2-2/+2
2011-06-22egit-github v1.0.0.201106211955-rv1.0.0.201106211955-rMatthias Sohn2-2/+2
2011-06-22Update SUA and add missing license filesMatthias Sohn2-1/+30
2011-06-21Remove redundant version definition from pom.xmlMatthias Sohn1-1/+0
2011-06-20Migrate repository and pull request services to v3.Kevin Sawicki3-10/+10
2011-06-17Use package dependencies for internal dependenciesMatthias Sohn1-2/+5
2011-06-17Assign version to exported packagesMatthias Sohn1-3/+3
2011-06-14Update EGit/JGit dependencies and target for 1.0.0Kevin Sawicki1-4/+4
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-31Remove incubation markerMatthias Sohn2-2/+2
2011-05-30Use wrapped exception when validating repo settings.Kevin Sawicki6-14/+36
2011-05-25Update version to 1.0.0-SNAPSHOTChris Aniszczyk2-4/+4
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 Sawicki18-210/+245
2011-05-13Remove httpcomponents dependency from mylyn core plug-in.Kevin Sawicki1-2/+1
2011-05-12Using HttpComponents 4.1Christian Trutz1-1/+2
2011-05-12Add new core GitHub API plug-in and unit tests.Kevin Sawicki44-3838/+118
2011-05-10Support new field error objects and null field requirementsKevin Sawicki12-57/+176
2011-05-10Use proper type when loading repositoriesKevin Sawicki1-0/+2
2011-05-10Merge "Migrate services to support pagination"Chris Aniszczyk9-105/+182
2011-05-10Migrate services to support paginationKevin Sawicki9-105/+182
2011-05-09Prevent null pointer exceptions on date getter methods.Christian Trutz1-6/+4
2011-05-09Merge changes If30795d3,I4e635beaMatthias Sohn6-448/+448
2011-05-09Fix line endingsMatthias Sohn6-448/+448
2011-05-09Prevent null pointer exceptions on date getter methods.Kevin Sawicki4-24/+14
2011-05-06Unit tests for Gist, Issue, Milestone, GistRevision.Christian Trutz4-11/+27
2011-05-06Add CommentTestChristian Trutz1-3/+7
2011-05-05PullRequestService unit tests completed.Christian Trutz1-1/+3
2011-05-03Unit tests for PullRequestServiceChristian Trutz2-6/+10
2011-05-03Update dependencies to feature xml and manifest.Kevin Sawicki1-2/+1
2011-05-03Add resource provider interface for v2 api callsKevin Sawicki3-7/+35

Back to the top