Commit Graph

2042 Commits

Author SHA1 Message Date
Fury Zhu
43a30d3a2a
Merge pull request #2027 from nkorange/hotfix_connection_reuse
#2018 Close inpuststream instead of connection.
2019-11-07 16:22:37 +08:00
nkorange
c431a852b5 #2018 Close inpuststream instead of connection. 2019-11-07 16:02:01 +08:00
nkorange
8ef3fd9225 Merge remote-tracking branch 'upstream/develop' into develop 2019-11-06 13:46:49 +08:00
nkorange
0212de87a3 fix #2000 2019-11-06 13:46:39 +08:00
Fury Zhu
595f436c51
Merge pull request #2008 from nkorange/hotfix_inet_addr_null
Hotfix inet addr null
2019-11-06 13:40:35 +08:00
nkorange
c4fb9e7fc7 Remove debug option in startup script 2019-11-06 12:31:21 +08:00
zzh
7582de9910 Modify the string splicing method of getgroupedname() 2019-11-06 10:15:38 +08:00
satjd
7968dbb008 make RequestVote RPC handler thread-safe 2019-11-05 17:54:55 +08:00
rushsky518
98d35d2420 correct word spell 2019-11-05 13:41:05 +08:00
rushsky518
5a583f1997 #1550 clean code 2019-11-05 11:44:30 +08:00
huangyonghui
7956acbf64 [#2006] change to throw NacosException to make client handle the right Exception case 2019-11-04 15:38:25 +08:00
sheiy
e8691ac0ad issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-11-04 10:59:33 +08:00
sheiy
96f81e0db4 issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-11-04 10:42:32 +08:00
nkorange
f57a3d8781 #1947 add test cases. 2019-11-04 10:30:08 +08:00
nkorange
92bbf9ef22 fix #1947 2019-10-31 20:51:06 +08:00
Fury Zhu
1054a9916e
Merge pull request #1844 from stackisok/master
fix issues #1840
2019-10-30 16:31:15 +08:00
Fury Zhu
4424af2a77
Merge branch 'develop' into master 2019-10-30 16:06:32 +08:00
nkorange
5caa57351a Fix PMD 2019-10-30 10:20:16 +08:00
nkorange
f4f90a08ed Fix add metadata method NPE. 2019-10-29 15:36:12 +08:00
nkorange
be99def1c9 Change MCP service port to 8848 2019-10-26 10:59:31 +08:00
sheiy
c8b88e6228 issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-10-25 18:12:43 +08:00
Fury Zhu
c52b6e392d
Merge pull request #1964 from alibaba/develop
1.1.4 released
2019-10-24 16:29:42 +08:00
nkorange
4d68565667 Update version to 1.1.4 2019-10-24 14:46:46 +08:00
Fury Zhu
2587fa1415
Merge pull request #1955 from Veryfirefly/develop
运行startup.cmd发生的Error:Unable access jarfile
2019-10-24 14:24:14 +08:00
Fury Zhu
3f68ce083d
Merge pull request #1953 from nkorange/feature_mcp
Feature mcp
2019-10-22 18:02:15 +08:00
nkorange
4c5d42466e Add switch to turn on/off MCP server 2019-10-22 17:33:28 +08:00
nkorange
225f0cae51 Fix findbugs 2019-10-22 17:05:48 +08:00
Fury Zhu
36a555d2dc
Merge pull request #1859 from beldon/develop
optimized controllers code
2019-10-22 12:37:52 +08:00
Fury Zhu
f54785c999
Merge branch 'develop' into develop 2019-10-22 11:39:20 +08:00
Fury Zhu
68075458e2
Merge pull request #1946 from vettal-wu/feature/support-unique-instance-index
[ISSUE #1864] Support generate instance id for both simple and snowflake mode
2019-10-22 11:19:44 +08:00
Beldon
85a954525b remove the useless code that make ci errors 2019-10-21 23:48:09 +08:00
Beldon
3e03462038 fix the CI errors 2019-10-21 23:16:58 +08:00
Beldon
92fcfce50a clean code 2019-10-21 22:53:02 +08:00
Beldon
927e8d6fe4 Merge remote-tracking branch 'upstream/develop' into develop
# Conflicts:
#	console/src/main/java/com/alibaba/nacos/console/controller/NamespaceController.java
#	naming/src/main/java/com/alibaba/nacos/naming/controllers/CatalogController.java
2019-10-21 22:36:24 +08:00
nkorange
124bf07617 Fix test case error. 2019-10-21 18:00:11 +08:00
Vettal Wu
07d08b381e Support snowflake instance id generator
Signed-off-by: Vettal Wu <vettal.wd@alibaba-inc.com>
2019-10-21 17:44:08 +08:00
ganghuo
86e2f4aea8 创建字符串不需要带入双引号,否则调用时会报Error:Unable access jarfile 2019-10-21 16:35:56 +08:00
Fury Zhu
fcf62bbd5d
Merge branch 'develop' into feature_mcp 2019-10-21 16:21:42 +08:00
Fury Zhu
4a30210345
Merge pull request #1879 from ly641921791/clean_code
Clean up redundant StringUtils
2019-10-21 14:55:29 +08:00
dizhe
d248bc9ecc Support unique instance index for each registered server
Signed-off-by: dizhe <vettal.wd@alibaba-inc.com>
2019-10-18 16:05:51 +08:00
Fury Zhu
8ae48904ca
Merge pull request #1944 from Nicholas2015/hotfix_get_subscribers_1878
fix the getting subscribers error
2019-10-18 09:59:39 +08:00
Nicholas2015
5939cec9bc fix the getting subscribers error 2019-10-17 22:47:40 +08:00
nkorange
f2021a5eda Fix #1906 2019-10-15 20:02:08 +08:00
Fury Zhu
45ca16f5fb
Merge pull request #1919 from satjd/bugfix-#1916
[ISSUE #1916] Fix returning ErrCode:400 when register instances concurrently to non-existent services
2019-10-15 19:57:52 +08:00
nkorange
21e7bcdde0 #1409 Fix PMD 2019-10-15 18:07:27 +08:00
nkorange
13d82582ee #1409 Update from Nacos 2019-10-15 17:45:07 +08:00
nkorange
584d73ba17 #1409 gRPC server tuned OK. 2019-10-15 16:03:54 +08:00
nkorange
d33b5a02d0 #1409 Introduce MCP server 2019-10-14 16:51:15 +08:00
Fury Zhu
2c350ac596
Merge pull request #1927 from alibaba/dependabot/maven/io.netty-netty-all-4.1.42.Final
Bump netty-all from 4.0.42.Final to 4.1.42.Final
2019-10-12 11:28:05 +08:00
dependabot[bot]
395b20c8ea
Bump netty-all from 4.0.42.Final to 4.1.42.Final
Bumps [netty-all](https://github.com/netty/netty) from 4.0.42.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-4.0.42.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-12 03:04:56 +00:00