Commit graph

4790 commits

Author SHA1 Message Date
Kubernetes Prow Robot
7d52174b51
Merge pull request #5125 from SzekeresB/dev/limit-connection-tc
Added tc for limit-connection annotation
2020-02-20 15:07:57 -08:00
Kubernetes Prow Robot
792a3307c7
Merge pull request #5140 from SzekeresB/dev/ssl-ciphers-tc
Added configmap test for ssl-ciphers.
2020-02-20 14:41:57 -08:00
Balazs Szekeres
0986ea8f18 Added configmap test ssl-ciphers. 2020-02-20 20:43:43 +01:00
Kubernetes Prow Robot
a922d7d6d6
Merge pull request #5139 from Stono/master
Fixes https://github.com/kubernetes/ingress-nginx/issues/5120
2020-02-20 07:23:02 -08:00
Balazs Szekeres
4f11e99131 Added tc for limit-connection annotation 2020-02-20 16:22:06 +01:00
Kubernetes Prow Robot
f4454612cb
Merge pull request #5109 from SzekeresB/dev/limit-rate-tc
Added basic limit-rate configmap test.
2020-02-20 06:55:04 -08:00
Kubernetes Prow Robot
b6516344bf
Merge pull request #5103 from SzekeresB/dev/no-tls-redirect-location
Added configmap test for no-tls-redirect-locations
2020-02-20 06:23:02 -08:00
Karl Stoney
5c64c52a60 Ensured that opentracing on auth request is only enabled for people that have opentracing 2020-02-20 14:12:54 +00:00
Karl Stoney
08471b527b Fixes https://github.com/kubernetes/ingress-nginx/issues/5120 2020-02-20 14:03:09 +00:00
Balazs Szekeres
122bf02489 Added configmap test for no-tls-redirect-locations 2020-02-20 14:54:41 +01:00
Kubernetes Prow Robot
c3c36bb94b
Merge pull request #5135 from James-TR/James-TR-patch-1
Correct spelling of the word "Original" in annotations documentation
2020-02-20 05:49:02 -08:00
Balazs Szekeres
c47aa3cac7 Added basic limit-rate configmap test. 2020-02-20 14:22:26 +01:00
Kubernetes Prow Robot
bd9ad913f6
Merge pull request #5136 from szombi/e2e-upstream-keep-alive
Add upstream keep alive tests
2020-02-20 03:59:04 -08:00
Sandor Szombat
d149382743 Add upstream keep alive tests 2020-02-20 09:59:36 +01:00
James Taylor
f97599c189
Use correct spelling of "Original"
Fix the spelling of "original" in the annotations documentation
2020-02-20 16:45:26 +11:00
Manuel Alejandro de Brito Fontes
57fcbdfb73
Lint go code (#5132) 2020-02-19 21:43:14 -03:00
Manuel Alejandro de Brito Fontes
f6c0faa6eb Update list of e2e tests 2020-02-19 21:24:08 -03:00
Kubernetes Prow Robot
f6cbf3e735
Merge pull request #5117 from szombi/e2e-hash-size
Hash size e2e check test case
2020-02-19 15:44:30 -08:00
Manuel Alejandro de Brito Fontes
ba05d2cc95 Adjust number of parallel tests 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
7f280512f1 Adjust ingress-nginx probes 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
307bf76454 Update go dependencies 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
f9624cbe46 Refactor e2e tests to use testify y httpexpect 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
046e2d959d Replace gomega with testify 2020-02-19 19:42:50 -03:00
Kubernetes Prow Robot
9cf4154f4f
Merge pull request #5122 from ElvinEfendi/lua-ssl-refactoring
refactor ssl handling in preparation of OCSP stapling
2020-02-19 14:39:46 -08:00
Kubernetes Prow Robot
752a3305ee
Merge pull request #5124 from ElvinEfendi/dev-env-improvements
make dev-env improvements
2020-02-19 14:13:46 -08:00
Manuel Alejandro de Brito Fontes
9890f83b7f
Update changelog (#5127) 2020-02-19 16:01:44 -03:00
Elvin Efendi
ad78425852 also expose pem cert uid in certificate.call function 2020-02-19 13:41:50 -05:00
Elvin Efendi
4bb9106be2 refactor ssl handling in preperation of OCSP stapling 2020-02-19 13:14:35 -05:00
Elvin Efendi
169ae56665 make dev-env improvements 2020-02-19 12:12:19 -05:00
Manuel Alejandro de Brito Fontes
5c9a5eee17
Ensure helm repository and charts are available (#5123) 2020-02-19 14:10:28 -03:00
Kubernetes Prow Robot
5f2f0e5db3
Merge pull request #5111 from cep21/patch-1
ingress-path-matching: doc typo
2020-02-19 02:24:26 -08:00
Sandor Szombat
bd23b815bd Add hash size check tc 2020-02-19 09:27:53 +01:00
Jack Lindamood
a90452774a
ingress-path-matching: doc typo
A small typo in the README describing the path matching.
2020-02-18 10:19:53 -08:00
Kubernetes Prow Robot
52ca62e81c
Merge pull request #5105 from szombi/e2e-port-reuse
Reuse-port check e2e tc (config check only)
2020-02-18 03:09:29 -08:00
Sandor Szombat
0b1efdb549 Add reuse-port config check tc 2020-02-18 10:09:34 +01:00
Kubernetes Prow Robot
9a52f12b19
Merge pull request #5101 from szombi/e2e-keep-alive
Add keep-alive config check test
2020-02-17 11:27:29 -08:00
Kubernetes Prow Robot
24ce209af7
Merge pull request #5097 from szombi/e2e-log-format
New e2e test: log-format-escape-json and log-format-upstream
2020-02-17 08:17:31 -08:00
Sandor Szombat
2400febc48 Add keep-alive config check test 2020-02-17 15:04:43 +01:00
Sandor Szombat
8470a06174 Add log-format related tests 2020-02-17 14:52:35 +01:00
Manuel Alejandro de Brito Fontes
7a0e3879ac
Ensure make dev-env support rolling updates (#5100) 2020-02-17 09:47:45 -03:00
Kubernetes Prow Robot
074351ae00
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
400b2ccb8f
Fix make dev-env (#5098) 2020-02-17 07:13:13 -03:00
Manuel Alejandro de Brito Fontes
ca34f39ade
Remove comment from e2e_test.go (#5094) 2020-02-17 06:55:38 -03:00
Kubernetes Prow Robot
ede86cf33e
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
86d4f351ee Update datadog tracer to v1.1.3 2020-02-17 05:42:40 +00:00
briankopp
b2beeeab25 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
5c4155d9c7
Generate doc with list of e2e tests (#5093) 2020-02-16 21:39:12 -03:00
Manuel Alejandro de Brito Fontes
f8206181fb
Print information about e2e suite tests (#5092) 2020-02-16 16:28:30 -03:00
Manuel Alejandro de Brito Fontes
cc318cdec1
Cleanup and standardization of e2e test definitions (#5090) 2020-02-16 15:27:58 -03:00
Manuel Alejandro de Brito Fontes
45c9f94b17
Abort any task in case of any error running shell commands (#5089) 2020-02-16 15:27:39 -03:00