Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Prepare 2.3.0 buildsMatthias Sohn4-13/+13
2012-12-09Add gson stream package to SOURCE-MANIFEST.MFKevin Sawicki1-3/+4
2012-12-09Add service support for getting all repositoriesKevin Sawicki1-0/+27
2012-12-01Append ':' before port when constructing URLKevin Sawicki1-1/+1
2012-11-28Upgrade to gson 2.2.2Kevin Sawicki1-1/+1
2012-11-28Support requesting all commit commentsKevin Sawicki1-0/+57
2012-09-24Update rate limits from getResponseStreamKevin Sawicki1-1/+1
2012-09-22Add service support for Markdown APIKevin Sawicki3-5/+195
2012-09-22Configure compiler plugin to use 1.5 source and targetKevin Sawicki1-0/+9
2012-09-22Use char instead of string of length 1Kevin Sawicki1-2/+2
2012-09-21Add service support for commit status APIKevin Sawicki3-0/+254
2012-09-19Prepare 2.2.0 buildsMatthias Sohn4-13/+13
2012-09-19Prepare 2.1 maintenance buildsstable-2.1Matthias Sohn4-4/+4
2012-09-19EGit GitHub Mylyn Connector v2.1.0.201209190230-rv2.1.0.201209190230-rMatthias Sohn4-4/+4
2012-07-30Use a POST instead of a PUT when editing repository hooksKevin Sawicki1-1/+1
2012-07-26Add comment count field to Commit model classKevin Sawicki1-0/+18
2012-07-20Add before field to PushPayload event modelKevin Sawicki1-0/+18
2012-06-27Set upper gson version bound to 2.2 in SOURCE-MANIFEST.MFKevin Sawicki1-3/+3
2012-06-27Add milestone and assignee to PullRequest model classKevin Sawicki1-0/+36
2012-06-25Set default value of user agent fieldKevin Sawicki1-1/+1
2012-06-25Add service support for editing a labelKevin Sawicki1-0/+27
2012-06-25Add service support for editing a milestoneKevin Sawicki1-0/+22
2012-06-25Set Content-Length request header explicitly to zeroKevin Sawicki1-1/+3
2012-06-14Prepare 2.1.0 buildsMatthias Sohn5-14/+14
2012-06-14Prepare post 2.0.0.201206130900-r buildsstable-2.0Matthias Sohn4-4/+4
2012-06-13EGit Github Mylyn Connector 2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn4-4/+4
2012-06-12Add legacy support for searching issuesKevin Sawicki2-0/+315
2012-06-06Suppress parse exceptions deserializing event payloadsKevin Sawicki1-3/+9
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki3-34/+9
2012-06-06Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn3-3/+3
2012-06-06EGit Github Mylyn Connector v2.0.0.201206060730-rc3Matthias Sohn3-3/+3
2012-05-31Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn3-3/+3
2012-05-30EGit GitHub Connector v2.0.0.201205301645-rc2Matthias Sohn3-3/+3
2012-05-09Don't call sendParams when params are nullKevin Sawicki1-1/+2
2012-05-03Removes throws IOException declaration from page callsKevin Sawicki3-44/+18
2012-04-25Call pageGists from getGistsKevin Sawicki1-3/+1
2012-04-25Add support for paging over starred gistsKevin Sawicki1-11/+46
2012-04-20Moves upper bound on gson dependency from < 2.0.0 to < 2.2.0thallgren1-3/+3
2012-04-18Add RepositoryIssue model class that includes repositoryKevin Sawicki2-10/+57
2012-04-17Store current rate limit headers after each request madeKevin Sawicki1-0/+62
2012-04-17Ignore exceptions when closing output streamKevin Sawicki1-1/+6
2012-04-12Clarify issue number is required instead of issue idKevin Sawicki1-98/+101
2012-04-12Always set content length on PUT/POST/DELETE requestsKevin Sawicki1-15/+16
2012-04-11Add target org as URL parameter instead of JSON post dataKevin Sawicki1-3/+2
2012-04-09Add missing note and note_url fields to AuthorizationEddie Ringle1-0/+36
2012-04-09Use custom deserializer for Event classKevin Sawicki2-86/+61
2012-04-09Set JsonParseException as cause of thrown IOExceptionKevin Sawicki1-2/+8
2012-04-06Increment User-Agent version to 2.0.0Kevin Sawicki1-1/+1
2012-04-06Add support for PullRequestReviewCommentEvent typeKevin Sawicki3-0/+51
2012-04-06Add event types as static fields on Event classKevin Sawicki2-17/+120

Back to the top