Commit Graph

119 Commits (62ff55cd16c05156fc57d701f57f8863c36685c3)

Author SHA1 Message Date
赵禹光 3eb75988e3 example annotations clearer
冷冷 45dd5ca4c9 ⬆️ Upgrading Version.2.1.1.BUILD-SNAPSHOT
冷冷 ac06210597 Merge https://github.com/alibaba/spring-cloud-alibaba
fangjian0423 9cf5624a86 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
冷冷 e9d6f2b5bd 📝 Writing docs. add sentinel feign example doc
fangjian0423 c8f9465fdc Update SNAPSHOT to 2.1.0.RELEASE
冷冷 5a1c2b5fef Adding tests. add sentinel feign example
fangjian0423 368487931f close
fangjian0423 8ed7e8b7c8 sentinel upgrade to 1.6.2, close
fangjian0423 04434bf977 update docs
fangjian0423 a593f774e0 optimize pom
format 9937bcf1a1
Merge pull request from pigxcloud/master
 Introducing new features. Sentinel Support RedisDataSource…
fangjian0423 4003350d09 fix fescar typo & other typo
冷冷 0e79b0ed31 Introducing new features. Sentinel Support RedisDataSource Dynamic Rule Configuration
fangjian0423 883c66f251 polish update pkg name & maven coordinate for Greenwich
fangjian0423 e812061a75 update sentinel add hot param flow rule case
lujian 3a15c7ea15 Dubbo graduated from Apache, remove the incubating word in README.
format 24c8ddee8b
Merge pull request from cdfive/SentinelHealthIndicator
Add HealthIndicator in Sentinel Starter
cdfive 584d5f4107 Check the health status of Sentinel DataSource using AbstractDataSource#loadConfig.
cdfive 3e2fa1b903 Fix typo in md files, acutator-> actuator,implmentation->implementation
cdfive 9c638b8d3f Add SentinelHealthIndicator to do some health check for Sentinel
fangjian0423 c4c8b4927e modify properties
fangjian0423 e840fd0b59 refactor sentinel gateway module
fangjian0423 530a36fc06 modify name of ruleType and update example
fangjian0423 ef415f87ad Polish , rename spring-cloud-alibaba-sentinel-zuul to spring-cloud-alibaba-sentinel-gateway
fangjian0423 1b0485402c Polish , add gateway example
fangjian0423 2047418d8b modify sentinel dependency
fangjian0423 566753aba7 add sentinel webflux example and modify sentinel web example
buildmaster 632fb10ebe Bumping versions to 0.9.1.BUILD-SNAPSHOT after release
buildmaster 9c7f866c77 Going back to snapshots
buildmaster 3ea4843681 Update SNAPSHOT to 0.9.0.RELEASE
fangjian0423 d6f8a7801d change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT
fangjian0423 0e6565b461 updata dubbo versions of all components to 2.7.1
flystar32 97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT
Spring Operator 5efcf5adf1 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 69 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 138 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 69 occurrences
fangjian0423 1eef8f688f add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate
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
mercyblitz fc8d8e3628 Polish : @DubboTransported supports RestTemplate (part 1)
gaoyunpeng 394485a12d replace cobertura to jacoco
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
gaoyunpeng 20eb325e59 update cobertura settings for reduce build time
mercyblitz 571d0eca15 Polish
fangjian0423 0e75da3b8d add ruleType property for AbstractDataSourceProperties and fixes
Spencer Gibb 612e6913e6
Update to 0.2.2.BUILD-SNAPSHOT
Spencer Gibb b28e82dc3c
Update SNAPSHOT to 0.2.1.RELEASE
fangjian0423 89178bc913 update docs
fangjian0423 d204a54b76 Optimize Sentinel RestTemplate url resource
fangjian0423 53643b94ce fixes
fangjian0423 f79fdba50b update sentinel docs
fangjian0423 4539ed7183 update sentinel example and add sentinel reference doc
Spencer Gibb 6e355cc807
Update to 0.2.1.BUILD-SNAPSHOT
Spencer Gibb d2fd77c274
Update SNAPSHOT to 0.2.0.RELEASE
fangjian0423 ff2c390673 Merge remote-tracking branch 'upstream/master'
fangjian0423 1d15cdaee5 Polish . Add a new module spring-cloud-alibaba-sentinel-datasource separate from spring-cloud-alibaba-sentinel.
Spencer Gibb ece4531833
Updates to snapshot versions
fangjian0423 1ce28f00f3 converter property fix
fangjian0423 568da97adf Fixes add rules automation
fangjian0423 4829157c09 update comments and docs
flystar32 7fdd8fa3e2 update sentinel version to 0.2.0
flystar32 52a0c6f9de update version to 0.2.0
fangjian0423 7c1699dcd8 update sentinel examples and metadata info to support new configurations of sentinel
fangjian0423 24425830e3 refactor sentinel example directory tree
Eric Zhao 15ed84acbe Update document for Sentinel examples
Signed-off-by: Eric Zhao <sczyh16@gmail.com>
flystar32 ccc34d2faf refactor directory tree
fangjian0423 6598768195 refactor dubbo examples & add datasource feature in example & update docs
fangjian0423 3769b15abd add dubbo demo in sentinel example
fangjian0423 1a0bfc23cd update sentinel example
flystar32 c4cbbf41e2 fix typo
flystar32 0ce2df89ab hello, spring cloud alibaba