Commit graph

2992 commits

Author SHA1 Message Date
Elvin Efendi
a2692ce946 fix issues introduced in #2804 2018-07-26 14:23:51 -04:00
Elvin Efendi
ed19dc3bc6 fix custom-error-pages functionality in dynamic mode 2018-07-26 13:36:09 -04:00
k8s-ci-robot
e89c5697bc
Merge pull request #2804 from ElvinEfendi/external-nama-in-dynamic-mode
add support for ExternalName service type in dynamic mode
2018-07-25 07:25:57 -07:00
Elvin Efendi
7d927a3f41 test to assert nameservers are passed to lua 2018-07-25 09:33:21 -04:00
Elvin Efendi
d4faf68416 add support for ExternalName service type in dynamic mode 2018-07-25 09:05:47 -04:00
k8s-ci-robot
bdb5ddc473
Merge pull request #2844 from aledbf/fix-latency
Do not allow invalid latency values in metrics
2018-07-24 08:28:55 -07:00
Manuel de Brito Fontes
010342aa58 Do not allow invalid latency values in metrics 2018-07-24 10:53:46 -04:00
k8s-ci-robot
43aabfc813
Merge pull request #2825 from aledbf/update-image
Refactoring of how we run as user
2018-07-22 07:11:17 -07:00
k8s-ci-robot
2e34382db6
Merge pull request #2830 from ElvinEfendi/remove-lua-mocks
Remove lua mocks
2018-07-22 03:55:18 -07:00
Elvin Efendi
fcaf337b30 cleanup lua tests 2018-07-21 22:36:05 -04:00
Elvin Efendi
fe9bb6bee5 declare shared dicts for tests 2018-07-21 22:35:53 -04:00
Elvin Efendi
b32809eae2 monkeypatch ffi.cdef to avoid redefine errors 2018-07-21 21:32:57 -04:00
k8s-ci-robot
f5963f2d80
Merge pull request #2829 from ElvinEfendi/use-resty-cli
use resty-cli for running lua unit tests
2018-07-21 16:32:33 -07:00
Elvin Efendi
5c18fc9595 use resty-cli for running lua unit tests 2018-07-21 19:05:03 -04:00
Manuel de Brito Fontes
7210518f80
Remove setcap and use authbind instead 2018-07-21 18:56:28 -04:00
Manuel Alejandro de Brito Fontes
aeae20ca6e
Remove setcap from image (#2826) 2018-07-21 18:12:29 -04:00
k8s-ci-robot
81848e6564
Merge pull request #2827 from aledbf/build-go
Use nginx image as base and install go on top
2018-07-21 14:41:11 -07:00
Manuel de Brito Fontes
3d8bba6349
Use nginx image as base and install go on top 2018-07-21 17:12:28 -04:00
k8s-ci-robot
237dcd7aa7
Merge pull request #2811 from takonomura/escape-request-uri
Escape $request_uri for external auth
2018-07-21 02:23:38 -07:00
takonomura
3ce0ad988f Add e2e test for external auth 2018-07-21 16:22:48 +09:00
k8s-ci-robot
7784d735ff
Merge pull request #2823 from antoineco/e2e-aftersuite-clean-up
Multiple optimizations to build targets
2018-07-20 11:43:28 -07:00
Antoine Cotten
0c7b948317
Multiple optimizations to build targets
* Clean up e2e test on interruption
* Leverage GOCACHE for faster builds
* Forward container STDIN in make targets
2018-07-20 20:08:32 +02:00
k8s-ci-robot
e2111013ef
Merge pull request #2819 from aledbf/logs
Catch errors waiting for controller deployment
2018-07-19 18:54:52 -07:00
Manuel de Brito Fontes
2f70c351cb Catch errors waiting for controller deployment 2018-07-19 21:06:35 -04:00
k8s-ci-robot
9bf919a43b
Merge pull request #2816 from vgramer/doc_log_format_add_ingress_info_vars
doc log-format: add variables about ingress
2018-07-19 12:35:17 -07:00
Vincent Gramer
9024d2f451 doc log-format: add variables about ingress 2018-07-19 17:38:38 +02:00
k8s-ci-robot
496fb9d3b8
Merge pull request #2812 from dongqi1990/bugfix--rewrite-to
modified annotation name "rewrite-to" to "rewrite-target" in comments
2018-07-19 02:38:41 -07:00
dongqi1990
568512fdb8 modified annotation name "rewrite-to" to "rewrite-target" in comments 2018-07-19 17:14:18 +08:00
takonomura
587c2a8765 Escape $request_uri for external auth 2018-07-19 15:22:05 +09:00
k8s-ci-robot
48ee93f5a5
Merge pull request #2762 from dpen2000/patch-1
Update index.md
2018-07-18 16:50:45 -07:00
k8s-ci-robot
29ecae5b64
Merge pull request #2752 from dongqi1990/master
use format "range v := iterative object" and "range k, v := iterative object" when the type of iterative object is slice and map in the file nginx.tmpl
2018-07-18 04:34:20 -07:00
dongqi1990
50084b1167 use format "range v := iterative object" and "range k, v := iterative
object" when the type of iterative object is slice and map in the file nginx.tmpl
2018-07-18 15:02:55 +08:00
k8s-ci-robot
96c289b1f9
Merge pull request #2789 from diazjf/mock-kube-in-unit-tests
Remove KubeConfig Dependency for Store Tests
2018-07-17 10:05:39 -07:00
Fernando Diaz
c783c08d81 Remove KubeConfig Dependency for Store Tests
Removes the KubeConfig Dependency for the Store Test by using the
FakeClient Instead. Unit Tests should not rely on a real KubeConfig.

Fixes #2789
2018-07-17 11:13:41 -05:00
k8s-ci-robot
12f79668f9
Merge pull request #2792 from aledbf/r0.17.1
Release 0.17.1
2018-07-16 21:45:37 -07:00
k8s-ci-robot
bcdfac612f
Merge pull request #2795 from ElvinEfendi/fix-dev-env-script
start minikube before trying to build the image
2018-07-16 21:44:37 -07:00
Elvin Efendi
c493309c92 start minikube before trying to build the image 2018-07-16 22:25:47 -04:00
Manuel de Brito Fontes
cb675b9dbf Release 0.17.1 2018-07-16 17:06:03 -04:00
k8s-ci-robot
2486ad9500
Merge pull request #2790 from aledbf/update-labels
Update prometheus labels
2018-07-16 13:20:51 -07:00
Manuel de Brito Fontes
4c1e501074 Update prometheus labels 2018-07-16 15:52:17 -04:00
Christian Ingenhaag
6d2400ee0f Basic-Auth doc misleading: fix double quotes leading to nginx config error (#2770) 2018-07-16 14:22:19 -04:00
k8s-ci-robot
7107e332f3
Merge pull request #2723 from LoicMahieu/patch-1
Docs: examples: fix link
2018-07-16 11:07:58 -07:00
k8s-ci-robot
0f7ef88a80
Merge pull request #2782 from diazjf/fix-2756
Add Better Error Handling for SSLSessionTicketKey
2018-07-15 18:30:55 -07:00
Fernando Diaz
52ecdf0b46 Add Better Error Handling for SSLSessionTicketKey
Adds more error handling when writing an SSLSessionTicketKey to
the config map. Also adds tests and makes the function for modular.

Fixes #2756
2018-07-15 19:53:39 -05:00
k8s-ci-robot
32fe40294b
Merge pull request #2780 from aledbf/r0.17
Release 0.17.0
2018-07-15 02:12:55 -07:00
Manuel de Brito Fontes
bc59b7ddee
Release 0.17.0 2018-07-14 18:30:19 -04:00
Manuel Alejandro de Brito Fontes
6615e98186
Update grafana dashboard lebels (#2779) 2018-07-14 18:20:35 -04:00
k8s-ci-robot
9b6d230d05
Merge pull request #2771 from Stono/master
Grafana Dashboard
2018-07-14 15:11:56 -07:00
Manuel Alejandro de Brito Fontes
3b947eb90d
Update docs and mkdoc dependencies [ci skip] (#2778) 2018-07-13 19:23:13 -04:00
k8s-ci-robot
fbc1413964
Merge pull request #2777 from aledbf/mkdocs-image
Build docs using local docker image [ci skip]
2018-07-13 10:58:26 -07:00