aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks
Commit message (Collapse)AuthorAgeFilesLines
* upstream: allow 200 as a valid return code when adding targetGaëtan Duchaussois2021-12-101-1/+1
|
* Use PUT methods instead of manually detecting if new or updatePaul Bonaud2020-10-142-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 failuresGaëtan Duchaussois2019-05-131-0/+16
|
* Fix retry and missing parenthesisGaëtan Duchaussois2019-04-051-2/+2
|
* retry in case of failed patchGaëtan Duchaussois2019-04-041-2/+66
|
* lint: fix latest recommendations from ansible-lintPaul Bonaud2019-04-041-2/+2
|
* target might be marked as absent if unhealthyGaëtan Duchaussois2018-05-151-1/+1
|
* add support for upstream with multiple targetsGaëtan Duchaussois2018-05-142-0/+59
|
* support multiple kong serversGaëtan Duchaussois2018-04-265-18/+26
|
* disable log for plugin setupGaëtan Duchaussois2018-04-231-0/+1
|
* setup an array of servicesGaëtan Duchaussois2018-04-234-10/+16
|
* fix deprecation warningGaëtan Duchaussois2018-04-202-2/+2
|
* add travis configuration and fix testsGaëtan Duchaussois2018-04-203-4/+9
|
* After testingGaëtan Duchaussois2018-04-203-24/+20
|
* initial versionGaëtan Duchaussois2018-04-204-0/+89