Commit graph

  • b836f13dea Remove Elem from servant-foreign Nickolay Kudasov 2016-01-20 18:23:10 +0300
  • a6de4ba123 Remove IsIn from servant-docs Nickolay Kudasov 2016-01-20 17:56:52 +0300
  • e9b281f3cc Add IsIn and IsSubAPI constraints Nickolay Kudasov 2016-01-20 17:53:32 +0300
  • 09c8464a5a Move type-level operations from Utils.Links to API.TypeLevel Nickolay Kudasov 2016-01-20 17:39:18 +0300
  • 5168157757 Make Handler a newtype Oleg Grenrus 2017-01-16 11:44:25 +0200
  • 48014f4a66 Merge pull request #668 from phadej/fix_js_function_identifiers Oleg Grenrus 2017-01-16 12:15:35 +0200
  • 77f69101fb Add changelog and resurrect one test (higlights the change) Oleg Grenrus 2017-01-16 11:51:35 +0200
  • c20c09411d Fix javascript function name generation, mostly fixes #191 Dario Bertini 2016-07-24 15:46:55 +0200
  • 19c1f887dc Merge 128579bdb4 into 094f28b42d berdario 2017-01-16 09:35:05 +0000
  • 094f28b42d Merge pull request #664 from phadej/new-build Oleg Grenrus 2017-01-16 11:34:59 +0200
  • d62865a71c Run also test/ doctests Oleg Grenrus 2017-01-16 11:09:41 +0200
  • d5e73bf577 Make servant buildable with cabal new-build Oleg Grenrus 2017-01-16 09:06:22 +0200
  • 8822c12530 Merge pull request #666 from phadej/bug-fix-for-haslink Oleg Grenrus 2017-01-16 11:01:45 +0200
  • 2b12436d3b Fix tests (URI -> Link) Oleg Grenrus 2017-01-16 10:46:28 +0200
  • 826f0caf5b Add changelog entry Oleg Grenrus 2017-01-16 10:31:18 +0200
  • 9e4285f99d Yielding for safe instances of HasLink Alejandro D. P 2016-08-15 01:44:23 +0200
  • 372c1e2a32 Update stack.yaml to use lts-6.27 Oleg Grenrus 2017-01-16 10:28:13 +0200
  • cfaa7a06be Merge pull request #665 from phadej/client-monad-control Oleg Grenrus 2017-01-16 10:25:35 +0200
  • e6206cc51e Add more changelog entries Oleg Grenrus 2017-01-16 10:09:40 +0200
  • 6faa742c4a Update changelog Oleg Grenrus 2017-01-16 10:02:54 +0200
  • b548f8df86 Add MonadBaseControl IO ClientM instance Oleg Grenrus 2017-01-16 09:51:27 +0200
  • eac364e98c Merge pull request #661 from kosmikus/pr/servant-client-streaming-request-body Alp Mestanogullari 2017-01-12 15:58:03 +0100
  • bc04d120ec Allow more flexbility in setting the request body. Andres Loeh 2017-01-12 12:01:36 +0100
  • 2769031e9b warning free Alp Mestanogullari 2017-01-12 03:01:49 +0100
  • 6aab9becb9 add some basic tests for the cleanup machinery in Delayed Alp Mestanogullari 2017-01-12 02:58:29 +0100
  • 81a876c3e3 use an ioref to store clean up actions instead of a field in Delayed, allowing early clean up registration Alp Mestanogullari 2016-10-24 19:21:28 +0200
  • 9beedb59a9 make cleanup in Delayed more resistant to exceptions Alp Mestanogullari 2016-10-21 19:24:15 +0200
  • 4a52cce9b8 fix a warning Alp Mestanogullari 2016-10-16 10:21:01 +0200
  • 5e2f8be5a1 add a field in Delayed that lets us specify a clean up action that can use the result of bodyD to perform some IO clean up operation Alp Mestanogullari 2016-10-15 12:02:30 +0200
  • 875f5921fc Merge pull request #653 from phadej/aeson-1.1 Alp Mestanogullari 2017-01-03 11:04:25 +0100
  • dec2f84ff1 Merge 6e77453b67 into 6234eae2ac Philipp Balzarek 2017-01-02 12:30:44 +0000
  • 6234eae2ac Merge pull request #615 from phadej/mime-unrender-multiple Alp Mestanogullari 2017-01-01 22:17:50 +0100
  • 85feb31cbb Fix hspec-wai issue Oleg Grenrus 2017-01-01 20:52:18 +0200
  • 4d4bc8e9f4 Pass contentType to the mimeUnrender variant Oleg Grenrus 2016-10-12 07:28:43 +0300
  • 1f00a68937 Support aeson-1.1 Oleg Grenrus 2017-01-01 20:02:56 +0200
  • e8ba67048a Merge pull request #614 from phadej/accept-multiple Alp Mestanogullari 2017-01-01 11:31:00 +0100
  • 6e77453b67 update servant-server CHANGELOG.md Philipp Balzarek 2016-12-12 15:35:47 +0100
  • d360020919 throw 400 on query parameter parse failure Philipp Balzarek 2016-12-12 15:17:06 +0100
  • 904e68884f Merge b5ae9c04fc into 37ec081c20 Ben Weitzman 2016-12-05 05:24:12 +0000
  • 37ec081c20 Merge pull request #646 from genya0407/422-unprocessable-entity-error Julian Arni 2016-12-04 21:56:59 +0000
  • d2a51396cc add HTTP status code 422 Yusuke Sangenya 2016-12-03 16:44:34 +0900
  • 8ed7a95458 Merge pull request #635 from phadej/natural-transformation-0.4 Julian Arni 2016-11-19 15:14:59 +0000
  • 894273dd0d Add changelog entry for NT change Oleg Grenrus 2016-11-18 18:41:34 +0200
  • 7882899b21 Initial commit of Lift datatype David Johnson 2016-11-17 15:27:41 -0600
  • 34166ae749 Update tutorial (NT changes) Oleg Grenrus 2016-11-16 08:29:36 +0200
  • b1ac9dc450 Use natural-transformation-0.4 Oleg Grenrus 2016-11-15 22:33:23 +0200
  • da55698fad Add multiple mimetypes tests Oleg Grenrus 2016-10-11 20:21:40 +0300
  • 93a9a17f9a Don't depend on semigroups on GHC >=8.0 Oleg Grenrus 2016-10-11 19:35:36 +0300
  • 3fec1a086a Use TupleSections, not list comprehensions Oleg Grenrus 2016-10-11 19:33:49 +0300
  • 1abf84feca servant-client asks for any content-type in Accept contentTypes ne-list Oleg Grenrus 2016-10-11 08:20:21 +0300
  • 148bb15635 Make MINIMAL contentType | contentTypes Oleg Grenrus 2016-10-11 08:11:48 +0300
  • bf66b2b1ff Allow multiple content-types for single Accept Oleg Grenrus 2016-10-11 08:04:59 +0300
  • b5ae9c04fc make mimeRender failable Ben Weitzman 2016-11-09 22:32:27 -0500
  • 1a4052eeec
    ... Matthias Fischmann 2016-10-31 13:00:35 +0100
  • 2a4efaa973
    Add TypeRep of api end-point to Foreign.Req. Matthias Fischmann 2016-10-31 11:19:43 +0100
  • 4fd31a60fb Bump version. v0.9.1.1 Julian K. Arni 2016-10-27 13:24:57 +0200
  • 67c26cb7bc Merge pull request #629 from hamishmack/master Julian Arni 2016-10-27 12:23:14 +0100
  • 49931913c9 Derive MonadThrow and MonadCatch for ClientM Hamish Mackenzie 2016-10-27 22:32:41 +1300
  • 9e809a0756 Bump version. v0.9.1 Julian K. Arni 2016-10-26 17:35:57 +0200
  • cd9bc8b52f Merge pull request #626 from haskell-servant/jkarni/response-header-tutorial Julian Arni 2016-10-26 16:28:54 +0100
  • 5e09493aa6 Add more documentation about response headers to tutorial. Julian K. Arni 2016-10-24 18:41:57 +0200
  • c0906d1873 Merge pull request #623 from haskell-servant/jkarni/noHeader Julian Arni 2016-10-24 16:37:24 +0100
  • 9ad2efe862 Review fixes Julian K. Arni 2016-10-24 17:15:29 +0200
  • 3f6ecbb77b add err418 Sönke Hahn 2016-10-23 14:37:05 -0400
  • 715770eb82 add err418 Sönke Hahn 2016-10-23 14:37:05 -0400
  • ed82056052 Add noHeader function. Julian K. Arni 2016-10-21 14:36:14 +0200
  • 79f53cef3e servant-client: use base-compat in order to use less CPP Sönke Hahn 2016-10-15 17:43:21 -0400
  • c1a0bbb5a3 servant-client: use base-compat in order to use less CPP Sönke Hahn 2016-10-15 17:43:21 -0400
  • f352f3b136 Update Authentication.lhs Ruben Moor 2016-10-14 15:06:49 +0200
  • 0dbc5cc9c9 Update Authentication.lhs Ruben Moor 2016-10-14 15:06:49 +0200
  • 3ddf225cec Bump version. v0.9.0.1 Julian K. Arni 2016-10-09 22:52:49 +0200
  • e740390b16 wip pr610 Julian K. Arni 2016-10-09 22:44:07 +0200
  • c0c1f0fa25 Fixed haddocs in correspondence with the change ClientM to ReaderT VyacheslavHashov 2016-10-09 22:34:16 +0300
  • 7a86dd5ff7 Fixed haddocs in correspondence with the change ClientM to ReaderT VyacheslavHashov 2016-10-09 22:34:16 +0300
  • 128579bdb4
    Merge branch 'master' into fix_js_function_identifiers Dario Bertini 2016-10-08 18:27:56 +0100
  • a604a00c00 wip Julian K. Arni 2016-10-08 17:28:54 +0200
  • 8091654ab2
    Add tests for ToValidFunctionName Dario Bertini 2016-10-08 16:10:59 +0100
  • def2f4ba1e Merge pull request #611 from phadej/remove-servant-js Julian Arni 2016-10-08 15:44:11 +0100
  • 1d19c25bd7 wip Julian K. Arni 2016-10-08 16:23:03 +0200
  • 32313d9baf Move servant-js to own repo Oleg Grenrus 2016-10-08 15:08:07 +0100
  • a62c8c7a30 Update versions of ghcjs stack Julian K. Arni 2016-10-08 15:13:53 +0200
  • 38926ca1d7 wip Julian K. Arni 2016-10-08 12:56:18 +0200
  • c06806786f Merge 5f070634cc into 187fe5b139 Falco Peijnenburg 2016-10-03 09:29:12 +0000
  • 5f070634cc servant-client: Removed redundant import Falco Peijnenburg 2016-10-03 11:29:04 +0200
  • a08b116715 servant-client: Removed redundant import Falco Peijnenburg 2016-10-03 11:21:00 +0200
  • e019e345b1 Merge 2967bfd083 into bc1a3e7faa Falco Peijnenburg 2016-10-02 11:18:39 +0000
  • 2967bfd083 servant-client: Fixes MVar blocking exception Falco Peijnenburg 2016-09-30 18:12:22 +0200
  • 798d9e8967 Fixes MVar blocking exception Falco Peijnenburg 2016-09-30 18:12:22 +0200
  • 2082abf17b Merge branch 'master' of github.com:haskell-servant/servant into client-ghcjs Falco Peijnenburg 2016-09-26 14:48:39 +0200
  • 20b50e36bf Merge 5247980860 into 2a21e14e6e Alex Mason 2016-09-18 04:58:17 +0000
  • bc1a3e7faa bump version v0.9 Sönke Hahn 2016-09-17 11:47:57 -0400
  • d7d22b8050 tweake changelogs for the upcoming release Sönke Hahn 2016-09-17 11:46:26 -0400
  • 2a21e14e6e Merge pull request #601 from timhabermaas/master Sönke Hahn 2016-09-17 11:36:40 -0400
  • 5d4b730b3e Fix typo in servant-js README Tim Habermaas 2016-09-16 18:48:54 +0200
  • a274d8a124 Merge pull request #592 from haskell-servant/use-http-api-forms Julian Arni 2016-09-13 10:30:34 -0300
  • 501212e6b9 Review fixes Julian K. Arni 2016-09-02 10:25:22 -0300
  • 7cdebce96b Bounds and stack files Julian K. Arni 2016-09-01 21:45:05 -0300
  • 0870b3b2f5 Remove FromFormUrlEncoded and ToFormUrlEncoded. Julian K. Arni 2016-09-01 21:24:49 -0300
  • f44b336bf1 Support http-api-data-0.3 Oleg Grenrus 2016-08-31 13:32:12 +0300
  • 5247980860 Merge branch 'master' into servant-dates-new Alex Mason 2016-09-12 11:27:05 +1000