Commit Graph

107 Commits (9ae8082d0691171ef02c28ae650900d7fdd797eb)

Author SHA1 Message Date
fangjian0423 9cf5624a86 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 6 years ago
fangjian0423 c8f9465fdc Update SNAPSHOT to 2.1.0.RELEASE 6 years ago
mercyblitz 532c1dd0f2 Fixed test cases' issue 6 years ago
mercyblitz 89ad537f66 To filter null , disable or unhealthy Nacos instances 6 years ago
mercyblitz a701f8ca74 Let the private to be public 6 years ago
fangjian0423 04434bf977 update docs 6 years ago
ly 2b872b09e7 Merge branch 'master' into issues765 6 years ago
ly 7301700a90 Merge branch 'master' into issues765
# Conflicts:
#	spring-cloud-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/registry/NacosRegistration.java
6 years ago
ly 1de313079c Merge code from upstream 6 years ago
fangjian0423 aa03ddbbe2 #734 -> update maven coordinates 6 years ago
fangjian0423 3998ea23f7 NacosRule code format 6 years ago
format bbf7bdee52
Merge pull request #727 from flystar32/master
add modify Nacos instance status support
6 years ago
flystar32 026f4c64bb add modify nacos instance status 6 years ago
周立 0140e274cf
FIX compile error 6 years ago
周立 c6e7b85137
fix NPE
fix NPE
6 years ago
里目 14818051ee A ribbon rule integrated with nacos cluster and respect nacos server's weight configuration. 6 years ago
Jevon Yang ea6ecb8be1 Configuration for looking up config-server URL via nacos discovery 6 years ago
flystar32 7363193a01 add nacos server introspector 6 years ago
pengzai170 0cc5e18e3f fix code format 6 years ago
pengzai170 1c764463a1 remove useless imports 6 years ago
flystar32 947a9ec64b deleta unuseful code 6 years ago
flystar32 91c379b5e8 modify nacos watch logic 6 years ago
flystar32 bc2b835d62 Merge remote-tracking branch 'upstream/master' 6 years ago
buildmaster 632fb10ebe Bumping versions to 0.9.1.BUILD-SNAPSHOT after release 6 years ago
buildmaster 9c7f866c77 Going back to snapshots 6 years ago
buildmaster 3ea4843681 Update SNAPSHOT to 0.9.0.RELEASE 6 years ago
fangjian0423 d6f8a7801d change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT 6 years ago
flystar32 d6da5e4885 Merge remote-tracking branch 'upstream/master' 6 years ago
flystar32 04613951be update nacos watch pull duration to 30 seconds 6 years ago
flystar32 8b43605138 support nacos endpoint first 6 years ago
flystar32 aadcc97686 fix bug, nacos discovery properties won't init when @EnableDiscoveryClient(autoRegister = false) 6 years ago
flystar32 3363ad2f5f fix discovery endpoint when no register 6 years ago
flystar32 e3dafddeda update nacos version to 1.0.0-RC3 6 years ago
Mercy Ma 5df1d76945
Merge pull request #514 from mercyblitz/master
Refactor Dubbo Service registration
6 years ago
mercyblitz ba569af8bc Remove non-web Nacos application registration 6 years ago
flystar32 7cc5a13260 merge endpoint and endpoint configuration 6 years ago
flystar32 c932e03e36 Fixes #496 and #497 6 years ago
flystar32 97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT 6 years ago
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
6 years ago
flystar32 4e357de08f format code 6 years ago
flystar32 d0fa69058b add conditional on nacos discovery enabled to Ribbon 6 years ago
flystar32 6e846f662f fix condition with 6 years ago
flystar32 482e4a101b add management.endpoints.web.base-path to metadata 6 years ago
flystar32 9860c5ac8e nacos discovery endpoint support spring.cloud.nacos.discovery.enabled , Polish #411 6 years ago
mercyblitz 892216ffd2 Polish : spring-cloud-incubator/spring-cloud-alibaba#377 : rename the metadata properties 6 years ago
flystar32 a0b7f92282 support EnableDiscoveryClient 6 years ago
xiaojing dbfc363c02
Merge pull request #394 from yunzheng1228/master
format code and fixed example's bug
6 years ago
yunzheng1228 c94eec5828 Change log level when the service attribute of nacos is empty. 6 years ago
WangTao c454294370
Update NacosDiscoveryProperties.java
在截取serverAddr时没有对serverAddr进行再次赋值。
6 years ago
yunzheng1228 a543be5f9f Format log naming 6 years ago