Commit Graph

  • a561782 Merge pull request #35 from alexflint/fix_example_names by Alex Flint 2016-07-31 09:21:49 -0700
  • 5800b89 fix example function names by Alex Flint 2016-07-31 09:14:44 -0700
  • a27d03e Fixed typo and removed unused vars by Juan Basso 2016-07-29 13:03:36 -0400
  • 331e3f6 Fixing some lint issues by Juan Basso 2016-07-28 22:42:56 -0400
  • b5e5bab Set Content-Type to "application/json" for request bodies by Dmitri Shuralyov 2016-07-18 20:22:51 -0400
  • e1957cf add Huy Tr as author by Glenn Lewis 2016-07-18 23:20:52 -0700
  • 769837d Add Request a Page Build API by Huy Tr 2016-07-18 13:31:28 -0700
  • 6a121d0 Fix Mark{,Repository}NotificationsRead methods. by Dmitri Shuralyov 2016-07-18 01:08:19 -0400
  • 6675b39 Don't use Header.Add where Header.Set is sufficient. by Dmitri Shuralyov 2016-07-18 19:55:40 -0400
  • dc28718 Stop using custom media type for Multiple Assignees. by Glenn Lewis 2016-07-13 10:52:18 -0700
  • 5a00bb7 remove CONTRIBUTORS file by Will Norris 2016-07-13 11:31:26 -0600
  • 136ef5c Put sync.Mutex on top of variables it protects. by Dmitri Shuralyov 2016-07-09 00:04:14 -0700
  • 53a129e Sync doc.go and README.md by Glenn Lewis 2016-07-09 22:13:44 -0700
  • f6f75a7 add Carlos Alexandro Becker as contributor by Glenn Lewis 2016-07-08 11:48:47 -0700
  • 878df98 Add missing ID fields to PullRequest and Issue structs by Carlos Alexandro Becker 2016-07-08 12:32:12 -0300
  • 2d3520b add unit tests for #342 - CreateImpersonation and DeleteImpersonation by Glenn Lewis 2016-07-06 10:31:42 -0700
  • 07a1059 add (AuthorizationsService) CreateImpersonation/DeleteImpersonation by Hanno Hecker 2016-04-21 15:01:34 +0200
  • 92234e5 add missing license headers in a few files by Will Norris 2016-07-01 08:59:49 -0700
  • 60ec348 Adds MustParseRange by Gabe Rosenhouse 2016-06-30 22:46:53 -0700
  • 525696f add Yannick Utard as contributor by Glenn Lewis 2016-06-29 09:22:35 -0700
  • 8468db8 Add ReadOnly boolean field to deploy keys by Yannick Utard 2016-06-29 13:58:07 +0200
  • 8808be6 Avoid unnecessary FooService allocations by Matthew Dempsky 2016-06-28 15:16:27 -0700
  • 087a452 add support for OAuth Grant Authorizations API by Billy Lynch 2016-06-25 20:27:06 -0400
  • 24a48bd add Beshr Kayali as contributor by Glenn Lewis 2016-06-26 18:58:07 -0700
  • e4b1c28 add support for list commits endpoint by Beshr Kayali 2016-06-26 09:10:35 +0200
  • 45cbf23 Add support for affiliation and visibility in RepositoryListOptions. by Billy Lynch 2016-06-25 14:34:47 -0400
  • c31236d Remove issue locking/unlocking preview media type. by Dmitri Shuralyov 2016-06-22 23:25:06 -0700
  • bdd0f40 better support both Events API and Webhook events in PushEventCommit by Glenn Lewis 2016-06-21 09:26:27 -0700
  • 07995e4 make integration tests pass even if already watching this repo by Glenn Lewis 2016-06-15 10:40:32 -0700
  • 5c1b3a0 add support for new repository invitations by Glenn Lewis 2016-06-16 14:23:48 -0700
  • 4ea1b10 replace []Issue with []*Issue and for other large structs as well by Glenn Lewis 2016-06-17 09:32:39 -0700
  • 1c08387 Remove leading slash from ReactionsService.DeleteReaction URL. by Dmitri Shuralyov 2016-06-19 15:11:36 -0700
  • 3e16770 remove unnecessary newlines by Glenn Lewis 2016-06-17 08:48:27 -0700
  • b240c2d add support for Issue Timeline API by Glenn Lewis 2016-06-15 13:27:49 -0700
  • e1bc3a7 move examples to github_test package in examples_test.go by Glenn Lewis 2016-06-16 13:24:50 -0700
  • e64c75d add tolerant parsing functionality for non-standard versions by kujenga 2016-06-16 18:19:14 -0400
  • 71e65bb document 'since' pagination for Users.ListAll by Glenn Lewis 2016-06-15 09:29:43 -0700
  • 0237c55 add support for multiple issue assignees by Glenn Lewis 2016-06-15 11:33:53 -0700
  • a8b8751 add utilities for processing payload messages by Glenn Lewis 2016-02-23 09:30:56 -0800
  • d2e7389 add Message field for "custom" errors by Hanno Hecker 2016-05-23 11:18:59 +0200
  • a6edb11 add support for git signing API methods by Glenn Lewis 2016-04-09 22:20:04 -0700
  • 790387d add Ainsley Chong as contributor by Glenn Lewis 2016-06-13 12:11:52 -0700
  • d4aea47 Added integration tests for Repositories.List. by Ainsley Chong 2016-04-11 11:43:51 -0700
  • 0af232a add Garrett Squire as contributor by Glenn Lewis 2016-06-10 15:02:47 -0700
  • 796cdb7 Add squashing capability to the pull request merge function. by Garrett Squire 2016-05-07 11:17:38 -0700
  • 8e80839 remove org permission content type by Glenn Lewis 2016-06-07 09:53:06 -0700
  • c2beba4 Add missing ListOptions to various structs by Bryan Boreham 2016-05-09 11:48:33 +0100
  • 66d9f2f Update Reactions API (preview) for breaking change. by Dmitri Shuralyov 2016-06-07 23:42:44 -0700
  • 7ec4e45 add Joe Tsai as contributor by Will Norris 2016-05-17 19:00:10 -0500
  • a69fa76 fix unit tests for go1.7 release by Joe Tsai 2016-05-17 15:03:41 -0700
  • 09a37d5 add support for Reactions API by Glenn Lewis 2016-05-13 14:42:02 -0700
  • 64eb341 Document deprecation, stability by Carl Jackson 2016-05-07 13:19:45 -0700
  • a68a870 Add support for the Source Import API by Will Norris 2016-05-04 15:16:30 -0700
  • 842c551 add more payloads to event.Payload by Glenn Lewis 2016-04-25 09:35:19 -0700
  • 4c53230 Simplify Bool, Int, String helpers. by Dmitri Shuralyov 2016-05-03 22:25:14 -0700
  • 491489e Fix Int helper documentation. by Dmitri Shuralyov 2016-05-03 20:17:12 -0700
  • 13c2701 Deprecate Client.Rate() method in favor of Response.Rate. by Dmitri Shuralyov 2016-05-03 15:20:58 -0700
  • b07f95e Predict *RateLimitError, return immediately without network call. by Dmitri Shuralyov 2016-04-22 02:55:46 -0700
  • bbe5f62 Keep track of all rate limits in client. by Dmitri Shuralyov 2016-04-22 02:48:33 -0700
  • 81ea1e5 Fix formatting directive issues in tests. by Dmitri Shuralyov 2016-04-21 22:36:17 -0700
  • 1d56631 tests/integration: Turn into valid, empty Go package. by Dmitri Shuralyov 2016-04-21 22:44:51 -0700
  • 04017ad Travis: Run gofmt -s, go vet, go test -race, add Go 1.6. by Dmitri Shuralyov 2016-04-21 22:32:49 -0700
  • 0e3941c Improve test error message. by Dmitri Shuralyov 2016-04-21 20:23:41 -0700
  • f6b4473 add Chris Roche as contributor by Glenn Lewis 2016-04-21 15:54:21 -0700
  • 4e358c5 Correctly handle API errors when downloading Release Assets by Chris Roche 2016-04-21 14:25:52 -0700
  • bf7dc3b add support for new webhook changes by Glenn Lewis 2016-04-19 14:22:56 -0700
  • 576fece change custom accept header for support of commit reference SHA-1 API by Glenn Lewis 2016-04-18 14:58:19 -0700
  • f8cebc8 add Glenn Lewis as contributor by Glenn Lewis 2016-04-14 09:46:18 -0700
  • 1c014f7 add Hanno Hecker as contributor by Glenn Lewis 2016-04-14 09:39:34 -0700
  • d3e4ce6 Add "assignee" field by Hanno Hecker 2016-04-14 13:17:20 +0200
  • 7f154f4 add Andrew Ryabchun as contributor by Will Norris 2016-04-09 11:51:17 -0700
  • eea6140 Add support for Activities.ListStargazers response with timestamp. by Andrew Ryabchun 2016-03-30 16:21:49 +0300
  • 1acbd99 Add UsersService.GetByID method. by Quinn Slack 2014-04-17 22:57:27 -0700
  • 8f139c8 Add RepositoriesService.GetByID method. by Quinn Slack 2014-04-17 22:54:52 -0700
  • 61c6c14 Clarify use of RepositoryContent encoded content by Matt Brender 2016-03-30 14:52:13 -0700
  • b5479d6 add support for Deployment and DeploymentStatus API enhancements by Glenn Lewis 2016-04-08 10:35:47 -0700
  • d5f0be2 add RepoContent.GetContent to replace Decode by Will Norris 2016-04-08 12:15:27 -0700
  • 63f6986 add Neil O'Toole as contributor by Will Norris 2016-04-05 15:16:35 -0700
  • 5379d93 Add integrations tests for Authorizations API by Neil O'Toole 2016-04-03 13:56:26 -0700
  • 3f4539c Update AuthorizationsService by Neil O'Toole 2016-04-03 13:56:26 -0700
  • 68828ce Support OAuth Authrization API. by sona-tar 2015-10-18 22:56:25 +0900
  • 4403af9 clarify that CC-BY license only covers docs in source code by Will Norris 2016-03-31 15:25:54 -0700
  • 32a84d1 move example inline where possible by Will Norris 2016-03-31 15:15:30 -0700
  • e85183c limit draining up to 512 bytes from response.Body by Will Norris 2016-03-31 20:16:25 +0000
  • c388255 add Georgy Buranov as contributor by Will Norris 2016-03-31 16:08:37 +0000
  • e81e98e check options for nil by Georgy Buranov 2016-03-28 00:45:00 +0200
  • 0c9db70 add Filippo Valsorda as contributor by Will Norris 2016-03-27 16:53:36 -0700
  • e0ff711 Drain Response.Body to enable TCP/TLS connection reuse (4x speedup) by Filippo Valsorda 2016-03-27 20:36:10 +0200
  • 2741d95 add support for new list all orgs method by Glenn Lewis 2016-03-24 12:03:58 -0700
  • b86f6fc Add support for Feeds API by Glenn Lewis 2016-03-23 15:52:18 -0700
  • 111e26b Add support for Migrations API by Glenn Lewis 2016-03-18 11:26:02 -0700
  • a4d01b4 change DownloadReleaseAsset API to additionally return a redirectURL by Glenn Lewis 2016-03-21 14:07:27 -0700
  • add6dcc Add support for 451 status code by Glenn Lewis 2016-03-22 09:27:04 -0700
  • 2128b21 Block running integration tests by default by Glenn Lewis 2016-03-21 15:31:36 -0700
  • 44e82c5 Fixes path escaping for Repositories.GetContents by Piotr Zurek 2016-03-21 17:04:17 +1300
  • 0eeaf83 Merge pull request #158 from raninho/master by Matt Silverlock 2016-03-17 14:34:30 -0700
  • 8e05c69 old_test: const DefaultRemoteAddr is unused. by Raniere Fernandes de Medeiros 2016-03-17 18:23:30 -0300
  • 1925ec6 Merge pull request #183 from meowgorithm/patch-1 by Carl Jackson 2016-03-16 23:39:40 -0700
  • a895a84 Well, actually, it’s 2016 at this point. by Christian Rocha 2016-03-17 00:03:35 -0400
  • acf3be1 Merge pull request #155 from jprobinson/master by Matt Silverlock 2016-03-07 14:01:44 -0800