Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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 Ringle1-0/+18
2012-02-29Upgrade Maven Central POM file to use GSON 2.1Kevin Sawicki1-1/+1
2012-02-29Handle 202 Accepted and 409 Conflict response codesKevin Sawicki1-0/+4
2012-02-16Guard against empty request body on errorsKevin Sawicki1-4/+10
2012-02-16Use login instead of name field for issue assigneeKevin Sawicki1-1/+1
2012-02-16Set milestone to empty string when clearingKevin Sawicki1-1/+1
2012-02-16Prepare 2.0.0-SNAPSHOT buildsMatthias Sohn3-8/+8
2012-02-13Prepare post 1.3.0.201202121842-rc4 buildsMatthias Sohn3-3/+3
2012-02-13EGit GitHub 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn3-3/+3
2012-02-10Support editing specific repository fields onlyKevin Sawicki1-0/+43
2012-01-12Treat 410 (Gone) response codes as parseable JSON errorsKevin Sawicki1-0/+2
2012-01-12Add missing id field to Event model classKevin Sawicki1-0/+18
2012-01-10Update README for changes to build and dependenciesKevin Sawicki1-18/+7
2012-01-10Overload methods to take an IRepositoryProviderKevin Sawicki1-5/+175
2012-01-06Add missing id field to Issue model classJason Tsay1-0/+18
2012-01-06Add missing id field to PullRequest model classJason Tsay1-0/+18
2012-01-05Add service support for comparing commitsKevin Sawicki3-0/+275
2011-12-27Overload methods to take an IRepositoryIdProvider parameterKevin Sawicki2-9/+222
2011-12-20Overload methods to take an IRepositoryIdProvider parameterKevin Sawicki1-16/+154
2011-12-18Bump user agent versions to 1.3.0Kevin Sawicki1-1/+1
2011-12-18Add configuration of send/receive buffer sizesKevin Sawicki1-2/+19
2011-12-16Allow request to specify 'Accept' header valueKevin Sawicki3-0/+38

Back to the top