barnett
|
4622e845c1
|
[FIX] fix mq nil bug where etcd failure
|
2018-04-11 18:22:54 +08:00 |
|
barnett
|
8c5ba31308
|
[REV] get default host ip if worker host ip is empty
|
2018-04-11 18:13:20 +08:00 |
|
barnett
|
a6748e4884
|
[REV] complete worker HA and node master HA (Fixed #61)
|
2018-04-11 18:08:08 +08:00 |
|
barnett
|
9655f9979b
|
[REV] worker support HA
master node auto elect and switch (#61)
|
2018-04-11 16:49:37 +08:00 |
|
barnett
|
d32f6dae07
|
[REV] support weight for same domain prefix and header cluster
|
2018-04-10 14:48:19 +08:00 |
|
barnett
|
8e2aa32c33
|
[FIX] Avoid domain name duplication
|
2018-04-10 12:40:28 +08:00 |
|
barnett
|
31da17caf0
|
[REV] Currently only upstream service discovery is supported.
|
2018-04-10 12:11:29 +08:00 |
|
barnett
|
0953c2eba6
|
[REV] discover depend app from plugin config. do not read from env
|
2018-04-10 10:46:20 +08:00 |
|
barnett
|
5d8ae9385a
|
[REV] discover depend app from plugin config. do not read from env
|
2018-04-10 10:41:38 +08:00 |
|
barnett
|
f228056a82
|
[ADD] add some doc file
|
2018-04-09 23:19:18 +08:00 |
|
barnett
|
ce30b914ca
|
[REV] update code style
|
2018-04-09 23:10:31 +08:00 |
|
barnett
|
4f32a94da8
|
[REV] update code style
|
2018-04-09 23:08:51 +08:00 |
|
barnett
|
c4a607a941
|
[REV] create listener for all app upstream,but it's not repeat.
|
2018-04-09 19:07:01 +08:00 |
|
barnett
|
e3caf81f5c
|
[FIX] http filter config access log default empty
|
2018-04-09 18:55:46 +08:00 |
|
barnett
|
59371fffa3
|
[FIX] network filter type can not exist in json str
|
2018-04-09 18:38:02 +08:00 |
|
barnett
|
fbe100d0e9
|
[FIX] listener default bind to port
|
2018-04-09 17:55:51 +08:00 |
|
barnett
|
0525cc11d9
|
[REV] support envoy lds cds sds discover in node runtime
|
2018-04-09 17:40:14 +08:00 |
|
barnett
|
5e10539fae
|
[REV] set app status and cache all status to memory
|
2018-04-09 12:22:57 +08:00 |
|
barnett
|
d0f513b6af
|
[REV] api support pprof by debug
|
2018-04-09 11:58:16 +08:00 |
|
barnett
|
533b676f0b
|
Merge branch 'master' of https://github.com/goodrain/rainbond
|
2018-04-09 11:24:09 +08:00 |
|
barnett
|
6b95f889ee
|
[REV] add godoc to README
|
2018-04-09 11:22:44 +08:00 |
|
ysicing
|
f55d910b23
|
Merge branch 'master' of github.com:goodrain/rainbond
|
2018-04-09 11:02:48 +08:00 |
|
ysicing
|
4669e16207
|
[FMT] remove push image
|
2018-04-09 11:01:35 +08:00 |
|
barnett
|
5d4e1f1a9d
|
[REV] move the app instance cache package to app runtime sync
|
2018-04-09 10:51:43 +08:00 |
|
barnett
|
717bbaf4a2
|
Merge branch 'master' of https://github.com/goodrain/rainbond
|
2018-04-09 10:48:45 +08:00 |
|
barnett
|
2e13d49b69
|
[REV] move the app instance cache package to app runtime sync
|
2018-04-09 10:46:40 +08:00 |
|
barnett
|
2ad83bea1d
|
[REV] remove make build event-log
|
2018-04-08 22:16:50 +08:00 |
|
barnettZQG
|
d5d12af4b5
|
Update README.md
|
2018-04-08 21:51:21 +08:00 |
|
barnett
|
15a9845095
|
[REV] change travis yml
|
2018-04-08 21:43:35 +08:00 |
|
barnett
|
ddb1c43f7c
|
[ADD] add travis yml
|
2018-04-08 21:21:29 +08:00 |
|
barnett
|
3d662b93b0
|
[REV] Optimize code acquisition
|
2018-04-08 16:28:41 +08:00 |
|
barnett
|
1c091f38cb
|
[REV] git clone ssh Insecure Ignore HostKey for 3.5
|
2018-04-08 15:20:04 +08:00 |
|
barnett
|
ac089610fe
|
[REV] git clone ssh Insecure Ignore HostKey
|
2018-04-08 15:02:48 +08:00 |
|
barnett
|
f9ab0ab801
|
[REV] set clone code only a branch, solve commit info error bug
|
2018-04-04 15:03:02 +08:00 |
|
barnett
|
243e02ec55
|
[REV] change PORT env is first port when app have multiple port
|
2018-04-04 14:07:19 +08:00 |
|
barnett
|
54bab195f3
|
[REV] add env 'PORT' if app define only one port
|
2018-04-04 13:57:51 +08:00 |
|
barnett
|
4c8cd0dde3
|
[REV] api query app status from appruntime client
|
2018-04-03 18:21:46 +08:00 |
|
barnett
|
cf0ba3bb5c
|
[ADD] support push image to trusted registry when share app
|
2018-04-03 11:54:29 +08:00 |
|
barnett
|
3a0586984f
|
[REV] Recoding application status module, based on GRPC implementation decoupling with worker
|
2018-04-02 19:22:07 +08:00 |
|
barnett
|
5c70ce2aea
|
[REV] check service depends in compose check
|
2018-04-01 21:06:59 +08:00 |
|
barnett
|
cf7360acc3
|
[FIX] specified table name where update env
|
2018-03-31 13:45:39 +08:00 |
|
barnett
|
7e5807d1c3
|
[REV] change update env value impl
|
2018-03-31 13:39:16 +08:00 |
|
barnett
|
4863092d73
|
[REV] append write api log file
|
2018-03-31 13:32:20 +08:00 |
|
barnett
|
f3433cefda
|
[FIX] change update env db impl
|
2018-03-31 13:28:33 +08:00 |
|
barnett
|
b000a6ec29
|
[FIX] change query env sql
|
2018-03-31 13:12:08 +08:00 |
|
barnett
|
67b7ed8baf
|
[REV] change update env api impl
|
2018-03-31 13:02:44 +08:00 |
|
barnett
|
991b6ec933
|
[REV] change update probe api impl
|
2018-03-31 12:53:50 +08:00 |
|
kaichang
|
8220f5d482
|
[fix] fix probe update
|
2018-03-30 23:43:18 +08:00 |
|
kaichang
|
188d8ac85a
|
[fix] fix env update
|
2018-03-30 18:37:35 +08:00 |
|
barnett
|
2e297fa18a
|
[FIX] fix get last commit message error bug
|
2018-03-30 16:08:49 +08:00 |
|