Commit Graph

  • 8942c8c Fix build by Carl Jackson 2014-11-23 14:12:38 -0800
  • 2b08b90 Use new "cover" path by Carl Jackson 2014-11-23 14:08:19 -0800
  • 62a50bb add some additional Membership fields by Will Norris 2014-11-18 15:15:25 -0800
  • dcb7f71 Merge pull request #81 from satoshun/type_assertion by Carl Jackson 2014-11-07 11:37:41 -0800
  • 9a8e832 use direct result of switch type assertion by SatoShun 2014-11-07 13:03:36 +0000
  • 5257f70 use https for GitHub URL by Will Norris 2014-11-06 15:40:04 -0800
  • 001a731 Use https for godoc.org URLs by Quinn Slack 2014-11-06 15:16:11 -0800
  • aeee6dd Merge pull request #78 from satoshun/range_syntax by Carl Jackson 2014-11-06 02:23:18 -0800
  • a29ff22 Use range syntax by SatoShun 2014-11-05 13:41:20 +0000
  • 709dbfa Merge pull request #77 from mredivo/no-log-signal2 by Carl Jackson 2014-11-04 13:21:56 -0800
  • e1643f8 Remove signal.go logging; log from hook functions instead. by Marcus Redivo 2014-11-04 11:56:32 -0800
  • 23ec88e Fix bug with string pattern matching with "." by Carl Jackson 2014-11-03 11:29:51 -0800
  • dde2989 Simplify a logical XOR by Carl Jackson 2014-11-02 13:22:57 -0800
  • 17227c1 Improve test coverage slightly by Carl Jackson 2014-11-02 13:01:32 -0800
  • 60d46a2 Fix typo in a test error message by Carl Jackson 2014-11-02 13:00:14 -0800
  • 9556e17 Force use of fallback chanpool on App Engine by Carl Jackson 2014-11-01 17:06:20 -0700
  • 69ab4d7 SubRouter middleware by Carl Jackson 2014-11-01 16:17:05 -0700
  • 2fe5c3e Change semantics of wildcard patterns by Carl Jackson 2014-11-01 15:46:02 -0700
  • 1a390ab Allow ".,;" as string pattern "break chars" by Carl Jackson 2014-11-01 14:59:43 -0700
  • 8967205 fix return type of PullRequests.ListCommits by Will Norris 2014-10-31 10:49:34 -0700
  • ac6efd8 Add a note about outgrowing Logger by Carl Jackson 2014-10-29 22:32:29 -0700
  • 3ac66ef add support for combined status by Will Norris 2014-10-29 11:44:18 -0700
  • 9c12030 add Mat Geist as contributor by Will Norris 2014-10-28 12:25:13 -0700
  • f255c52 Change the router interface slightly by Carl Jackson 2014-10-26 17:44:00 -0700
  • b12ae7f Move bytecode router code around by Carl Jackson 2014-10-26 17:27:44 -0700
  • 1bea1bd Minor fixup by Carl Jackson 2014-10-26 17:14:04 -0700
  • a655411 Pre-compile routes at Serve() time by Carl Jackson 2014-10-26 17:02:16 -0700
  • 89bc831 Move Pattern code around by Carl Jackson 2014-10-26 16:52:20 -0700
  • 8cb0725 Fix public API by Carl Jackson 2014-10-26 16:30:44 -0700
  • f292697 Put more methods on Mux by Carl Jackson 2014-10-26 16:25:25 -0700
  • 2c106c9 Start moving away from struct embedding by Carl Jackson 2014-10-26 16:13:27 -0700
  • 04b25f2 Don't expose the internal routeMachine by Carl Jackson 2014-10-26 15:20:29 -0700
  • 64bf229 Add pagination for listing comments by Mat Geist 2014-10-24 21:23:59 -0700
  • 79144d6 Add HTMLURL field to RepositoryCommit. by Dmitri Shuralyov 2014-10-18 15:10:44 -0700
  • 5ad9fb3 fix typo: s/comitempty/omitempty/ by Will Norris 2014-10-17 18:48:10 -0700
  • 87b028e fix some style issues in client tests by Will Norris 2014-10-17 10:02:28 -0700
  • d148dc0 add octocat and zen endpoints by Will Norris 2014-10-17 08:54:06 -0700
  • fef7114 add Charlie Yan as a contributor by Will Norris 2014-10-16 15:27:26 -0700
  • ef6e01c ListUserTeams implementation and test, go build and go test pass by Charlie Yan 2014-10-16 13:57:02 -0700
  • 71d8318 fix minor typos in function comment by Will Norris 2014-10-14 20:33:47 -0700
  • 4c80909 fix minor golint issues by Will Norris 2014-10-14 20:29:45 -0700
  • 1173b0b Adding omitempty to base_tree in CreateTree API by Rob Figueiredo 2014-09-06 13:10:29 -0400
  • f812049 RepositoryRelease struct: Add Assets field by Ondřej Kupka 2014-10-12 22:47:37 +0200
  • c491754 Add support for deployment api by Diego Lapiduz 2014-09-25 11:21:50 -0700
  • eb2a40b pass nil to http.NewRequest if body is nil by Will Norris 2014-10-14 18:09:24 -0700
  • b55688d set user agent header only if non-empty by Will Norris 2014-10-14 16:09:18 -0700
  • 119938d Add bind.Sniff to expose default selection logic by Carl Jackson 2014-10-08 00:58:55 -0700
  • 57e752c Refactor package graceful by Carl Jackson 2014-09-02 01:29:28 -0700
  • 5a5d765 Merge pull request #69 from mredivo/master by Carl Jackson 2014-10-03 15:31:01 -0700
  • 22c4c96 Add BytesWritten() method to WriterProxy. by Marcus Redivo 2014-10-03 14:12:14 -0700
  • 3ed4dab Better top-level AppEngine support by Carl Jackson 2014-10-01 10:45:45 -0700
  • e444e69 Merge pull request #71 from Madrigal/patch-1 by Kamil Kisiel 2014-09-26 08:38:14 -0700
  • d7e4639 Rearrange rules for matching strict slash by Felipe Madrigal 2014-09-26 00:20:46 -0500
  • 8df3a80 Rearrange getHost function by Felipe Madrigal 2014-09-26 00:20:12 -0500
  • b99cc2e GoDoc badge instead of a plain link by Piotr Zurek 2014-09-25 08:09:17 +1200
  • b1824b9 README: Add database/sql compatibility by Benedikt Lang 2014-09-23 14:54:00 +0200
  • 272ed2e Added methods to implement sql related interfaces. by tike 2014-09-17 16:23:31 +0200
  • 06f3695 add Rob Figueiredo as contributor by Will Norris 2014-09-04 08:14:55 -0700
  • b67cd97 github.com/yext/go-github: add Repo.AutoInit by Rob Figueiredo 2014-07-30 13:07:34 -0400
  • 212ef69 support refs with or without 'refs/' prefix by Will Norris 2014-09-04 08:04:46 -0700
  • 90d355d Use net/http.Server.SetKeepAlivesEnabled in Go 1.3 by Carl Jackson 2014-09-01 16:06:19 -0700
  • 8b5a2b9 Support Tee() in the ReadFrom case as well by Carl Jackson 2014-08-31 19:56:16 -0700
  • 0e21fc9 Document package web/util by Carl Jackson 2014-08-31 19:54:01 -0700
  • d8cbc48 Add PullRequest branch fields Base and Head by Quinn Slack 2014-08-29 17:55:16 -0700
  • a08bb38 Merge pull request #61 from RuiAAPeres/patch-1 by Carl Jackson 2014-08-29 17:05:36 -0700
  • e5a18d6 Update web.go by R. Peres 2014-08-30 00:55:53 +0100
  • 56f6b12 update Membership to keep up with latest API changes by Will Norris 2014-08-29 08:13:25 -0700
  • 9e8d33c Merge pull request #58 from wangjohn/master by Carl Jackson 2014-08-26 10:22:35 -0700
  • e101f75 Boolean logic is hard, guys :( by Carl Jackson 2014-08-26 10:20:26 -0700
  • 91e2de2 Fixing typo in example README. by wangjohn 2014-08-25 22:20:42 -0700
  • 7610669 add support for new team membership API by Will Norris 2014-08-25 14:20:07 -0700
  • 32d2b56 added pull request links section to the issue struct by Piotr Zurek 2014-08-11 13:05:05 +1200
  • 203acc7 added url fields to IssueComment and PullRequest by Piotr Zurek 2014-08-10 15:35:31 +1200
  • c9fbdda Add several event structs by Piotr Zurek 2014-08-02 15:54:19 +1200
  • 28b9206 golint by Carl Jackson 2014-08-23 20:01:04 -0700
  • 4d9fdbb Refactor WriterProxy out of web/middleware by Carl Jackson 2014-08-23 17:04:35 -0700
  • 94ec1b1 Also rename files so they aren't lies by Carl Jackson 2014-08-23 16:20:59 -0700
  • b75b7c7 Don't use syscall package on appengine by Carl Jackson 2014-08-23 16:19:12 -0700
  • bf3fc52 Move README buttons to their own line by Carl Jackson 2014-08-23 15:57:24 -0700
  • 8b50302 Minor documentation touch-ups by Carl Jackson 2014-08-23 15:55:22 -0700
  • f226afd Fix-ups from param move by Carl Jackson 2014-08-23 15:31:34 -0700
  • 1142ca6 Move param to https://github.com/goji/param by Carl Jackson 2014-08-23 15:26:14 -0700
  • 25044d6 Eliminate a lock in the request hot path by Carl Jackson 2014-08-23 14:41:10 -0700
  • ab8aa1f Use sync.Pool for go1.3 and up by Carl Jackson 2014-08-23 14:34:30 -0700
  • 4b8fbc5 Merge pull request #67 from pwaller/patch-1 by Kamil Kisiel 2014-08-11 07:46:53 -0700
  • 8f1a419 Remove blank line to fix docs for Route.Queries by Peter Waller 2014-08-11 15:45:39 +0100
  • cf51d15 ListCommits and ListFiles should return slices, not pointers by Will Norris 2014-08-06 13:59:46 -0700
  • 17b9035 Add App Engine support by Carl Jackson 2014-07-28 02:12:27 -0700
  • 8344b8a Fix race in state machine compilation/invalidation by Carl Jackson 2014-07-28 02:00:58 -0700
  • 2ab51bb Only add log.Lmicroseconds if log.Ltime is set by Carl Jackson 2014-07-24 17:56:49 -0700
  • 187fd0f Add compatibility for YAML in Ruby 1.8 by Carl Jackson 2014-07-24 17:42:55 -0700
  • ce77fc6 Add new fields to ReleaseAsset struct by Thomas Bruyelle 2014-07-23 09:49:12 +0200
  • 823c724 add Matt Landis as contributor by Will Norris 2014-07-22 11:29:44 -0700
  • 1c314b0 Add TeamID to Repository for creating organization repos. by Matt Landis 2014-07-18 08:31:19 -0400
  • be720bc Add missing quote mark by Diego Lapiduz 2014-07-11 18:22:36 -0700
  • 58bd114 add Colin Misare as contributor by Will Norris 2014-07-22 08:22:36 -0700
  • cca6b65 including ListOptions in RepositoryListForksOptions for pagination by Colin Misare 2014-07-02 21:55:39 -0600
  • 5be211b Fix CreateCommit by Tobias Schmidt 2014-06-11 21:13:59 -0400
  • eab7e2d Make use of flag optional in bind by Carl Jackson 2014-07-21 11:40:54 -0700
  • f181235 Merge pull request #2 from jstnlef/minor-refactoring by Benedikt Lang 2014-07-09 23:40:02 +0200