Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstream: allow 200 as a valid return code when adding target | Gaëtan Duchaussois | 2021-12-10 | 1 | -1/+1 |
| | |||||
* | Use PUT methods instead of manually detecting if new or update | Paul Bonaud | 2020-10-14 | 2 | -25/+6 |
| | | | | | | | | | | | Kong supports resource idempotency by calling the `PUT` method on user creation/update. Kong will decide by itself whether to create or update the resource. It's clearer and less code on our side. However we can only do this on named resources (not possible on Plugins and Routes which are attached to the `service` with an ID). | ||||
* | Add info on failures | Gaëtan Duchaussois | 2019-05-13 | 1 | -0/+16 |
| | |||||
* | Fix retry and missing parenthesis | Gaëtan Duchaussois | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | retry in case of failed patch | Gaëtan Duchaussois | 2019-04-04 | 1 | -2/+66 |
| | |||||
* | lint: fix latest recommendations from ansible-lint | Paul Bonaud | 2019-04-04 | 1 | -2/+2 |
| | |||||
* | target might be marked as absent if unhealthy | Gaëtan Duchaussois | 2018-05-15 | 1 | -1/+1 |
| | |||||
* | add support for upstream with multiple targets | Gaëtan Duchaussois | 2018-05-14 | 2 | -0/+59 |
| | |||||
* | support multiple kong servers | Gaëtan Duchaussois | 2018-04-26 | 5 | -18/+26 |
| | |||||
* | disable log for plugin setup | Gaëtan Duchaussois | 2018-04-23 | 1 | -0/+1 |
| | |||||
* | setup an array of services | Gaëtan Duchaussois | 2018-04-23 | 4 | -10/+16 |
| | |||||
* | fix deprecation warning | Gaëtan Duchaussois | 2018-04-20 | 2 | -2/+2 |
| | |||||
* | add travis configuration and fix tests | Gaëtan Duchaussois | 2018-04-20 | 3 | -4/+9 |
| | |||||
* | After testing | Gaëtan Duchaussois | 2018-04-20 | 3 | -24/+20 |
| | |||||
* | initial version | Gaëtan Duchaussois | 2018-04-20 | 4 | -0/+89 |