Commit Graph

71 Commits

Author SHA1 Message Date
barnettZQG
4c9a81e83b Merge branch 'V5.2' 2020-11-11 09:44:09 +08:00
GLYASAI
577bd9be90 check ready addresses 2020-10-22 11:13:12 +08:00
GLYASAI
42b5bd6474 ignore endpoints without ready addresses 2020-10-22 10:53:12 +08:00
barnettZQG
0310685a0d Merge branch 'V5.2' 2020-09-25 11:28:58 +08:00
barnettZQG
33195d7ad7 only online ready endpoint address to gateway 2020-09-17 15:06:40 +08:00
barnettZQG
6c2807a856 init go mod #821 2020-09-06 11:09:48 +08:00
GLYASAI
cade98e20b more error message 2020-04-24 13:47:58 +08:00
barnettZQG
f5e047e841 Merge branch 'V5.1' into V5.2 2020-03-11 17:53:00 +08:00
barnettZQG
cf0474d684 fix gateway nil pointer dereference 2020-03-11 14:45:13 +08:00
凡羊羊
2f88f01ac3 merge V5.1 to V5.2 2020-02-13 20:03:05 +08:00
凡羊羊
a639e42200 fix issue/650 2020-02-07 17:55:55 +08:00
barnettZQG
143407b61c Merge branch 'master' into V5.2 2020-02-06 11:40:49 +08:00
barnettZQG
5f346f596a Merge branches 'master', 'master', 'V5.1' and 'master' of https://github.com/goodrain/rainbond 2020-02-06 11:33:25 +08:00
barnettZQG
16d57beaa9 Fixed the issues of too many notready endpoints 2020-02-05 22:24:17 +08:00
barnettZQG
f1dd2384ed support dynamically update tcp or udp upstream;
fix bug that Ingress was unable to remove all when the component was closed;
2020-02-03 23:18:37 +08:00
barnettZQG
87e432708d Optimize the gateway policy enforcement process logic #635 2020-01-20 12:46:39 +08:00
GLYASAI
edad9cec54 fix some typos 2020-01-08 18:33:00 +08:00
barnettZQG
14187d84c9 Fix 3rd party component health detection issues #580 2020-01-07 21:31:26 +08:00
GLYASAI
fa562842e5 clientset with service acount 2020-01-03 16:12:56 +08:00
barnettZQG
4a0c171dbc Support virtual IP rule dynamic drift 2019-12-09 18:06:48 +08:00
曾庆国
2f6076bd56 remove debug log 2019-09-18 18:50:49 +08:00
曾庆国
a7dc565364 gateway support multiple ip #417 2019-09-18 17:56:52 +08:00
曾庆国
c46168270f fix gateway bug 2019-09-04 11:02:08 +08:00
曾庆国
0f98f06708 fix gateway config bug 2019-08-29 12:59:44 +08:00
huangrh
1bd0893280 [REV] move the logic of ForceSSLRedirect from servers.tmpl to the gateway controller. 2019-04-02 16:19:30 +08:00
huangrh
2320e1d962 [REV] find the associated endpoints by the name of the service 2019-03-31 02:17:07 +08:00
barnett
8523e77712 [FIX] fix target port wrong bug 2019-03-21 14:15:07 +08:00
GLYASAI
8e43c8db6e [FIX] wrong upstreams for gateway tcp 2019-03-20 13:46:44 +08:00
barnett
89f108692f [FIX] fix gateway bug 2019-03-13 20:06:11 +08:00
GLYASAI
0f886b3d35 [ADD] add or update api for gateway rule configuration 2019-03-13 13:58:30 +08:00
huangrh
b6bb182f62 Merge branch 'master' into cfg
# Conflicts:
#	gateway/controller/openresty/model/server.go
#	gateway/controller/openresty/rbd_endpoints.go
#	gateway/controller/openresty/service.go
#	gateway/controller/openresty/template/template.go
#	hack/contrib/docker/gateway/nginxtmp/servers.tmpl
2019-03-10 19:06:06 +08:00
huangrh
70197eb59a [ADD] location proxy 2019-03-10 18:51:10 +08:00
huangrh
9c9c6f6b1d [FIX] merge confilct error 2019-03-09 22:17:52 +08:00
黄润豪
5ce8b28c73
Merge branch 'master' into master 2019-03-09 22:08:45 +08:00
barnett
1694b7ef1f [ADD] Add service access data monitoring capabilities to the gateway. 2019-03-07 21:38:47 +08:00
barnett
ea54454080 [REV] merge branch V5.0 to master 2019-03-06 09:33:33 +08:00
huangrh
b5b5c684b4 [REV] use selector to get endpoints, rather than service name
[ADD] create third-party service when starting worker

[ADD] curd for endpoints in etcd
2019-03-04 14:22:24 +08:00
huangrh
028580d04d [FIX] http and https cant not exist at the same time 2019-02-22 11:49:27 +08:00
barnett
065913a55c [REV] Optimize code quality via gofmt 2019-02-12 15:40:42 +08:00
GLYASAI
a49c89b157 [REV] make resyncPeriod a configurable parameter 2019-01-03 18:46:45 +08:00
GLYASAI
26fdf75853 [FIX] fix bug: SSL: error:0906D066:PEM routines:PEM_read_bio:bad end line 2019-01-03 11:52:03 +08:00
GLYASAI
6909d4fd16 [DEL] comment checkIngress 2018-12-25 19:04:12 +08:00
GLYASAI
e5620c9009 [ADD] add checkIngress 2018-12-25 18:51:44 +08:00
GLYASAI
6e5667f0fa [REV] uncomment creater=Rainbond 2018-12-18 11:14:47 +08:00
GLYASAI
9f2d2f1373 [ADD] add load balance: consistent hashing 2018-12-17 11:45:12 +08:00
GLYASAI
749712eb67 [ADD] add not ready address 2018-12-07 12:38:58 +08:00
GLYASAI
3b72c9b5bd [REV]use default ip 2018-12-04 23:59:08 +08:00
GLYASAI
6b7c6d458a [REV] put backend name and weight into a struct 2018-12-04 20:15:57 +08:00
GLYASAI
ea629fb262 [REV] change logger level 2018-12-04 19:50:32 +08:00
GLYASAI
cdb6431384 [ADD] support weight in router 2018-12-04 16:59:42 +08:00