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

90 Commits

Author SHA1 Message Date
flystar32
7363193a01 add nacos server introspector 2019-06-04 16:36:59 +08:00
pengzai170
0cc5e18e3f fix code format 2019-05-27 18:35:48 +08:00
pengzai170
1c764463a1 remove useless imports 2019-05-24 14:50:14 +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
buildmaster
632fb10ebe Bumping versions to 0.9.1.BUILD-SNAPSHOT after release 2019-04-19 16:51:08 +00:00
buildmaster
9c7f866c77 Going back to snapshots 2019-04-19 16:51:07 +00:00
buildmaster
3ea4843681 Update SNAPSHOT to 0.9.0.RELEASE 2019-04-19 16:46:40 +00:00
fangjian0423
d6f8a7801d change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT 2019-04-19 14:09:14 +08:00
flystar32
d6da5e4885 Merge remote-tracking branch 'upstream/master' 2019-04-15 10:16:29 +08:00
flystar32
04613951be update nacos watch pull duration to 30 seconds 2019-04-11 16:01:06 +08:00
flystar32
8b43605138 support nacos endpoint first 2019-04-09 19:23:37 +08:00
flystar32
aadcc97686 fix bug, nacos discovery properties won't init when @EnableDiscoveryClient(autoRegister = false) 2019-04-03 19:50:04 +08:00
flystar32
3363ad2f5f fix discovery endpoint when no register 2019-04-03 18:06:30 +08:00
flystar32
e3dafddeda update nacos version to 1.0.0-RC3 2019-04-03 15:07:11 +08:00
Mercy Ma
5df1d76945
Merge pull request #514 from mercyblitz/master
Refactor Dubbo Service registration
2019-04-02 02:00:10 +08:00
mercyblitz
ba569af8bc Remove non-web Nacos application registration 2019-03-29 00:59:15 +08:00
flystar32
7cc5a13260 merge endpoint and endpoint configuration 2019-03-28 19:53:09 +08:00
flystar32
c932e03e36 Fixes #496 and #497 2019-03-27 17:00:30 +08:00
flystar32
97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT 2019-03-27 14:34:35 +08:00
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
2019-03-19 20:21:49 -05:00
flystar32
4e357de08f format code 2019-03-12 17:16:30 +08:00
flystar32
d0fa69058b add conditional on nacos discovery enabled to Ribbon 2019-03-12 16:26:45 +08:00
flystar32
6e846f662f fix condition with 2019-03-12 15:59:45 +08:00
flystar32
482e4a101b add management.endpoints.web.base-path to metadata 2019-03-12 15:32:39 +08:00
flystar32
9860c5ac8e nacos discovery endpoint support spring.cloud.nacos.discovery.enabled , Polish #411 2019-03-11 11:09:44 +08:00
mercyblitz
892216ffd2 Polish : spring-cloud-incubator/spring-cloud-alibaba#377 : rename the metadata properties 2019-03-07 16:45:11 +08:00
flystar32
a0b7f92282 support EnableDiscoveryClient 2019-03-01 11:17:46 +08:00
xiaojing
dbfc363c02
Merge pull request #394 from yunzheng1228/master
format code and fixed example's bug
2019-02-28 16:20:35 +08:00
yunzheng1228
c94eec5828 Change log level when the service attribute of nacos is empty. 2019-02-28 14:18:26 +08:00
WangTao
c454294370
Update NacosDiscoveryProperties.java
在截取serverAddr时没有对serverAddr进行再次赋值。
2019-02-26 15:49:26 +08:00
yunzheng1228
a543be5f9f Format log naming 2019-02-25 16:44:08 +08:00
format
03f8defb09
Merge pull request #367 from zhendong590/master
aggregate multi report
2019-02-25 16:28:06 +08:00
gaoyunpeng
9dac4efd37 aggregate multi report 2019-02-21 16:03:57 +08:00
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
flystar32
d7665170ec format code 2019-02-20 15:35:44 +08:00
format
9b84df9015
Merge pull request #358 from pbting/master
nacos discovery starter support connect to aliyun with master branch
2019-02-19 16:41:44 +08:00
gaoyunpeng
394485a12d replace cobertura to jacoco 2019-02-18 20:05:08 +08:00
flystar32
142c321fb0 Merge remote-tracking branch 'upstream/master' 2019-02-18 17:09:27 +08:00
format
5d721d1673
Merge pull request #346 from carlWangTao/patch-1
Update NacosDiscoveryProperties.java
2019-02-18 14:32:04 +11:00
flystar32
8d41c885c0 Fixes #352 2019-02-18 10:43:06 +08:00
pbting
90a7769180
Merge pull request #4 from spring-cloud-incubator/master
Synchronize code once
2019-02-15 13:48:34 +08:00
flystar32
7677507294 Polish #345 , fixes @AutoConfigureAfter(AutoServiceRegistrationAutoConfiguration.class) 2019-02-14 10:46:51 +08:00
flystar32
682d12f20e Merge branch 'master' of github.com:flystar32/spring-cloud-alibaba 2019-02-13 15:23:03 +08:00
flystar32
290350f6ec add import 2019-02-13 15:20:57 +08:00
flystar32
dfc9e34147 support heartbeat event 2019-02-13 15:13:03 +08:00
flystar32
c43a89951b support heartbeat event 2019-02-13 15:11:12 +08:00
flystar32
b0c17fd291 support heartbeat event 2019-02-13 15:10:27 +08:00
flystar32
c545885d1c support heartbeat event 2019-02-13 15:09:59 +08:00