Commit Graph

2608 Commits

Author SHA1 Message Date
pengzhengfa
d24f36b9eb
Instance eliminate module naming optimization (#3093)
* Instance eliminate module naming optimization

* Solve PMD check failed
2020-06-17 21:04:50 +08:00
杨翊 SionYang
67829bb5e3
[ISSUE #2992] Use new code style for nacos-naming (#3090)
* Update check style to ignore spring bean java doc

* use new code style for nacos-naming
2020-06-17 18:21:41 +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
mai.jh
e528ea82e9
[ISSUE #3094]abstract create nacos restTemplate factory (#3095)
* abstract create nacos restTemplate factory, allowing users to customize the commonly used http client config

* add class file license.

* change class file name

* Adjust some code
2020-06-17 17:53:37 +08:00
liaochuntao
3f401c94d6
Merge pull request #3088 from KomachiSion/develop-issue#2992
[ISSUE #2992] Add text import guide in codeStyle.md to enhance code style import
2020-06-17 11:48:02 +08:00
赵延
aea7dd69ed
[ISSUE #2810] don't send beat when standalone model (#3047)
* don't send beat when standalone model

* format the code.
2020-06-17 11:33:34 +08:00
KomachiSion
a0227a0ab6 Add text import guide in codeStyle.md to enhance code style import 2020-06-17 10:09:45 +08:00
杨翊 SionYang
7c4cca4360
Add code style file for Idea and checkstyle file for option (#3082) 2020-06-16 20:16:58 +08:00
huqingfeng
3ddbbf49f1
Optimization dependency (#3075) 2020-06-16 09:13:43 +08:00
zhenxianyimeng
a4613c4787
Fix history time local (#2845)
* keep query criteria

* fix time format
2020-06-15 16:37:40 +08:00
zhenxianyimeng
49ff59ef67
[ISSUE #2089]Config list return page bug fix (#2737)
* keep query criteria

* configlist_returnpage_bug_fix
2020-06-15 16:35:14 +08:00
pengzhengfa
ee8da9ba6f
Method name optimization (#3068) 2020-06-15 14:27:44 +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
yanlinly
86d5a32fb3
Merge pull request #3064 from chuntaojun/hotfix_client_validator
[#3063] fixed parameter validation boundary problem
2020-06-15 11:42:24 +08:00
chuntaojun
abae5e106b refactor: remove unuse code 2020-06-15 11:08:10 +08:00
chuntaojun
77186f9a6c refactor: remove server-addr validator 2020-06-15 11:04:47 +08:00
TsingLiang
1323de0db8
Merge pull request #3060 from paderlol/develop
Upgrade the database driver version of Mysql to 8 # 3036 #2993 #1868
2020-06-15 10:40:19 +08:00
liaochuntao
08fe8f6465
Merge pull request #3062 from KomachiSion/develop-issue-rot
Ignore kind/feature label for issue robot
2020-06-15 10:20:48 +08:00
chuntaojun
7641b45df4 fix: fixed parameter validation boundary problem 2020-06-15 10:11:34 +08:00
KomachiSion
f07aae701c Ignore kind/feature label for issue robot 2020-06-15 09:03:14 +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
liaochuntao
147e3f926b
Merge pull request #3055 from KomachiSion/develop-issue-rot
Ignore kind/notice label for issue robot
2020-06-14 11:06:21 +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
liaochuntao
b9ff53b49c
Merge pull request #3048 from KomachiSion/develop-issue#2873
[ISSUE #2873] Unified copyright for file header.
2020-06-12 21:23:28 +08:00
Brian Huang
3ea2200fb0
Merge pull request #2 from alibaba/develop
sync code
2020-06-12 07:20:29 -05:00
KomachiSion
b914af3989 Ignore kind/notice label for issue robot 2020-06-12 20:16:49 +08:00
TsingLiang
a13aec67aa
Merge pull request #3054 from KomachiSion/develop-issue-rot
Add issue robot
2020-06-12 20:06:37 +08:00
杨翊 SionYang
81f9eff928
Merge pull request #2926 from Maijh97/develop
[ISSUE #2858] Unified implementation of Http requests
2020-06-12 19:47:41 +08:00
KomachiSion
2f2a329662 Add issue robot 2020-06-12 19:43:42 +08:00
KomachiSion
d4bdb69831 For #2873, unified copyrights. 2020-06-12 16:24:00 +08:00
KomachiSion
3af02f13f4 For #2873, unified copyrights for nacos-test. 2020-06-12 16:05:25 +08:00
KomachiSion
a614589000 For #2873, unified copyrights for nacos-naming. 2020-06-12 16:04:52 +08:00
KomachiSion
c859dfeb87 For #2873, unified copyrights for nacos-example. 2020-06-12 16:03:12 +08:00
KomachiSion
f2525d72cc For #2873, unified copyrights for nacos-distribution. 2020-06-12 16:02:52 +08:00
KomachiSion
321f13cd7b For #2873, unified copyrights for nacos-core. 2020-06-12 16:01:22 +08:00
KomachiSion
89406abc23 For #2873, unified copyrights for nacos-console. 2020-06-12 15:55:04 +08:00
KomachiSion
1577eeb57c For #2873, unified copyrights for nacos-consistency. 2020-06-12 15:46:28 +08:00
KomachiSion
8aaa833605 For #2873, unified copyrights for nacos-config. 2020-06-12 15:45:35 +08:00
KomachiSion
f42dd3436d For #2873, unified copyrights for nacos-common. 2020-06-12 15:44:51 +08:00
KomachiSion
cb0ffe4369 For #2873, unified copyrights for nacos-cmdb. 2020-06-12 15:34:10 +08:00
KomachiSion
079009b5a5 For #2873, unified copyrights for nacos-client. 2020-06-12 15:33:41 +08:00
KomachiSion
4deb718859 For #2873, unified copyrights for nacos-api. 2020-06-12 15:31:20 +08:00
KomachiSion
e44c86a1a0 For #2873, unified copyrights for nacos-address. 2020-06-12 15:30:33 +08:00