Commit graph

1226 commits

Author SHA1 Message Date
Euan Kemp
8fe1efe396 nginx: also listen on ivp6
This allows a brave user to run this in host networking mode and support
ipv6.
2016-12-12 09:56:42 -08:00
Manuel Alejandro de Brito Fontes
6262aa8afe Merge pull request #47 from lichen2013/master
Fix the hyperlink in CONTRIBUTING.md for issue search
2016-12-12 11:09:16 -03:00
Manuel Alejandro de Brito Fontes
2ac8117b83 Merge pull request #52 from gianrubio/typo-realipcidr
fix typo in variable ProxyRealIPCIDR
2016-12-12 11:07:36 -03:00
Giancarlo Rubio
bd9ec42042 fix typo in variable ProxyRealIPCIDR 2016-12-12 14:23:45 +01:00
Chen Li
7066ab04d3 Fix the hyperlink in CONTRIBUTING.md for issue search
The issue label for new contributors should be "help wanted", not "help-wanted".
2016-12-08 01:11:12 -06:00
Prashanth B
697cf2d8c3 Merge pull request #46 from bprashanth/ing_unittests
Fix unittests
2016-12-07 12:15:21 -08:00
bprashanth
5fde50d3c9 Fix unittests 2016-12-07 11:53:16 -08:00
Prashanth B
cd07b0b06d Merge pull request #21 from bprashanth/default_backend_retry
Refactor default backend handling and add better events
2016-12-07 11:26:07 -08:00
Prashanth B
ac6930b2e7 Merge pull request #36 from aledbf/prometheus-nginx
Add nginx metrics to prometheus
2016-11-30 09:41:51 -08:00
Manuel de Brito Fontes
f7011d22f8 Update godeps 2016-11-29 18:10:06 -03:00
Manuel de Brito Fontes
86dbf979cb Add nginx metrics to prometheus 2016-11-29 18:10:06 -03:00
Manuel de Brito Fontes
81cd7782c6 Restart nginx if master process dies 2016-11-29 14:21:44 -03:00
Prashanth B
666cbf5089 Merge pull request #31 from aledbf/health-check
Add healthz checker
2016-11-29 09:11:35 -08:00
Prashanth B
f15c75a02d Merge pull request #33 from bprashanth/docs
Improve title README, add examples outline
2016-11-28 16:41:17 -08:00
bprashanth
1bb8d11673 Improve title README, add examples outline 2016-11-27 17:42:36 -08:00
Manuel de Brito Fontes
478d51c827 Add healthz checker 2016-11-27 02:28:04 -03:00
Prashanth B
d1fb96ac10 Merge pull request #28 from aledbf/relac-checks
Relax lint checks
2016-11-25 14:43:42 -08:00
Manuel de Brito Fontes
f7bda48e78 Relax lint checks 2016-11-25 13:55:57 -03:00
Manuel Alejandro de Brito Fontes
e51fe472c1 Merge pull request #25 from porridge/fix-watcher-race
Fix a data race in TestFileWatcher (#24).
2016-11-25 10:26:34 -03:00
Manuel Alejandro de Brito Fontes
9dab90d7f2 Merge pull request #26 from porridge/make-useful
Make "make" useful rather than produce error.
2016-11-25 10:26:26 -03:00
Marcin Owsiany
cec1c9fb21 Make "make" useful rather than produce error. 2016-11-25 13:32:45 +01:00
Marcin Owsiany
e374b0a927 Fix a data race in TestFileWatcher (#24).
Use a channel to report events to the test, rather than a variable without
synchronization.
2016-11-25 13:20:43 +01:00
Prashanth B
27a0ec41cc Merge pull request #22 from aledbf/coveralls
Enable coveralls
2016-11-24 00:14:18 -08:00
Manuel de Brito Fontes
61f124d786 Enable coveralls 2016-11-24 00:13:05 -03:00
Manuel Alejandro de Brito Fontes
850af9329d Merge pull request #15 from aledbf/merge-aledbf
Split implementations from generic code
2016-11-23 21:39:20 -03:00
Manuel de Brito Fontes
16c5800545 Add e2e boilerplate 2016-11-23 21:34:30 -03:00
Manuel de Brito Fontes
42b58e957c Avoid nginx reloads 2016-11-23 21:19:07 -03:00
Manuel de Brito Fontes
5a8e090736 Add Generic interface 2016-11-23 21:17:49 -03:00
Manuel de Brito Fontes
f2b627486d Remove interface 2016-11-23 21:17:49 -03:00
Manuel de Brito Fontes
ed9a416b01 Split implementations from generic code 2016-11-23 21:17:49 -03:00
bprashanth
8c4d951df3 Bump up glbc version 2016-11-22 18:42:00 -08:00
bprashanth
d2312229dd Don't retry on instance group not found 2016-11-22 18:31:34 -08:00
bprashanth
d7fb15d972 Better events and timeouts for health checks 2016-11-22 18:31:07 -08:00
bprashanth
b789b78837 Log urlmap 2016-11-22 16:44:08 -08:00
bprashanth
6260eeeed4 Re-order default backend deletion calls 2016-11-22 16:39:08 -08:00
Manuel Alejandro de Brito Fontes
d1e8a629ca Merge pull request #14 from aledbf/merge-gce
Update godeps and gce controller
2016-11-11 19:57:23 -03:00
Manuel de Brito Fontes
0dbe499a3b Fix lint errors 2016-11-11 19:46:09 -03:00
Manuel de Brito Fontes
96f8ec419d Remove gce data race in tests 2016-11-11 18:25:42 -03:00
Manuel de Brito Fontes
827fcf10dd Fix lint errors 2016-11-11 18:23:02 -03:00
Manuel de Brito Fontes
cf5118cf2b Fix travis build using go_import_path 2016-11-11 18:22:50 -03:00
Manuel de Brito Fontes
4d1887310b Update GCE ingress controller 2016-11-11 18:22:35 -03:00
Manuel de Brito Fontes
1bc383f9c5 Update godeps 2016-11-11 18:22:34 -03:00
Prashanth B
1c8773fc98 Merge pull request #11 from aledbf/remove-examples
Remove nginx-alpha, examples and simplify read files
2016-11-10 13:49:13 -08:00
Manuel de Brito Fontes
e963d095ab Remove nginx-alpha, examples and simplify read files 2016-11-10 18:46:41 -03:00
Prashanth B
098bcb5e65 Merge pull request #10 from aledbf/history
Copy Ingress history from kubernetes/contrib
2016-11-10 13:32:11 -08:00
Manuel de Brito Fontes
55acaabbd8 Merge branch 'copy-history' of https://github.com/aledbf/contrib into history 2016-11-10 17:51:37 -03:00
Manuel de Brito Fontes
7ed61b188c Copy Ingress history from kubernetes/contrib 2016-11-10 17:29:16 -03:00
Prashanth B
8ce8798997 Merge pull request #1 from bprashanth/first_commit
Basic structure
2016-11-10 10:27:50 -08:00
bprashanth
ef44383e33 Basic structure 2016-11-10 10:23:50 -08:00
bprashanth
294ff58f63 Clarify ingress docs 2016-11-08 10:25:35 -08:00