Commit Graph

359 Commits

Author SHA1 Message Date
huangrh
8967cbaaf7 [FIX] error syncing pvc 2019-04-08 16:15:26 +08:00
barnett
fa831cabf0 fix probe disable invalid bug 2019-03-31 13:03:38 +08:00
huangrh
62b9f8df86 [FIX] probe not found 2019-03-28 15:39:32 +08:00
huangrh
0bcd99b818 [FIX] gorm ignore zero value("") when updating 2019-03-25 15:16:25 +08:00
barnett
9c01057d37 change version and change code style 2019-03-21 14:48:46 +08:00
GLYASAI
17c3d70b97 [FIX] certificate file(*.pem) not found 2019-03-20 15:51:55 +08:00
GLYASAI
327f0914a3 [ADD] delete related talbes when deleting service 2019-03-16 21:34:07 +08:00
GLYASAI
feb1e1ba64 [REV] change gateway configuration
[FIX] fix some bug
2019-03-14 21:10:14 +08:00
GLYASAI
d0415a0042 [REV] remove configmap for third-party service 2019-03-14 11:12:17 +08:00
GLYASAI
d30d0fe9af [ADD] list config by rule id 2019-03-13 14:40:30 +08:00
GLYASAI
0f886b3d35 [ADD] add or update api for gateway rule configuration 2019-03-13 13:58:30 +08:00
huangrh
fdf4b1cc8c [ADD] create ingress annotation about nginx config 2019-03-11 01:07:10 +08:00
黄润豪
5ce8b28c73
Merge branch 'master' into master 2019-03-09 22:08:45 +08:00
huangrh
65c8c8c861 [ADD] probe for third-party service 2019-03-09 21:54:17 +08:00
barnett
b6eed75a65 [ADD] add batch operation api 2019-03-08 19:22:22 +08:00
huangrh
7af1d64519 [REV] change the update of third-party service Endpoints from synchronous to asynchronous 2019-03-08 14:46:11 +08:00
huangrh
e9078cd7c1 [ADD] string type ServiceKind 2019-03-06 15:27:28 +08:00
huangrh
5c6a2cda3c [ADD] api for updating config-file 2019-03-06 14:06:42 +08:00
barnett
ea54454080 [REV] merge branch V5.0 to master 2019-03-06 09:33:33 +08:00
barnett
a49d3a6894 [REV] change pv volume save path and fix backup bug 2019-03-05 15:00:39 +08:00
huangrh
6344843de0 [FIX] merge error 2019-03-04 14:52:42 +08:00
黄润豪
0e034ff12f
Merge branch 'master' into master 2019-03-04 14:32:33 +08:00
barnett
9173e1e520 [ADD] add plugin config backup and restore 2019-03-01 15:13:14 +08:00
barnett
fd64eca5ff [FIX] fix configfile cannot be read or written bug 2019-03-01 14:27:03 +08:00
huangrh
0b0be32528 [ADD] create corev1.Endpoints for third-party services 2019-02-28 23:10:49 +08:00
barnett
22e733a408 [ADD] add init-probe component 2019-02-28 14:52:39 +08:00
barnettZQG
21eb9f00e3
Merge pull request #223 from GLYASAI/master
[ADD] api for thrid-party service
2019-02-27 21:06:24 +08:00
huangrh
a859e0dd29 [ADD] failure action for service probe 2019-02-27 10:11:20 +08:00
huangrh
da71fcc5de [FIX] gorm can't create zero values 2019-02-27 09:30:39 +08:00
huangrh
b1db6090db [REV] change discovery configuration request struct 2019-02-27 09:30:25 +08:00
huangrh
912babfa6a [ADD] api for listing third-party service endpoints 2019-02-26 14:16:22 +08:00
barnett
438f74fe21 [ADD] tcp mesh proxy use envoy 2019-02-25 20:04:48 +08:00
huangrh
74ff40f7cb [ADD] static endpoints or discovery configuration when create service 2019-02-25 01:07:37 +08:00
huangrh
078b687f85 [ADD] api for fetching or updating third-party service probe 2019-02-24 21:18:06 +08:00
huangrh
371e41a8a9 [ADD] endpoints api: add, update and delete 2019-02-24 05:13:54 +08:00
barnett
68246110a8 [ADD] add envoy controller grpc api 2019-02-21 21:55:56 +08:00
barnettZQG
b75afe013a
update app backup version 2019-02-20 22:40:02 +08:00
barnett
2c2ac1e2db [FIX] fix plugin config apply bug 2019-02-15 18:46:11 +08:00
barnett
cf90637513 [ADD] add auto create table tenant_plugin_version_config 2019-02-15 17:38:31 +08:00
barnett
23702ef013 [ADD] change plugin config persistence from etcd to mysql 2019-02-15 17:20:08 +08:00
barnett
2616796037 [REV] Optimize code quality via go vet 2019-02-12 16:41:14 +08:00
barnett
065913a55c [REV] Optimize code quality via gofmt 2019-02-12 15:40:42 +08:00
GLYASAI
dc081e9662 [FIX] only return success version info 2019-01-25 14:37:30 +08:00
GLYASAI
45f0d48dd6 [REV] change the length of certificate and private_key to contains more characters 2019-01-16 00:15:33 +08:00
GLYASAI
6480a7b693 [REV] only share configmap volume template 2019-01-09 19:14:55 +08:00
GLYASAI
ca7047db0f [ADD] add volume type for AddVolumeDependencyStruct 2019-01-08 14:43:32 +08:00
GLYASAI
f3f2421fa3 [REV] delete config file uuid 2019-01-07 18:26:18 +08:00
GLYASAI
431a4c96c3 [ADD] add table tenant_service_config_file 2019-01-06 22:13:19 +08:00
GLYASAI
b1cd012bca [ADD] add a volume of type ConfigMap 2019-01-04 14:26:29 +08:00
barnettZQG
f3a36ea029
Merge pull request #170 from GLYASAI/V5.0
do some change and fix some bugs
2018-12-28 16:44:15 +08:00
barnett
0cc3bba57e [REV] add timout status in event 2018-12-28 15:32:20 +08:00
GLYASAI
47cf4fce33 [ADD] delete gateway resources when deleting service 2018-12-28 12:33:37 +08:00
GLYASAI
197a3688e1 [ADD] add UpdateModel for model.IPPool 2018-12-19 10:07:56 +08:00
GLYASAI
a8409eeb75 [ADD] add ip pool 2018-12-19 10:00:50 +08:00
GLYASAI
62b2e89230 [FIX] fix bug: unable to update IPPort 2018-12-18 20:55:12 +08:00
GLYASAI
e261076b2a [ADD] add delete IPPort 2018-12-18 19:15:21 +08:00
GLYASAI
9fe5177f0b [ADD] add updating gateway_ip_port 2018-12-18 18:19:48 +08:00
GLYASAI
d8c5f0b087 [ADD] checks if the ip and port for TCP is available 2018-12-18 16:58:13 +08:00
GLYASAI
c5c8bee41e [ADD] add IPPort 2018-12-18 15:48:42 +08:00
GLYASAI
7ba3e8d94e [DEL] remove CHash 2018-12-17 18:32:46 +08:00
GLYASAI
d0432dd62c [ADD] add upstream-hash-by 2018-12-17 11:51:40 +08:00
barnett
0a47ab415c [FIX] fix windows app do not shceduler bug 2018-12-07 15:00:07 +08:00
GLYASAI
965dc98077 [REV] swap labe_value and label_key which value is node-selector 2018-12-04 17:55:45 +08:00
GLYASAI
e16ed6b711 [ADD] support weight in router 2018-12-04 17:11:15 +08:00
barnett
07301343e6 [FIX] fix Unknown column 'host_path' in 'field list' bug 2018-12-04 16:55:58 +08:00
GLYASAI
9573c3ae65 Merge branch 'master' of https://github.com/goodrain/rainbond 2018-12-04 16:38:42 +08:00
GLYASAI
f525df5a0a [ADD] add windows topic 2018-12-04 16:38:00 +08:00
barnett
42c1cd24d4 [REV] change update deploy version code 2018-12-04 16:35:17 +08:00
barnett
f11269d882 [DEL] delete label LabelKeyNodeAntyAffinity 2018-12-04 16:10:52 +08:00
GLYASAI
8f190a8be7 Merge remote-tracking branch 'origin/master' 2018-12-04 16:02:34 +08:00
barnett
579236269d [REV] support lable selector and affinity 2018-12-04 15:58:08 +08:00
GLYASAI
bf00ad8986 [REV] change LabelStruct and delete service label 2018-12-04 15:54:47 +08:00
GLYASAI
dd3656b4f3 [REV] change label request from LabelStruct to LabelsStruct 2018-12-04 15:20:59 +08:00
barnett
ebf9636823 [ADD] Add the processing flow after the application is built 2018-12-04 15:09:00 +08:00
GLYASAI
daa8503108 [ADD] add api for deleting label 2018-12-04 13:35:27 +08:00
GLYASAI
70ac3863e5 [REV] change label for linux node 2018-12-04 11:54:43 +08:00
GLYASAI
d9c6421786 [REV] change RuleExtensionKey 2018-12-04 00:25:16 +08:00
GLYASAI
a7afea7a42 [FIX] fix bug: unsupported destination, should be slice or struct 2018-12-03 17:02:19 +08:00
GLYASAI
5ef70112a9 [REV] change the default topic to builder 2018-11-30 18:00:36 +08:00
GLYASAI
0b33bd4c73 [REV] set the topic based on the type of operating system 2018-11-30 17:38:08 +08:00
GLYASAI
58a250664c [ADD] add AddOrUpdate for certificate 2018-11-29 18:12:26 +08:00
GLYASAI
d8e237d537 [REV] not check ErrRecordNotFound 2018-11-28 19:31:18 +08:00
GLYASAI
2ac0c93b9d [REV] change the restriction to add lb mapping port 2018-11-28 18:19:45 +08:00
GLYASAI
801dff55cb [REV] change error msg 2018-11-28 18:05:15 +08:00
GLYASAI
d510773d25 [REV] get tcp rule by sid, cport -> get tcp rule by uuid 2018-11-28 17:59:46 +08:00
barnett
42aeae9c66 [FIX] fix builder service id is empty bug 2018-11-27 10:55:01 +08:00
barnett
c78013fac1 [REV] update app undeploy status judge conditions 2018-11-27 10:34:58 +08:00
barnett
70997e1f1a [REV] rollback change to upgrade pipeline and add undeploy app status 2018-11-27 10:15:53 +08:00
GLYASAI
6c2fc4eb2b [FIX] bug: reflect.Value.Set using unaddressable value 2018-11-26 20:37:50 +08:00
GLYASAI
6d5c1eff9c [REV] enable empty ingress for outer service 2018-11-26 19:21:41 +08:00
GLYASAI
428e4bda26 [ADD] add validation for updating tcp rule 2018-11-26 11:30:58 +08:00
GLYASAI
5b9e8db0ae [ADD] add api -- GetAvailablePort 2018-11-26 02:19:08 +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
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
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
b3ece8e0b0 [FIX] rename GetRuleExtensionByServiceID to GetRuleExtensionByRuleID 2018-11-21 18:35:04 +08:00
GLYASAI
8d7d6e359a [ADD] add api for deleting http rule 2018-11-21 17:57:48 +08:00
GLYASAI
61b01f2b95 [ADD] add api for updating http rule 2018-11-21 17:15:40 +08:00
GLYASAI
f254d4a61a [ADD] add api "addHttpRule" 2018-11-21 15:04:03 +08:00
barnett
48b38237c9 [REV] merge branch v3.7 2018-11-20 17:50:01 +08:00
GLYASAI
e81480d739 [FIX] fix bug: failure create secret 2018-11-20 17:09:01 +08:00
GLYASAI
2d7eb86edc [FIX] fix bug unsupported destination should be slice or struct 2018-11-20 13:13:06 +08:00
barnett
c552e9b2fa [REV] merge code 2018-11-19 18:57:11 +08:00
barnett
606411aa5e [ADD] add upgrade and scaling contro and change app status get method 2018-11-19 18:56:28 +08:00
GLYASAI
91c15f10d8 [FMT] correct lable to label and rename streamRule to tcpRule 2018-11-19 15:31:13 +08:00
GLYASAI
5da2542eae [REV] update gateway model 2018-11-19 15:17:44 +08:00
GLYASAI
01219e929d [Add] add unit test for AppServiceBuild_ApplyHttpRule 2018-11-19 14:09:14 +08:00
GLYASAI
b98e089c83 [ADD] add unit test for ApplyStreamRule 2018-11-18 19:31:12 +08:00
GLYASAI
993efefb0d [ADD] add TenantServiceRegist which conv inner and outer service regist 2018-11-18 11:53:11 +08:00
barnett
f178a0e213 [ADD] add new app runtime conversion code 2018-11-14 23:08:30 +08:00
barnett
23be445e63 [REV] change resource api 2018-11-13 13:41:20 +08:00
barnett
a484aa3f5f [REV] update app exception information storage 2018-11-13 12:07:01 +08:00
barnett
7fd028c6ec [REV] merge branch V3.7 to master 2018-11-13 10:47:14 +08:00
barnettZQG
7461dae0f8 [FIX] fix delete service failure where save backup data. 2018-10-26 14:53:12 +08:00
zhoujunhao
8ea2e85734 [DEL] Delete the sql statement to add a field 2018-10-25 11:52:32 +08:00
barnettZQG
d3e67d7bfd Merge branch 'V3.7' 2018-10-24 18:08:28 +08:00
zhoujunhao
a52d197a42 [ADD] Add field sql statement 2018-10-24 10:34:54 +08:00
barnettZQG
c221724bc6 Merge branch 'V3.7' 2018-10-24 10:20:33 +08:00
zhoujunhao
3f64309cd8 [ADD] Add team resource limits 2018-10-23 18:11:27 +08:00
zhoujunhao
d59eb73709 [FIX] Fix the problem of initializing data duplication(fixed #138) 2018-10-15 14:22:59 +08:00
zhoujunhao
01e44f7594 Merge branch 'V3.7' of https://github.com/goodrain/rainbond 2018-10-13 01:12:18 +08:00
zhoujunhao
7631beb6fc [REV] Optimize the cleanup of cluster resources when stopping the application 2018-10-12 16:50:20 +08:00
zhoujunhao
c925af872b Merge branch 'V3.7' of https://github.com/goodrain/rainbond 2018-10-10 14:57:29 +08:00
zhoujunhao
27ef0a5255 [FIX] Fix build version to keep at least 5 2018-10-10 14:44:13 +08:00
zhoujunhao
e866103b3b [FIX] fix bugs when merging 2018-10-08 18:13:46 +08:00
barnettZQG
1dc22cc25c [REV] merge branch 3.7 to master 2018-10-08 12:25:05 +08:00
zhoujunhao
3b7472ef44 [REV] After importing the cleanup directory, change the status to cleaned 2018-09-25 21:55:51 +08:00
barnettZQG
e20d509a25 Merge branch 'V3.7' 2018-09-19 18:52:10 +08:00
barnettZQG
823d63a736 [FIX] fix share image name failure bug. 2018-09-19 18:51:16 +08:00
zhoujunhao
d44dc20163 [FIX] fix bug 2018-09-11 17:10:27 +08:00
barnettZQG
17a9475abf [REV] update node code for nil bug 2018-09-06 01:13:21 +08:00
barnettZQG
57fe44460b [REV] merge branch V3.7 to master 2018-09-02 23:17:56 +08:00
barnettZQG
2ab41d4bb7 [REV] Support to set internal repostory info, builder、runner image name 2018-09-02 22:44:38 +08:00
barnettZQG
d5fea8e8fb [ADD] add registry client code and add backup app version file check. 2018-09-01 19:32:35 +08:00
zhoujunhao
2d3ec0c390 [ADD] add apply exception event query 2018-08-31 15:24:25 +08:00
zhoujunhao
3ba203f0e7 [FIX] fix bug 2018-08-30 18:49:52 +08:00
zhoujunhao
2cfc4478f5 [REV] 2018-08-30 18:43:13 +08:00
zhoujunhao
d850ee8e56 [ADD] Add exception event handling in grctl 2018-08-30 17:49:54 +08:00
barnettZQG
8661fd2e75 [REV] merge branch v3.7 2018-08-15 10:15:31 +08:00
zhoujunhao
dd80e1f83b [FIX] Fix bug with empty creation time 2018-08-10 10:49:50 +08:00
zhoujunhao
52bbcb2e0e [ADD] add mode field 2018-08-10 10:38:00 +08:00
zhoujunhao
995674b7e2 [ADD] add prompt log output 2018-08-10 10:21:25 +08:00
zhoujunhao
dace6adc33 [REV] Optimize the ability to view application exception events in grctl 2018-08-08 12:18:48 +08:00
zhoujunhao
18c09fc0d9 [FIX] Fix bug with too small field length 2018-08-08 12:01:04 +08:00
zhoujunhao
7501d0812a [ADD] add debug print 2018-08-08 11:28:17 +08:00