nkorange
64f29ddd78
#187 Add label dump task
2018-12-18 16:03:26 +08:00
nkorange
b35b483e87
Add plugin directory
2018-12-14 20:48:26 +08:00
nkorange
dc3d95d055
Disable CMDB by default
2018-12-14 20:25:53 +08:00
nkorange
be64c1acf7
Update version to 0.7.0
2018-12-14 17:48:57 +08:00
nkorange
d2e4f4e6b4
Merge branch 'feature_cmdb' into 0.7.0
...
# Conflicts:
# api/pom.xml
# api/src/main/java/com/alibaba/nacos/api/exception/NacosException.java
# client/pom.xml
# client/src/main/java/com/alibaba/nacos/client/config/impl/HttpSimpleClient.java
# client/src/main/java/com/alibaba/nacos/client/naming/net/NamingProxy.java
# common/pom.xml
# config/pom.xml
# console/pom.xml
# core/pom.xml
# distribution/conf/application.properties
# distribution/conf/nacos-logback.xml
# distribution/pom.xml
# distribution/release-nacos.xml
# example/pom.xml
# naming/pom.xml
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
# pom.xml
# test/pom.xml
2018-12-14 17:15:32 +08:00
qingliang.ql
505252cb60
Fixes #395
2018-12-13 21:16:04 +08:00
nkorange
f96794e170
#187 Fix bug
2018-12-13 20:01:07 +08:00
nkorange
5f6bdf2d39
Update expression syntax
2018-12-13 15:12:57 +08:00
hxy1991
ff55be27d3
Merge branch 'anjia0532-master' into upstream-develop
...
# Conflicts:
# console/src/main/resources/diamond-server-logback.xml
2018-12-11 19:17:43 +08:00
hxy1991
97743685ac
Fixes #363
2018-12-10 19:53:15 +08:00
nkorange
3198ec69ca
#187 Refactor some logic
2018-12-10 15:37:48 +08:00
anjia0532
0c5654cec8
1. change charset to UTF-8(replace GBK or utf8)
...
2. support custom nacos server logs path in application* profile(key:nacos.logs.path)
2018-12-09 13:24:17 +08:00
xuechaos
d4edde980b
Nacos release 0.6.0 version
...
#388 Cluster name should be provided in the Instance
#377 Clean up messy code in Naming module
#369 Support instance list persisted on disk
#366 findbugs-maven-plugin version
#362 The metadata will lost when online or offline instance through web ui
#352 Refactoring internationalization Nacos console
#278 Nacos docker img
#243 optimize the efficiency of integration testing, it’s taking too long now
2018-12-07 15:19:43 +08:00
xuechaos
b39733e463
findbugs-maven-plugin version to 3.0.4
...
issue #366
2018-12-07 14:31:31 +08:00
nkorange
7d2f652b36
#187 Refactor selector
2018-12-06 20:14:07 +08:00
nkorange
aace49640a
#187 provide CMDB module
2018-12-05 12:08:49 +08:00
hxy1991
09f2da0382
Restore index names for compatibility
2018-11-28 10:23:04 +08:00
hxy1991
631d2e49a1
Merge branch 'upstream-master'
2018-11-20 16:30:42 +08:00
hxy1991
94dd0e5609
Merge branch 'upstream-master'
2018-11-20 14:02:40 +08:00
xuechaos
dc8d44597f
fix : GC log does not take effect
...
issue ##314
2018-11-20 11:03:25 +08:00
dungu.zpf
d795ad7d2b
0.5.0 release
2018-11-19 19:54:08 +08:00
nkorange
93246b3ded
Merge branch 'naming-model-refactor' into develop
...
# Conflicts:
# console/src/main/resources/static/src/pages/ConfigurationManagement/ConfigEditor/ConfigEditor.js
# console/src/main/resources/static/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js
# naming/src/main/java/com/alibaba/nacos/naming/misc/NetUtils.java
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
2018-11-16 19:59:15 +08:00
Fury Zhu
ea03905ae9
Merge branch 'master' into naming-model-refactor
2018-11-16 18:16:51 +08:00
hxy1991
9ab50bbc87
Fixes #255
2018-11-16 14:59:05 +08:00
xuechaos
b6e1ad91b8
feature : Support JDK 11
...
issue #214
2018-11-16 14:22:12 +08:00
nkorange
46c141900e
Fix PMD
2018-11-16 12:07:25 +08:00
hxy1991
7a3e9fd17b
Fixes #222
2018-11-15 22:45:53 +08:00
hxy1991
0d90d6e895
Fixes #222 #231
2018-11-07 18:20:09 +08:00
yanlinly
608104c993
Merge pull request #212 from hxy1991/master
...
Fixes #92
2018-11-05 20:44:22 +08:00
water.lyl
7fdd80cc31
update version to 0.4.0
2018-11-05 20:34:37 +08:00
hxy1991
72b298e872
Fixes #196
2018-11-05 20:29:45 +08:00
nkorange
bbc3c24226
Use HTTP redirect instead of resend request
2018-11-05 17:09:00 +08:00
nkorange
aa7e2e41e7
remove ip use weak raft
2018-10-30 16:16:01 +08:00
nkorange
ceb2787944
Merge branch 'hotfix-register-hangs' into raft-performance
...
# Conflicts:
# api/pom.xml
# client/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
2018-10-30 08:54:50 +08:00
nkorange
6466218baf
Raft performance improved.
2018-10-29 20:34:12 +08:00
xuechaos
077c4cdb6f
release Nacos 0.3.0, update version to 0.3.0
2018-10-26 21:55:05 +08:00
nkorange
abdc48fc84
Fix register instance with customized cluster name failed bug.
2018-10-25 15:56:02 +08:00
wyp12
1cf0a5b731
Merge remote-tracking branch 'origin/hotfix-clientbeat-failed' into feature_ServiceMesh
2018-10-24 18:00:02 +08:00
nkorange
f4e8684fdf
Fix #149
2018-10-24 17:54:34 +08:00
wyp12
5cc9137d66
update
2018-10-23 14:56:26 +08:00
xuechaos
1fbcf24521
update 0.3.0-RC1 uppercase letter
2018-10-19 18:36:29 +08:00
nkorange
fa163631a1
Update version to 0.3.0-rc1
2018-10-18 23:06:42 +08:00
nkorange
baa8594fe7
Merge branch 'master' into 0.3.0
...
# Conflicts:
# api/pom.xml
# config/pom.xml
# config/src/main/java/com/alibaba/nacos/config/server/service/PersistService.java
# console/pom.xml
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
# naming/src/main/resources/application.properties
2018-10-18 17:11:32 +08:00
wyp12
251b2f01d8
merge master
2018-10-17 19:45:35 +08:00
mercyblitz
baa3e30739
Polish alibaba/nacos#96 : fixed logging file name
2018-10-03 04:26:40 +08:00
mercyblitz
e91ccc9c0f
Polish alibaba/nacos#96 : add command arguments into startup scripts
2018-10-03 03:58:26 +08:00
mercyblitz
8a73c805d8
Polish alibaba/nacos#110 : remove application.properties and copy to META-INF/nacos-default.properties
2018-10-03 01:18:09 +08:00
mercyblitz
c4374dbf4e
Polish alibaba/nacos#94 : fixed the grammar of logback xml files
2018-10-02 18:21:54 +08:00
mercyblitz
be8f3c2052
Polish alibaba/nacos#103
2018-10-01 10:58:27 +08:00
mercyblitz
85df9e077f
Fixed alibaba/nacos#98
2018-09-30 16:41:40 +08:00