Manuel Alejandro de Brito Fontes
|
ea102adb8f
|
Merge pull request #317 from aledbf/custom-controller
Add missing method in custom-controller
|
2017-02-22 23:51:20 -03:00 |
|
chentao1596
|
d80df079ed
|
add nginx daemonst example
|
2017-02-23 10:17:34 +08:00 |
|
Manuel Alejandro de Brito Fontes
|
88a03d48b0
|
Merge pull request #303 from aledbf/release-beta-2
Release 0.9.0-beta.2
|
2017-02-22 15:02:15 -03:00 |
|
Manuel de Brito Fontes
|
4ccd060029
|
Return sorted endpoints
|
2017-02-22 14:41:44 -03:00 |
|
Manuel de Brito Fontes
|
cf28552067
|
Release 0.9.0-beta.2
|
2017-02-22 14:41:43 -03:00 |
|
chentao1596
|
150a6c2ca5
|
update the description of 'Test HTTP Service'
|
2017-02-22 10:38:22 +08:00 |
|
Manuel de Brito Fontes
|
36ceb33f57
|
Add missing method in custom-controller
|
2017-02-21 15:27:17 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
f9ae09bbb4
|
Merge pull request #306 from caiyixiang/modifyNGINXreadme
modify nginx readme
|
2017-02-20 08:01:31 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
7d805a2259
|
Merge pull request #304 from caiyixiang/changeSStoSSL
change 'buildSSPassthrouthUpstreams' to 'buildSSLPassthroughUpstreams'
|
2017-02-20 08:00:15 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
7ac3297c3e
|
Merge pull request #307 from chentao1596/max_body_size
Add docs for body-size annotation
|
2017-02-20 07:58:37 -03:00 |
|
chentao1596
|
4b095cae9c
|
Add docs for body-size annotation
|
2017-02-20 18:01:57 +08:00 |
|
caiyixiang
|
d94968cceb
|
modify nginx readme
|
2017-02-20 15:58:16 +08:00 |
|
Tang Le
|
ff97517261
|
Check content when cmd failed
Signed-off-by: Tang Le <at28997146@163.com>
|
2017-02-20 10:34:05 +08:00 |
|
caiyixiang
|
59ae91d589
|
change 'buildSSPassthrouthUpstreams' to 'buildSSLPassthroughUpstreams'
|
2017-02-20 10:30:37 +08:00 |
|
Manuel Alejandro de Brito Fontes
|
ad02d48d7d
|
Merge pull request #281 from andrewstuart/master
Add chmod up directory tree for world read/execute on directories
|
2017-02-18 09:33:08 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
25669dcefd
|
Merge pull request #286 from aledbf/cleanup
Add logs to help debugging and simplify default upstream configuration
|
2017-02-18 09:32:27 -03:00 |
|
Prashanth B
|
dcbbf35c17
|
Merge pull request #302 from bprashanth/gce_health_checks
Add a GCE health checks example
|
2017-02-18 05:51:48 +05:30 |
|
bprashanth
|
b554a86a20
|
Add a GCE health checks example
|
2017-02-17 15:28:00 -08:00 |
|
Prashanth B
|
0beb52821d
|
Merge pull request #299 from bprashanth/owners
Add more assignees and approvers
|
2017-02-18 04:17:39 +05:30 |
|
Prashanth B
|
2687f1147c
|
Merge pull request #298 from bprashanth/gce_faq_2
Add more GCE FAQ
|
2017-02-18 04:17:12 +05:30 |
|
Manuel Alejandro de Brito Fontes
|
eeded78b40
|
Merge pull request #300 from aledbf/request_uri
Change nginx variable to use in filter of access_log
|
2017-02-17 19:46:22 -03:00 |
|
Manuel de Brito Fontes
|
e86202c99d
|
Change nginx variable to use in filter of access_log
|
2017-02-17 18:21:46 -03:00 |
|
bprashanth
|
336f154105
|
Add more assignees and approvers
|
2017-02-17 10:47:56 -08:00 |
|
Manuel Alejandro de Brito Fontes
|
23feb8e343
|
Merge pull request #290 from aledbf/update-nginx
Update nginx version in ingress controller to 1.11.10
|
2017-02-17 15:46:52 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
26e1363872
|
Merge pull request #297 from bprashanth/ubuntu_makefile
Add PUSH_TOOL to ubuntu Makefile
|
2017-02-17 15:46:14 -03:00 |
|
bprashanth
|
b81f35c315
|
Add more GCE FAQ
|
2017-02-17 10:42:00 -08:00 |
|
bprashanth
|
cc8f20f8bf
|
Add PUSH_TOOL to ubuntu Makefile
|
2017-02-17 10:20:34 -08:00 |
|
Manuel Alejandro de Brito Fontes
|
f8f4c24ff8
|
Merge pull request #296 from aledbf/fix-rewrite
Fix rewrite regex to match the start of the URL and not a substring
|
2017-02-17 15:12:18 -03:00 |
|
Prashanth B
|
38bbe9f98f
|
Merge pull request #289 from aledbf/update-nginx-slim
[nginx-slim] Update nginx-slim to 1.11.10
|
2017-02-17 22:43:10 +05:30 |
|
Prashanth B
|
d6ca85eff9
|
Merge pull request #288 from aledbf/reduce-ubuntu-slim
[ubuntu-slim] Release ubuntu-slim 0.7
|
2017-02-17 22:42:55 +05:30 |
|
Manuel de Brito Fontes
|
4e2f4151e3
|
Fix rewrite regex to match the start of the URL and not a substring
|
2017-02-17 11:04:57 -03:00 |
|
Tang Le
|
df066518f2
|
We need check content, when cmd failed.
Signed-off-by: Tang Le <at28997146@163.com>
|
2017-02-17 19:11:56 +08:00 |
|
Prashanth B
|
008b102651
|
Merge pull request #293 from tonglil/gcloud-docker
Update makefile gcloud docker command
|
2017-02-17 07:07:25 +05:30 |
|
Tony Li
|
d5331d3946
|
do the same for other makefiles
|
2017-02-16 17:13:36 -08:00 |
|
Tony Li
|
807bc07a16
|
do the same for nginx
|
2017-02-16 17:12:33 -08:00 |
|
Prashanth B
|
4f661a56cc
|
Merge pull request #258 from rikatz/nginx-sticky-annotations
Nginx sticky annotations
|
2017-02-17 05:27:18 +05:30 |
|
Tony Li
|
729984cec2
|
update makefile docker command
|
2017-02-16 14:49:35 -08:00 |
|
Manuel de Brito Fontes
|
46df2917db
|
Update nginx version in ingress controller to 1.11.10
|
2017-02-16 15:10:14 -03:00 |
|
Manuel de Brito Fontes
|
27a6f327d6
|
Add logs to help debugging and simplify default upstream configuration
|
2017-02-16 14:26:58 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
c363c57e52
|
Merge pull request #285 from Ticketmaster/nodelister
Added a Node StoreLister type
|
2017-02-16 14:14:05 -03:00 |
|
Kraig Amador
|
8c33b8bbbe
|
Added a Node StoreLister type to support writing ingress controllers that use NodePorts
|
2017-02-16 09:51:57 -07:00 |
|
Manuel de Brito Fontes
|
c1235084e0
|
Update nginx-slim to 1.11.10
|
2017-02-16 13:11:20 -03:00 |
|
Manuel de Brito Fontes
|
6646d687e4
|
Release ubuntu-slim 0.7
|
2017-02-16 10:27:35 -03:00 |
|
Ricardo Pchevuzinske Katz
|
93d5065da1
|
Adds a new situation in affinity config example
|
2017-02-16 08:40:35 -02:00 |
|
Manuel Alejandro de Brito Fontes
|
39986c3cc2
|
Merge pull request #246 from aledbf/set-headers
Add support for custom proxy headers using a ConfigMap
|
2017-02-16 07:35:57 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
8925d00b3a
|
Merge pull request #272 from aledbf/refactor-annotation-parsers
Fix error getting class information from Ingress annotations
|
2017-02-16 07:35:34 -03:00 |
|
Ricardo Pchevuzinske Katz
|
59dd5556bd
|
Correct the configuration.md reference to annotations
|
2017-02-16 08:31:01 -02:00 |
|
Andrew Stuart
|
87be698379
|
Add chmod up directory tree for world read/execute on directories
|
2017-02-15 12:29:27 -07:00 |
|
Ricardo Pchevuzinske Katz
|
6aad036021
|
Corrects the affinity test
|
2017-02-15 11:50:10 -02:00 |
|
Manuel Alejandro de Brito Fontes
|
6e3b7a14e0
|
Merge pull request #279 from chentao1596/fix-examples-requires
fix wrong link in the file of examples/README.md
|
2017-02-14 23:08:41 -03:00 |
|