杨翊 SionYang
37bb909785
[ISSUE#3658] Move distro sync code to nacos-core module ( #3750 )
...
* Move distro sync code to nacos-core module
* Update unit test
2020-09-04 00:15:11 +08:00
nov.lzf
682a46d541
loader balance basic support: adjust loader count once and up limit ; switch single ( #3752 )
2020-09-03 20:29:34 +08:00
nov.lzf
93364734ea
client switch server bugfix ; cluster server connection manage, and loader balance with specific server ip ( #3751 )
2020-09-03 18:02:55 +08:00
nov.lzf
cf550b9f43
optimize request /header /meta info model, uniform request resolver pattern. ( #3749 )
...
* body string compress and opitimize request and meta info
* optimize request /header /meta info model, uniform request resolver pattern.
* delete useless code
2020-09-03 15:00:08 +08:00
nov.lzf
d279aad940
gzip support; using object list instead of string concat for batch listen config ( #3742 )
...
* gzip support; using object list instead of string concat for batch listen config
* gzip support; using object list instead of string concat for batch listen config
2020-09-02 14:25:33 +08:00
nov.lzf
3a5c3cb19f
refactor request/response registry ; server side request push refactor ( #3739 )
...
* limiter support in rpc transport
* get next server optimize; server side notify concurrent bugfix; multi rpc client support in config module.
* toast alibaba repo refer. add client name
* rpc config change beta ips filter
* payload registry submit
* refactor request/response registry ; build response aware of server side in connection level.
* refactor request/response registry ; build response aware of server side in connection level.
* bi stream submit.
* bi stream submit.
2020-09-02 09:12:53 +08:00
nov.lzf
3d222268af
as-sk abstract ; simplify server http agent; optimize io netty import; client side server change event aware ( #3693 )
...
* optimize rpc listen notify
* remove cache bugfix
* code optimize
* code optimize
* config client abstract optimize, remove if/else code
* config client abstract optimize, remove if/else code
* as sk abstract ; simplify server http agent; optimize io netty import; client side server change event aware
2020-08-26 15:52:25 +08:00
liaochuntao
bfc9436049
Fix issue 3661 ( #3662 )
...
* improvement: merge upstream/develop
* feat: merge upstream develop
* fix: fix issue #3661
2020-08-21 14:30:20 +08:00
liaochuntao
c617afeaa4
Jraft naming ( #3660 )
...
* fix-#3595, delete the unnecessary code (#3596 )
* [ISSUE #3566 ] move the permission code of nacos-core module to nacos-auth module (#3593 )
* move the permission code of nacos-core module to nacos-auth module.
* Fix some code style issues
* address server module auth package name change.
* test change
* Incorrect package name correction
* [ISSUE #3592 ] Fix incorrect prompt when accessing the restricted namespace (#3603 )
* Fix incorrect prompt when accessing the restricted namespace
* Modify variable name
* [ISSUE #3600 ] Replace the deprecated api of jwt (#3616 )
* replace the deprecated api of jwt
* transfer secretKey to byte array just using String encode with utf-8
* [ISSUE #3613 ] Fix `unit test method not be static` & update publish config listener in `ConfigTest.java` (#3614 )
* fix `unit test method not be static` & update publish config listener in `ConfigTest.java`
* fix `unit test method not be static` & update publish config listener in `ConfigTest.java`
* move jwt dependency from console,core to auth. (#3624 )
* fix: create kvstorage
* refactor: create kv storage]
Co-authored-by: 赵延 <1060026287@qq.com>
Co-authored-by: mai.jh <maijh97@gmail.com>
Co-authored-by: ljhrot <296093710@qq.com>
Co-authored-by: Xarrow <zhangjian12424@gmail.com>
2020-08-21 12:58:36 +08:00
nov.lzf
03e58df04f
listen context query support on console ; basic api for lader balance ;server side push retry submit ( #3630 )
...
* listen context query with groupy and ip support long connect
* remove connection on cleint side, server will generate instead.
* connect reset request support appointing ip address.
* server push retry
* basic api for loader balance
* basic api for loader balance
2020-08-18 20:20:21 +08:00
赵延
e7c269a2f5
move jwt dependency from console,core to auth. ( #3624 )
2020-08-18 13:38:07 +08:00
nov.lzf
45b708591b
set grpc objects not need to auto generate. ( #3615 )
2020-08-17 10:46:32 +08:00
nov.lzf
090c1ea0dd
connection event notification of grpc server ( #3611 )
...
* grpc server noticed when a client disconnected.
* grpc connection notification and optimize server service register.
* grpc connection notification and optimize server service register.
2020-08-15 18:16:33 +08:00
nov.lzf
33df55d40a
remote support on servers and optimize connection and client model ( #3609 )
...
* Add gprc support-> optimize rpc listen execute task notify
* Add gprc support-> add listener optimize.
* Add gprc support-> cluster rpc client support
* cluster rpc client support
* config change notify bettween server long connect support
* server push future refactor.
* server rpc sync compatibility support
* connection labels support
* code fail fix
2020-08-14 17:40:00 +08:00
mai.jh
526e2bc130
[ISSUE #3566 ] move the permission code of nacos-core module to nacos-auth module ( #3593 )
...
* move the permission code of nacos-core module to nacos-auth module.
* Fix some code style issues
* address server module auth package name change.
* test change
* Incorrect package name correction
2020-08-14 09:50:05 +08:00
赵延
1b991a0b8f
fix-#3595, delete the unnecessary code ( #3596 )
2020-08-13 15:11:12 +08:00
chuntaojun
71c8530abd
Merge branch 'develop' of https://github.com/alibaba/nacos into jraft_naming
2020-08-12 23:34:43 +08:00
mai.jh
df9ae66fe0
create a nacos-auth module, And add nacos-auth dependency for nacos-core module. ( #3590 )
2020-08-12 19:15:58 +08:00
杨翊 SionYang
0b73cfc769
Upgrade version to 1.4.0-SNAPSHOT ( #3549 )
2020-08-12 09:32:06 +08:00
chuntaojun
14039fd9cd
Merge branch 'develop' of https://github.com/alibaba/nacos into jraft_naming
2020-08-10 23:33:50 +08:00
nov.lzf
a0a1486fa2
rsocket support and optimize client abstract ( #3559 )
...
* Add gprc support-> rpc Rsocket submit
* Add gprc support-> rpc Rsocket submit
* Add gprc support-> rpc Rsocket submit
* Add gprc support-> upgrade api client common jdk compiler to 1.8 for test Rsocket only
* Add gprc support-> rsocket client test code submit
* Add gprc support-> rpc client factory optimize
* Add gprc support-> config client factory rename
* Add gprc support-> rsocket submit
* Add gprc support-> rsocket client switch submit
* Add gprc support-> rsocket support and optimize rpc client
2020-08-10 09:11:53 +08:00
赵延
9734deeefc
[ISSUE #3486 ] Fix com.alibaba.nacos.core.code.ControllerMethodsCache will mismatch sometimes ( #3487 )
...
* fix #3486
* modify code suit checkstyle
* add apache licenses
* change the publish version of new class
* set the char "-->" in interface
* set the char "-->" in interface
* code format
* add unit case of com.alibaba.nacos.core.code.ControllerMethodsCache.getMethod
* code format follow nacos-code-style
* code format follow nacos-code-style
2020-08-07 10:51:39 +08:00
mai.jh
b1db2be4c1
[ISSUE #3192 ] replace nacos-core module http client ( #3535 )
...
* core module replace http client
* replace http client
2020-08-06 22:01:36 +08:00
qm0123
0ae6669d57
[ #3509 ] Fix address server mode cannot be obtained application.properties ( #3516 )
...
* Fix address server mode cannot be obtained application.properties And synchronize the properties value(#3509 )
* format code.
* update mysql default value nacos:nacos
2020-08-05 16:54:28 +08:00
nov.lzf
05bd51062d
Add gprc support-> server push ack ( #3521 )
...
* Add gprc support-> server push ack
* Add gprc support-> add lost code
* Add gprc support-> disconnect status change bugfix
* Add gprc support-> optimize rpc port
2020-08-05 10:21:33 +08:00
杨翊 SionYang
df4b006b36
Upgrade version to 1.3.2 ( #3512 )
2020-08-04 12:58:45 +08:00
ljhrot
b79f048a9b
Fix the UnknownHostException is swallowed ( #3495 )
2020-08-02 18:59:58 +08:00
nov.lzf
3a777455e7
move rpc client from client to common and move request response to api ; solve conflict. ( #3481 )
...
* Add gprc support-> move rpc client from client to common and move request response to api
* Add gprc support-> conflict solved
2020-07-30 17:21:44 +08:00
杨翊 SionYang
5f528d8036
[ISSUE #1097 ] Naming support grpc server forward request ( #3480 )
...
* re subscribe service when reconnect
* change grpc instance maintain by heartbeat
* Add lifecycle for remoting workers
* Refactor naming client redo when reconnect
* Fix checkstyle and PMD
* Implement forward instance request to responsible server
* Implement forward heart beat to servers
2020-07-30 17:00:57 +08:00
nov.lzf
b1a587dc72
Add gprc support-> add server push ack ( #3478 )
2020-07-30 16:00:22 +08:00
chuntaojun
e08a6adc49
fix code style
2020-07-29 01:53:44 +08:00
mai.jh
5b76fd0d56
[ISSUE #2858 ] Unified http client implementation, enhanced async request callback interface ( #3452 )
...
* Enhanced callback interface for asynchronous requests
* change class name
* add license
* change class name
* comment change
* delete AbstractCallback
2020-07-27 13:15:50 +08:00
chuntaojun
018ce1441f
create error code
2020-07-27 13:03:45 +08:00
springliao
e90ac7e137
Major logical completion
2020-07-26 23:43:46 +08:00
springliao
3b5365cf1d
finish stop old raft run logic
2020-07-25 23:01:39 +08:00
chuntaojun
5bf02123c1
feat: create rocksdb storage
2020-07-24 00:31:44 +08:00
nov.lzf
50a298c9af
switch server optimize and loader balance base on max client count ( #3420 )
...
* Add gprc support-> authentication on client
* Add gprc support-> optimize switch server and submit loader balance base on up limit clients count.
2020-07-23 10:26:25 +08:00
杨翊 SionYang
5029429a89
Remove context when grpc connection close. ( #3407 )
2020-07-21 20:28:24 +08:00
nov.lzf
b28636c6de
notify connect listeners on start up ( #3405 )
...
* Add gprc support-> try to connect the server synchronous on start up , start a thread to connect to server until successfully connected when fail.
* Add gprc support-> notify connect listeners.
* Add gprc support-> update client reconnect strategy.
* Add gprc support-> optimize push config request param model and meta request.
* Add gprc support-> notify on new connected
2020-07-21 20:08:38 +08:00
nov.lzf
53031ba08b
strengthen exception handle both on server and client ; status transfer bug fix on client ( #3401 )
...
* Add gprc support->test submit
* Add gprc support-> Strengthen exception handling of server push handler process both at client and server
* Add gprc support-> starting status bugfix and base push model submit
2020-07-21 14:44:01 +08:00
nov.lzf
85a0398978
1.server side client connection listener optimize 2. listen context and notifier updated . ( #3385 )
...
* Add gprc support-> client reconnection optimize
* Add gprc support-> 1.client connection listener optimize 2.listen context an notifier updated .
* Add gprc support->merge problem fix
* Add gprc support->check style fixed.
* Add gprc support->check style fixed and remove gRpc classes in source package.
2020-07-20 16:27:58 +08:00
KomachiSion
79c8521bde
Merge branch 'upstream-develop' into feature_support_grpc_core
...
# Conflicts:
# client/src/main/java/com/alibaba/nacos/client/config/NacosConfigService.java
# client/src/main/java/com/alibaba/nacos/client/config/http/HttpAgent.java
# client/src/main/java/com/alibaba/nacos/client/config/http/MetricsHttpAgent.java
# client/src/main/java/com/alibaba/nacos/client/config/impl/ClientWorker.java
# config/src/main/java/com/alibaba/nacos/config/server/service/LongPollingService.java
2020-07-18 16:28:00 +08:00
杨翊 SionYang
3bde28294d
[ISSUE #1097 ] Naming support un/subscribe service by grpc. ( #3373 )
...
* For #1097 , server support subscribe service.
* For #1097 , client support subscribe service.
* For #1097 , server and client support unsubscribe service.
2020-07-18 16:07:21 +08:00
nov.lzf
3f06a7a0f8
response model optimize ( #3357 )
...
* Add gprc support-> add grpc log to distribution logback
* Add gprc support-> response model optimize
2020-07-17 12:03:30 +08:00
nov.lzf
b10a24885e
add server side connection listener ,and add client version ( #3350 )
...
* Add gprc support-> 1.add server side client connection event listener ,base on heart beat expire time check 2.add client version info after grpc connection build
* Add gprc support-> add publish config and remove config in rpc channel ;and rename server push response handler
2020-07-16 19:21:38 +08:00
杨翊 SionYang
6c8dfd6ed3
Add naming support gRPC for query instance list and service info ( #3352 )
...
* Add naming support gRPC for query instance list and service info
* Update version to 1.4.0-SNAPSHOT
2020-07-16 18:08:25 +08:00
nov.lzf
0aad8f55eb
support config query in rpc channel ,add switch http/rpc at client side ( #3344 )
...
* Add gprc support-> 1.support config query in rpc channel ,add switch in client side
* Add gprc support-> 1.log optimize,split grpc core and digest
* Add gprc support-> 1.optimize log and client proxy.
* Add gprc support-> remove proto buff plugin
2020-07-15 20:54:16 +08:00
杨翊 SionYang
d00c133c3e
Add naming support gRPC for register and deregister instance ( #3343 )
2020-07-15 20:22:07 +08:00
nov.lzf
139b211e21
Nacos config support gRPC ( #3334 )
...
* Add gprc support-> client side code submit ,and create server side naming module abstract handler template.
* Add gprc support-> config data change notify code submit....
* Add gprc support-> serve side healthy check code submit and solve some checkstyle problems.
* Add gprc support-> 1.config client worker ,cancel long polling task 2. test add listener,remove listener in config module 3.add response resolve
2020-07-15 13:56:29 +08:00
nov.lzf
bbbeabe1e8
nacos support grpc ,base functions submit. ( #3328 )
...
* gprc
* Add gprc support
2020-07-14 19:15:22 +08:00
Hu Zongtang
3a4e21b60e
[ISSUE#3179]Remove original NotifyCenter codes in the core module. ( #3310 )
2020-07-13 17:30:50 +08:00
Hu Zongtang
665d9d7aaf
[ISSUE#3179]Replace the NotifyCenter with new refactor in the core and test module. ( #3309 )
...
* [ISSUE#3179]Replace the NotifyCenter with new refactor in the core and test module.
* [ISSUE#3179]Replace package in the nacos-logback.xml.
* [ISSUE#3179]code reformat.
2020-07-13 13:59:25 +08:00
杨翊 SionYang
7ddba00865
Upgrade 1.3.1 ( #3294 )
2020-07-10 18:05:07 +08:00
杨翊 SionYang
bc9861c615
[ISSUE #2992 ] Use new code style for nacos-cmdb module. ( #3289 )
...
* Use new code style for nacos-cmdb module.
* Check again for nacos-common module.
* Check again for nacos-core module.
* Check again for nacos-naming module.
* skip nacos-test in checkstyle
2020-07-09 22:10:13 +08:00
杨翊 SionYang
88480f7c0f
Update to 1.3.1-BETA ( #3194 )
2020-06-29 13:56:16 +08:00
liaochuntao
2c733d57ff
[ #2979 ] Inline storage support importing data from external data sources ( #3138 )
...
* feat: data import Derby, Derby export complete
* feat: external data source import is complete
* feat: import data to derby and derby backup finished
* fix: fixed bug where external storage mode could not find beans
* style: fix code style
* style: remove unuse code
* refactor: fixed configuration file information
* improvement: merge upstream/develop
* style: fix code style
* fix: a way to fix the missing
* fix: fix derby data import in standalone mode
* style: fix code style
* refactor: merge upstream develop and fix code style
* test: modify ut
* style: fix code style
2020-06-28 10:25:06 +08:00
杨翊 SionYang
49c163b266
Hotfix frequent member change logs after #3168 ( #3174 )
...
* Fix operate for unmodifiableList error
* Hotfix frequent member change logs after #3168
2020-06-25 11:14:38 +08:00
liaochuntao
f5e1025f14
[ISSUE #3110 ] Hotfix member health ( #3168 )
...
* improvement: merge upstream/develop
* fix: fix node status change not notified
* style: fix code style
* refactor: optimize node change event logic
* refactor: adjust the node change event receiver logic
2020-06-24 15:30:10 +08:00
liaochuntao
bb7cfbcc5d
[ISSUE #2847 ] Fix config IT ( #3120 )
...
* improvement: merge upstream/develop
* fix: fix config ut bug
* style: fix code style
* fix: fix ut bug
2020-06-19 20:14:22 +08:00
liaochuntao
9a44b920a8
[ISSUE #3107 ] Style format core ( #3108 )
...
* improvement: merge upstream/develop
* style: format code style
* style: modify pom.xml
* fix: fix code style
2020-06-18 21:27:49 +08:00
杨翊 SionYang
f864880136
[ISSUE #2992 ] use new code style for nacos-common ( #3106 )
...
* use new code style for nacos-common
* Fix code style file can't set java import problem.
2020-06-18 17:05:15 +08:00
Gagharv
f94e8f8fb4
[ISSUE #2856 ]Adjust the use of thread pools ( #3084 )
...
* [ISSUE #2856 ][module:core、consistency]Adjust the use of thread pools
Change-Id: I793770ca0f287157dc88e3ecf1147ea308e4a547
* code optimize
Change-Id: I023ed73332f3f69c93277f25e57e0ee5c3975f02
2020-06-17 18:21:00 +08:00
keker
4c0ba562ab
Watch files add empty check. ( #3035 )
...
* watch files add empty check.
* watch files add empty check.
Co-authored-by: yanlinly <yan.lin2009@163.com>
2020-06-15 13:48:35 +08:00
Hu Zongtang
3f0023a3a9
Remove dependency of apache-common-lang3 in the client. ( #3031 )
...
* [#3026 ]remove dependency of apache-common-lang3 in the client.
* [#1815 ]adjust, optimize codes and merge some class.
* [#3031 ]adjust some codes.
* [#3031 ]adjust codes and fix typo.
* [#3031 ]fix typo.
2020-06-15 13:41:53 +08:00
KomachiSion
321f13cd7b
For #2873 , unified copyrights for nacos-core.
2020-06-12 16:01:22 +08:00
zhouhailin
2efe317597
FIX ISSUE #3007 : MaxHistory字段名称和Nacos默认的命名风格不统一
2020-06-09 23:02:18 +08:00
chuntaojun
d916d221bf
refactor: add ut
2020-06-07 19:25:10 +08:00
chuntaojun
5191838d77
fix: fixed Raft RPC being submitted to the Leader, error could not be returned
2020-06-07 18:16:46 +08:00
chuntaojun
364745e000
refactor: add config publish log
2020-06-05 10:50:29 +08:00
water.lyl
7f541a9a67
update version to 1.3.0
2020-06-05 09:02:17 +08:00
yanlinly
f71c5d85c9
Merge pull request #2949 from alibaba/hotfix_config_clone
...
Hotfix config clone
2020-06-03 20:07:31 +08:00
chuntaojun
95eba16669
test: add ut
2020-06-03 19:50:25 +08:00
liaochuntao
184141fc57
Merge pull request #2923 from jintonghuoya/feature_maven_version_unity
...
[ISSUE #2860 ]Maven dependency optimizations, where only one version of each dependency exists
2020-06-02 14:47:26 +08:00
chuntaojun
c196c8f52f
fix: adjust where version information is inserted
2020-06-02 12:32:26 +08:00
chuntaojun
3169424605
refactor: optimize old version information synchronization logic
2020-06-01 21:54:29 +08:00
Jack Dai
1a7264d9b6
解决和develop的冲突
2020-06-01 18:41:03 +08:00
Jack Dai
83e6451acc
统一修改子项目中的url为nacos官网地址
2020-06-01 18:35:20 +08:00
chuntaojun
a7556fa776
fix: fix old version information not available in new version reality issue
2020-06-01 16:59:01 +08:00
chuntaojun
6fb2750021
fix: fixed compatibility issues with older versions
2020-06-01 15:35:21 +08:00
chuntaojun
5fceafac3f
refactor: optimize the error message prompt
2020-05-30 17:28:25 +08:00
chuntaojun
75c9a5e21b
refactor: modift TimerContext logger level
2020-05-29 20:58:03 +08:00
jintonghuoya
6aa395979a
回滚dependency和plugin的version无关的修改
2020-05-29 20:45:45 +08:00
chuntaojun
5dcee2f1c6
fix: fix pmd
2020-05-29 19:59:08 +08:00
chuntaojun
dc416377dc
fix: fix startup failure
2020-05-29 19:32:39 +08:00
Jack Dai
9692cd1b8c
合并和origin/develop的冲突
2020-05-29 19:01:48 +08:00
chuntaojun
a5661f033d
feat: add the metircs
2020-05-29 18:42:14 +08:00
Jack Dai
27a257c84e
合并origin/develop的变更
2020-05-29 18:41:00 +08:00
Jack Dai
594eac42b3
整理每个module的plugin和dependency的版本号
2020-05-29 16:35:48 +08:00
chuntaojun
5cd5ca35b8
refactor: merge develop
2020-05-28 20:14:47 +08:00
chuntaojun
e8533155c7
fix: fix startup problem
2020-05-27 22:05:38 +08:00
chuntaojun
6525b5a6f8
fix: fix startup read failure
2020-05-27 18:37:36 +08:00
KomachiSion
bbeb7d6a4a
Replace fastjson with jackson for nacos-core
2020-05-27 09:34:59 +08:00
chuntaojun
6fe1d0d0da
improvement: adjust part of the code
2020-05-26 11:57:27 +08:00
chuntaojun
bf2adb4be5
feat: merge develop
2020-05-26 09:43:37 +08:00
chuntaojun
6c5f7cfeca
fix: fix publish event may casue class-cast-exception
2020-05-25 14:58:29 +08:00
chuntaojun
843692b10a
fix: fix the class cast problem
2020-05-24 21:56:29 +08:00
chuntaojun
0e52d0457c
refactor: modify method name to avoid ambiguity
2020-05-23 21:35:47 +08:00
chuntaojun
6426440a8e
refactor: code refactor
2020-05-23 14:33:56 +08:00
chuntaojun
41703f9805
refactor: code optimization
2020-05-22 23:12:50 +08:00
chuntaojun
be75c582c2
Merge remote-tracking branch 'origin' into feature_1.3.0_beta_grpc
2020-05-21 22:09:10 +08:00
liaochuntao
99859bdcb4
Merge pull request #2754 from ObserverYu/develop
...
[ISSUE #2755 ]解决修改contextPath后出现no such api异常
2020-05-21 21:34:32 +08:00
chuntaojun
451351cfc0
refactor: optimize message publishers
2020-05-21 20:28:32 +08:00
chuntaojun
87a32a926b
refactor: merge develop
2020-05-21 18:08:29 +08:00
chuntaojun
10d8edb4f3
refactor: optimize code logic
2020-05-19 14:16:52 +08:00
chuntaojun
b8dddf0ec1
refactor: block initialization before dump completes
2020-05-19 14:04:11 +08:00
chuntaojun
610024dd07
refactor: remove unuse dir
2020-05-19 10:21:22 +08:00
chuntaojun
f9412fd4d6
fix: fix config dump
2020-05-18 22:57:40 +08:00
chuntaojun
5ac48059cb
fix: fixed future.join blocking thread
2020-05-18 15:45:20 +08:00
chuntaojun
5f39cc8d75
refactor: jraft protocol
2020-05-18 11:00:11 +08:00
chuntaojun
587a0937c9
refactor: perform consistency logic
2020-05-17 23:13:40 +08:00
chuntaojun
07dd129dd0
refactor: fixed instance information update heartbeat information not updating
2020-05-17 16:22:49 +08:00
chuntaojun
baae3c7572
perf: config
2020-05-16 22:04:06 +08:00
chuntaojun
feebd1623f
refactor: performance optimization
2020-05-16 19:23:11 +08:00
chuntaojun
b86f633c8a
Merge branch 'develop' of https://github.com/alibaba/nacos into feature_1.3.0_beta_grpc
2020-05-16 14:36:49 +08:00
chuntaojun
afc74da826
build: update version to 1.3.0-BETA
2020-05-15 16:10:38 +08:00
chuntaojun
a317c7a80b
refactor: jraft node removal logic optimization
2020-05-15 15:20:39 +08:00
chuntaojun
a928e7eb04
fix: fix node remove bug
2020-05-14 21:15:17 +08:00
chuntaojun
f5af822963
refactor: merge develop
2020-05-14 20:35:32 +08:00
chuntaojun
bc2de3c0ea
Merge branch 'develop' of https://github.com/alibaba/nacos into feature_1.3.0_beta_grpc
2020-05-14 19:56:15 +08:00
chuntaojun
a37d6afe35
fix: fix member remove
2020-05-14 19:55:47 +08:00
chuntaojun
86652a47e3
fix: fix code style
2020-05-14 18:33:16 +08:00
water.lyl
2af4c40330
fix pmd problem
2020-05-14 18:20:40 +08:00
chuntaojun
08623c9ef3
refactor: support grpc
2020-05-14 18:10:40 +08:00
chuntaojun
0c6a03724a
fix: fix grpc-version bug
2020-05-14 16:25:41 +08:00
chuntaojun
e231590335
fix: grpc
2020-05-14 14:38:46 +08:00
chuntaojun
52ea9674be
fix: cluster startup mode adjustment
2020-05-14 10:15:35 +08:00
chuntaojun
a68f5e22cf
fix: fix code style
2020-05-13 18:14:27 +08:00
chuntaojun
b6e5d9cc31
feat: open jraft-node metrics
2020-05-13 17:17:59 +08:00
chuntaojun
4d4e914ebd
fix: fixed the cluster logic for the jraft set
2020-05-13 15:43:56 +08:00
chuntaojun
82bcbd9b17
refactor: jRaft partial logical adjustment
2020-05-13 09:38:46 +08:00
water.lyl
54e251da39
release 1.3-beta
2020-05-11 23:06:23 +08:00
chuntaojun
5f921225ad
feat: use jraft-grpc
2020-05-11 20:21:11 +08:00
chuntaojun
4871eff336
fix: nonr
2020-05-11 18:02:09 +08:00
chuntaojun
0aefb6f0cc
refactor: retain the expansion logic
2020-05-11 16:52:03 +08:00
chuntaojun
5b22ddfb78
refactor: remove discovery-memberlookup
2020-05-10 17:16:02 +08:00
chuntaojun
fa5769381c
feat: jraft use grpc
2020-05-10 17:14:06 +08:00
chuntaojun
6a6725a269
fix: fix expansion issues
2020-05-09 20:32:55 +08:00
chuntaojun
5879b03c7d
fix: expansion and volume timing issue fixed
2020-05-09 14:49:04 +08:00
wangwei
beaa402ff7
[ISSUE #2765 ]Optimize MemberUtils class's kRandom method
2020-05-08 21:53:53 +08:00
zongtanghu
27346a9f43
[ #2761 ]ProtocolManager class's getCpProtocol()/getApProtocol() method' codes can be optimized.
2020-05-08 18:09:11 +08:00
chuntaojun
29a6edc8c5
refactor: fix bugs
2020-05-08 14:53:29 +08:00
wanyuyichen
071be5c3d4
解决由于ControllerMethodsCache类的getMethod方法中,由于replace target写死造成的修改contextPath后找不到api的异常
2020-05-07 17:19:58 +08:00
chuntaojun
613a8d6c40
refactor: the raft port computes the rule changes
2020-05-07 11:08:10 +08:00
chuntaojun
5d6a0b539f
fix: fix code style
2020-05-07 00:45:28 +08:00
chuntaojun
5e281892a1
refactor: remove debug log
2020-05-07 00:33:06 +08:00
chuntaojun
272abe6135
fix: fix parameter encode
2020-05-06 18:33:18 +08:00
chuntaojun
60b84a4981
refactor: merge upstream develop
2020-05-05 16:06:02 +08:00
chuntaojun
1563dc7104
fix: fixed a problem where parameters were encoded multiple times
2020-05-05 09:43:54 +08:00
chuntaojun
2526c5d8f2
fix: fix naming request redirect
2020-05-03 20:26:35 +08:00
chuntaojun
a82bcc1d6e
fix: fix request transfer bug
2020-05-02 13:12:38 +08:00
chuntaojun
eca2aca6bb
fix: bug fix
2020-05-01 10:09:08 +08:00
chuntaojun
eb11ff945b
fix: fix standalone sync node info bug
2020-04-30 20:02:54 +08:00
chuntaojun
041effebc7
refactor: some code refactor
2020-04-30 13:46:04 +08:00
chuntaojun
a937e3090c
fix: fix some bugs
2020-04-30 10:49:34 +08:00
chuntaojun
a025e56b3a
fix: fix config dump bug
2020-04-28 15:08:38 +08:00
chuntaojun
8b4a37724f
refactor: address mode adds setting parameters
2020-04-26 16:29:19 +08:00
chuntaojun
41e1f04914
refactor: code refactor
2020-04-24 22:42:02 +08:00
chuntaojun
9c970b60ba
refactor: fix code stype
2020-04-23 19:43:42 +08:00
chuntaojun
e4c475295c
refactor: remove complex logic, RPC ports can be customized
2020-04-23 15:22:16 +08:00
chuntaojun
853a8f587f
refactor: core
...
logic optimization
2020-04-22 22:16:27 +08:00
chuntaojun
ef405e09e2
refactor: remove complex listening logic and bug fixes
2020-04-22 17:28:53 +08:00
chuntaojun
6a0d71a26d
style: fix code style to adapter PMD
2020-04-21 17:26:15 +08:00
chuntaojun
f222dccd3d
refactor: code optimization
2020-04-21 17:14:59 +08:00
chuntaojun
a9918f2332
refactor: request forwarding logic adjustment
2020-04-19 09:25:28 +08:00
chuntaojun
0af4d4f510
refactor: addressing mode refactoring
2020-04-18 13:59:28 +08:00
chuntaojun
0b3b5e83ac
refactor(all): code optimization
2020-04-16 23:50:08 +08:00
chuntaojun
1aca7bc3e0
refactor: core
2020-04-13 22:44:08 +08:00
chuntaojun
7586354476
refactor: bug fix and refactor init logic
2020-04-13 16:13:49 +08:00
chuntaojun
57caa53015
style: Fix the PMD rule
2020-04-04 12:22:05 +08:00
chuntaojun
42626c029b
docs:
2020-04-03 19:06:55 +08:00
chuntaojun
9f8c19cafb
refactor: Change the distributed ID logic
2020-04-02 19:24:11 +08:00
chuntaojun
89a8dddc1c
Merge branch 'develop' of https://github.com/alibaba/nacos into feature_consistency
2020-03-28 17:38:26 +08:00
chuntaojun
3dd42fed27
refactor: Generic fetch method modification
2020-03-27 18:48:00 +08:00
nkorange
ea2a83c4be
Update version to 1.2.1
2020-03-27 15:48:32 +08:00
chuntaojun
da7ef15196
style: fix code style
2020-03-26 20:53:46 +08:00
chuntaojun
ce6dc51bcf
fix: fix some bugs
2020-03-26 20:32:52 +08:00
chuntaojun
16ba537a37
feat: #2530
2020-03-26 12:06:35 +08:00
nkorange
82d7147a58
Update version to 1.2.0
2020-03-03 16:24:08 +08:00
nkorange
31e6063209
Update version to 1.2.0-beta.1
2020-02-23 20:02:13 +08:00
nkorange
1d81a6588d
Update version to 1.2.0-beta.0
2020-02-05 14:11:09 +08:00
nkorange
374c575c79
#1105 fix bug
2020-02-04 17:21:33 +08:00
nkorange
7bbd867c2c
#1105 Fix test case error
2020-01-16 22:39:09 +08:00
nkorange
bc5e3e1cce
#1105 Finish auth IT cases
2020-01-15 17:57:01 +08:00
nkorange
1fb1f5f3e3
#1105 Add auth test case for config
2020-01-14 18:01:00 +08:00
nkorange
7a17ad28e2
Fix CI error
2020-01-12 16:43:23 +08:00
Peter Zhu
a425f7258e
Merge branch 'develop_1.2.0' into develop
2020-01-10 17:58:30 +08:00
rushsky518
91368b4389
#2245 correct log config
2020-01-10 14:46:32 +08:00
nkorange
82731985aa
#1105 Add integration tests
2020-01-09 19:13:37 +08:00
nkorange
02fea89f49
#1105 Add user test case
2020-01-06 16:23:00 +08:00
nkorange
41dfcf5596
#1105 Read cache instead of accessing DB directly.
2020-01-06 14:35:11 +08:00
nkorange
5ac3c17e4c
Fix #2248
2020-01-02 16:48:59 +08:00
nkorange
e2c553cbca
#1105 Access control finish 80%
2019-12-18 20:25:10 +08:00
nkorange
2460dcddcb
#1105 Access control finish 70%
2019-12-12 21:50:34 +08:00
nkorange
013125c1ee
#1105 Access control finish 60%
2019-12-12 18:57:36 +08:00
nkorange
952ee8a3c1
#1105 Access control finish 50%
2019-12-11 19:25:33 +08:00
nkorange
2781c6c84f
Update version to 1.2.0-SNAPSHOT
2019-12-02 14:56:15 +08:00
Peter Zhu
3b19a30a32
Merge pull request #2085 from lzf971107/a_1
...
optimize: the Boolean.parseBoolean(String s) method should be used when converting a String to a Boolean type
2019-11-25 13:20:23 +08:00
黄大相
31a59e8451
fix 2025
2019-11-21 16:19:51 +08:00
withthewind
ec6e52ee9d
optimize: the Boolean.parseBoolean(String s) method should be used when converting a String to a Boolean type
2019-11-21 15:59:28 +08:00
nkorange
c431a852b5
#2018 Close inpuststream instead of connection.
2019-11-07 16:02:01 +08:00
nkorange
4d68565667
Update version to 1.1.4
2019-10-24 14:46:46 +08:00
Beldon
85a954525b
remove the useless code that make ci errors
2019-10-21 23:48:09 +08:00
chuntaojun
5074d06903
Merge branch 'develop' of https://github.com/alibaba/nacos into develop
2019-09-11 22:44:02 +08:00
xianlaioy
4e6d8b67a2
refactor: IO改成try resource。instanceList循环直接改成addAll
2019-09-09 20:42:48 +08:00
pbting
1ecd5f385c
Merge branch 'develop' into feature_enhance_interface
2019-09-06 21:22:16 +08:00
pbting
46bcece7aa
repair speel error and add debug log
2019-09-06 12:19:16 +08:00
ly
721c5a4a58
Compatible with older versions
2019-08-27 23:56:45 +08:00
pbting
caf01308e7
add comma division with some case to use
2019-08-16 09:46:04 +08:00
pbting
a6deeb1fed
add comma division with some case to use
2019-08-16 09:45:47 +08:00
pbting
5222b9c407
cluster conf support multi instance inline seperator with ','
2019-08-16 09:18:45 +08:00
pbting
be7237e8ae
merge upstream develop the latest code
2019-08-15 16:48:43 +08:00
chuntaojun
2802247d6c
Merge branch 'develop' of https://github.com/alibaba/nacos into develop
2019-08-13 21:41:30 +08:00
chuntaojun
e981f3f787
feat:
2019-08-13 21:41:26 +08:00
nkorange
6ca2ee0cf8
Update version to 1.1.3
2019-08-06 18:55:05 +08:00
nkorange
15c913e346
Update version to 1.1.2
2019-08-06 17:10:37 +08:00
pbting
19a5ac632c
RunningConfig support get from spring.properties configuration file
2019-08-06 16:43:48 +08:00
nkorange
11bd0ccd76
Update version to 1.1.2-SNAPSHOT
2019-08-02 12:35:04 +08:00
赵禹光
8320701f2e
fmt
2019-07-11 20:27:59 +08:00
nkorange
6c8b3ea88e
Update version to 1.1.0
2019-07-05 21:59:55 +08:00
得少
7f97289340
Merge branch 'develop' into feature_address_server
2019-07-04 15:07:03 +08:00
nkorange
49027b892d
Update version to 1.1.0-SNAPSHOT
2019-07-04 15:01:49 +08:00
得少
7336a8b7f5
fix #1458
...
support address server mode ,so nacos client will use the endpoint to initializer
2019-07-01 23:08:08 +08:00
Fury Zhu
819d5d1db5
Merge pull request #1404 from slievrly/charset
...
optimize charset、continue and return
2019-07-01 13:12:03 +08:00
nkorange
3a8575e22f
Update version to 1.0.2-SNAPSHOT
2019-06-28 17:34:59 +08:00
nkorange
4605733595
Update version to 1.0.2
2019-06-28 17:18:59 +08:00
slievrly
e01a44702b
optimize charset、continue and return
...
Signed-off-by: slievrly <slievrly@163.com>
2019-06-19 23:47:55 +08:00
IanCao
a98db447fe
format code
2019-06-13 12:26:22 +08:00
nkorange
7a593ffaee
Fix bug
2019-06-05 11:05:56 +08:00
Fury Zhu
9319b76d22
Merge pull request #1307 from pbting/namespace_unified
...
Namespace And Endpoint Support Multi Enviroment Switch
2019-06-04 17:15:26 +08:00
pbting
9963ca5f3f
change the version
2019-05-31 15:25:25 +08:00
pbting
c4be24a536
nacos client namespace support multi enviroment switch
2019-05-31 15:21:58 +08:00
dupengcheng
67741c6712
fix : #1260
2019-05-24 13:18:47 +08:00
nkorange
a87cc12d47
Update version to 1.0.0
2019-04-15 20:01:34 +08:00
nkorange
699bdcb6dc
Update to 1.0.0-SNAPSHOT
2019-04-15 16:36:10 +08:00
得少
427a746e82
change the default value of isUseEndpointParsingRule from false to true
2019-04-12 12:49:46 +08:00
nkorange
3c1c98aaf1
Update version to 1.0.0
2019-04-10 22:04:27 +08:00
pbting
b7a1fb22b3
Merge branch 'develop' into develop
2019-04-03 19:08:09 +08:00
得少
eca7a9a422
support parsing endpoint rule
2019-04-03 18:31:27 +08:00
Fury Zhu
8e20fd6832
Merge pull request #987 from hxy1991/fix_986
...
Fixes #986
2019-04-03 10:26:44 +08:00
hxy1991
9c9050207e
Fixes #986
2019-04-01 11:48:53 +08:00
nkorange
37b9004569
Fix #973
2019-03-29 19:27:30 +08:00
nkorange
fcf968c36b
Update version to 1.0.0-RC2
2019-03-22 17:29:26 +08:00
nkorange
52d4e01bc7
#502 Fix several bugs
2019-03-18 20:57:28 +08:00
nkorange
488075fa52
Update version to 1.0.0-RC1
2019-03-15 15:48:30 +08:00
qingliang.ql
2ede41f3e8
增加hostname方式
2019-03-14 20:11:30 +08:00
nkorange
616a8031bc
Merge branch 'develop' into feature_naming_group
...
# Conflicts:
# api/pom.xml
# client/pom.xml
# client/src/main/java/com/alibaba/nacos/client/naming/beat/BeatReactor.java
# cmdb/pom.xml
# common/pom.xml
# config/pom.xml
# console/pom.xml
# core/pom.xml
# distribution/conf/application.properties
# distribution/pom.xml
# example/pom.xml
# naming/pom.xml
# naming/src/main/java/com/alibaba/nacos/naming/core/Cluster.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftCore.java
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
# pom.xml
# test/pom.xml
2019-03-04 10:12:11 +08:00
xuechaos
80c260e207
Release 0.9.0 Nacos : Nacos server function mode and fix 13 issues
...
* [#840 ] Nacos server adds startup mode to distinguish between config and naming.
* [#762 ] Register instance returns failed when the health check mode is 'server' in standalone mode.
* [#473 ] Nacos Cluster Mode kubernate Startup nacos.log error Log.
* [#240 ] Log strong dependence problem.
* [#824 ] getServicesOfServer throws exception if service list is empty.
* [#802 ] Nacos server multi-boot mode support.
* [#800 ] Nacos's client-to-server addressing mode document introduction.
* [#768 ] The interval at which the heartbeat is sent in BeatReactor is not controlled by the server return value.
* [#759 ] why instance can't auto-delete.
* [#756 ] Format of instance and service should be validated.
* [#720 ] Memory leak in PushService.
* [#653 ] IoUtils under nacos-common-0.2.1-RC1.jar lacks "" judgment on encoding.
* [#588 ] Client compatible to jdk1.6. On branch develop
2019-03-01 00:46:50 +08:00
xuechaos
5711ace91f
function mode server code completed
2019-02-27 20:00:05 +08:00
nkorange
493715973f
Merge branch 'develop' into feature_naming_group
...
# Conflicts:
# client/src/main/java/com/alibaba/nacos/client/naming/NacosNamingService.java
# client/src/main/java/com/alibaba/nacos/client/naming/beat/BeatReactor.java
# client/src/main/java/com/alibaba/nacos/client/naming/net/HttpClient.java
# naming/src/main/java/com/alibaba/nacos/naming/controllers/ServiceController.java
# naming/src/main/java/com/alibaba/nacos/naming/misc/NamingProxy.java
# naming/src/main/java/com/alibaba/nacos/naming/misc/NetUtils.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftCore.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftStore.java
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
2019-02-26 17:29:22 +08:00
qingliang.ql
5b711c676a
static
2019-02-25 15:53:23 +08:00