Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-19EGit GitHub Mylyn Connector v2.1.0.201209190230-rv2.1.0.201209190230-rMatthias Sohn18-18/+18
2012-07-30Use a POST instead of a PUT when editing repository hooksKevin Sawicki2-2/+2
2012-07-26Add comment count field to Commit model classKevin Sawicki2-0/+20
2012-07-20Add before field to PushPayload event modelKevin Sawicki2-0/+20
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 Sawicki2-0/+44
2012-06-25Set default value of user agent fieldKevin Sawicki1-1/+1
2012-06-25Add service support for editing a labelKevin Sawicki2-0/+72
2012-06-25Add service support for editing a milestoneKevin Sawicki2-0/+48
2012-06-25Set Content-Length request header explicitly to zeroKevin Sawicki1-1/+3
2012-06-14Prepare 2.1.0 buildsMatthias Sohn19-72/+72
2012-06-14Merge branch 'stable-2.0'Matthias Sohn15-81/+553
2012-06-14Prepare post 2.0.0.201206130900-r buildsstable-2.0Matthias Sohn18-18/+18
2012-06-13EGit Github Mylyn Connector 2.0.0.201206130900-rv2.0.0.201206130900-rMatthias Sohn18-18/+18
2012-06-13Fix typo in p2repo-zip-pathMatthias Sohn1-1/+1
2012-06-13Fix paths for signing pluginMatthias Sohn1-3/+8
2012-06-13Update build to use official Juno Orbit repositoryMatthias Sohn1-1/+1
2012-06-13Explicitly configure Tycho target runtime environmentMatthias Sohn1-1/+33
2012-06-13Update build to use Tycho 0.15.0Matthias Sohn2-2/+2
2012-06-12Add legacy support for searching issuesKevin Sawicki5-0/+473
2012-06-06Suppress parse exceptions deserializing event payloadsKevin Sawicki1-3/+9
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki6-69/+25
2012-06-06Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn17-17/+17
2012-06-06EGit Github Mylyn Connector v2.0.0.201206060730-rc3Matthias Sohn17-17/+17
2012-05-31Prepare next 2.0.0-SNAPSHOT buildsMatthias Sohn17-17/+17
2012-05-30EGit GitHub Connector v2.0.0.201205301645-rc2Matthias Sohn17-17/+17
2012-05-30Fix relative path to EGit p2 repository for local buildMatthias Sohn1-1/+1
2012-05-09Don't call sendParams when params are nullKevin Sawicki1-1/+2
2012-05-08Consume Mylyn 3.7 APIsSteffen Pingel10-36/+26
2012-05-03Removes throws IOException declaration from page callsKevin Sawicki3-44/+18
2012-04-25Call pageGists from getGistsKevin Sawicki2-3/+3
2012-04-25Add support for paging over starred gistsKevin Sawicki2-11/+60
2012-04-20Moves upper bound on gson dependency from < 2.0.0 to < 2.2.0thallgren1-3/+3
2012-04-18Add RepositoryIssueTest to AllHeadlessTestsKevin Sawicki1-0/+1
2012-04-18Update iterator collection type in IssueTestKevin Sawicki1-1/+2
2012-04-18Add RepositoryIssue model class that includes repositoryKevin Sawicki4-12/+103
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 Sawicki2-5/+3
2012-04-09Add missing note and note_url fields to AuthorizationEddie Ringle2-0/+40
2012-04-09Use custom deserializer for Event classKevin Sawicki3-103/+98
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 Sawicki5-7/+112
2012-04-06Add event types as static fields on Event classKevin Sawicki2-17/+120
2012-04-05Use static imports for constants from PagedRequestKevin Sawicki1-47/+52
2012-04-05Add missing space before '{' and format class header commentKevin Sawicki1-4/+4
2012-04-05Add the gravatar id field to the User modelEddie Ringle3-8/+30

Back to the top