| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
This PR fixes #12 and takes precedence over #13 (cherry-picked one of
#13's commit)
|
| |
|
|
|
|
|
| |
Previously, types were flattened and terms were nested (as are the
directories). For consistency, I made the types nested as well.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|