Chen Chen
|
b3060bfbd0
|
Fix golangci-lint errors (#10196)
* Fix golangci-lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix dupl errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix errcheck lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix assert in e2e test
Signed-off-by: z1cheng <imchench@gmail.com>
* Not interrupt the waitForPodsReady
Signed-off-by: z1cheng <imchench@gmail.com>
* Replace string with constant
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Revert write file permision
Signed-off-by: z1cheng <imchench@gmail.com>
---------
Signed-off-by: z1cheng <imchench@gmail.com>
|
2023-08-31 00:36:48 -07:00 |
|
guangwu
|
7043f6ae29
|
unnecessary use of fmt.Sprint (S1039) (#10049)
|
2023-06-11 11:49:54 -07:00 |
|
Lien Li
|
5b0cc8edca
|
migrate ginkgo to v2 (#8826)
* Migrate ginkgo to v2
* Update test/e2e/annotations/ipwhitelist.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Update test/e2e/annotations/modsecurity/modsecurity.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Update test/e2e/settings/access_log.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* remove unnecessary blank line
* re-order packages
* less change
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
|
2022-07-31 09:16:28 -07:00 |
|
Matthew Silverman
|
9b00a4912f
|
set x-forwarded-scheme like x-forwarded-proto
|
2021-05-13 09:26:27 -04:00 |
|
Elvin Efendi
|
8e83d4e84a
|
delete redundant NGINX config about X-Forwarded-Proto
|
2020-09-15 13:22:26 -04:00 |
|
agile6v
|
e8aaa15ce8
|
Remove duplicated X-Forwarded-Proto header.
|
2020-06-25 11:11:00 +08: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
|
cc318cdec1
|
Cleanup and standardization of e2e test definitions (#5090)
|
2020-02-16 15:27:58 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
0197ea0dc4
|
Remove empty BeforeEach and AfterEach from e2e tests
|
2020-02-13 15:33:14 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
c85450c1e7
|
Remove hard-coded names from e2e test and use local docker dependencies (#4502)
|
2019-09-01 14:16:52 -04:00 |
|
Elvin Efendi
|
87e962682f
|
properly parse x-forwarded-host
|
2019-03-31 15:10:45 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
5e249d3366
|
Refactor e2e tests to use the service ClusterIP
|
2019-02-24 20:04:07 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
a51136b863
|
Refactor assertions
|
2018-11-18 10:53:05 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
83dc4607c5
|
Remove e2e boilerplate
|
2018-10-29 22:38:15 -03:00 |
|
Dario Nieuwenhuis
|
04d24e1ff7
|
Switch forwarded-headers e2e to use gorequest.
|
2018-06-13 21:10:33 +02:00 |
|
Dario Nieuwenhuis
|
fa626a605f
|
Add use-forwarded-headers e2e test.
|
2018-06-12 21:33:53 +02:00 |
|