Commit Graph

  • 467df6dd66 Rebase fix Julian K. Arni 2015-03-19 17:16:44 +0100
  • 8ee9b60a50 Added support for matrix parameters. Daniel Larsson 2015-01-03 18:52:18 +0100
  • 9e5bed268e Added support for matrix parameters. Daniel Larsson 2015-01-03 18:52:18 +0100
  • 6774f0275c Add tests for ResponseHeaders Timo von Holtz 2015-03-18 16:43:27 +1100
  • 6738a38818 Fix doctests Timo von Holtz 2015-03-18 15:30:59 +1100
  • e9797732b1 Add Response Headers Timo von Holtz 2015-03-18 15:23:09 +1100
  • 642910b3b3 Preliminary work to support headers in responses Timo von Holtz 2015-03-18 14:40:19 +1100
  • 24e32f194e Correct accuracy for Double tests Christian Marie 2015-03-18 09:14:58 +1100
  • e45beddd35 Merge pull request #26 from haskell-servant/wip-allow-bodies-for-links Julian Arni 2015-03-17 09:48:53 +0100
  • 7d91e50fc7 Correct ReqBody instance for link generation. Was partially applied Christian Marie 2015-03-17 12:10:24 +1100
  • 47a30c6411 Make fromText of Float more accurate, relax accuracy for Float and Double tests Christian Marie 2015-03-17 12:08:47 +1100
  • ecb8627433 Return complete response in Raw endpoint Timo von Holtz 2015-03-16 11:12:11 +1100
  • 25d1e466e9 Merge pull request #33 from haskell-servant/jkarni/no-content Julian Arni 2015-03-13 10:14:44 +0100
  • b35512c3d4 Update changelog Julian K. Arni 2015-03-12 18:37:08 +0100
  • 5eddb318a2 Make Post and Put return NoContent when response is () Julian K. Arni 2015-03-12 18:29:57 +0100
  • c1ed47b35f add changelog entry Alp Mestanogullari 2015-03-11 12:19:14 +0100
  • 837099d12d Canonicalize the API type to make sure that the following 'law' holds: Server (a :> (b :<|> c)) ~ Server (a :> b) :<|> Server (a :> c) Alp Mestanogullari 2015-03-09 15:16:38 +0100
  • bd9d476679 CHANGELOG update for PR #21. Julian K. Arni 2015-03-10 23:07:24 +0100
  • f76c729a08 Introduce ServerT to specify generic handlers. Roland Schatz 2015-03-02 22:23:56 +0100
  • 3311cbd901 Merge pull request #23 from haskell-servant/canonical-types Alp Mestanogullari 2015-03-11 12:17:10 +0100
  • 7a83952bad some more documentation, code cleanup + changelog entry Alp Mestanogullari 2015-03-11 11:46:35 +0100
  • bd98844357 CHANGELOG update for PR #21. Julian K. Arni 2015-03-10 23:07:24 +0100
  • 1b61455d2b Merge pull request #21 from rschatz/master Julian Arni 2015-03-10 18:51:11 +0100
  • 6909b54367 add a clause to Canonicalize for (a :<|> b) :> c with the obvious definition Alp Mestanogullari 2015-03-10 12:08:17 +0100
  • ad0c6521ed canonicalize API type before generating jquery functions, flattening everything on the way Alp Mestanogullari 2015-03-09 22:54:41 +0100
  • 8428e4bd7b fix dumb error Alp Mestanogullari 2015-03-09 19:59:25 +0100
  • 5f7795f70f remove canonicalize, it's now in servant Alp Mestanogullari 2015-03-09 19:23:53 +0100
  • 6af9b9e70f add 'canonicalize' to canonicalize the api type under a Proxy Alp Mestanogullari 2015-03-09 19:23:26 +0100
  • 9a33fa7812 Canonicalize the API type to make sure that the following 'law' holds: Server (a :> (b :<|> c)) ~ Server (a :> b) :<|> Server (a :> c) Alp Mestanogullari 2015-03-09 15:16:38 +0100
  • 73914586b1 add the Canonicalize type family which turns an API type into its canonical form Alp Mestanogullari 2015-03-09 13:39:40 +0100
  • c08baabfdf Merge pull request #14 from haskell-servant/proper-errors Alp Mestanogullari 2015-03-09 09:02:59 +0100
  • 74b5bc400c Allow more response codes without failing Timo von Holtz 2015-03-09 17:04:31 +1100
  • 07d84d019c Tests for all reported errors Timo von Holtz 2015-03-09 14:38:32 +1100
  • 23311a8f5d Some tests for errors Timo von Holtz 2015-03-09 09:59:40 +1100
  • fe6962d0b9 Adjust existing tests for change in error type Timo von Holtz 2015-03-09 08:46:57 +1100
  • 8015906b53 Record accessors for ServantError Timo von Holtz 2015-03-09 08:37:09 +1100
  • ba46ecc0a9 Use ServantError to report Errors instead of String Timo von Holtz 2015-03-05 12:46:35 +1100
  • 83aff1495b Merge pull request #13 from haskell-servant/manager-ioref Julian Arni 2015-03-09 00:23:36 +0100
  • 947815e6d3 Merge pull request #31 from haskell-servant/wip-incorrect-error Alp Mestanogullari 2015-03-05 18:56:16 +0100
  • 0be89b4f3d Change JSON-specific error message to a more general one Christian Marie 2015-03-05 12:11:20 +1100
  • 449b3758f0 Changelog for MVar-change Timo von Holtz 2015-03-05 10:36:34 +1100
  • aeb1136658 Use an IORef rather than a MVar. Timo von Holtz 2015-03-05 09:49:15 +1100
  • 84f8f814c7 add a changelog entry for the content-type aware instances Alp Mestanogullari 2015-03-04 11:19:51 +0100
  • af8e395664 Merge pull request #9 from anchor/content-types Julian Arni 2015-03-04 11:10:20 +0100
  • eb87b00b0d prepare changelog for next version Alp Mestanogullari 2015-03-04 02:07:13 +0100
  • 229bfc3a57 prepare changelog for next version Alp Mestanogullari 2015-03-04 02:02:13 +0100
  • 1af0d7b5ab tentative changelog Alp Mestanogullari 2015-03-04 01:59:17 +0100
  • b24822a448 tentative changelog Alp Mestanogullari 2015-03-04 01:53:40 +0100
  • 13dcf081a7 tentative CHANGELOG Alp Mestanogullari 2015-03-04 01:47:47 +0100
  • cf1a7aeb9c Merge pull request #21 from anchor/expose-form-urlencoded Christian Marie 2015-03-04 09:17:58 +1100
  • 07cd4f65d6 Expose FormUrlEncoded through Servant.API Timo von Holtz 2015-03-04 09:04:21 +1100
  • 2c2a2fcb54 Extend tests with more content types Timo von Holtz 2015-03-04 08:59:36 +1100
  • f7af3b14d2 Introduce ServerT to specify generic handlers. Roland Schatz 2015-03-02 22:23:56 +0100
  • b7131b45c4 Use github servant-server. Julian K. Arni 2015-03-02 15:56:02 +0100
  • 4602225f60 Merge pull request #19 from haskell-servant/jkarni/integrate-doctests Julian Arni 2015-03-02 15:27:14 +0100
  • 03ebd8c63a Bump version v0.3.1 Julian K. Arni 2015-03-02 15:16:27 +0100
  • 7b8ff2e513 Add default.nix and make travis use 0.2 branches. Julian K. Arni 2015-03-02 15:02:05 +0100
  • 1ab407c2bf Add default.nix v0.2.2 Julian K. Arni 2015-03-02 13:12:38 +0100
  • 5f6c981d80 Merge pull request #29 from zerobuzz/export-toApplication-fun Julian Arni 2015-02-27 15:41:52 +0100
  • 27e842365f Remove overly specific comment. Matthias Fischmann 2015-02-27 15:27:35 +0100
  • 1a63d8797a Export toApplication from Server. Matthias Fischmann 2015-02-24 13:46:50 +0100
  • 635902e592 Cleanup, including: Julian K. Arni 2015-02-24 10:28:23 +0100
  • 33279c525d Merge pull request #11 from anchor/content-types Julian Arni 2015-02-25 13:25:10 +0100
  • 8cac6c6bb3 Merge pull request #18 from haskell-servant/jkarni/decodeLenient Julian Arni 2015-02-25 13:09:07 +0100
  • 1a200f1c48 Use lenient decoding for JSON. Julian K. Arni 2015-02-25 12:48:15 +0100
  • da0e1ca871 Extend tests and clean up Timo von Holtz 2015-02-25 09:56:06 +1100
  • 40a941e0e3 Don't ignore the content-type in ReqBody Timo von Holtz 2015-02-25 09:30:31 +1100
  • cae0b6e252 Merge pull request #13 from haskell-servant/jkarni/content-types Julian Arni 2015-02-24 15:01:46 +0100
  • b96a2d214d Pay down some coverage debt Julian K. Arni 2015-02-24 14:48:17 +0100
  • 81c3589624 Review fix Julian K. Arni 2015-02-24 14:05:04 +0100
  • 0789682cf8 Remove ContentTypes.hs Julian K. Arni 2015-02-21 18:05:31 +0100
  • e9f3341b9e Move more Content-type logic back to servant. Julian K. Arni 2015-02-19 19:18:43 +0100
  • 2092ddc201 Charset test fixes. Julian K. Arni 2015-01-13 22:40:41 +0100
  • 8028cceee7 ReqBody content types. Julian K. Arni 2015-01-13 20:40:41 +0100
  • 380acb3efa Add Accept header handling. Julian K. Arni 2015-01-12 15:08:41 +0100
  • 72b2fac95d Merge pull request #15 from zerobuzz/canonical-order Alp Mestanogullari 2015-02-24 11:15:28 +0000
  • 68fee749c4 Remove dead code. Matthias Fischmann 2015-02-24 11:01:34 +0100
  • b00596a530 Bump upper bound for http-media Julian K. Arni 2015-02-24 10:29:00 +0100
  • f11d5207e4 Dropped orphan instance for MediaType (now available upstream). Matthias Fischmann 2015-02-24 08:54:14 +0100
  • 1fef813a3b Render entpoints in canonical order. Matthias Fischmann 2015-02-23 10:53:18 +0100
  • 465e006e6e Merge pull request #13 from anchor/form-urlencoded Julian Arni 2015-02-23 09:52:32 +0100
  • 4f91a28d57 Add test for FormUrlEncoded using Network.URL Timo von Holtz 2015-02-23 16:54:10 +1100
  • 795a770780 Merge pull request #11 from haskell-servant/wip-note-api Christian Marie 2015-02-23 10:55:43 +1100
  • 055655618f Merge remote-tracking branch 'origin/master' into wip-note-api Christian Marie 2015-02-23 10:23:12 +1100
  • 53d3f6db80 Rename safeInfo to extraInfo Christian Marie 2015-02-23 09:54:07 +1100
  • 5df017267e Merge pull request #12 from anchor/jkarni/content-types Christian Marie 2015-02-23 09:52:55 +1100
  • fc5802fe7f Show, rather than convert, media types Thomas Sutton 2015-02-23 09:38:19 +1100
  • 97ff49c3c4 Replace HTML with PlainText in examples Thomas Sutton 2015-02-22 19:42:38 +1100
  • bdf61e4df9 Sample program more sensible and update README Thomas Sutton 2015-02-22 17:18:07 +1100
  • d824e7ed3c Run coveralls for master too Julian K. Arni 2015-02-21 17:41:30 +0100
  • 1d378e644c Add support for application/x-www-form-urlencoded Timo von Holtz 2015-02-21 07:44:28 +1100
  • a2f95f04c4 Merge pull request #16 from haskell-servant/jkarni/CommonTextTests Julian Arni 2015-02-20 17:27:51 +0100
  • 5be2430b11 Fix Integer FromText instance. Julian K. Arni 2015-02-20 16:54:45 +0100
  • 5f1e8c3607 Merge pull request #9 from haskell-servant/jkarni/content-types Julian Arni 2015-02-20 15:37:38 +0100
  • b02b67b4b7 handleCTypeH success test Julian K. Arni 2015-02-20 15:22:26 +0100
  • 5470297bdc Remove QQ for now Julian K. Arni 2015-02-20 15:08:13 +0100
  • 99374c5868 Only 'text' type should have charset parameter Julian K. Arni 2015-02-20 15:05:24 +0100
  • 784660c8ad Check whether travis build is PR for coveralls. Julian K. Arni 2015-02-20 12:41:33 +0100
  • 08528dccfa More content type tests Julian K. Arni 2015-02-20 11:13:10 +0100
  • 0453cc3d2a Some tests for provided content-types. Julian K. Arni 2015-02-20 01:07:36 +0100