Sandor Szombat
0e294cf76d
Add log-format related tests
2020-02-17 14:52:35 +01:00
Manuel Alejandro de Brito Fontes
7d3d9c0105
Ensure make dev-env support rolling updates ( #5100 )
2020-02-17 09:47:45 -03:00
Kubernetes Prow Robot
053b57dab1
Merge pull request #5091 from BrianKopp/protect-against-no-user-agent
...
Add case for when user agent is nil
2020-02-17 03:03:28 -08:00
Manuel Alejandro de Brito Fontes
81f3181017
Fix make dev-env ( #5098 )
2020-02-17 07:13:13 -03:00
Manuel Alejandro de Brito Fontes
a9f5b4628b
Remove comment from e2e_test.go ( #5094 )
2020-02-17 06:55:38 -03:00
Kubernetes Prow Robot
fba8de3a78
Merge pull request #5095 from DataDog/cgilmour/dd-tracer-1.1.3
...
Update datadog tracer to v1.1.3
2020-02-17 01:53:29 -08:00
Caleb Gilmour
d7b3610a4b
Update datadog tracer to v1.1.3
2020-02-17 05:42:40 +00:00
briankopp
608af24ce8
Add case for when user agent is nil
...
Add test for nil user agent
2020-02-16 21:07:45 -06:00
Manuel Alejandro de Brito Fontes
79afe397f3
Generate doc with list of e2e tests ( #5093 )
2020-02-16 21:39:12 -03:00
Manuel Alejandro de Brito Fontes
a9e59e1535
Print information about e2e suite tests ( #5092 )
2020-02-16 16:28:30 -03:00
Manuel Alejandro de Brito Fontes
cbc69a8328
Cleanup and standardization of e2e test definitions ( #5090 )
2020-02-16 15:27:58 -03:00
Manuel Alejandro de Brito Fontes
2a51f8a8f0
Abort any task in case of any error running shell commands ( #5089 )
2020-02-16 15:27:39 -03:00
Kubernetes Prow Robot
d590f8dce1
Merge pull request #5088 from szombi/clean-fix
...
Remove .cache directory with make clean.
2020-02-16 10:13:28 -08:00
Manuel Alejandro de Brito Fontes
6940f7beeb
Migration e2e installation to helm ( #5086 )
2020-02-16 11:58:37 -03:00
Manuel Alejandro de Brito Fontes
3576e2846a
Fox docker opencontainers version label ( #5087 )
2020-02-16 11:55:12 -03:00
Sandor Szombat
bcdf13985d
Add remove .cache directory to main Makefile's clean target
2020-02-16 15:27:57 +01:00
Sandor Szombat
436e3c87de
Merge commit '32212ba6f01ad80890486c86c67f67bac0522ad0'
2020-02-16 15:06:48 +01:00
Manuel Alejandro de Brito Fontes
32212ba6f0
Cleanup build of nginx image ( #5085 )
2020-02-15 15:16:23 -03:00
Manuel Alejandro de Brito Fontes
9e65814e49
Cleanup docker build ( #5084 )
2020-02-15 13:59:56 -03:00
Kubernetes Prow Robot
cff3f28773
Merge pull request #5081 from FernFerret/patch-1
...
Fixed incorrect documentation of cli flag --default-backend-service
2020-02-15 04:49:27 -08:00
Manuel Alejandro de Brito Fontes
605a37132a
Cleanup docker build ( #5083 )
2020-02-15 09:27:41 -03:00
Manuel Alejandro de Brito Fontes
6bf6a0b740
Release 0.29.0 ( #5075 )
2020-02-15 08:28:22 -03:00
Eric Stokes
fdabcc151e
Fixed incorrect cli flag --default-backend
...
The flag stated in the example readme is `--default-backend` but passing that (or looking at --help`) for the ingress controller shows:
unknown flag: --default-backend
...
--default-backend-service string Service used to serve HTTP requests not matching any known server name (catch-all).
Takes the form "namespace/name". The controller configures NGINX to forward
requests to the first port of this Service.
ref: https://github.com/kubernetes/ingress-nginx/blob/master/cmd/nginx/flags.go#L55
2020-02-15 08:33:42 +00:00
aca
9e3ac01a37
Add label selector for plugin
2020-02-15 13:19:40 +09:00
Kubernetes Prow Robot
f9d95665c2
Merge pull request #5065 from SzekeresB/dev/add-headers-configmap-tc
...
Created test case for add headers configmap
2020-02-14 11:35:29 -08:00
Balazs Szekeres
723639420b
Added 'Add headers' configmap parameter testcase.
2020-02-14 19:56:43 +01:00
Kubernetes Prow Robot
845199fad9
Merge pull request #5071 from triodan/gzip-min-length
...
Add gzip-min-length as a Configuration Option
2020-02-14 10:22:17 -08:00
Kubernetes Prow Robot
033619be2d
Merge pull request #5073 from BenoitPerrot/oauth-external-auth-readme-links-to-yaml
...
oauth-external-auth: README.md: Link to oauth2-proxy, dashboard-ingress.yaml
2020-02-14 07:36:18 -08:00
Benoit Perrot
454764b580
oauth-external-auth: README.md: Link to oauth2-proxy, dashboard-ingress.yaml
2020-02-14 15:42:46 +01:00
Daniel Arifin
c5cfaf0231
Add gzip-min-length as a configurable
2020-02-14 13:29:51 +07:00
Sandor Szombat
aca116c592
Merge remote-tracking branch 'upstream/master'
2020-02-14 07:27:56 +01:00
Manuel Alejandro de Brito Fontes
71f023f6e8
Make sure set-cookie is retained from external auth endpoint ( #5067 )
2020-02-14 01:41:11 -03:00
Manuel Alejandro de Brito Fontes
609968dcf8
Cleanup of e2e tests
2020-02-14 01:09:08 -03:00
Manuel Alejandro de Brito Fontes
1c05bddf9b
Enable grpc e2e tests
2020-02-14 01:09:08 -03:00
Manuel Alejandro de Brito Fontes
2d79fa9429
Update go to 1.13.8 ( #5070 )
2020-02-13 19:41:35 -03:00
Kubernetes Prow Robot
867503224d
Merge pull request #5068 from cmluciano/cml/buildxreadme
...
docs: reference buildx as a requirement for docker builds
2020-02-13 11:50:37 -08:00
Christopher M. Luciano
e380876ad7
docs: reference buildx as a requirement for docker builds
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2020-02-13 14:19:39 -05:00
Manuel Alejandro de Brito Fontes
30d4240908
Adjust Suite time execution
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
abd3fa72b8
Remove binary from repository
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
3659a77dd6
Remove dependency of https://grpcb.in
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
1021776d33
Increase parallel e2e test count and remove the need of dind tasks
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
1bbc5f0b36
Remove cleanup helper
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
8f32295835
Remove empty BeforeEach and AfterEach from e2e tests
2020-02-13 15:33:14 -03:00
Manuel Alejandro de Brito Fontes
95a77c4616
Cleanup framework package
2020-02-13 15:33:14 -03:00
Sandor Szombat
9bbe131cda
Merge remote-tracking branch 'upstream/master'
2020-02-13 10:46:27 +01:00
Manuel Alejandro de Brito Fontes
6bd09620d0
Ensure scripts and dev-env works in osx ( #5062 )
2020-02-12 21:48:41 -03:00
Manuel Alejandro de Brito Fontes
e32d6a7d9e
Fix scripts to run in osx ( #5061 )
2020-02-12 21:17:26 -03:00
Manuel Alejandro de Brito Fontes
ac75f58f57
Remove minikube and only use kind ( #5059 )
2020-02-12 20:19:57 -03:00
Manuel Alejandro de Brito Fontes
95dc5288fa
Only set mirror source when a target is configured ( #5055 )
2020-02-11 13:48:42 -03:00
Manuel Alejandro de Brito Fontes
ffa980c837
Validation of header in authreq should be done only in the key ( #5053 )
2020-02-11 10:30:14 -03:00