Commit Graph

2548 Commits

Author SHA1 Message Date
barnett
7173277023 [FIX] fix stop service and update service config don't take effect bug 2018-11-26 22:49:40 +08:00
GLYASAI
6c2fc4eb2b [FIX] bug: reflect.Value.Set using unaddressable value 2018-11-26 20:37:50 +08:00
barnett
a2cb4cce94 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 19:52:30 +08:00
barnett
e86fd8270b [REV] change yal package 2018-11-26 19:50:35 +08:00
GLYASAI
6d5c1eff9c [REV] enable empty ingress for outer service 2018-11-26 19:21:41 +08:00
barnett
d791b583b2 [FIX] fix service config update invalid bug 2018-11-26 19:16:41 +08:00
barnett
661423fd05 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 18:16:07 +08:00
barnett
1352bf1842 [FIX] fix name is neither a standard finalizer name bug 2018-11-26 18:15:53 +08:00
GLYASAI
fdd2d0e785 [REV] delete LBMappingPort when deleting tcp rule 2018-11-26 18:13:13 +08:00
barnett
31fff5c3b9 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 18:12:07 +08:00
barnett
2dd4c754e2 [REV] handle app status faliure because of start faliure. 2018-11-26 18:11:49 +08:00
GLYASAI
41288c6315 [ADD] send apple rule task 2018-11-26 18:08:16 +08:00
barnett
10beaa1ce2 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-26 17:59:30 +08:00
barnett
fe5aaf1feb [ADD] automatically compare upgrade changes with new resources 2018-11-26 17:59:24 +08:00
GLYASAI
953b28fb5c [ADD] add applyRuleController 2018-11-26 16:40:47 +08:00
GLYASAI
1167a37621 [ADD] add request struct for delete tcp rule 2018-11-26 11:39:01 +08:00
GLYASAI
428e4bda26 [ADD] add validation for updating tcp rule 2018-11-26 11:30:58 +08:00
GLYASAI
53dd99e95c [REV] change the request struct and request validation for add tcp rule 2018-11-26 09:50:15 +08:00
GLYASAI
e6e82ea9cf [REV] save lb port when adding tcp rule 2018-11-26 02:36:38 +08:00
GLYASAI
5b9e8db0ae [ADD] add api -- GetAvailablePort 2018-11-26 02:19:08 +08:00
GLYASAI
4836361308 [ADD] add validation for request of adding tcp rule 2018-11-25 22:19:40 +08:00
GLYASAI
7c9a40a662 [ADD] add AddHTTPRuleStruct for deleting http rule 2018-11-25 22:13:15 +08:00
GLYASAI
3a514c1606 [REV] add validation for request of updating http rule 2018-11-25 21:59:25 +08:00
GLYASAI
eb6f838b14 [FMT] rename, Http to HTTP, Tcp to TCP Json to JSON 2018-11-25 21:31:13 +08:00
GLYASAI
cb35637719 [REV] add validation for request of adding http rule 2018-11-25 21:21:34 +08:00
GLYASAI
5df9edc552 [FMT] rename, Http to HTTP, Tcp to TCP 2018-11-23 20:39:34 +08:00
GLYASAI
6c4c974da3 [REV] change the implementation of ApplyRules 2018-11-23 20:15:38 +08:00
barnett
6c24c3344a [ADD] add update config command in node module 2018-11-23 18:44:32 +08:00
GLYASAI
44dd5ca6b1 [REV] move DeletePools to the front of UpdatePools 2018-11-23 17:54:41 +08:00
GLYASAI
4bc88919d5 [REV] filter empty endpoints 2018-11-23 17:43:05 +08:00
GLYASAI
7c3ace43a1 [ADD] add EventHandler for Endpoints 2018-11-23 16:39:56 +08:00
barnett
670e083bc3 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-23 16:19:45 +08:00
barnett
33587a1a2f [ADD] support multiple daemon component service profiles 2018-11-23 16:19:35 +08:00
GLYASAI
e07aa913f6 [ADD] add default server for nginx 2018-11-23 15:51:12 +08:00
GLYASAI
4e41e4b858 [ADD] add UpdateFunc for ingress 2018-11-23 14:34:44 +08:00
GLYASAI
f033722cfa [REV] Filter empty hosts and ports 2018-11-23 14:12:01 +08:00
GLYASAI
c5563212dd [FIX] make gateway run in container successfully 2018-11-22 21:16:00 +08:00
barnett
2e0a3fde20 [REV] remove event log message db model 2018-11-22 16:22:44 +08:00
barnett
ec6cb037fd [REV] change all db name and remove kube client from api module 2018-11-22 14:33:29 +08:00
barnett
850dd09148 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-22 10:44:33 +08:00
barnett
7a7e64b355 [DEL] remove old runtime sync code 2018-11-22 10:44:12 +08:00
GLYASAI
6bb5216e10 [ADD] add uuid for TcpRuleStruct 2018-11-22 10:38:55 +08:00
GLYASAI
0a20990804 [ADD] add uuid for http rule 2018-11-22 09:34:00 +08:00
GLYASAI
d156289e98 [ADD] add api fo deleting tcp rule 2018-11-21 20:33:37 +08:00
GLYASAI
aa98f5fd55 [ADD] add api for updating tcp rule 2018-11-21 20:14:13 +08:00
GLYASAI
1e4e5b0f37 [ADD] add api for adding tcp rule 2018-11-21 19:51:40 +08:00
GLYASAI
b3ece8e0b0 [FIX] rename GetRuleExtensionByServiceID to GetRuleExtensionByRuleID 2018-11-21 18:35:04 +08:00
barnett
596cbf2561 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-11-21 18:25:39 +08:00
barnett
0d6ab85493 [REV] update logger step info code 2018-11-21 18:25:12 +08:00
GLYASAI
f2c5b22c2d [REV] change router of "http-rule" 2018-11-21 18:16:41 +08:00