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

65 Commits

Author SHA1 Message Date
mercyblitz
2fdeeec3ff Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-docs/src/main/asciidoc-zh/sentinel.adoc
#	spring-cloud-alibaba-docs/src/main/asciidoc/sentinel.adoc
2019-02-21 14:49:26 +08:00
fangjian0423
0e8933e1f8 update sentinel docs & refactor 2019-02-20 17:05:59 +08:00
mercyblitz
a5e950186f Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfiguration.java
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryProperties.java
#	spring-cloud-alibaba-sentinel-datasource/src/main/java/org/springframework/cloud/alibaba/sentinel/datasource/config/NacosDataSourceProperties.java
#	spring-cloud-alibaba-sentinel/src/main/java/org/springframework/cloud/alibaba/sentinel/custom/SentinelDataSourceHandler.java
2019-02-01 22:08:21 +08:00
fangjian0423
fd6d3a7717 remove sentinel commercialization logic & optimize NacosDataSource 2019-02-01 14:04:54 +08:00
mercyblitz
59a969049d Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud-alibaba-dependencies/pom.xml
#	spring-cloud-alibaba-examples/nacos-example/nacos-discovery-example/pom.xml
2019-01-22 14:51:54 +08:00
冷冷
72bdfa2871 fix #294 EnableCircuitBreaker error 2019-01-18 19:11:53 +08:00
gaoyunpeng
a1902d9cf0 1.update cobertura settings
2.fix endpoint's degradeRules return value
2019-01-17 17:28:21 +08:00
fangjian0423
1c638d85df update sentinel test case 2019-01-15 22:00:14 +08:00
fangjian0423
b059e1f8e3 refactor log information 2019-01-15 21:59:25 +08:00
fangjian0423
0db43a3a5b add sentinel test case resource 2019-01-15 16:56:12 +08:00
fangjian0423
b65477c504 update test case 2019-01-15 16:55:00 +08:00
fangjian0423
6e0c788af2 refactor sentinel logic 2019-01-15 16:16:41 +08:00
fangjian0423
230d845419 use constructor injection instead of field injection 2019-01-14 22:43:27 +08:00
fangjian0423
ec4d2bab9f update comments on SentinelProperties 2019-01-14 22:36:29 +08:00
fangjian0423
992afe54e7 refactor sentinel DataSourceHandler 2019-01-14 21:00:17 +08:00
fangjian0423
4cbd4428fd SentinelRestTemplate block or fallback check in BeanPostProcessor, not runtime. 2019-01-14 16:09:34 +08:00
fangjian0423
51209ca9c6 Sentinel endpoint refactor 2019-01-14 10:52:38 +08:00
fangjian0423
c2806b6a1c refactor static final field name 2019-01-11 15:43:18 +08:00
fangjian0423
29a40ded8b SentinelProtectInterceptor will be the first order in InterceptorList when using @SentinelRestTemplate 2019-01-11 15:42:13 +08:00
fangjian0423
6447ae8614 Autowired RequestOriginParser 2019-01-11 15:00:57 +08:00
fangjian0423
3cf57afe32 add property key spring.cloud.sentinel.transport.clientIp to configure client ip to connect with sentinel dashboard 2019-01-11 14:54:23 +08:00
fangjian0423
1db45e85c4 add jsr 303 validation for SentinelProperties 2019-01-04 12:32:05 +08:00
fangjian0423
608337c93d fixes #227 2019-01-02 20:36:45 +08:00
fangjian0423
6806cd77ac using Enum replace of String 2018-12-28 14:43:56 +08:00
fangjian0423
0e75da3b8d add ruleType property for AbstractDataSourceProperties and fixes #206 2018-12-26 22:38:34 +08:00
Spencer Gibb
612e6913e6
Update to 0.2.2.BUILD-SNAPSHOT 2018-12-21 11:09:29 -05:00
Spencer Gibb
b28e82dc3c
Update SNAPSHOT to 0.2.1.RELEASE 2018-12-21 10:48:36 -05:00
fangjian0423
1a5e89ca71 update docs 2018-12-20 21:46:56 +08:00
fangjian0423
48ff89db8b update default sentinel api port 2018-12-20 21:42:40 +08:00
fangjian0423
2a8f6e98c0 fix bug about sentinel commercialization 2018-12-19 23:43:00 +08:00
fangjian0423
8af824dc2f sentinel commercialization feature 2018-12-19 22:54:25 +08:00
fangjian0423
bf40e5261d refactor sentinel datasource and support commercialized 2018-12-19 17:39:32 +08:00
fangjian0423
179a517e2d using resource with path in Context 2018-12-18 23:27:31 +08:00
fangjian0423
46e4d71b22 remove duplicate entry when request path is empty 2018-12-18 23:00:55 +08:00
fangjian0423
ba101f479e calculate exception ratio in Sentinel RestTemplate 2018-12-18 22:20:52 +08:00
fangjian0423
d204a54b76 Optimize Sentinel RestTemplate url resource 2018-12-18 17:35:45 +08:00
pengbingting
77ac9a9cd6 code format 2018-12-18 15:31:12 +08:00
pengbingting
92f728176a sentinel support custom block response by sentinelClientHttpResponse 2018-12-18 15:14:35 +08:00
fangjian0423
d93f26704f Polish #186. Optimize usage of Sentinel RestTemplate 2018-12-17 22:27:55 +08:00
fangjian0423
20741db009 Polish #115 check ParamFlowRule 2018-12-14 18:10:49 +08:00
fangjian0423
098b103166 fixes #150 2018-12-11 17:11:22 +08:00
fangjian0423
62c0326090 fixes #151 2018-12-11 17:08:13 +08:00
fangjian0423
ac2eee154d Add log configuration for Sentinel 2018-12-06 16:09:32 +08:00
fangjian0423
cd6f79b16b Polish #115 2018-12-06 16:02:18 +08:00
fangjian0423
a560774966 Sentinel support feign and close #6 2018-12-06 11:50:48 +08:00
fangjian0423
53643b94ce fixes #9 2018-12-05 12:45:02 +08:00
fangjian0423
3c33b234c8 fixes #91 2018-11-20 14:14:00 +08:00
Spencer Gibb
6e355cc807
Update to 0.2.1.BUILD-SNAPSHOT 2018-10-30 17:25:19 -04:00
Spencer Gibb
d2fd77c274
Update SNAPSHOT to 0.2.0.RELEASE 2018-10-30 17:11:50 -04:00
fangjian0423
ff2c390673 Merge remote-tracking branch 'upstream/master' 2018-10-24 10:48:47 +08:00