Commit graph

3471 commits

Author SHA1 Message Date
Han Sol Park
eb918f0a4b Fixed typo in flags.go
ssl-passthrough-proxy-port
2018-08-13 18:14:33 +09:00
k8s-ci-robot
d174023b4c Merge pull request #2928 from fntlnz/docs/precisations-for-influx-module
docs: Precisations on the usage of the InfluxDB module
2018-08-12 13:24:53 -07:00
Lorenzo Fontana
3069fb0003 docs: Precisations on the usage of the InfluxDB module
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-08-12 11:24:06 +02:00
k8s-ci-robot
eff5fe8c2e Merge pull request #2927 from aledbf/0180
Release 0.18.0
2018-08-11 18:37:54 -07:00
Manuel de Brito Fontes
45f9daddb0 Release 0.18.0 2018-08-11 19:51:45 -04:00
k8s-ci-robot
e447976036 Merge pull request #2926 from aledbf/misspell
Add misspell target
2018-08-11 11:08:53 -07:00
Manuel de Brito Fontes
7770368a50 Add misspell target 2018-08-11 08:26:14 -04:00
Manuel de Brito Fontes
a35fcaaf1b Update nginx dependencies 2018-08-10 22:09:58 -04:00
Mike Bryant
fec1fa810c fix: Sort TCP/UDP upstream order (#2885)
Fixes #2721
2018-08-10 07:09:14 -04:00
Manuel Alejandro de Brito Fontes
a3cd260264 Remove echoheaders image from the repository (#2921) 2018-08-10 07:08:46 -04:00
Manuel de Brito Fontes
ca3238400b Add documentation to install prometheus and grafana 2018-08-08 18:44:18 -04:00
k8s-ci-robot
858c0461ae Merge pull request #2915 from Shopify/dont-restrict-to-localhost
dont restrict status page to localhost only
2018-08-08 10:30:53 -07:00
Elvin Efendi
1c75643418 dont restrict status page to localhost only 2018-08-08 12:46:12 -04:00
k8s-ci-robot
d8033a42f2 Merge pull request #2871 from aledbf/ajp
Add support for AJP protocol
2018-08-07 07:46:02 -07:00
Manuel de Brito Fontes
60501eb680 Add annotation backend-protocol 2018-08-07 08:59:38 -04:00
Henry Tran
3fc82247ff Add lua endpoint to handle certificates in dynamic configuration mode 2018-08-07 08:18:34 -04:00
k8s-ci-robot
5c99cb6dce Merge pull request #2905 from aledbf/fix-ipv6
Fix IPV6 detection
2018-08-06 12:06:53 -07:00
Manuel de Brito Fontes
b338eeecc7 Fix IPV6 detection 2018-08-06 13:05:32 -04:00
k8s-ci-robot
8b2ee3daf3 Merge pull request #2903 from krancour/patch-2
Very minor grammar fix
2018-08-06 08:45:26 -07:00
Kent Rancourt
61b48130ac Very minor grammar fix 2018-08-06 11:19:31 -04:00
Manuel Alejandro de Brito Fontes
89f0c85c7a Fix documentation (#2902) 2018-08-05 22:30:46 -04:00
k8s-ci-robot
3fc8968f86 Merge pull request #2894 from aledbf/authbind
Use authbind to bind privileged ports
2018-08-05 08:43:43 -07:00
Manuel de Brito Fontes
615f7f1d01 Use authbind to bind privileged ports 2018-08-05 11:18:50 -04:00
k8s-ci-robot
545cc36535 Merge pull request #2897 from aledbf/enable-reuseport
Enable reuse-port by default
2018-08-04 19:43:43 -07:00
k8s-ci-robot
9750a144a7 Merge pull request #2682 from aledbf/listen-localhost
Use localhost to expose status server
2018-08-04 17:16:56 -07:00
Manuel de Brito Fontes
e7678193f4 Use localhost to expose status server 2018-08-04 18:57:56 -04:00
Manuel Alejandro de Brito Fontes
7bed4c143b Fix default sync-period doc (#2898) 2018-08-04 17:57:15 -04:00
Manuel de Brito Fontes
106a9ad519 Enable reuse-port by default 2018-08-04 17:43:34 -04:00
k8s-ci-robot
f3273a519c Merge pull request #2896 from tomxor/multi-accept-cfg
support configuring multi_accept directive via configmap
2018-08-04 09:58:44 -07:00
Tom Reznik
800b3eaa4f support configuring multi_accept directive via configmap 2018-08-04 19:20:01 +03:00
Manuel Alejandro de Brito Fontes
ef1825fd5a Update nginx image (#2893) 2018-08-04 08:02:20 -04:00
k8s-ci-robot
99b3385451 Merge pull request #2888 from vasrem/fix_grafana_datasource
Fix grafana datasources
2018-08-04 04:26:45 -07:00
k8s-ci-robot
c4df107a6a Merge pull request #2890 from antoineco/build-improv
Usability improvements to build steps
2018-08-03 15:44:36 -07:00
k8s-ci-robot
c9e4230cd4 Merge pull request #2895 from tomxor/main-ctx-snippet-cfg
support custom configuration to main context of nginx config
2018-08-03 15:19:19 -07:00
Antoine Cotten
c951b7bf6a Minor build improvements
Makefile

* Make Go build flags parameterizable
  * Verbose by default
  * Do not force complete rebuild
  * Remove unnecessary '-installsuffix' flag
    https://plus.google.com/117192131596509381660/posts/eNnNePihYnK
* Log build steps
* Rename 'clean' target to 'clean-container'
* Move artifact copy to '.container' target
* Add 'clean' target

Shell script

* Fix shellcheck SC2068
  https://github.com/koalaman/shellcheck/wiki/SC2068
* Reject mandatory vars with empty values
2018-08-04 00:53:17 +03:00
Tom Reznik
6810a272a6 support custom configuration to main context of nginx config 2018-08-04 00:53:06 +03:00
Vasilis Remmas
07dba10908 Added requirements in README.md 2018-08-03 10:11:03 +02:00
k8s-ci-robot
b318259d32 Merge pull request #2808 from dongqi1990/bugfix-2799
fix the bug #2799, add prefix (?i) in rewrite statement.
2018-08-02 20:58:06 -07:00
Vasilis Remmas
1196dbc273 Fixed grafana datasource 2018-08-02 18:07:34 +02:00
Vasilis Remmas
422711dd5f Change grafana to point prometheus datasource 2018-08-02 18:07:25 +02:00
Manuel Alejandro de Brito Fontes
6cd96f1102 Update nginx to 1.15.2 (#2872) 2018-07-30 17:33:36 -04:00
k8s-ci-robot
46e8220ee7 Merge pull request #2877 from aledbf/change-starup
Refactor entrypoint to avoid issues with volumes
2018-07-30 13:54:56 -07:00
Manuel de Brito Fontes
11ec67260e Refactor entrypoint to avoid issues with volumes 2018-07-30 16:10:40 -04:00
k8s-ci-robot
1942286ae1 Merge pull request #2876 from aledbf/improve-e2e
Remove dashboard an tune sync-frequency
2018-07-30 10:23:57 -07:00
Manuel de Brito Fontes
5b45c2e0cf Remove dashboard an improve sync-frequency 2018-07-30 11:52:17 -04:00
k8s-ci-robot
b6b1bc764c Merge pull request #2874 from aledbf/fix-status
Delay initial prometheus status metric
2018-07-30 07:56:57 -07:00
Manuel de Brito Fontes
dabb334f99 Delay initial prometheus status metric 2018-07-30 10:24:51 -04:00
dongqi1990
84581f4161 fix the bug #2799, add prefix (?i) in rewrite statement and add new e2e
test.
2018-07-30 17:34:28 +08:00
k8s-ci-robot
2bc8467275 Merge pull request #2834 from Stono/master
Added permanent-redirect-code
2018-07-29 14:33:57 -07:00
Antoine Cotten
b8992879b7 Add e2e test for redirect annotations
Minor refactoring of parser and unit tests
2018-07-29 22:53:03 +02:00