Commit graph

  • 839f5a79a9 Added support for matrix parameters Daniel Larsson 2014-12-28 22:56:58 +0100
  • 3e0be5a305 Added update-nixpkgs.sh script. Julian K. Arni 2015-01-09 18:04:36 +0100
  • 5a6d864ebe Merge pull request #5 from zerobuzz/2015-01-06-explicit-import-lists Alp Mestanogullari 2015-01-06 18:32:19 +0100
  • 92a8a78abe Explicit imports in /test. Matthias Fischmann 2015-01-06 17:57:50 +0100
  • 40b13a9c86 Explicit imports in /src. Matthias Fischmann 2015-01-06 17:54:53 +0100
  • 9b10181d9a Remove unused imports. Matthias Fischmann 2015-01-06 17:49:35 +0100
  • 9ef336b50f Merge pull request #7 from zerobuzz/2015-01-06-explicit-import-lists Alp Mestanogullari 2015-01-06 17:44:12 +0100
  • ca817f0c9d Explicit imports in /test. Matthias Fischmann 2015-01-06 17:34:03 +0100
  • 663fbaaabb Make -Wall less noisy. Matthias Fischmann 2015-01-06 17:26:37 +0100
  • 2f9c6340c4 Explicit imports in /src. Matthias Fischmann 2015-01-06 17:25:25 +0100
  • d81704abc7 Added support for matrix parameters Daniel Larsson 2015-01-06 14:30:01 +0100
  • 330e9abcaa Merged in 0.3 Daniel Larsson 2015-01-06 14:29:37 +0100
  • 6835f0559a Merge pull request #6 from zerobuzz/mf59816/ignore-tailing-slashes Julian Arni 2015-01-06 09:57:16 +0100
  • 9b8d25c838 Ignore redundant trailing slashes (with test case). Matthias Fischmann 2015-01-05 14:27:06 +0100
  • 409a10442d Added test cases for matrix parameters. Added some missing cases in the IsElem type family (QueryParams and QueryFlag) Daniel Larsson 2015-01-04 18:14:27 +0100
  • 3dc9424765 add a changelog, bump version to 0.2.2 0.2.2 Alp Mestanogullari 2015-01-04 17:41:51 +0100
  • 44efc7ff20 bump version 0.3 Alp Mestanogullari 2015-01-04 17:18:40 +0100
  • b7591dd7e0 mention servant-pandoc in the readme Alp Mestanogullari 2015-01-04 17:18:12 +0100
  • 923a75afef add a changelog Alp Mestanogullari 2015-01-04 17:17:57 +0100
  • 07472ccb7a update the example to show off multiple-responses Alp Mestanogullari 2015-01-04 16:53:02 +0100
  • 71142b08d4 fix build error Alp Mestanogullari 2015-01-04 16:44:23 +0100
  • 0edde415bd first shot (doesn't build though) at multiple responses in the docs Alp Mestanogullari 2015-01-04 16:38:50 +0100
  • 0cc4f975cc Bump version to 0.2.3 Julian K. Arni 2015-01-04 16:22:28 +0100
  • d8fe7200f1 Bump version to 0.2.3 v0.2.3 Julian K. Arni 2015-01-04 16:22:28 +0100
  • 1ec9d0a497 Add CHANGELOG. Julian K. Arni 2015-01-04 16:21:25 +0100
  • 3ac502c803 Merge pull request #3 from haskell-servant/jkarni/servant-issue-2 Julian Arni 2015-01-04 16:12:49 +0100
  • b43301967d Update reqBodyRef comment. Julian K. Arni 2015-01-04 16:08:22 +0100
  • 726848b8a3 Add comment about what the bug was. Make ReqBodyState strict. Julian K. Arni 2015-01-03 18:16:26 +0100
  • ecb1da0e37 Cycle through ByteString. Julian K. Arni 2015-01-03 18:07:39 +0100
  • 83f55259fa Memoize requestBody IO action. Julian K. Arni 2015-01-02 19:34:15 +0100
  • b93ff6c21c Merge pull request #5 from mpickering/patch-1 Alp Mestanogullari 2015-01-03 17:20:17 +0100
  • e333ed5ff6 Expose "headers" lens Matthew Pickering 2015-01-03 16:11:09 +0000
  • 1e6fbd111d Merge pull request #4 from zerobuzz/test-case-for-servant-issue-3 Julian Arni 2015-01-03 00:51:18 +0100
  • aaf448f3fe This test case reproduces servant issue #3. Alp Mestanogullari 2015-01-01 21:21:25 +0100
  • 174a4253fe Merge pull request #4 from paf31/slashes Alp Mestanogullari 2015-01-02 19:35:01 +0100
  • 43f9aa78c0 Represent path as [String] Phil Freeman 2015-01-02 10:06:34 -0800
  • 7f1792be62 Merge pull request #4 from haskell-servant/jkarni/issue2 Julian Arni 2015-01-02 10:58:24 +0100
  • 8dfb3294b8 Fix top-level raw code-gen issue. Julian K. Arni 2015-01-02 10:46:21 +0100
  • 8aba885488 Added support for matrix parameters. Daniel Larsson 2015-01-01 23:43:29 +0100
  • 6f10662887 Initial support for matrix parameters. Not complete, not sure how to document them yet, since documentation is focused on endpoints, not individual path fragments. Daniel Larsson 2015-01-01 23:42:06 +0100
  • 80b82fd885 Bumped version number, and added a .gitignore file. Daniel Larsson 2015-01-01 22:46:58 +0100
  • 924c805db4 Merge pull request #2 from mpickering/patch-1 Alp Mestanogullari 2015-01-01 21:21:25 +0100
  • 77aed79eba Complete code example in Servant.Server Matthew Pickering 2015-01-01 20:10:17 +0000
  • f670667904 Merge pull request #3 from paf31/ignore Alp Mestanogullari 2015-01-01 15:41:27 +0100
  • 83afdcb96b Declared query string parameters are always sent in requests, even when no value is assigned to them (?name). The server handles a missing query parameter, and a query parameter with no value the same, but to be consistent with the documentation ("If you give Nothing, nothing will be added to the query string.") I made a small change to avoid sending empty query parameters. Also the value and req' parameters were flipped in the lambda in the QueryParams case. Daniel Larsson 2015-01-01 15:14:07 +0100
  • 42fc048dfc Add missing slash character in generated docs. Phil Freeman 2014-12-31 17:19:35 -0800
  • 17569a31b6 Add .gitignore file which ignore sandbox files Phil Freeman 2014-12-31 17:18:23 -0800
  • fe541f3bf4 Added support for matrix parameters Daniel Larsson 2014-12-28 22:56:58 +0100
  • fb153d4e08 Merge pull request #3 from haskell-servant/jkarni/issue1 Alp Mestanogullari 2014-12-24 14:02:47 +0100
  • 58b27cd957 Fix dot in function name issue. Julian K. Arni 2014-12-24 13:55:25 +0100
  • 87b7c8e376 Merge pull request #1 from haskell-servant/jkarni/encodePretty Julian Arni 2014-12-20 22:09:28 +0100
  • 3898c19afe Switch to encodePretty in sampleByteString. Julian K. Arni 2014-12-20 21:58:07 +0100
  • df5c8d9843 guard against failures with old versions of 'either' Alp Mestanogullari 2014-12-19 18:26:03 +0100
  • 0fea0ddbf9 expose Servant.Server.Internal, useful when we define our own combinators externally Alp Mestanogullari 2014-12-19 18:15:21 +0100
  • 7ea1203c8b Merge pull request #2 from spl/patch-1 Alp Mestanogullari 2014-12-13 00:40:49 +0100
  • 4a89f5d6c7 Fix typo Sean Leather 2014-12-12 21:04:03 +0200
  • 14a2750411 update README to refflect the servant/servant-server split Alp Mestanogullari 2014-12-12 10:39:08 +0100
  • fbc012c348 adapt to servant/servant-server split, prepare release Alp Mestanogullari 2014-12-10 16:51:05 +0100
  • 2d2c46ea12 adapt to the servant/servant-server split Alp Mestanogullari 2014-12-10 16:43:43 +0100
  • 824c56ff22 prepare for release Alp Mestanogullari 2014-12-10 16:39:40 +0100
  • 9aeb295955 make ReqBody kind polymorphic (for a test) Alp Mestanogullari 2014-12-10 16:14:58 +0100
  • 6836eb6bcc add split server-side bits into servant-server Alp Mestanogullari 2014-12-10 16:11:57 +0100
  • d106989d62 adapt to the servant/servant-server split, prepare new release Alp Mestanogullari 2014-12-10 16:29:50 +0100
  • a8a896f507 make ReqBody kind polymorphic (for a test) 0.2.1 Alp Mestanogullari 2014-12-10 16:14:58 +0100
  • 2b13d064ed add split server-side bits into servant-server Alp Mestanogullari 2014-12-10 16:11:57 +0100
  • e43532b71d first shot at a server package Alp Mestanogullari 2014-12-10 16:10:57 +0100
  • 741da9fde1 Merge pull request #1 from haskell-servant/jkarni/cleaner-haddock Alp Mestanogullari 2014-12-10 10:43:44 +0100
  • f4f86520bc Clean up QQ and Utils.Links haddock. Julian K. Arni 2014-12-10 10:34:49 +0100
  • c660b9cb0b -Wall police Alp Mestanogullari 2014-12-09 15:39:41 +0100
  • d760149ce0 put quotes around header name Alp Mestanogullari 2014-12-08 13:34:26 +0100
  • 3d467cfab2 add jq support for Servant.API.Header Alp Mestanogullari 2014-12-08 13:32:47 +0100
  • d831cf944f add docs support for Header Alp Mestanogullari 2014-12-08 13:07:34 +0100
  • 2ecc6124b0 add HasClient instance for Header Alp Mestanogullari 2014-12-08 12:52:30 +0100
  • 2c30a11e0a Built from 501dafaeba Alp Mestanogullari 2014-12-08 12:28:32 +0100
  • 501dafaeba add Servant.API.Header 0.2 Alp Mestanogullari 2014-12-08 12:28:11 +0100
  • 0a2d3bc12c polish up cabal file, add README Alp Mestanogullari 2014-12-08 12:01:56 +0100
  • 2261521002 polish up cabal file, add README and output of the example Alp Mestanogullari 2014-12-08 11:25:52 +0100
  • fe3bd998aa polish up cabal file, add a README Alp Mestanogullari 2014-12-08 11:10:51 +0100
  • 17607212b3 cabal file typos Alp Mestanogullari 2014-12-08 11:00:26 +0100
  • 63563ca665 Built from 55eb020d10 Alp Mestanogullari 2014-12-08 10:57:31 +0100
  • 55eb020d10 polish up cabal file, add a README Alp Mestanogullari 2014-12-08 10:56:02 +0100
  • 9c343face8 add a TODO Alp Mestanogullari 2014-12-05 11:39:25 +0100
  • 654e59d7c4 add script for generating the docs and pushing them to github-pages Alp Mestanogullari 2014-12-02 18:35:11 +0100
  • 84b9ea271e Built from 1defab0d2f Alp Mestanogullari 2014-12-02 18:34:48 +0100
  • ffb3392cff travis: build with ghc 7.8 and clone servant from git before building Alp Mestanogullari 2014-12-02 17:50:44 +0100
  • d517bfa69c travis: buidl with ghc 7.8 and clone servant from git before building Alp Mestanogullari 2014-12-02 17:49:25 +0100
  • 8c7cc95b8c travis: build with ghc 7.8 and clone servant from git before building Alp Mestanogullari 2014-12-02 17:48:21 +0100
  • 1defab0d2f travis: build with ghc 7.8 Alp Mestanogullari 2014-12-02 17:45:24 +0100
  • cec89c1cd0 Built from d9d94e6f4e Alp Mestanogullari 2014-12-02 17:42:06 +0100
  • 470df01c47 add travis file Alp Mestanogullari 2014-12-02 17:26:05 +0100
  • 426c59078c add travis file Alp Mestanogullari 2014-12-02 17:25:52 +0100
  • 6d9fa0f86a add travis file Alp Mestanogullari 2014-12-02 17:25:38 +0100
  • d9d94e6f4e oops. rename travis file to .travis.yml Alp Mestanogullari 2014-12-02 17:25:25 +0100
  • 987b160691 add travis file Alp Mestanogullari 2014-12-02 17:24:10 +0100
  • 99215cd654 first shot at generating function names automatically Alp Mestanogullari 2014-12-01 17:36:18 +0100
  • 3e76058d25 drop the dependency on interpolate and hence on haskell-src-exts, it's becoming too annoying to keep Alp Mestanogullari 2014-12-01 17:23:25 +0100
  • 4dafc4efb4 add LICENSE files to all projects Alp Mestanogullari 2014-12-01 16:38:43 +0100
  • f8078001e2 add LICENSE files to all projects Alp Mestanogullari 2014-12-01 16:38:43 +0100
  • 91fc74b70e add LICENSE files to all projects Alp Mestanogullari 2014-12-01 16:38:43 +0100
  • d39d1f1d0a fix travis script... Alp Mestanogullari 2014-12-01 16:29:42 +0100