Gagharv
891c1f3ba5
[ISSUE #2856 ]Adjust the use of thread pools (config module) ( #3206 )
...
* [ISSUE #2856 ]Adjust the use of thread pools (config、cmdb module)
* add CmdbExecutor class
2020-07-13 17:33:25 +08:00
zongtanghu
34fd36b115
[ISSUE#3179]fix import formate issue.
2020-07-12 13:52:29 +08:00
zongtanghu
d8e1d2aebc
[ISSUE#3179]Replace the NotifyCenter with new refactor in the config and test module.
2020-07-12 11:28:54 +08:00
CsyDesign
84b733a31f
[ISSUE#3300] Optimize the default "minIdle"" of HikariPool set by naocs ( #3304 )
2020-07-12 00:32:11 +08:00
杨翊 SionYang
7ddba00865
Upgrade 1.3.1 ( #3294 )
2020-07-10 18:05:07 +08:00
杨翊 SionYang
95f3bfb587
[ISSUE #2992 ]Recheck all checkstyle and open checkstyle during building ( #3293 )
...
* Re-check code style for nacos-config module.
* Re-check code style for other module.
* Open checkstyle plugin check during build
2020-07-10 17:18:53 +08:00
zhangjidi2016
5d65653740
Resolve the issues of codestyle of nacos-config module for phase7 ( #3288 )
...
* Resolve the issues of codestyle of nacos-config module for phase7
* fix typo of code style.
2020-07-10 14:26:39 +08:00
杨翊 SionYang
886fbe463c
Use new code style for nacos-config module/test. ( #3290 )
2020-07-10 13:24:43 +08:00
Hu Zongtang
753a736815
[ISSUE#3249]Resolve the issues of codestyle of nacos-config module for phase8. ( #3286 )
...
* [ISSUE#3249]Resolve the issues of codestyle of nacos-config module for phase8.
* [ISSUE#3249]fix typo.
2020-07-09 20:12:05 +08:00
Gagharv
9e9b95b9a0
[ #3249 ]Resolve the issues of codestyle of nacos-config module for phase6 ( #3277 )
...
Change-Id: I731548ea51b8ccf2a7f2635bd0e864573ccc7fc9
2020-07-08 15:11:58 +08:00
Hu Zongtang
0086dfe787
Resolve the issues of codestyle of nacos-config module for phase5. ( #3272 )
...
* [#3249 ]Fix chinese unit method name in config test module.
* [#3249 ]resolve the code style issue in service package.
* [ISSUE#3249]fix typo.
2020-07-08 09:21:13 +08:00
Gagharv
a4fe234a26
Resolve the issues of codestyle of nacos-config module for phase4 ( #3262 )
...
* [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/repository)
Change-Id: I394a7639c70b6d30c2b800d5608ba62b6b64c76c
* 1.adjust ignore exception
2.adjust sql
Change-Id: I1e190872dc85d1d81a6afc2a204331bd779c04b0
* adjust sql
Change-Id: Ie4a085487b3642d0da150162b9a750bd803bf07e
2020-07-07 20:13:32 +08:00
Hu Zongtang
9966ec38d9
[ISSUE#3249]Resolve the issues of codestyle of nacos-config module(parameters/enums/exception/filter/manager/model/service). ( #3259 )
2020-07-06 15:35:10 +08:00
Gagharv
4278b483ca
Resolve the issues of codestyle of nacos-config module for phase2 ( #3253 )
...
* [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/dump)
Change-Id: I273493054e3d7f5f26d73d65fa8360266a93cbfc
* [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:service/merge)
Change-Id: I8cdf601c2cb5f177a920c0f690cfbace8108c4cc
2020-07-06 10:08:32 +08:00
Hu Zongtang
c40de72f34
Resolve the issues of codestyle of nacos-config module for phase1 ( #3250 )
...
* [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:aspect/auth/configuration).
* [ISSUE#3249]Resolve the part issues of codestyle for nacos-config module(package:constant/controller).
* [ISSUE#3249]translate Chinese comments into English.
* [ISSUE#3249]fix typo.
2020-07-06 09:56:34 +08:00
Joe
2f5fb235b2
optimize isExistTable function ( #3236 )
...
* Update EmbeddedStoragePersistServiceImpl.java
If the table data volume is large, count (*) will be particularly slow
* Update ExternalStoragePersistServiceImpl.java
If the table data volume is large, count (*) will be particularly slow
* Update ExternalStoragePersistServiceImpl.java
* Update EmbeddedStoragePersistServiceImpl.java
2020-07-04 09:27:18 +08:00
Hu Zongtang
31670f124c
[ #3241 ]Reformat the nacos-config module by new code style. ( #3243 )
2020-07-03 16:51:08 +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
Hu Zongtang
38a2aa111a
[ #3185 ]Fix chinese unit method name in config test module. ( #3186 )
2020-06-28 09:49:53 +08:00
杨翊 SionYang
532aad685e
upgrade version of Jackson and Guava ( #3116 )
2020-06-19 10:55:14 +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
zhanglong
855a637ac5
Fix word spelling errors
2020-06-14 19:11:54 +08:00
zhanglong
477e0ad1f3
Add license for ExternalDataSourceProperties
2020-06-14 17:57:33 +08:00
zhanglong
8295a3ef96
Add ut for ExternalDataSourceProperties
2020-06-14 17:55:25 +08:00
zhanglong
768713ec05
Merge branch 'develop' of https://github.com/alibaba/nacos into develop
2020-06-14 17:18:17 +08:00
liaochuntao
34fda6a0bb
Merge pull request #3057 from showkawa/#3056_performance_issue
...
#3056 performance issue
2020-06-14 12:56:11 +08:00
zhanglong
cf6b4c4f0e
Tool method extract
2020-06-13 22:06:04 +08:00
zhanglong
1b55e68fd4
Upgrade the database driver version of Mysql to 8 # 3036 #2993 #1868
2020-06-13 19:05:22 +08:00
Brian Huang
8c0f52f987
replace "+=" to StringBuilder append method
2020-06-12 22:00:08 +08:00
KomachiSion
d4bdb69831
For #2873 , unified copyrights.
2020-06-12 16:24:00 +08:00
KomachiSion
8aaa833605
For #2873 , unified copyrights for nacos-config.
2020-06-12 15:45:35 +08:00
yanlinly
65c6c8cb27
Merge pull request #2781 from wangweizZZ/issue_2749
...
[ISSUE #2749 ]dumpAllTaskMgr did not add the correct processor
2020-06-11 13:49:50 +08:00
杨翊 SionYang
e6c578f4e2
Merge pull request #3008 from zhouhailin/develop
...
FIX ISSUE #3007 : MaxHistory字段名称和Nacos默认的命名风格不统一
2020-06-10 14:01:40 +08:00
zhouhailin
2efe317597
FIX ISSUE #3007 : MaxHistory字段名称和Nacos默认的命名风格不统一
2020-06-09 23:02:18 +08:00
chuntaojun
902d609f1e
perf: optimize configuration change event publishing
2020-06-08 23:38:53 +08:00
yanlinly
5203ee348b
Merge pull request #2990 from alibaba/hotfix_standalone_notify
...
[ISSUE 2989] where config publish could not trigger horizontal notification i…
2020-06-08 13:57:27 +08:00
chuntaojun
795005be2b
fix: where config publish could not trigger horizontal notification in standalone + derby
2020-06-08 11:01:34 +08:00
chuntaojun
71217154bb
fix: fix task executable judgment logic problems
2020-06-07 20:34:11 +08:00
杨翊 SionYang
c2e3530ee2
Merge pull request #2981 from alibaba/hotfix_jraft
...
[HOTFIX] Raft RPC being submitted to the Leader, error could not be…
2020-06-07 19:53:32 +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
lengleng
56eeb35ffc
♻️ Refactoring pom. com.alibaba.nacos to ${project.groupId} Uniform variable
2020-06-06 17:24:37 +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
6271022648
refactor: roll-back AsyncNotifyService.java
2020-06-03 20:00:15 +08:00
chuntaojun
95eba16669
test: add ut
2020-06-03 19:50:25 +08:00
chuntaojun
0fbcb99ebb
fix: fix code style
2020-06-03 19:35:28 +08:00
chuntaojun
a212641730
fix: fix front-end Long precision loss problem
2020-06-03 19:12:13 +08:00
wangwei
dc0c5375a8
Merge remote-tracking branch 'alibaba/develop' into issue_2749
2020-06-03 11:29:29 +08:00
wangwei
aae7b341de
Merge remote-tracking branch 'alibaba/develop' into issue_2749
2020-06-03 11:19:06 +08:00
chuntaojun
a8bcf35b63
refactor: log print adjustment
2020-06-02 14:22:22 +08:00
chuntaojun
7c9f43dfdf
refactor: add log printing
2020-06-02 14:17:38 +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
5fceafac3f
refactor: optimize the error message prompt
2020-05-30 17:28:25 +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
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
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
yfh0918
3f956bef4b
#2896 bugfix
2020-05-26 16:51:32 +08:00
yfh0918
38a3f5d735
#2896 bug fix
2020-05-26 16:36:29 +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
liaochuntao
aad542a098
Merge pull request #2874 from alibaba/hotfix_notify_cast_error
...
fix: fix the class cast problem
2020-05-24 22:32:18 +08:00
chuntaojun
843692b10a
fix: fix the class cast problem
2020-05-24 21:56:29 +08:00
yanlinly
6a9e9e9b14
Merge pull request #2871 from wolfgangzhu/issue-2657
...
[ISSUE #2657 ]SQLException when config server quickstart
2020-05-24 21:54:16 +08:00
wolfgang.zhu
05da79f99b
fix #2657 add type
in sql using ConfigInfoWrapper
2020-05-24 12:07:35 +08:00
chuntaojun
0e52d0457c
refactor: modify method name to avoid ambiguity
2020-05-23 21:35:47 +08:00
chuntaojun
41703f9805
refactor: code optimization
2020-05-22 23:12:50 +08:00
chuntaojun
5e52484a46
refactor: removes the Http forward for the configuration module
2020-05-21 22:11:43 +08:00
wangwei
7179cc34a7
[ISSUE #2749 ]dumpAllTaskMgr did not add the correct processor
...
rebase develop
2020-05-21 22:03:16 +08:00
chuntaojun
87a32a926b
refactor: merge develop
2020-05-21 18:08:29 +08:00
chuntaojun
c615699933
refactor: removes the request forwarding logic for the configuration module
2020-05-21 14:53:23 +08:00
chuntaojun
c4a93d1c37
refactor: code refactor
2020-05-20 15:45:15 +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
f9412fd4d6
fix: fix config dump
2020-05-18 22:57:40 +08:00
chuntaojun
587a0937c9
refactor: perform consistency logic
2020-05-17 23:13:40 +08:00
chuntaojun
eb64afecba
perf: optimize the configuration publishing process
2020-05-16 22:47: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
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
a68f5e22cf
fix: fix code style
2020-05-13 18:14:27 +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
zongtanghu
f46fa41d1e
[ #2738 ]add tenant legality verification.
2020-05-11 19:48:51 +08:00
yanlinly
9f4061eed6
Revert "[ #2738 ]add tenant legality verification."
2020-05-11 19:33:57 +08:00
zongtanghu
c2c752a969
Merge remote-tracking branch 'origin/feature_tenant_verify' into feature_tenant_verify
...
# Conflicts:
# client/src/test/java/com/alibaba/nacos/client/BeatReactorTest.java
# config/src/main/java/com/alibaba/nacos/config/server/controller/ConfigController.java
# config/src/main/java/com/alibaba/nacos/config/server/service/PersistService.java
# config/src/main/java/com/alibaba/nacos/config/server/utils/ParamUtils.java
2020-05-11 18:57:41 +08:00
zongtanghu
71ce203768
[ #2738 ]rebase and resolve conflict codes.
2020-05-11 18:13:06 +08:00
zongtanghu
b7207cbe73
[ #2738 ]Put ParamUtils into origin place for tenant legality verification.
2020-05-11 18:06:20 +08:00
zongtanghu
0305c0d01f
[ #2738 ]add tenant legality verification.
2020-05-11 18:05:01 +08:00
zongtanghu
18de6388a0
[ #2738 ]remove redundant codes.
2020-05-11 16:59:09 +08:00
zongtanghu
f71c435f89
[ #2738 ]remove redundant codes.
2020-05-11 16:51:06 +08:00
zongtanghu
1bb7613ff2
[ #2738 ]Put ParamUtils into origin place for tenant legality verification.
2020-05-11 15:57:53 +08:00
zongtanghu
2b091f1a5d
[ #2738 ]add tenant legality verification.
2020-05-11 11:13:38 +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
chuntaojun
29a6edc8c5
refactor: fix bugs
2020-05-08 14:53:29 +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
bf94c96af1
refactor: none
2020-04-24 22:43:15 +08:00
chuntaojun
41e1f04914
refactor: code refactor
2020-04-24 22:42:02 +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
f222dccd3d
refactor: code optimization
2020-04-21 17:14:59 +08:00
wangwei
dcdbaf50ea
use MD5Utils replace MD5
2020-04-20 14:18:23 +08:00
wangwei
aeb14910e7
unify the MD5 generation on both sides by MD5 utility classes in the common module
2020-04-19 18:42:59 +08:00
chuntaojun
a9918f2332
refactor: request forwarding logic adjustment
2020-04-19 09:25: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
9f8c19cafb
refactor: Change the distributed ID logic
2020-04-02 19:24:11 +08:00
chuntaojun
66db5207d3
fix: merge upstream develop
2020-03-30 13:42:55 +08:00
Peter Zhu
b7a2c756fe
Merge pull request #2403 from lkxiaolou/develop
...
fix checksum bug #2401
2020-03-29 23:01:48 +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
lkxiaolou
83c098b8ca
统一md5计算
2020-03-14 17:54:06 +08:00
liaochuntao
76ca05edc1
Merge pull request #2304 from KeRan213539/fix#2275
...
fix #2275
2020-03-13 18:48:41 +08:00
nkorange
82d7147a58
Update version to 1.2.0
2020-03-03 16:24:08 +08:00
nkorange
025b1b4980
Fix test case error
2020-03-02 16:47:13 +08:00
nkorange
cc0a4915c7
Merge branch 'develop_1.2.0' into develop
...
# Conflicts:
# console/src/main/resources/static/css/main.css
# console/src/main/resources/static/js/main.js
2020-02-27 16:18:54 +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
qq213539
9673afd068
修改重复代码
2020-01-17 17:08:51 +08:00
zhanglong
74b9d3a197
Fixed heath check error with Nacos by standalone #2295
2020-01-17 01:45:57 +08:00
nkorange
1fb1f5f3e3
#1105 Add auth test case for config
2020-01-14 18:01:00 +08:00
qq213539
58db0e266e
fix #2275
2020-01-14 16:33:06 +08:00
nkorange
2da88de159
Fix findbugs
2020-01-12 16:57:03 +08:00
Peter Zhu
a425f7258e
Merge branch 'develop_1.2.0' into develop
2020-01-10 17:58:30 +08:00
Peter Zhu
13f5810751
Merge pull request #2266 from nkorange/feature_access_control
...
Feature access control
2020-01-10 17:54:29 +08:00
Peter Zhu
47f1085563
Merge pull request #2283 from rushsky518/log_config
...
#2245 correct log config
2020-01-10 16:04:29 +08:00
Peter Zhu
a96cb67f44
Merge pull request #2276 from langghaha/develop
...
replace null return value
2020-01-10 16:02:38 +08:00
Peter Zhu
1849d96935
Merge pull request #1715 from rushsky518/develop
...
receive config change event
2020-01-10 15:41:24 +08:00
Peter Zhu
f4c01068c9
Merge pull request #2282 from jzdayz/no_necessary
...
简化一点代码
2020-01-10 15:25:23 +08:00
Peter Zhu
7e2e530729
Merge pull request #2194 from KeRan213539/sameNamespaceClone#2171
...
Same namespace clone#2171
2020-01-10 15:24:35 +08:00
rushsky518
91368b4389
#2245 correct log config
2020-01-10 14:46:32 +08:00
jzdayz
6a88ca3539
简化一些代码。。
2020-01-10 09:46:10 +08:00
nkorange
82731985aa
#1105 Add integration tests
2020-01-09 19:13:37 +08:00
langghaha
6f777607d8
replace null return value
2020-01-08 19:07:50 +08:00
Qin Meijie
aa9cd362e3
Fix #1781
2020-01-07 10:13:50 +08:00
nkorange
41dfcf5596
#1105 Read cache instead of accessing DB directly.
2020-01-06 14:35:11 +08:00
nkorange
b415ddaedf
#1105 Access control finish 83%
2019-12-26 15:01:43 +08:00
qq213539
54043f7735
修改配制导出的文件名中的日期格式为 yyyyMMddHHmmss
2019-12-24 17:39:27 +08:00
qq213539
29fd50456f
Merge branch 'develop' into sameNamespaceClone#2171
...
# Conflicts:
# console/src/main/resources/static/console-fe/src/pages/ConfigurationManagement/ConfigurationManagement/ConfigurationManagement.js
# console/src/main/resources/static/css/main.css
# console/src/main/resources/static/js/main.js
2019-12-20 15:02:30 +08:00
qq213539
0723fa279d
tenantInfoCountByTenantId
2019-12-19 12:36:18 +08:00
Peter Zhu
a44fa8d0d9
Merge pull request #2163 from KeRan213539/customNamespaceId
...
Custom namespace id
2019-12-19 11:38:18 +08:00
nkorange
e2c553cbca
#1105 Access control finish 80%
2019-12-18 20:25:10 +08:00
qq213539
6ee99aaf5a
#2171 服务端部分
2019-12-18 14:41:56 +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
qq213539
b47cb1e381
sql注入修改
2019-12-12 09:26:04 +08:00
nkorange
952ee8a3c1
#1105 Access control finish 50%
2019-12-11 19:25:33 +08:00
qq213539
6703b2abbb
#2145 自定义namespaceId 服务端部分
2019-12-10 21:18:56 +08:00
shenggangshu
7e277ae2f1
fix #2142 CI error
2019-12-04 11:36:28 +08:00
shenggangshu
1082539d89
refactor #2134 optimization code
2019-12-03 18:45:10 +08:00
nkorange
2781c6c84f
Update version to 1.2.0-SNAPSHOT
2019-12-02 14:56:15 +08:00
rushsky518
2acee95885
#1550 完善单元测试
2019-11-30 13:22:47 +08:00
rushsky518
93773c47d6
#1550 抽象出 spi 接口
2019-11-26 21:35:05 +08:00
Peter Zhu
a219dbeafc
Merge pull request #2061 from MistRay/develop
...
fix #1966
2019-11-25 20:51:40 +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
junyi
36a5259930
add toUpperCase
2019-11-14 15:36:03 +08:00
nkorange
c431a852b5
#2018 Close inpuststream instead of connection.
2019-11-07 16:02:01 +08:00
nkorange
0212de87a3
fix #2000
2019-11-06 13:46:39 +08:00
nkorange
4d68565667
Update version to 1.1.4
2019-10-24 14:46:46 +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
rushsky518
a815d7b7de
Merge branch 'develop' of https://github.com/rushsky518/nacos into develop
...
# Conflicts:
# config/src/main/java/com/alibaba/nacos/config/server/service/PersistService.java
2019-10-11 20:09:19 +08:00
rushsky518
f3bd147317
#1550 nacos server return config type
2019-10-11 19:58:42 +08:00
ly
221d81dab8
Clean up redundant StringUtils
2019-09-25 20:49:37 +08:00
nkorange
6b7b894a0d
Fix #1874
2019-09-25 15:46:34 +08:00
Fury Zhu
4b1a65c1cf
Merge pull request #1659 from Diffblue-benchmarks/add-GroupKey-tests
...
Add unit tests for com.alibaba.nacos.config.server.utils.GroupKey
2019-09-19 17:19:31 +08:00
Beldon
83aa8e2186
clean controllers code
2019-09-18 00:12:20 +08:00
chuntaojun
5074d06903
Merge branch 'develop' of https://github.com/alibaba/nacos into develop
2019-09-11 22:44:02 +08:00
chuntaojun
8c47619af9
feat:
2019-09-11 22:43:57 +08:00
xianlaioy
08e69a0b21
refactor: 局部变量是线程安全的;
...
urlPattern改成static final;
GroupKey重构
2019-09-09 20:15:19 +08:00
xianlaioy
7b5c6e9273
style: Modifiers should be declared in the correct order;Map init 设置大小 避免扩容;
2019-09-09 17:56:14 +08:00