nkorange
|
e2a720640a
|
Fix #961
|
2019-03-26 11:55:48 +08:00 |
|
nkorange
|
a745423dec
|
Merge branch 'develop' into feature_naming_group
# Conflicts:
# api/pom.xml
# client/pom.xml
# cmdb/pom.xml
# common/pom.xml
# config/pom.xml
# console/pom.xml
# core/pom.xml
# distribution/pom.xml
# example/pom.xml
# naming/pom.xml
# naming/src/main/java/com/alibaba/nacos/naming/consistency/persistent/raft/RaftCore.java
# naming/src/main/java/com/alibaba/nacos/naming/misc/SwitchDomain.java
# pom.xml
# test/pom.xml
|
2019-03-25 15:03:31 +08:00 |
|
nkorange
|
de25dc844d
|
Add namespace info in log
|
2019-03-25 14:16:29 +08:00 |
|
nkorange
|
e4579c9c0f
|
#923 Add client beat method
|
2019-03-25 11:37:18 +08:00 |
|
nkorange
|
d5dc3e5747
|
#502 Support delete service in AP mode
|
2019-03-22 20:42:00 +08:00 |
|
nkorange
|
dc51aa5703
|
Merge branch 'hotfix_server_mode' into develop
|
2019-03-22 17:31:36 +08:00 |
|
nkorange
|
fcf968c36b
|
Update version to 1.0.0-RC2
|
2019-03-22 17:29:26 +08:00 |
|
Fury Zhu
|
cb5eb8afe3
|
Merge pull request #953 from alibaba/hotfix_server_mode
Hotfix server mode
|
2019-03-22 17:16:59 +08:00 |
|
nkorange
|
18b6523b62
|
Fix #923
|
2019-03-22 17:04:07 +08:00 |
|
nkorange
|
da757f156c
|
Fix #938
|
2019-03-22 16:58:46 +08:00 |
|
nkorange
|
9b24b46f7a
|
Fix #946
|
2019-03-22 12:39:30 +08:00 |
|
Fury Zhu
|
cde0928ec8
|
Merge branch 'master' into hotfix_default_server_mode
|
2019-03-21 09:12:00 +08:00 |
|
nkorange
|
81bbbe6e56
|
#745 Modify default server mode
|
2019-03-21 09:04:19 +08:00 |
|
nkorange
|
7303ea7b66
|
#745 Remove server mode
|
2019-03-20 18:08:36 +08:00 |
|
nkorange
|
f6ea5042c8
|
#502 Refactor
|
2019-03-19 11:03:31 +08:00 |
|
nkorange
|
52d4e01bc7
|
#502 Fix several bugs
|
2019-03-18 20:57:28 +08:00 |
|
nkorange
|
3f2d704691
|
Fix #923
|
2019-03-18 20:03:08 +08:00 |
|
peachyy
|
c83fa78c17
|
Update RaftProxy.java
optimize imports
|
2019-03-18 17:13:09 +08:00 |
|
nkorange
|
df7278a846
|
#502 Fix url too long problem.
|
2019-03-17 15:36:51 +08:00 |
|
nkorange
|
7ca6143550
|
#502 Fix concurrent problem.
|
2019-03-16 20:07:04 +08:00 |
|
nkorange
|
488075fa52
|
Update version to 1.0.0-RC1
|
2019-03-15 15:48:30 +08:00 |
|
nkorange
|
99513a2fe8
|
#502 Support NONE healthChecker deserialize
|
2019-03-15 15:36:17 +08:00 |
|
nkorange
|
592f2b4301
|
#502 Add NONE healthChecker
|
2019-03-15 15:08:01 +08:00 |
|
nkorange
|
7bf60c18e7
|
#757 Remove DOM
|
2019-03-15 14:19:36 +08:00 |
|
nkorange
|
27622664e1
|
#502 Fix bug
|
2019-03-15 14:10:16 +08:00 |
|
nkorange
|
6034bdbdb9
|
#502 Compatible with 0.8.0
|
2019-03-14 16:04:07 +08:00 |
|
nkorange
|
f0c71e6d8b
|
#502 fix bug
|
2019-03-13 18:41:00 +08:00 |
|
nkorange
|
08159d84e1
|
#502 fix bug
|
2019-03-12 18:12:30 +08:00 |
|
nkorange
|
ecc52cdfd7
|
#651 keep some methods
|
2019-03-11 20:28:41 +08:00 |
|
nkorange
|
5f07ce99e4
|
Fix #869
|
2019-03-11 17:32:52 +08:00 |
|
nkorange
|
8d28958cb7
|
#629 Fix bug
|
2019-03-08 17:18:01 +08:00 |
|
nkorange
|
fb8cf7d3b6
|
Fix config name error
|
2019-03-08 10:24:46 +08:00 |
|
nkorange
|
366d9f3c30
|
Fix merge conflict
|
2019-03-07 19:36:40 +08:00 |
|
nkorange
|
dae2809630
|
Merge branch 'develop' into feature_naming_group
# Conflicts:
# api/pom.xml
# client/pom.xml
# client/src/main/java/com/alibaba/nacos/client/naming/NacosNamingService.java
# client/src/main/java/com/alibaba/nacos/client/naming/net/HttpClient.java
# client/src/main/java/com/alibaba/nacos/client/naming/net/NamingProxy.java
# client/src/main/java/com/alibaba/nacos/client/naming/utils/UtilAndComs.java
# cmdb/pom.xml
# common/pom.xml
# config/pom.xml
# console/pom.xml
# core/pom.xml
# distribution/pom.xml
# example/pom.xml
# naming/pom.xml
# pom.xml
# test/pom.xml
|
2019-03-07 19:24:22 +08:00 |
|
nkorange
|
4704200f87
|
#839 Rest of methods refactored.
|
2019-03-07 17:59:08 +08:00 |
|
nkorange
|
82ec466a8b
|
#629 refactor warm up
|
2019-03-07 14:51:14 +08:00 |
|
nkorange
|
bf2f6111d8
|
Fix #865
|
2019-03-06 20:57:10 +08:00 |
|
nkorange
|
79f83f3a67
|
#502 Refactor warm up
|
2019-03-06 17:01:25 +08:00 |
|
nkorange
|
d477bbce7c
|
#502 validate instance format
|
2019-03-06 12:00:01 +08:00 |
|
nkorange
|
160f4f840b
|
#502 filter refactor
|
2019-03-05 21:17:36 +08:00 |
|
nkorange
|
c9ab9e7904
|
#269 fix bug
|
2019-03-05 17:47:57 +08:00 |
|
nkorange
|
349ea927c9
|
#502 fix bug
|
2019-03-05 17:05:24 +08:00 |
|
nkorange
|
a4155fd939
|
#269 fix test case bug
|
2019-03-05 15:58:51 +08:00 |
|
nkorange
|
7947fc29b1
|
#269 fix bug
|
2019-03-05 14:54:53 +08:00 |
|
nkorange
|
116e9119c2
|
#269 fix send client beat bug
|
2019-03-05 11:35:58 +08:00 |
|
nkorange
|
9cb683e15d
|
#502 Fix filter bug
|
2019-03-05 10:41:04 +08:00 |
|
nkorange
|
f1732927ae
|
#502 Add licence
|
2019-03-05 09:20:54 +08:00 |
|
nkorange
|
8c23f34806
|
#269 fix bug
|
2019-03-04 17:12:29 +08:00 |
|
得少
|
43a51c0f25
|
#861
|
2019-03-04 16:56:01 +08:00 |
|
nkorange
|
af26af7e6e
|
#502 fix bug
|
2019-03-04 11:24:41 +08:00 |
|