Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-06Add missing id field to Issue model classJason Tsay1-0/+2
Change-Id: I76193b1577fce7ed86ba4bf04007d103d9ae48f6 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-12-16Add missing bodyText and bodyHtml fieldsKevin Sawicki1-0/+4
These fields are present when certain values are specified in the Accept header of the request Change-Id: Idccdaeb8fa01848e172bb7549fd1ece3dec18092
2011-09-07Add missing unit tests for all model classes.Kevin Sawicki1-0/+3
Change-Id: I04f4c8d09ab85042bea00369af1de54b20392a50 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-09-07Add more unit tests of issue service and model classes.Kevin Sawicki1-0/+61
Change-Id: If0cc1a034527d7a38f20468572a94baeb4379da0 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-09-04Standardize GitHub Java API headless unit tests.Kevin Sawicki1-16/+20
* Synchronize all test names * Add missing comments * Use setters over deserializing JSON where applicable * Remove empty unit tests Change-Id: I0224ea6f6c379b6b993ea0c8ddc67bfe2f717104 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-12Unit tests cleanup.Christian Trutz1-1/+0
Change-Id: I7b2b0b29824a1cc2354eda9a23d67228810833da Signed-off-by: Christian Trutz <christian.trutz@gmail.com>
2011-05-12Add new core GitHub API plug-in and unit tests.Kevin Sawicki1-0/+54
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