Commit Graph

  • d5b9cbf634
    Merge pull request #1592 from TeofilC/ghc-9.4 Maxim Koltsov 2022-10-27 22:14:26 +0300
  • ff135e868b Add flags to cabal.project to allow building with GHC-9.4 Teo Camarasu 2022-08-09 11:06:20 +0100
  • 86c61c6dbd Update doctest to be compatible with newer GHC Teo Camarasu 2022-10-27 13:03:50 +0100
  • 3f6886ad2d Bump depedency bounds Teo Camarasu 2022-08-17 11:37:27 +0100
  • 53c132173c Bump http-api-data bounds Teo Camarasu 2022-08-24 00:15:16 +0100
  • a445fbafd6 Use CPP to avoid errors with old GHC from TypeApplications in class instance Teo Camarasu 2022-10-18 11:06:34 +0100
  • 52f76ea722 Add GHC-9.4 to workflow Teo Camarasu 2022-08-09 11:11:16 +0100
  • e455fa9173 Handle Cookies correctly for RunStreamingClient romes 2022-09-01 23:54:36 +0200
  • 66e8360cb3
    Relax to 0.6 Felix Yan 2022-10-21 10:56:18 +0300
  • 4627683a64 Fix TypeError for GHC-9.4 Teo Camarasu 2022-08-09 11:05:00 +0100
  • 9dee0136f1
    Allow http-api-data 0.5 Felix Yan 2022-10-05 17:09:57 +0300
  • f2446eae0c
    Merge dbab2acfbb into e4650de303 Peter Becich 2022-10-05 05:40:24 -0500
  • e4650de303
    Allow lens 5.2 (#1607) l-epple 2022-10-02 17:21:43 +0200
  • 2609df7480 Allow lens 5.2 Tristan Cacqueray 2022-09-26 13:02:40 +0000
  • dbab2acfbb
    bump GHC fix version and Cabal minor version in Github Action Peter Becich 2022-09-18 12:31:42 -0700
  • 2323906080
    Allow hspec 2.10 (#1609) Felix Yan 2022-09-07 07:31:58 +0200
  • 35c8ae2650
    Allow hspec 2.10 Felix Yan 2022-09-07 00:07:09 +0300
  • 45573a153c Allow lens 5.2 Lukas Epple 2022-09-02 10:47:51 +0200
  • 492e637bb4 Adding changelog Juan Pablo Royo Sales 2022-07-31 16:49:19 +0200
  • 48cb5fa01a Add JWT token expiration at JWTSettings level with calculated Expiration in NominalDiffTime Juan Pablo Royo Sales 2022-07-31 16:25:03 +0200
  • b3279d9e19 Escape special chars in QueryParams Vladislav 2022-07-20 00:34:49 +0400
  • f0e2316895
    Merge pull request #1596 from haskell-servant/maksbotan/servant-auth-ghc9.2 Maxim Koltsov 2022-07-17 21:11:45 +0300
  • 43c57332dd
    servant-auth-swagger: buildable on GHC 9 maksbotan/servant-auth-ghc9.2 Maxim Koltsov 2022-07-17 20:48:52 +0300
  • 1833ef0d6e
    servant-auth-swagger: allow base-4.16 Maxim Koltsov 2022-07-17 20:01:25 +0300
  • 489cbd59f4
    servant-client: Run ClientEnv's makeClientRequest in IO (#1595) Bart Schuurmans 2022-07-01 13:25:13 +0200
  • 93fb864547 Add changelog.d entry for #1595 Bart Schuurmans 2022-06-21 10:23:32 +0200
  • 9df16f9f1a servant-client: Run ClientEnv's makeClientRequest in IO Bart Schuurmans 2022-06-17 18:55:26 +0200
  • 0c48e188f3
    Delete CNAME gh-pages Domen Kožar 2022-06-09 23:36:30 +0100
  • 4d347edd0e
    Create CNAME Domen Kožar 2022-06-09 23:31:29 +0100
  • 7c69652f86 annotate type in doc example Daniel Casanueva 2022-06-06 12:54:06 +0200
  • b310ee951f Add changelog Daniel Casanueva 2022-06-04 17:55:22 +0200
  • 2c78a06add Generalize type of Servant.Types.SourceT.source to any foldable. Daniel Casanueva 2022-06-04 17:51:55 +0200
  • bac7105bde Add changelog entry Daniel Casanueva 2022-05-28 17:44:13 +0200
  • 678b3edec6 Add error 429: Too Many Requests Daniel Casanueva 2022-05-28 17:35:57 +0200
  • 8dbe7bd680 Fix greet.hs build Daniel Casanueva 2022-05-28 17:30:52 +0200
  • 1fba9dc604
    Only add a ? when query string is nonempty (#1589) Ian Shipman 2022-05-16 09:50:10 -0500
  • 8b41f93846 Adds changelog entry Ian Shipman 2022-05-16 09:13:00 -0500
  • 6c3527c814 Only add a ? when query string is nonempty Ian Shipman 2022-05-15 14:28:25 -0500
  • 8ef5021a5f
    Merge pull request #1588 from LightAndLight/master Gaël Deest 2022-05-13 07:41:12 +0200
  • 036102af58
    Evaluate NoContent before (not) rendering it. (#1587) Tom Sydney Kerckhove 2022-05-04 14:40:26 +0200
  • 59b5fe67cd servant-swagger: clean up imports Isaac Elliott 2022-04-29 16:44:01 +1000
  • ae8e1e6003 servant-swagger: tag NamedRoutes endpoints with datatype name Isaac Elliott 2022-04-29 16:38:29 +1000
  • cb310b8294 servant-swagger: add HasSwagger instance for NamedRoutes Isaac Elliott 2022-04-29 14:50:08 +1000
  • 7839bc68cd test that NoContent gets rendered if it is not an exception Tom Sydney Kerckhove 2022-05-02 13:40:33 +0200
  • 57bdef41ee failing test as well Tom Sydney Kerckhove 2022-05-02 13:21:25 +0200
  • 4d7803bf19 Evaluate NoContent before rendering it, so it shows up as covered in coverage reports Tom Sydney Kerckhove 2022-05-02 13:10:05 +0200
  • 299f0b3b3e Add failing test case to demonstrate query param issue Tom Smalley 2022-04-29 15:35:31 +0100
  • 5e1569e9e2
    Merge pull request #1580 from haskell-servant/jkarni/servant-auth-io-keyset Julian Arni 2022-04-23 18:17:00 -0300
  • 4e8fb045e2 Review fix Julian K. Arni 2022-04-14 13:53:54 +0200
  • 4cc714d654 Changelog entry Julian K. Arni 2022-04-14 11:28:39 +0200
  • 3006e90126 Allow IO in JWTSettings' validationKeys Julian K. Arni 2022-04-14 11:03:03 +0200
  • 801f075d7d Update changelog Nicolas BACQUEY 2022-03-14 15:51:31 +0100
  • 544ab76310 Spec for `WithRoutingHeader` API combinator Nicolas BACQUEY 2022-03-10 15:57:24 +0100
  • 9ccb5afa9f New combinator to return routed path in response headers Nicolas BACQUEY 2022-03-14 14:16:54 +0100
  • c48a6702b7
    Merge pull request #1582 from haskell-servant/named-routes-servant-docs Gaël Deest 2022-04-19 13:13:50 +0200
  • 9c81b4927a Add support for NamedRoutes in servant-docs Gaël Deest 2022-04-17 19:06:45 +0200
  • 117a2cc5e1
    Merge pull request #1583 from haskell-servant/hspec-no-color Gaël Deest 2022-04-19 12:41:15 +0200
  • 78280dc267 Disable hspec colored output in servant-swagger doctests Gaël Deest 2022-04-19 10:46:39 +0200
  • 8ed061b931 Named-based selection of sub-API redirect-of Gaël Deest 2022-04-13 13:39:45 +0200
  • 0f82519899 Update example to redirect within NamedRoutes Gaël Deest 2022-04-13 11:51:12 +0200
  • a3efe4163d Complete usage example (empty HasServer instance) Gaël Deest 2022-04-13 11:28:11 +0200
  • 43a571458e
    Enable curl-mock for GHC 9.2 Janus Troelsen 2022-04-10 08:51:47 -0500
  • 6d43580208 Prototype Gaël Deest 2022-04-04 10:51:24 +0200
  • 363d142571 Add Spec test for Redirect combinator Nicolas BACQUEY 2022-03-30 17:04:38 +0200
  • 56f639b581 Add HasServer instance for Redirect Nicolas BACQUEY 2022-03-29 17:52:03 +0200
  • bfa854f20e Move combinator + helpers for status checking Nicolas BACQUEY 2022-03-29 17:17:23 +0200
  • e0d47c807a Add type classes for classes of HTTP status codes Nicolas BACQUEY 2022-03-29 14:48:22 +0200
  • c19ed0fb92
    Major bound for servant-server's dependency on servant (#1574) Alp 2022-03-30 02:10:54 +0200
  • 9cacd29631
    Major bound for servant-server's dependency on servant Alp 2022-03-29 18:36:10 +0200
  • a028530933 Add changelog entry Daan Rijks 2022-03-29 17:07:33 +0200
  • 935a0ffede Add docs for ServerT Daan Rijks 2022-03-29 17:00:00 +0200
  • 809c8ce793 Update changelog Nicolas BACQUEY 2022-03-14 15:51:31 +0100
  • ca8d44eae9 Spec for `WithRoutingHeader` API combinator Nicolas BACQUEY 2022-03-10 15:57:24 +0100
  • 9be8693475 New combinator to return routed path in response headers Nicolas BACQUEY 2022-03-14 14:16:54 +0100
  • 658585a7cd
    Derive MonadMask for ClientM (#1572) Shea Levy 2022-03-26 12:03:01 -0400
  • 2ef71f44c1
    Derive MonadMask for ClientM Shea Levy 2022-03-26 09:26:37 -0400
  • 65de6f701c
    Merge pull request #1556 from nbacquey/router_layout_captures Gaël Deest 2022-03-25 10:42:33 +0100
  • 24531ac333 Beef up testing servant-auth-uverb Gaël Deest 2022-03-25 09:06:29 +0100
  • a19cb84a0e Update changelog Nicolas BACQUEY 2022-03-08 16:28:52 +0100
  • 426d3ce39b Typo Gaël Deest 2022-03-23 13:00:12 +0100
  • c5a3bc1b51 Set XSRF cookie only when authentication succeeds if no error is thrown Gaël Deest 2022-03-23 23:52:12 +0100
  • 9d66e16706 Add spec for serverLayout Nicolas BACQUEY 2022-03-14 10:48:38 +0100
  • 77b92d0d7d Display capture hints in router layout Nicolas BACQUEY 2022-03-08 14:55:03 +0100
  • b84095ee5a Reformatting + clarification comment Gaël Deest 2022-03-23 12:49:58 +0100
  • 04ba7e7a6b Add changelog entry Gaël Deest 2022-03-23 12:44:28 +0100
  • 030d852883 Support UVerb in servant-auth-server Gaël Deest 2022-03-22 11:21:54 +0100
  • f5a91d20e1
    Merge pull request #1568 from haskell-servant/maksbotan/stackage-deps Maxim Koltsov 2022-03-22 23:43:22 +0100
  • dd29f25f77
    Allow lens-aeson 1.2 maksbotan/stackage-deps Maxim Koltsov 2022-03-22 23:22:02 +0100
  • 04f59c012b
    Require servant-0.18.2 in servant-swagger Maxim Koltsov 2022-03-22 23:10:05 +0100
  • 256cec566f
    Support hspec >= 2.9 in servant-swagger tests Maxim Koltsov 2022-03-22 22:42:48 +0100
  • 276ca2ed01
    Merge pull request #1569 from haskell-servant/url-encoding Gaël Deest 2022-03-22 14:19:07 +0100
  • c1c631eaff Add changelog entry Gaël Deest 2022-03-22 11:56:18 +0100
  • 0e051ccfdf
    Merge pull request #1557 from ysangkok/janus/newer-stack Gaël Deest 2022-03-22 11:36:17 +0100
  • 658217b021 Use toEncodedUrlPiece directly when encoding captures Gaël Deest 2022-03-21 17:29:23 +0100
  • 142681c917 Dump current state bench Gaël Deest 2022-03-21 16:27:58 +0100
  • af3dde1b1d
    Merge pull request #1566 from haskell-servant/fix-operator-doc Gaël Deest 2022-03-21 16:14:47 +0100
  • ced5f1a655
    Allow hspec-2.9 Maxim Koltsov 2022-03-21 15:37:40 +0100
  • 626e1c3a7c
    Relax more deps for Stackage (#1567) Maxim Koltsov 2022-03-21 15:18:08 +0100
  • 005cccd37d
    Relax more deps for Stackage Maxim Koltsov 2022-03-21 14:50:13 +0100
  • 0c80bc8f8e Fix haddock documentation for (//) and (/:) Gaël Deest 2022-03-21 14:18:49 +0100