aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18 from paulrbr-fl/pre-function-pluginsv0.30paulrbr-fl2020-01-0210-34/+79
|\ | | | | config(dhall): add a pre-function lua definition for HTTPS redirects
| * tests: fake a Kong serverPaul Bonaud2020-01-022-2/+27
| |
| * tests: fix variables in the test playbookPaul Bonaud2020-01-021-6/+7
| |
| * ci: use latest version of Nix binaries and latest Ansible nix pkgsPaul Bonaud2020-01-021-1/+9
| |
| * config(dhall): add a pre-function lua definition for HTTPS redirectsPaul Bonaud2020-01-024-14/+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
|/
* Merge pull request #17 from clementd-fretlink/polykindsv0.20Clément Delafargue2019-10-0717-65/+73
|\ | | | | upgrade dhall to 1.26.1 and merge types and terms
| * upgrade dhall to 1.26.1 and merge types and termspolykindsClement Delafargue2019-10-0317-65/+73
|/ | | | | Previously, types were flattened and terms were nested (as are the directories). For consistency, I made the types nested as well.
* Merge pull request #16 from paulrbr-fl/add-default-correlation-idv0.10paulrbr-fl2019-08-082-9/+21
|\ | | | | config(dhall): add parameter 'generator' to CorrelationID plugin
| * 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
* Merge pull request #15 from gaetanfl/display_errorsv0.9Gaëtan2019-05-131-0/+16
|\ | | | | Add info on failures
| * Add info on failuresGaëtan Duchaussois2019-05-131-0/+16
|/
* Merge pull request #14 from paulrbr-fl/upgrade-dhall-versionv0.8paulrbr-fl2019-04-267-58/+64
|\ | | | | dhall(upgrade): upgrade code to be compatible with dhall 1.21.0
| * dhall(upgrade): upgrade code to be compatible with dhall 1.21.0Paul Bonaud2019-04-267-58/+64
|/
* Merge pull request #11 from gaetanfl/plugin_failure_retryv0.7Gaëtan2019-04-051-3/+67
|\ | | | | retry in case of failed patch
| * Fix retry and missing parenthesisGaëtan Duchaussois2019-04-051-2/+2
| |
| * retry in case of failed patchGaëtan Duchaussois2019-04-041-2/+66
|/
* Merge pull request #10 from paulrbr-fl/fix-dhall-config-for-kong-upgradev0.6paulrbr-fl2019-04-044-16/+22
|\ | | | | dhall(fix): fix for generated configuration for Kong 1.x upgrade
| * lint: fix latest recommendations from ansible-lintPaul Bonaud2019-04-042-3/+9
| |
| * dhall(fix): fix for generated configuration for Kong 1.x upgradePaul Bonaud2019-04-042-13/+13
|/
* Merge pull request #7 from haitlahcen/dhall-interfacev0.5Gaëtan2018-11-2020-0/+166
|\ | | | | add dhall interface
| * add dhall interfaceHussein Ait-Lahcen2018-11-2020-0/+166
|/
* Merge pull request #6 from fmenou/nixFrédéric Menou2018-07-091-10/+2
|\ | | | | Use Nix for build
| * Use Nix for buildFrédéric Menou2018-07-081-10/+2
|/
* Merge pull request #5 from gaetanfl/support_backendv0.4Gaëtan2018-05-174-4/+73
|\ | | | | Support ring-balancer
| * add more info on READMEGaëtan Duchaussois2018-05-171-5/+7
| |
| * target might be marked as absent if unhealthyGaëtan Duchaussois2018-05-151-1/+1
| |
| * fix test fileGaëtan Duchaussois2018-05-141-3/+6
| |
| * add support for upstream with multiple targetsGaëtan Duchaussois2018-05-143-0/+64
|/
* Merge pull request #3 from gaetanfl/multiplekong_serversv0.3Gaëtan2018-04-277-37/+44
|\ | | | | support multiple kong servers
| * fix READMEGaëtan Duchaussois2018-04-271-4/+4
| |
| * support multiple kong serversGaëtan Duchaussois2018-04-267-34/+41
|/
* Merge pull request #2 from gaetanfl/hide_credentials_pluginsv0.2Gaëtan2018-04-231-0/+1
|\ | | | | disable log for plugin setup
| * disable log for plugin setupGaëtan Duchaussois2018-04-231-0/+1
|/
* Merge pull request #1 from gaetanfl/initial_versionv0.1Gaëtan2018-04-2313-14/+218
|\ | | | | initial version
| * setup an array of servicesGaëtan Duchaussois2018-04-238-30/+32
| |
| * fix deprecation warningGaëtan Duchaussois2018-04-202-2/+2
| |
| * add travis configuration and fix testsGaëtan Duchaussois2018-04-205-5/+42
| |
| * After testingGaëtan Duchaussois2018-04-204-26/+22
| |
| * initial versionGaëtan Duchaussois2018-04-2012-0/+169
|/
* READMEGaëtan Duchaussois2018-04-201-0/+52