liuwei
1553b8c132
pass code static-check
2018-10-29 15:39:43 +08:00
liuwei
3fc94b13a0
Support cookie expires
2018-10-29 15:21:10 +08:00
xichengliudui
cd7ab350b9
Delete some extra words
2018-10-29 02:48:56 -04:00
Maximilian Bode
33b9894162
Fix download of geoip2 databases
2018-10-28 21:29:15 +01:00
Maximilian Bode
e6f3c9864c
Bump geoip2 module version 3.0 -> 3.2
2018-10-28 21:26:31 +01:00
samuela
27a1f03530
"diretly" typo ( #3263 )
...
* "diretly" typo
2018-10-27 08:17:45 -03:00
mikeweiwei
25496e1e7f
fix logging calls ( #3260 )
2018-10-27 08:16:34 -03:00
k8s-ci-robot
34f32def8f
Merge pull request #3301 from diazjf/e2e-whitelist
...
Add e2e tests for IP Whitelist
2018-10-26 13:28:00 -07:00
Fernando Diaz
127973344c
Add e2e tests for IP Whitelist
...
Adds e2e test for the whitelist-source-range annotation.
Part of the #3124 effort.
2018-10-26 14:56:11 -05:00
k8s-ci-robot
23b8d263c0
Merge pull request #3305 from aramase/approot-e2e-test
...
Add e2e test for app-root
2018-10-26 10:53:49 -07:00
k8s-ci-robot
2c5dfb713c
Merge pull request #3302 from diazjf/e2e-server-snippet
...
Add e2e test for server snippet
2018-10-26 10:51:47 -07:00
k8s-ci-robot
77d3629dbb
Merge pull request #3295 from Shopify/ewma-without-shared-dict
...
Refactor EWMA to not use shared dictionaries
2018-10-26 10:47:17 -07:00
k8s-ci-robot
e849418e0c
Merge pull request #3306 from aramase/update-e2e-test
...
Update e2e test to verify redirect code
2018-10-26 10:07:59 -07:00
Fernando Diaz
6a34b9f7b7
Add e2e test for server snippet
...
Adds the e2e test for server snippet. Similar test to the
configuration snippet. Part of the #3124 effort.
2018-10-26 11:56:33 -05:00
Anish Ramasekar
3dd01333bc
enhance test logic
2018-10-26 11:21:44 -05:00
Anish Ramasekar
f45bd396f8
Add e2e test for app-root
2018-10-26 11:12:44 -05:00
k8s-ci-robot
3f4286f043
Merge pull request #3297 from aramase/forcesslredirect-e2e-test
...
Add e2e test for force-ssl-redirect
2018-10-26 08:34:18 -07:00
Anish Ramasekar
c44a8d41f6
Add e2e test for force-ssl-redirect
2018-10-26 10:02:09 -05:00
Manuel Alejandro de Brito Fontes
5636f587f9
Update kubeadm-dind-cluster ( #3304 )
2018-10-26 08:52:36 -03:00
Henry Tran
416873fa59
Refactor EWMA to not use shared dictionaries
2018-10-25 22:33:42 +04:00
k8s-ci-robot
cb9c1b430a
Merge pull request #3285 from Shopify/probe-timeout
...
Add health-check-timeout as command line argument
2018-10-25 06:31:32 -07:00
k8s-ci-robot
11a8af32ee
Merge pull request #3187 from DesmondHoLLM/feature/annotations-resty-lua
...
UPT: annotation enhancement for resty-lua-waf
2018-10-25 00:06:03 -07:00
Desmond Ho
06112aaf1f
UPT: updated e2e test and default true for process-multipart-body annotation
2018-10-25 14:17:38 +08:00
Zenara Daley
1ed67c98ee
Add healthcheck timeout as CLA
2018-10-24 16:02:28 -04:00
k8s-ci-robot
fcbfaadb68
Merge pull request #3286 from Shopify/fix-balancer-config
...
fix bug with balancer.lua configuration
2018-10-24 12:16:53 -07:00
Elvin Efendi
25adc0e319
fix bug with balancer.lua configuration
2018-10-24 22:42:40 +04:00
k8s-ci-robot
941108b2d2
Merge pull request #3282 from SataQiu/fix-20181024
...
Fix some typos
2018-10-24 06:00:09 -07:00
SataQiu
511623014c
fix typos
2018-10-24 20:30:56 +08:00
Desmond Ho
82b14813bf
UPT: updated e2e testing title for lua test
2018-10-24 18:30:43 +08:00
k8s-ci-robot
130a2a58dc
Merge pull request #3281 from aramase/log-e2e-test
...
Add e2e test for log
2018-10-23 19:37:51 -07:00
k8s-ci-robot
764915d623
Merge pull request #3280 from aramase/redirect-e2e-test
...
Add e2e test for from-to-www-redirect
2018-10-23 11:32:40 -07:00
Anish Ramasekar
c12bee9055
Add e2e test for log
2018-10-23 13:11:01 -05:00
Anish Ramasekar
f26213ab2b
Add e2e test for from-to-www-redirect
2018-10-23 12:48:23 -05:00
k8s-ci-robot
f948bc8440
Merge pull request #3279 from valohai/fix-number-logging
...
Fix usages of %q formatting for numbers (%d)
2018-10-23 09:37:33 -07:00
Aarni Koskela
4fb2a91d8b
Fix usages of %q formatting for numbers (%d)
...
This caused logs like "Adjusting ServerNameHashBucketSize variable to '@'"
2018-10-23 18:21:16 +03:00
k8s-ci-robot
66693aa159
Merge pull request #3277 from aramase/configuration-snippet-e2e-test
...
Add e2e test for configuration snippet
2018-10-22 18:58:10 -07:00
Anish Ramasekar
f14a0ddd92
Add e2e test for configuration snippet
2018-10-22 16:36:35 -05:00
Fernando Diaz
663f84a15e
Add Better Documentation for using AuthTLS ( #3275 )
...
Enhances the documentation for enabling and using Mutual Authentication.
2018-10-22 16:15:28 -03:00
Desmond Ho
09b5f92cde
UPT: align waf options
2018-10-20 12:46:39 +08:00
Desmond Ho
bce22fa13a
UPT: annotation enhancement for resty-lua-waf
2018-10-20 12:09:38 +08:00
k8s-ci-robot
6a71ed5b9c
Merge pull request #3266 from Shopify/fix-backend-protocol
...
fix two bugs with backend-protocol annotation
2018-10-19 06:41:25 -07:00
k8s-ci-robot
05f5f7a630
Merge pull request #3271 from hchenxa/hchenxa
...
the sample ingress spec error
2018-10-19 06:22:27 -07:00
Elvin Efendi
e6fffce461
fix two bugs with backend-protocol annotation
2018-10-19 09:11:21 -04:00
Hui Chen
04b90edbf8
the sample ingress spec error
2018-10-19 18:15:13 +08:00
k8s-ci-robot
be616d4e3c
Merge pull request #3195 from diazjf/auth-tls-e2e
...
Add e2e Tests for AuthTLS
2018-10-19 03:02:43 -07:00
k8s-ci-robot
df90ff3b75
Merge pull request #3270 from ukinau/Fix-3269-sort-should-be-done-before-pass-to-update-status
...
Don't sort IngressStatus from each Goroutine(update for each ingress)
2018-10-19 02:46:54 -07:00
Yuki Nishiwaki
0a2b2afe55
Don't sort IngressStatus from each Goroutine(update for each ingress)
...
Currently ingress controller try to update status for each ingress
resource in a parallel by using Goroutine, and inside this Goroutine we
are trying to sort same IngressStatus reference which is shared between
all Goroutine, this will break the original refrence if some Goroutine
tried to sort exact same time.
So we should have done sorting before passing reference to each
Goroutine to prevent from breaking original reference
fixes : #3269
2018-10-19 11:10:31 +08:00
Fernando Diaz
9de0aa96b8
Add e2e Tests for AuthTLS
...
Adds E2E tests for the following annotations:
- auth-tls-secret
- auth-tls-verify-depth
- auth-tls-verify-client
- auth-tls-error-page
- auth-tls-pass-certificate-to-upstream
2018-10-18 20:09:21 -05:00
Manuel Alejandro de Brito Fontes
21dc96807a
Update kubeadm-dind-cluster ( #3265 )
2018-10-18 22:00:24 -03:00
Zenara Daley
5d93be01f2
Mount minikube volume to docker container ( #3261 )
2018-10-18 21:58:58 -03:00