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

995 Commits

Author SHA1 Message Date
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
hero-zhanghao
9134654964
Merge branch 'master' into master 2019-05-20 14:30:03 +08:00
zhanghao
cd5ec74502 update seata version to 0.5.2 2019-05-20 10:40: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
fangjian0423
2047418d8b modify sentinel dependency 2019-04-29 15:54:55 +08:00
fangjian0423
93a53eb10e fix build error 2019-04-29 14:23:02 +08:00
fangjian0423
566753aba7 add sentinel webflux example and modify sentinel web example 2019-04-29 14:10:21 +08:00
fangjian0423
9de1e2dbbf Polish #614 2019-04-29 14:08:20 +08:00
fangjian0423
9757c6ac1c fix #569. ObjectMapper ignore unknown properties 2019-04-28 14:41:49 +08:00
xiaojing
b62ad049f6
Merge pull request #581 from mostcool/master
update pom.xml
2019-04-26 13:43:23 +08:00