Commit graph

  • 7f208c7f7d Merge pull request #598 from haskell-servant/jkarni/issecure Julian Arni 2016-09-11 12:03:55 -0300
  • 1842de4775 Merge pull request #600 from phadej/remove-servant-mock Julian Arni 2016-09-08 13:39:36 -0300
  • 782f8e1541 Move servant-mock to https://github.com/haskell-servant/servant-mock Oleg Grenrus 2016-09-08 17:36:10 +0300
  • 7cf5886f18 Merge 1ceecff28f into 040db21152 chkl 2016-09-07 23:04:00 +0000
  • 040db21152 Merge pull request #599 from chkl/clientm Julian Arni 2016-09-07 20:03:36 -0300
  • 7a7f7d7cf5 changed ClientM to be a Reader of ClientEnv Christian Klinger 2016-09-08 00:03:44 +0200
  • 76e74f9d5a Add instances for IsSecure Julian K. Arni 2016-09-07 12:31:54 -0300
  • 1ceecff28f remove HasHttpManager instance and http-conduit dependency. Christian Klinger 2016-09-07 10:59:34 +0200
  • 5c62f5a24f Merge branch 'master' into servant-dates-new Alex Mason 2016-09-07 10:07:45 +1000
  • 29af0bbdf9 Merge pull request #585 from axman6/axman6/get-headers-581 Julian Arni 2016-09-06 20:59:46 -0300
  • b5a0084968 Merge 6ccd52b688 into bf824a3889 Dennis Gosnell 2016-09-06 16:40:08 +0000
  • a62a827491 fixing HTTP.Client(*) imports. Christian Klinger 2016-09-06 14:06:56 +0200
  • c709626fed HasHttpManager used to be in http-conduit before http-client 0.4.19 Christian Klinger 2016-09-06 13:44:56 +0200
  • 7b57b98368 added mtl workaround and instances for Generics and HasHttpManager Christian Klinger 2016-09-06 13:11:01 +0200
  • 3e99698ae2 Changes for #465 and #576 Rik van der Kleij 2016-09-05 13:23:50 +0200
  • 0b861b7fe3 updated ClientSpec to use ClientM. Christian Klinger 2016-09-04 12:52:30 +0200
  • e95112a62e Statically point to tag v0.8 Cornelius Diekmann 2016-09-04 12:45:51 +0200
  • d9a9f63d4b compiles now with 'stack build --pedantic' Christian Klinger 2016-09-04 11:16:48 +0200
  • 4517022332 added ClientEnv data type and runClientM Christian Klinger 2016-09-04 10:50:08 +0200
  • 2ec3a7356c change ClientM to be a ReaderT (Manager, BaseUrl) ... Christian Klinger 2016-09-04 10:13:43 +0200
  • bd869c23a6 Servant.API.Times -> Servant.API.Time Alex Mason 2016-09-04 17:39:44 +1000
  • e589df1fe1 Make tutorial/example code compile. Cornelius Diekmann 2016-09-03 10:12:14 +0200
  • d9bee40b88 Make the tutorial compile Cornelius Diekmann 2016-09-03 09:49:36 +0200
  • 1094307ce2 Merge a9afd37afe into bf824a3889 Oleg Grenrus 2016-09-02 18:27:56 +0000
  • ec3efabd16 Merge 7755620e7a into bf824a3889 Julian Arni 2016-09-02 17:26:16 +0000
  • c6da6d4937 Merge 9d9091f8e9 into bf824a3889 Nickolay Kudasov 2016-09-02 16:09:54 +0000
  • bf824a3889 Bump version to 0.8.1 v0.8.1 Julian K. Arni 2016-09-02 13:09:47 -0300
  • 3d7a63e496 Merge pull request #588 from diekmann/patch-2 Julian Arni 2016-09-02 12:08:00 -0300
  • 47eed38ee6 Fixed typo: s/real/realm/ Cornelius Diekmann 2016-09-02 16:38:03 +0200
  • 3e704362c3 Remove error calls and replace with working implementations of ToHttpApiData Alex Mason 2016-09-03 00:23:21 +1000
  • dbab31508e Comma style is hard Alex Mason 2016-09-02 23:59:36 +1000
  • a991cbe77c Revert version bump, update changelog Alex Mason 2016-09-02 23:53:18 +1000
  • 5bef76ed03 Remove all use of bytestring-conversion Alex Mason 2016-09-02 23:27:37 +1000
  • 7755620e7a Review fixes Julian K. Arni 2016-09-02 10:25:22 -0300
  • 9b5a564f3c Remove dependency on bytestring-conversion Alex Mason 2016-09-02 23:14:45 +1000
  • 532ea9eb8b Update changelog Alex Mason 2016-09-02 23:06:59 +1000
  • d09b70f427 Merge pull request #586 from cko/edit_contributing_instructions Julian Arni 2016-09-02 10:00:18 -0300
  • 85a6d9714c add 'stack setup' command Christine Koppelt 2016-09-02 12:43:22 +0200
  • a1b23018f9 Replace use of ToByteString with HttpApiData for GetHeaders, fixes servant/#581 Alex Mason 2016-09-02 19:46:49 +1000
  • d4cfe3ea74 Update version bounds for time for GHC 8.0 Alex Mason 2016-09-02 17:00:26 +1000
  • e15737dd2f Merge branch 'servant-dates' into servant-dates-new Alex Mason 2016-09-02 16:32:51 +1000
  • 32fa3490cf Write better docs (and remove last use if undefined) Alex Mason 2016-09-02 16:17:17 +1000
  • 7293717a0d Rename {render,parse}Time FTime Alex Mason 2016-09-02 16:16:41 +1000
  • 518a2715be Remove use of CPP inside functions Alex Mason 2016-09-02 16:14:25 +1000
  • 840eae8cfe various code clean ups, fixing some issues from @jkarni Alex Mason 2016-09-02 15:57:51 +1000
  • f3f61dbbac Rename toProxy to toFormatProxy Alex Mason 2016-09-02 15:46:23 +1000
  • 1996ec05f7 Remove use of undefined in Read instance Alex Mason 2016-09-02 15:45:31 +1000
  • bbd6779cc5 Fix doc formatting and add note about + in URLs Alex Mason 2016-09-02 15:44:49 +1000
  • 539b8c93fa Add three ISO8601 compatible formats Alex Mason 2016-09-02 15:44:16 +1000
  • 523fe563c9 Remove toProxy from API.Times in API Alex Mason 2016-09-02 15:20:27 +1000
  • 6462804f52 Merge branch 'master' of https://github.com/haskell-servant/servant into servant-dates Alex Mason 2016-09-02 12:53:04 +1000
  • 4faaa0b674 Bounds and stack files Julian K. Arni 2016-09-01 21:45:05 -0300
  • a3e5141b63 Remove FromFormUrlEncoded and ToFormUrlEncoded. Julian K. Arni 2016-09-01 21:24:49 -0300
  • a9afd37afe Support http-api-data-0.3 Oleg Grenrus 2016-08-31 13:32:12 +0300
  • 9e7356c6d3 Merge pull request #506 from haskell-servant/jkarni/servant-js-docs Julian Arni 2016-08-25 16:14:09 -0300
  • 6ccd52b688 Add in clientWithCTs function. (cdep)illabout 2016-08-19 22:00:31 +0900
  • 23493d982d add Raw to ComprehensiveAPI (and add ComprehensiveAPIWithoutRaw) Sönke Hahn 2016-08-17 15:51:10 +0200
  • 9d9091f8e9 Update IO content-type unrendering. fizruk/unrender-io Julian K. Arni 2016-08-17 14:36:24 -0300
  • 10da6fd454 Update servant-server Nickolay Kudasov 2016-01-20 02:46:17 +0300
  • 372a6c7753 Update servant-client Nickolay Kudasov 2016-01-20 02:46:08 +0300
  • 734e8a00d4 Allow IO when unrendering content types Nickolay Kudasov 2016-01-20 02:40:49 +0300
  • b22e4e72f9 Review fixes Julian K. Arni 2016-08-15 15:39:07 -0300
  • 7aa550aa05 Make Javascript tutorial compile. Julian K. Arni 2016-05-12 13:20:02 +0200
  • 9e71fde756 Fixing typo in Javascript.lhs freezeboy 2016-05-10 23:04:19 +0200
  • 95d077f586 Add more JS documentation. Julian K. Arni 2016-05-10 17:44:01 +0200
  • f5efaf9416 add changelog entry for CaptureAll Sönke Hahn 2016-08-17 13:37:53 +0200
  • 1b83d30cf3 switch ci to stack and add ci cron job to test hackage breakage Sönke Hahn 2016-08-11 16:53:46 +0200
  • 4ccfce2331 docs: bump Sphinx version Sönke Hahn 2016-08-14 22:45:32 +0200
  • 4e8a8c3a27 Yielding for safe instances of HasLink Alejandro D. P 2016-08-15 01:44:23 +0200
  • d0a28e46b0 add missing test file to servant-server.cabal Sönke Hahn 2016-08-14 19:58:05 +0200
  • b1f143010e servant-client: fix compilation when building with http-client < 0.4.30 Sönke Hahn 2016-08-14 20:13:46 +0200
  • 490502cad1 Support QuickCheck-2.9 Oleg Grenrus 2016-08-10 17:49:56 +0300
  • 6999b00297 Support aeson-1 Oleg Grenrus 2016-08-07 20:12:09 +0300
  • f2a7adb748 Merge pull request #536 from jkachmar/fix-js-examples Julian Arni 2016-08-04 14:18:45 -0300
  • 2b737e4c1c Accept multiple content-types in client. (cdep)illabout 2016-07-14 15:54:46 +0900
  • 3daa2adea5
    Fix javascript function name generation, mostly fixes #191 and remove js-specific code in servant-foreign (code which would now be dead) Dario Bertini 2016-07-24 15:46:55 +0200
  • 96529c1321 Merge 187fe5b139 into cd22bf759e Sönke Hahn 2016-07-19 16:59:40 +0000
  • 187fe5b139 Merge tag 'v0.8' into client-ghcjs_7.1 Sönke Hahn 2016-07-19 16:27:19 +0200
  • 89cc9f0378 Merge 83b8ef314c into 197ed0548a Oleg Grenrus 2016-07-18 12:42:49 +0000
  • 197ed0548a Use parseRequest Oleg Grenrus 2016-07-10 23:28:51 +0300
  • 83b8ef314c Use parseRequest Oleg Grenrus 2016-07-10 23:28:51 +0300
  • ecfa78d222 doc: add a tip about how to serve on / Sönke Hahn 2016-07-15 19:31:16 +0200
  • a844b7c297 Merge pull request #519 from jml/capture-all-take-2 Arian van Putten 2016-07-11 17:03:01 +0200
  • c5dcff12d0 Add dummy docs instancE Arian van Putten 2016-07-04 14:47:34 +0200
  • b714640110 Add CaptureAll to ComprehensiveAPI Arian van Putten 2016-07-04 14:38:00 +0200
  • d945c99f82 Test whole list in CaptureAll client tests Jonathan Lange 2016-06-07 09:50:46 +0100
  • ed702f5927 servant-docs support for CaptureAll Jonathan Lange 2016-05-26 21:22:11 +0100
  • cda31614bf servant-foreign support for CaptureAll Jonathan Lange 2016-05-26 20:51:28 +0100
  • c79a254b36 servant-server support for CaptureAll Jonathan Lange 2016-05-26 19:10:15 +0100
  • 7fb9a95711 servant-client support for CaptureAll Jonathan Lange 2016-05-26 17:10:33 +0100
  • 0d8a5b5aff servant-mock support for CaptureAll Jonathan Lange 2016-05-26 16:55:02 +0100
  • a616a8d689 Add CaptureAll to the API definitions Jonathan Lange 2016-05-26 16:49:04 +0100
  • 8eb412ff23 bump version v0.8 Sönke Hahn 2016-07-10 14:10:27 +0200
  • d782ef19f7 Fix a warning that the test suite gave Arian van Putten 2016-07-09 14:26:56 +0200
  • 05379ed7e3 Replace all occurances of () with NoContent Arian van Putten 2016-07-08 09:11:34 +0200
  • d45c7c5897 support http-client-0.5 Sönke Hahn 2016-07-09 13:31:58 +0200
  • a7a3294752 Add bounds to servant, servant-server and servant-clients Oleg Grenrus 2016-07-06 22:55:26 +0300
  • 6c5afe8fb3 Merge remote-tracking branch 'origin/master' into client-ghcjs_update-stack-file Sönke Hahn 2016-07-09 11:11:52 +0200
  • 5406479669 Merge a1882f7a12 into af7391c7a9 Oleg Grenrus 2016-07-08 19:37:28 +0000
  • af7391c7a9 Merge pull request #541 from mrkkrp/add-has-link-instance-for-basic-auth Julian Arni 2016-07-07 18:23:11 -0300