Commit Graph

  • 65c2651 fixing regexp changes from PR #144 by JP Robinson 2016-03-07 16:38:03 -0500
  • 34b5250 Merge pull request #34 from walle/defaults_for_multiple by Alex Flint 2016-03-06 12:44:34 -0800
  • e71d651 Print defaults for multiples by Fredrik Wallgren 2016-03-06 21:07:01 +0100
  • 147a95f Merge pull request #104 from Digitalxero/method-to-get-url-template by Matt Silverlock 2016-03-05 05:56:38 -0800
  • 58e27d2 add Isao Jonas as contributor by Will Norris 2016-03-04 15:27:34 -0800
  • 648ccf3 add additional fields to Milestone struct by Isao Jonas 2016-02-24 07:18:26 -0600
  • 9674b3e go-github: add support for commit reference SHA-1 method by Glenn Lewis 2016-03-03 10:31:28 -0800
  • 5808c11 go-github: add support for getting content of a repository's license by Glenn Lewis 2016-03-04 14:24:19 -0800
  • d18b8e4 go-github: fix PageBuildEvent unmarshaling by Glenn Lewis 2016-03-04 14:01:38 -0800
  • 380aa1c add Luke Evers as contributor by Will Norris 2016-03-04 15:08:22 -0800
  • 45474a9 Merge pull request #33 from walle/multiple by Alex Flint 2016-03-04 09:35:36 -0800
  • e9a3f02 travis: test under Go 1.6 by Carl Jackson 2016-03-03 20:43:53 -0800
  • a01dd37 graceful: import cloneTLSConfig from net/http by Carl Jackson 2016-03-03 20:34:44 -0800
  • 59b5cf3 Add InReplyTo to PullRequestComment struct by Luke Evers 2016-03-03 18:16:28 -0500
  • 1488562 Allow override of defaults for slice arguments by Fredrik Wallgren 2016-02-29 22:05:26 +0100
  • f7ac725 Update doc strings based on feedback by Dj Gilcrease 2016-02-29 07:54:15 -0800
  • c9e326e Merge pull request #150 from gorilla/elithrar/go-lint by Matt Silverlock 2016-02-28 19:40:56 -0800
  • 02c98b3 [docs] Satisfied golint. by Matt Silverlock 2016-02-28 19:31:51 -0800
  • f84ab9a Fix go fmt issues by Dj Gilcrease 2016-02-28 14:46:18 -0800
  • 0d60c4b Add tests for GetPathTemplate. Added GetHostTemplate and associated tests as well by Dj Gilcrease 2016-02-28 14:42:09 -0800
  • 16507e2 Merge branch 'master' into method-to-get-url-template by Dj Gilcrease 2016-02-28 13:16:25 -0800
  • c582f4f Merge pull request #149 from gorilla/elithrar/readme-website by Matt Silverlock 2016-02-28 12:29:58 -0800
  • 5f42f0f [docs] Add http://www.gorillatoolkit.org/pkg/mux to README. by Matt Silverlock 2016-02-28 12:25:42 -0800
  • d067e87 Merge pull request #144 from tumdum/regexp-speedup by Matt Silverlock 2016-02-28 12:22:47 -0800
  • 1ea2538 Merge pull request #28 from gorilla/ci/travis-go-1.6 by Matt Silverlock 2016-02-26 13:46:23 -0800
  • dfc482b Merge pull request #148 from gorilla/ci/travis-go-1.6 by Matt Silverlock 2016-02-26 13:29:39 -0800
  • b53bb42 Update .travis.yml to build Go 1.6 by Matt Silverlock 2016-02-26 13:28:16 -0800
  • 7872f90 Update .travis.yml to build Go 1.6 by Matt Silverlock 2016-02-26 13:23:39 -0800
  • aaae155 Merge pull request #32 from alexflint/override_program_name by Alex Flint 2016-02-22 06:39:41 -0800
  • 5f4a113 go-github: add useful fields to Webhooks by Glenn Lewis 2016-02-19 15:01:41 -0800
  • ac4445c go-github: add Event types for Webhooks by Glenn Lewis 2016-02-16 14:57:20 -0800
  • 5202c80 CONTRIBUTING: remove paragraph that was rewritten by Will Norris 2016-02-17 11:07:57 -0800
  • 13acccd update CONTRIBUTING file by Will Norris 2016-02-17 10:55:36 -0800
  • 868f722 add David Deng (Googler) as contributor by Will Norris 2016-02-16 23:10:16 -0800
  • d3fb171 Do URL path escape composing the URL for GetContents by David Deng 2016-02-14 14:23:06 -0800
  • 3bcea13 add Luke Roberts as contributor by Will Norris 2016-02-16 14:53:25 -0800
  • 4c74251 add preview header to list branches request by Luke Roberts 2016-02-16 13:20:29 -0800
  • d91d6cc go-github: move event types into event_types.go by Glenn Lewis 2016-02-16 11:48:03 -0800
  • ac77c93 go-github: add support for issue locking / unlocking by Glenn Lewis 2016-02-12 13:37:43 -0800
  • 2ca26e1 add Pierre Carrier as contributor by Will Norris 2016-02-13 12:50:03 -0800
  • 1f02266 issues: add Repository by Pierre Carrier 2016-02-13 10:44:55 -0800
  • 859bfa9 README: only look at test status for master by Carl Jackson 2016-02-11 22:19:35 -0800
  • 39d7560 Document specific errors returned by CheckResponse. by Dmitri Shuralyov 2016-02-11 11:41:35 -0800
  • c3f5683 Add RateLimitError type, detect and return it when appropriate. by Dmitri Shuralyov 2016-02-11 00:51:40 -0800
  • 1219390 Minor Rate, RateLimits documentation fixes. by Dmitri Shuralyov 2016-02-10 23:43:07 -0800
  • 1ef1ae6 add StatusUnprocessableEntity constant by Will Norris 2016-02-08 11:03:18 -0800
  • d722750 new repo struct for push events by Piotr Zurek 2016-01-25 18:05:38 +1300
  • 6b97834 Update code coverage path by Carl Jackson 2016-02-04 17:37:59 -0800
  • 811b272 Merge pull request #176 from tesujimath/urlquery-middleware by Carl Jackson 2016-02-04 17:03:25 -0800
  • 05bd5ed gofmt -s by Shawn Smith 2016-02-04 09:58:44 +0900
  • 77fb2af add saisi as contributor by Will Norris 2016-02-03 17:30:03 -0800
  • 237a9a4 Fixed a couple of typos in comments by saisi 2016-01-29 12:39:40 -0500
  • bd5f67a RepositoryContentFileOptions: specify .Content as unencoded Fixes #263. by Parker Moore 2016-01-23 11:26:36 -0800
  • 3e7958a add Julien Rostand as contributor by Will Norris 2016-02-03 17:25:56 -0800
  • c970c7a Add Sender to WebHookPayload. Resolves #267. by Julien Rostand 2016-01-22 17:02:00 -0600
  • 0e4de61 add John Engelman as contributor by Will Norris 2016-02-03 17:23:11 -0800
  • e5c7fc4 Add the Description field for organization teams. by John Engelman 2016-01-22 08:10:30 -0600
  • 1c7a393 fix spelling in comment by Shawn Smith 2016-01-12 00:00:07 +0900
  • ce91f38 add griffin_stewie as contributor by Will Norris 2016-02-03 17:11:57 -0800
  • 6387a94 Add "SuspendedAt" field to User struct. by griffin_stewie 2016-01-05 20:40:54 +0900
  • 77dd0df Merge pull request #31 from alexflint/parse_ip_mac_and_email by Alex Flint 2016-01-23 21:07:42 -0800
  • a1c72f6 Merge remote-tracking branch 'origin/master' into parse_ip_mac_and_email by Alex Flint 2016-01-23 21:03:51 -0800
  • c0809e5 Merge pull request #30 from alexflint/scalar_pointers by Alex Flint 2016-01-23 21:03:39 -0800
  • c958426 added tests for MAC and email addresses by Alex Flint 2016-01-23 20:58:43 -0800
  • 9a30acd added tests for IP address parsing by Alex Flint 2016-01-23 20:55:40 -0800
  • e389d7f add support for IP address, email address, and MAC address by Alex Flint 2016-01-23 20:49:57 -0800
  • 8fee8f7 move installation instructions to top by Alex Flint 2016-01-23 20:11:51 -0800
  • 95761fa update readme with new additions by Alex Flint 2016-01-23 20:08:00 -0800
  • b5933a0 Merge remote-tracking branch 'origin/master' into scalar_pointers by Alex Flint 2016-01-23 19:42:36 -0800
  • 93247e2 Merge pull request #29 from alexflint/parse_duration by Alex Flint 2016-01-23 19:42:21 -0800
  • 865cc5a add support for pointers and TextUnmarshaler by Alex Flint 2016-01-23 19:40:15 -0800
  • 64a4bab add test for invalid durations by Alex Flint 2016-01-23 18:35:08 -0800
  • ed2b19f add support for time.Duration fields by Alex Flint 2016-01-23 18:28:35 -0800
  • 78fb8eb Added benchmark with deep path by Tomasz Kłak 2016-01-23 18:09:52 +0100
  • f489272 Named groups replaced with conditional wrapping of regexps by Tomasz Kłak 2016-01-23 17:42:00 +0100
  • e560d07 Merge pull request #9 from brettlangdon/dev/environment.variables.sqwished by Alex Flint 2016-01-18 11:37:38 -0800
  • 8dd29d3 Add support for environment variables by brettlangdon 2016-01-18 13:42:04 -0500
  • b1ec8c9 make it possible to override the name of the program by Alex Flint 2016-01-18 10:31:01 -0800
  • c9155bb Merge pull request #26 from alexflint/brettlangdon-dev/positional.help.sqwished by Alex Flint 2016-01-18 08:58:11 -0800
  • 4197d28 extract common colWidth constant by Alex Flint 2016-01-18 08:24:21 -0800
  • 77be03b resolve merge by Alex Flint 2016-01-18 08:19:10 -0800
  • b8b4ac7 update to 2048 bit key for user integration test by Will Norris 2016-01-14 16:20:17 -0800
  • cedb0a9 update required go version to 1.4 by Björn Häuser 2016-01-03 14:10:25 +0100
  • 68d9199 Edit branch protection by Björn Häuser 2016-01-03 14:10:25 +0100
  • 0835e6a Name change all Url to URL in URLQuery middleware. by Simon Guest 2016-01-10 17:45:33 +1300
  • 47e3183 Added urlquery middleware, resolves #174. by Simon Guest 2016-01-08 15:59:32 +1300
  • f8ea16b Merge pull request #25 from alexflint/return_parser_from_mustparse by Alex Flint 2016-01-05 16:52:13 -0800
  • 9aad09f fix example code by Alex Flint 2016-01-05 14:00:29 -0800
  • f896986 add custom validation example to README by Alex Flint 2016-01-05 13:57:01 -0800
  • 0c0f9a5 MustParse returns *Parser by Alex Flint 2016-01-05 13:52:33 -0800
  • 63fbbb2 add Björn Häuser as contributor by Will Norris 2016-01-02 16:56:08 -0800
  • a42758c Add initial support for protected branches by Björn Häuser 2016-01-03 00:26:00 +0100
  • 92bbb1c bump minimum tested version to go 1.4 by Will Norris 2016-01-01 15:31:44 -0800
  • 8f3e741 add support for HTTP Basic Authentication by Will Norris 2016-01-01 15:06:11 -0800
  • 0457a4f fix typo by Shawn Smith 2015-12-31 15:06:46 +0900
  • 26a6070 Merge pull request #141 from tcyrus/patch-1 by Matt Silverlock 2015-12-31 08:19:08 -0800
  • 66181ed Update README.md by Timothy Cyrus 2015-12-31 11:12:17 -0500
  • ceda53e add sona-tar as contributor by Will Norris 2015-12-30 09:09:14 -0800
  • c57bb02 Add ListOptions to ListWatched by sona-tar 2015-10-18 01:10:05 +0900
  • abea5d2 add Eric Paris (Red Hat, Inc.) as contributor by Will Norris 2015-12-30 08:57:23 -0800