Commit Graph

  • 0206512 Add Go version compatibility note by Carl Jackson 2014-04-24 00:44:43 +0200
  • a883d5a Call parent BuildVarsFuncs by Quinn Slack 2014-04-17 01:54:35 -0700
  • cef3b0c Add BuildVarsFunc to allow modifying route variables before generating a route's URL by Quinn Slack 2014-04-17 01:17:15 -0700
  • b864f07 Propagate StrictSlash to subrouters instead of rudely turning it off by Thomas ten Cate 2014-04-23 19:53:35 +0200
  • 3509745 Add tests for all four StrictSlash cases by Thomas ten Cate 2014-04-23 19:27:53 +0200
  • bac1372 Convert TestStrictSlash to a table driven test by Thomas ten Cate 2014-04-23 19:24:12 +0200
  • 033224c Document behaviour of StrictSlash and PathPrefix better, and add tests to nail this down by Thomas ten Cate 2014-04-23 18:19:14 +0200
  • 32eadd6 Added support for the GitHub Pages API. by Sean Wang 2014-04-17 20:42:29 -0700
  • 80ed357 add missing fields for various types by Will Norris 2014-04-23 09:03:36 -0700
  • 525eff4 Improve docs about leading and trailing slashes by Thomas ten Cate 2014-04-23 17:40:15 +0200
  • 70e2cd5 Merge pull request #2 from NickPresta/add-travis-config by Carl Jackson 2014-04-22 21:37:12 +0200
  • f525820 Adding TravisCI configuration, badge, GoDoc badge. by Nick Presta 2014-04-22 15:13:56 -0400
  • 74e5c94 s/brace/bracket by Carl Jackson 2014-04-22 11:29:52 +0200
  • 356d56a Return typed errors in param by Carl Jackson 2014-04-22 11:12:23 +0200
  • dce7a18 I spel reel gud by Carl Jackson 2014-04-21 21:15:09 +0200
  • e3ab09d Remove key length sanity checking by Carl Jackson 2014-04-21 20:37:52 +0200
  • f8ba05d Options middleware tests by Carl Jackson 2014-04-21 19:44:00 +0200
  • bc3ac1d Rewrite AutomaticOptions to not use httptest by Carl Jackson 2014-04-21 18:18:19 +0200
  • 7b91ca1 gitignore "example" binary by Carl Jackson 2014-04-21 18:17:48 +0200
  • 6d91599 fix copy/paste typo in conditional request docs by Will Norris 2014-04-19 14:47:17 -0700
  • 5f1ad65 add link to api docs for conditional requests by Will Norris 2014-04-19 14:46:17 -0700
  • e929dfd add doc section on conditional requests by Will Norris 2014-04-19 14:42:16 -0700
  • 270c425 Merge pull request #49 from sqs/gofmt by Kamil Kisiel 2014-04-19 10:20:04 +0200
  • 7aa0972 add pagination support for more methods by Will Norris 2014-04-17 16:49:17 -0700
  • 9ee70e5 gofmt by Quinn Slack 2014-04-17 00:44:35 -0700
  • 8bada97 intial support for endpoints that return arrays by Will Norris 2014-04-14 17:03:39 -0700
  • 3d70e91 use real type marshalling for fields tool by Will Norris 2014-04-14 11:17:01 -0700
  • eecdf68 Make graceful.Server public again by Carl Jackson 2014-04-13 19:51:01 +0100
  • 2425c41 Fix Error => Errorf by Carl Jackson 2014-04-12 21:10:30 +0100
  • ced741f Update documentation for URLParams rename by Carl Jackson 2014-04-12 21:05:55 +0100
  • 0e34b28 May as well rename this string too by Carl Jackson 2014-04-12 21:05:32 +0100
  • 5d91193 Also fix URLParams in tests by Carl Jackson 2014-04-12 21:04:45 +0100
  • 3eb0254 Clarify /admin/ vs /admin in example app by Carl Jackson 2014-04-12 21:01:20 +0100
  • 4cbff37 Fix up URLParams rename compilation errors by Carl Jackson 2014-04-12 20:55:25 +0100
  • 53f6b7b Minor cosmetic fixes by Carl Jackson 2014-04-12 20:41:07 +0100
  • 6be0a42 No need to re-document methods. by Coda Hale 2014-04-12 11:46:02 -0700
  • 915dde7 Use rt instead of m for the router receiver. by Coda Hale 2014-04-12 11:45:42 -0700
  • 19b59fa Change Http to HTTP. by Coda Hale 2014-04-12 11:45:08 -0700
  • 215a043 Change Url to URL. by Coda Hale 2014-04-12 11:44:47 -0700
  • d116ca0 Move type assertions into tests. by Coda Hale 2014-04-12 11:42:42 -0700
  • a412c1a Remove return-only else branches. by Coda Hale 2014-04-12 11:40:02 -0700
  • 0b12f59 Change requestId to requestID. by Coda Hale 2014-04-12 11:39:26 -0700
  • c413a47 Use a simplified loop. by Coda Hale 2014-04-12 11:38:41 -0700
  • c912dac Included documented names in documentation. by Coda Hale 2014-04-12 11:35:51 -0700
  • 62d9a01 Ensure all error messages are not capitalized. by Coda Hale 2014-04-12 11:33:19 -0700
  • 05c2ca7 Make graceful.Server a package-local type. by Coda Hale 2014-04-12 11:18:17 -0700
  • 3630763 add two remaining stats methods by Will Norris 2014-04-11 17:44:31 -0700
  • d3fb1a2 minor updates to repo stats by Will Norris 2014-04-11 16:19:12 -0700
  • 57201fd add issue event methods by Will Norris 2014-04-11 15:34:41 -0700
  • b2ef504 add activity notifications methods by Will Norris 2014-04-11 14:32:23 -0700
  • 51e9d94 make room for thread subscriptions by Will Norris 2014-04-11 12:08:40 -0700
  • 68ec69e add Repositories.Merge method by Will Norris 2014-04-11 11:54:27 -0700
  • f6398f5 add support for new rate limit formats by Will Norris 2014-04-11 10:49:09 -0700
  • d29f4d7 switch rate.Reset to be a Timstamp by Will Norris 2014-04-11 09:55:04 -0700
  • a4a5c1e add support for meta API endpoint by Will Norris 2014-04-11 09:31:42 -0700
  • e8bf65b add support for listing emoji by Will Norris 2014-04-11 09:16:18 -0700
  • cc2d2c1 add options to Git.ListRefs by Will Norris 2014-04-11 08:50:42 -0700
  • 2a58977 add Guz Alexander as contributor by Will Norris 2014-04-11 08:18:29 -0700
  • e6f0ab2 Add support for the milestone API by Guz Alexander 2014-04-08 22:34:55 +0400
  • bbf0352 add support for listing service hooks by Will Norris 2014-04-10 21:11:45 -0700
  • b1bf8b4 add auth check to TestRepositories_CRUD by Will Norris 2014-04-10 18:47:46 -0700
  • b08da1c start of integration tests for repo methods by Will Norris 2014-04-10 18:40:52 -0700
  • 81fd270 add remaining repository methods by Will Norris 2014-04-10 17:05:19 -0700
  • bf23aef implement remaining Activity.Star* methods by Will Norris 2014-04-10 15:55:37 -0700
  • 75b5f1b renaming RepositorySubscription to Subscription by Will Norris 2014-04-10 15:39:10 -0700
  • 3561cc2 add pagination support to Activity.ListWatchers by Will Norris 2014-04-10 15:25:36 -0700
  • 8a2222a add support for repository subscription methods by Will Norris 2014-04-10 12:47:42 -0700
  • 14f13f1 update user integration test by Will Norris 2014-04-10 11:46:21 -0700
  • 9f2a72a remove Users.EditKey method by Will Norris 2014-04-10 11:29:03 -0700
  • b16a736 add Krzysztof Kowalczyk as contributor by Will Norris 2014-04-10 11:19:22 -0700
  • c9d5bd8 support pagination for listing gists by Krzysztof Kowalczyk 2013-12-11 16:44:16 -0800
  • 3aaa6f1 first pass at tool for testing JSON fields mapping by Will Norris 2014-04-09 12:40:49 -0700
  • f3e6876 add line break after mailing list by Will Norris 2014-04-10 10:12:02 -0700
  • b62300b add link to mailing list by Will Norris 2014-04-10 10:11:18 -0700
  • 19c0916 add integration tests for user key methods by Will Norris 2014-04-09 18:03:23 -0700
  • ddbb838 add label to continue correct loop by Will Norris 2014-04-09 17:20:09 -0700
  • 8664943 fix AddEmails return type and finish email tests by Will Norris 2014-04-09 17:13:27 -0700
  • 70f2a5f update Users.ListEmails to use v3 media type by Will Norris 2014-04-09 16:27:42 -0700
  • 4548bd6 add test for getting authenticated user by Will Norris 2014-04-09 16:45:28 -0700
  • 9cd73a6 only install ./github package with travis by Will Norris 2014-04-09 15:39:47 -0700
  • 836a27d travis should only run unit tests by Will Norris 2014-04-09 15:08:06 -0700
  • aff0a13 start of integration tests by Will Norris 2013-11-21 14:40:46 -0800
  • 4fe63c8 Added git tags support. by Sean Wang 2013-08-26 23:27:13 -0700
  • 8bab7de Add ListParticipation and clean up some typos by ttacon 2014-04-09 08:18:08 -0400
  • f9fd615 Add ListContributorsStats and ListCommitActivity for RepositoriesService by ttacon 2014-04-08 08:25:38 -0400
  • a4b0af1 Add Context field to RepoStatus by Ondrej Kupka 2014-04-08 12:52:48 +0200
  • b79b0b7 Update PullRequest to include statuses_url by Ondrej Kupka 2014-04-08 12:34:59 +0200
  • 2fc0e42 split examples into separate directories by Will Norris 2014-04-07 15:25:26 -0700
  • 997e4f7 add support for /markdown endpoint by Will Norris 2014-04-01 11:19:09 -0700
  • 925b725 add Trey Tacon as contributor by Will Norris 2014-04-07 14:27:32 -0700
  • 74a1006 Add more functionality for pull requests by ttacon 2014-01-26 13:48:19 -0500
  • eef7187 Add get/create blobs by ttacon 2014-01-16 10:04:31 -0500
  • 07f9579 add Hari haran as a contributor by Will Norris 2014-04-07 14:17:32 -0700
  • e028073 Correct type name in the doc example by Hari haran 2014-04-03 14:56:37 +0530
  • 685ca36 add Sander van Harmelen as contributor by Will Norris 2014-04-07 08:17:48 -0700
  • 290b479 Added code for the Content API by Sander van Harmelen 2014-03-11 17:47:09 +0100
  • 5066350 add Tobias Schmidt (of SoundCloud) as contributor by Will Norris 2014-03-31 11:10:24 -0700
  • 20507b9 Make HTMLURL accessible on user struct by Tobias Schmidt 2013-10-28 19:14:22 +0530
  • 871e975 Add support for RepositoriesService ListBranches by Chris Schaefer 2014-03-29 23:58:25 -0400
  • 51e1f2e travis: test on go 1.2 and tip by Will Norris 2014-03-31 10:14:19 -0700