Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16Prepare post 1.3.0.201202151440-r buildsstable-1.3Matthias Sohn1-1/+1
Change-Id: I280e2bfc02df2c65d023e345e6b731fa8f53d9c9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2012-02-15EGit Github 1.3.0.201202151440-rv1.3.0.201202151440-rMatthias Sohn1-1/+1
Change-Id: I1e2dfa9ec75f6493b4be4783b40b39340d1fda89 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2012-02-13Prepare post 1.3.0.201202121842-rc4 buildsMatthias Sohn1-1/+1
Change-Id: I062c0932c056083caf7e641baae808877ebed9a7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2012-02-13EGit GitHub 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn1-1/+1
Change-Id: I5f1573a4faad7f796bf6fb9df582dbbeb9a45272 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-12-13Add service support for Event APIJason Tsay1-0/+1
Implements support for the GitHub Event API. Event payload returned as an EventPayload object (which is empty) and is left to the caller to cast to the appropriate payload subclass. Page model class also added to support GollumEvent payload. Bug: 364424 Change-Id: I3ed4f7f74e394ce8ad60dcdde6a99e510ade59dc Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2011-12-13Remove Apache HttpComponents dependency from testsKevin Sawicki1-1/+0
Only constants were being used that were also available from the HttpURLConnection class Change-Id: I5c1376ab7791143985c2fe21e417b332549c9366
2011-12-11Prepare 1.3.0 buildsMatthias Sohn1-5/+5
Change-Id: I74c91282833fe672f11ee63d63b87d6c246bef48 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-09-15Prepare 1.2.0 buildsMatthias Sohn1-5/+5
Change-Id: I8f30e8593c0317fa5675618d6a3a5d594ab1a722 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-08-31Move base64 encoding logic to utility class.Kevin Sawicki1-0/+1
This keeps the Blob model class from referencing HTTP components classes. Change-Id: Idda41afc5581dfbb053866ce8af6aecc3c0c71f3 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-06-24Prepare 1.1.0 buildsKevin Sawicki1-4/+4
Change-Id: I1e59c08f48d12a14c6ef55a889d5f14dfb6682e2 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-06-24Prepare post v1.0.0.201106220257-r buildsstable-1.0Kevin Sawicki1-1/+1
Change-Id: I627d107969a80d1887f235190140c9bd077f218d Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-06-22egit-github v1.0.0.201106220257-rv1.0.0.201106220257-rMatthias Sohn1-1/+1
Change-Id: Ibc54bf7ade3b26997848483a28e39d009cbd4fa5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-06-22Prepare post v1.0.0.201106211955-r buildsMatthias Sohn1-1/+1
Change-Id: Icd9888663d7094f42cfa125653bb899b2a5ae6d1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-06-22egit-github v1.0.0.201106211955-rv1.0.0.201106211955-rMatthias Sohn1-1/+1
Change-Id: I7af2b48e92319de07bbf627ea5403cccb91280f4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-06-17Use package dependencies for internal dependenciesMatthias Sohn1-2/+4
Change-Id: I151c07f2bd2eb55e66d17053d7ba48a8c4507e4a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-06-17Fix dependencies to use proper version rangesMatthias Sohn1-10/+10
This enables running the bundles across platform versions starting from Eclipse 3.5. Change-Id: I4781244581d4093f8c8b31d88de790f19d59a9a0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-05-25Update version to 1.0.0-SNAPSHOTChris Aniszczyk1-1/+1
This change also updates to use 0.12 tycho. Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-05-16GitHubClient refactored to use HttpClient 4.1Christian Trutz1-1/+1
Change-Id: I87ac2e8e097e6436a4765126af2b044013e5592f Signed-off-by: Christian Trutz <christian.trutz@gmail.com> Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-12Add new core GitHub API plug-in and unit tests.Kevin Sawicki1-0/+18
This moves the current API unit tests from the mylyn test plug-in and creates a new package of live tests that can be run directly against a GitHub instance. The new core API plug-in has no Eclipse dependencies and only relies on GSON and Apache Commons HTTP client. Change-Id: I2b4dc436760818e5fcf1503f7ba80e351aca4fb6 Signed-off-by: Kevin Sawicki <kevin@github.com>

    Back to the top