1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

950 Commits

Author SHA1 Message Date
lujian
3a15c7ea15 Dubbo graduated from Apache, remove the incubating word in README. 2019-05-31 09:27:32 +08:00
format
24c8ddee8b
Merge pull request #671 from cdfive/SentinelHealthIndicator
Add HealthIndicator in Sentinel Starter
2019-05-29 14:00:16 +08:00
cdfive
a0a4bb0507 Fix error comment and add note comment for checking dataSource. 2019-05-29 12:38:27 +08:00
cdfive
584d5f4107 Check the health status of Sentinel DataSource using AbstractDataSource#loadConfig. 2019-05-28 21:53:41 +08:00
format
4f11e75d56
Merge pull request #676 from jsbxyyx/master
chore spring cloud alibaba home page maven dependecy version please update to lastest release
2019-05-28 16:17:10 +08:00
jsbxyyx
ab56e9156a
Update README-zh.md 2019-05-28 15:39:45 +08:00
jsbxyyx
92f3f2f0c0
Update README.md 2019-05-28 15:37:29 +08:00
jsbxyyx
1d81b96e58
Update README.md 2019-05-28 15:35:00 +08:00
format
95985242e6
Merge pull request #658 from fangjian0423/master
refactor sentinel gateway module
2019-05-28 10:04:20 +08:00
fangjian0423
f1a269d7fa add content-type for sentinel spring cloud gateway fallback 2019-05-27 21:11:21 +08:00
format
1fd52e1a61
Merge pull request #668 from pyhblacksky/master
fix thread-unsafe in NacosRefreshHistory
2019-05-27 19:38:06 +08:00
pyh_uestc
ccaae6aad7 fix thread-unsafe about SimpleDateFormat 2019-05-27 19:27:18 +08:00
format
e004563293
Merge pull request #666 from pengzai170/hotfix/remove-import
remove useless imports
2019-05-27 18:46:37 +08:00
pengzai170
0cc5e18e3f fix code format 2019-05-27 18:35:48 +08:00
fangjian0423
d59219fd33 upgrade sentinel to 1.6.1 2019-05-27 15:42:10 +08:00
fangjian0423
25f2b04c6b add @ConditionalOnMissingBean for sentinel gateway AutoConfiguration 2019-05-27 11:31:29 +08:00
cdfive
3e2fa1b903 Fix typo in md files, acutator-> actuator,implmentation->implementation 2019-05-26 15:46:39 +08:00
cdfive
9c638b8d3f Add SentinelHealthIndicator to do some health check for Sentinel #265 2019-05-26 15:46:09 +08:00
pyh_uestc
2cb7327a78 fix thread-unsafe about SimpleDateFormat 2019-05-24 17:16:01 +08:00
pyh_uestc
6fbb0fb1f4 fix thread-unsafe about SimpleDateFormat 2019-05-24 17:11:55 +08:00
pyh_uestc
c3e5e4cafa fix thread-unsafe in NacosRefreshHistory 2019-05-24 15:19:07 +08:00
pengzai170
1c764463a1 remove useless imports 2019-05-24 14:50:14 +08:00
fangjian0423
c4c8b4927e modify properties 2019-05-21 16:36:45 +08:00
fangjian0423
e840fd0b59 refactor sentinel gateway module 2019-05-21 16:34:08 +08:00
fangjian0423
ac41b57263 Merge remote-tracking branch 'upstream/master' 2019-05-21 11:16:48 +08:00
format
5fd04277cb
Merge pull request #646 from wzlee/master
change dubbo-registry-nacos's groupId to org.apache.dubbo
2019-05-14 10:31:57 +08:00
李志威
01e4985ed9
change dubbo-registry-nacos's groupId to org.apache.dubbo 2019-05-13 13:23:30 +08:00
format
9037862922
Merge pull request #644 from flystar32/master
update nacos watch logic
2019-05-10 15:41:37 +08:00
format
8206a7714e
Merge pull request #641 from slievrly/p3c_style
optimize code to match p3c check rules
2019-05-10 15:28:23 +08:00
flystar32
947a9ec64b deleta unuseful code 2019-05-10 15:25:32 +08:00
flystar32
91c379b5e8 modify nacos watch logic 2019-05-10 15:23:43 +08:00
flystar32
bc2b835d62 Merge remote-tracking branch 'upstream/master' 2019-05-10 15:23:01 +08:00
format
22fb1fd984
Merge pull request #638 from slievrly/master
upgrade Seata version to 0.5.1
2019-05-10 15:03:56 +08:00
jimin.jm
4dcd68f6e1 optimize code to match p3c check rules
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
2019-05-08 20:27:23 +08:00
jimin.jm
d2e9ad453c upgrade Seata version to 0.5.1
Signed-off-by: jimin.jm <jimin.jm@alibaba-inc.com>
2019-05-08 17:26:35 +08:00
format
f7047f8be6
Merge pull request #632 from fangjian0423/master
[Sentinel] Support Gateway
2019-05-08 16:25:45 +08:00
fangjian0423
dbdbb8324b Merge remote-tracking branch 'upstream/master' 2019-05-06 19:51:33 +08:00
format
afabc7a83a
Merge pull request #628 from george510257/master
Polish spring-cloud-incubator/spring-cloud-alibaba/#626
2019-05-06 19:51:13 +08:00
george510257
8045ce0ff9 add spring-cloud-incubator/spring-cloud-alibaba/#626 test cases 2019-05-06 19:40:14 +08:00
fangjian0423
1aec607cee code format 2019-05-06 17:30:25 +08:00
fangjian0423
14d11b7517 optimize the usage of sentinel datasource 2019-05-06 17:27:33 +08:00
fangjian0423
530a36fc06 modify name of ruleType and update example 2019-05-06 16:45:40 +08:00
fangjian0423
ef415f87ad Polish #615, rename spring-cloud-alibaba-sentinel-zuul to spring-cloud-alibaba-sentinel-gateway 2019-05-06 16:24:52 +08:00
fangjian0423
1b0485402c Polish #615, add gateway example 2019-05-06 16:14:22 +08:00
fangjian0423
6d89d556bf Polish #615 2019-05-06 15:57:32 +08:00
format
7f9781bde4
Merge pull request #616 from fangjian0423/master
[Sentinel] Support Webflux
2019-05-05 16:35:13 +08:00
format
38880a363c
Merge pull request #611 from fangjian0423/binder-dev
[RocketMQ Binder] Support PolledConsumer
2019-05-05 16:34:59 +08:00
george510257
90349c4271 Polish spring-cloud-incubator/spring-cloud-alibaba/#626 2019-05-04 09:45:17 +08:00
Mercy Ma
9f60ab967f
Merge pull request #621 from mercyblitz/master
Polish spring-cloud-incubator/spring-cloud-alibaba/#592
2019-04-29 20:29:16 +08:00
mercyblitz
2d894f5fd3 Polish spring-cloud-incubator/spring-cloud-alibaba/#592 2019-04-29 20:27:43 +08:00