aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server
Commit message (Collapse)AuthorAgeFilesLines
* dhall(plugins): add binding for the 'response-transformer' pluginPaul Bonaud2020-08-143-0/+11
| | | | | | | | This plugin is very similar to the existing request-transformer plugin. We can expose a Dhall helper to generate this plugin configuration as the other plugins.
* dhall: BREAKING CHANGE update dhall config for 1.33+ compatibilityPaul Bonaud2020-08-131-15/+9
| | | | | | | | | | | Since dhall 1.33.0 lang version the `Optional/fold` function is removed from the language and can be replaced by the usage of the `merge` function which now works on Optional values 🎉 since 1.29 https://github.com/dhall-lang/dhall-haskell/pull/1608 This new code is thus not compatible with versions of dhall <1.29.0 (due to the new feature of the `merge` fonction).
* config(dhall): add a pre-function lua definition for HTTPS redirectsPaul Bonaud2020-01-022-0/+16
| | | | | This PR fixes #12 and takes precedence over #13 (cherry-picked one of #13's commit)
* add(dhall): introduce pre-function pluginHussein Ait-Lahcen2020-01-024-12/+21
|
* upgrade dhall to 1.26.1 and merge types and termspolykindsClement Delafargue2019-10-0312-62/+64
| | | | | Previously, types were flattened and terms were nested (as are the directories). For consistency, I made the types nested as well.
* config(dhall): add parameter 'generator' to CorrelationID pluginPaul Bonaud2019-08-082-9/+21
| | | | | | | | This PR adds possibility to define a custom `generator` to use in the CorrelationID plugin. The default value ("uuid#counter") is taken from Kong directly https://docs.konghq.com/hub/kong-inc/correlation-id/#parameters
* dhall(upgrade): upgrade code to be compatible with dhall 1.21.0Paul Bonaud2019-04-264-41/+41
|
* dhall(fix): fix for generated configuration for Kong 1.x upgradePaul Bonaud2019-04-042-13/+13
|
* add dhall interfaceHussein Ait-Lahcen2018-11-2013-0/+106