brotherlu-xcq
9300c39375
Fix the locales of field Action Type don't take effect in config history detail page ( #5664 )
...
* fix #5623 , the locale issue in config rollback page
* build the change
2021-05-11 09:18:34 +08:00
rui.zhang
639297372e
fix: button to add margin-right ( #5637 )
2021-05-10 20:43:09 +08:00
plusmancn
7e57b90160
[ISSUE #3548 ] The srcUser fills with username when auth is disabled (console case) ( #5566 )
...
* feat: srcUser fills with username (console case)
* fix: code sytle of Constants.java
* fix: code style of the remaining files
* fix: the back button of HistoryDetail.js won't work
* fix: change '源 IP' to '来源 IP'
* fix: undo changes of goList
2021-05-10 20:41:35 +08:00
xiaoheng1
c043ad4d08
Optimize the AbstractMemberLookup class, abstract out the template method ( #5593 )
...
* fix #5592 Optimize the AbstractMemberLookup class, abstract out the template method
* add exception javadoc
2021-05-10 20:40:55 +08:00
rui.zhang
4146a1e8b1
fix: 详情页返回历史版本页后查询参数丢失 ( #5619 )
2021-05-10 12:47:42 +08:00
JackSun-Developer
1ec7ffa4b1
[ #5577 ] The AddressServerMemberLookupTest class lacks a lot of Unit Tests. ( #5578 )
2021-05-10 12:46:06 +08:00
JackSun-Developer
88a0871f80
[ #5601 ] The package com.alibaba.nacos.core.distributed.distro.component lacks Unit Tests. ( #5606 )
2021-05-10 12:45:40 +08:00
JackSun-Developer
af0f01d21b
[ #5600 ] The class com.alibaba.nacos.naming.core.DistroMapperTest lacks Unit Test. ( #5605 )
2021-05-10 11:44:41 +08:00
FlyingLambrog
af0c2f5fcb
Add unit test for class naming.consistency.persistent.impl.NamingKvStorage ( #5568 )
2021-05-10 11:43:51 +08:00
JackSun-Developer
c27292116c
[ #5599 ] The class com.alibaba.nacos.core.distributed.distro.DistroConfig lacks Unit Test. ( #5604 )
2021-05-10 11:42:07 +08:00
JackSun-Developer
b564256441
[ #5596 ] Package com.alibaba.nacos.core.distributed.distro.task lacks a lot of Unit Tests ( #5603 )
2021-05-10 11:41:43 +08:00
JackSun-Developer
26c6db005b
[ #5595 ] Package com.alibaba.nacos.core.distributed.distro.entity lacks a lot of Unit tests ( #5602 )
2021-05-10 11:41:13 +08:00
brotherlu-xcq
7165036362
change the Chinese notes to English ( #5591 )
2021-05-10 11:38:50 +08:00
xiaoheng1
e0a9ecb976
fix #5583 Modify the Chinese log in CapacityController ( #5584 )
2021-05-10 11:24:16 +08:00
JackSun-Developer
5395237062
[ #5581 ] The class DataStore lacks a lot of Unit Tests. ( #5582 )
2021-05-10 11:10:56 +08:00
JackSun-Developer
d31acb5e45
[ #5579 ] The class LookupFactory lacks corresponding Unit Test. ( #5580 )
2021-05-10 11:09:53 +08:00
xiaoheng1
42ab4b0d71
Optimize ConfigRequest and ConfigResponse code, extract common constants ( #5548 )
...
* fix 5547 Optimize ConfigRequest and ConfigResponse code, extract common constants
* modify Contants to ConfigConstants
* add summary javadoc
2021-05-10 10:49:56 +08:00
孙继峰
818d37b71c
delete duplicated dependency ( #5622 )
2021-05-10 10:43:58 +08:00
邪影oO
55da4c7d7d
Delete .editorconfig ( #5576 )
...
remove .editorconfig, use style/NacosCheckStyle.xml
2021-05-06 16:57:38 +08:00
JackSun-Developer
52278a4849
[ #5554 ] Fix Unit Test for com.alibaba.nacos.naming.core.DomainsManager.java ( #5555 )
2021-04-30 18:06:29 +08:00
JackSun-Developer
1b1975a2fd
[ #5551 ] Fix Unit Test for com.alibaba.nacos.naming.healthcheck.ClientBeatCheckTask ( #5552 )
2021-04-30 18:06:12 +08:00
JackSun-Developer
ca7e4cc780
[ #5549 ] Fix Unit test for NamingSnapshotOperationTest.java ( #5550 )
2021-04-30 18:05:45 +08:00
brothelul
ae83b9b3d5
enhance the rollback message when it will delete the config. ( #5529 )
2021-04-30 18:04:37 +08:00
xiaoheng1
9fb0ec3b79
fix #5536 add configFilterChain test case ( #5539 )
2021-04-30 17:39:58 +08:00
JackSun-Developer
7d110e665e
[ #5545 ] naming/src/test/java/com/alibaba/nacos/naming/consistency/persistent/ClusterVersionJudgementTest.java unit tests cannot pass, and have bad code style. ( #5546 )
2021-04-30 15:48:50 +08:00
wql
a713203c66
IPv6 and IPv4 check rules are optimized. splitIPPortStr method adds IPv4 check, and the optimized method does not affect the startup of container environment ( #5514 )
...
* The IPv6 judgment logic in this method will obtain IP address according to the host. In the container environment, K8S has not allocated IP to this pod, and then the judgment will report an error. After finding this problem, I gave feedback to remove the IPv4 judgment, but this problem still exists in IPv6. Suggested to remove the verification logic can be in other ways to optimize.
* Revert "The IPv6 judgment logic in this method will obtain IP address according to the host. In the container environment, K8S has not allocated IP to this pod, and then the judgment will report an error. After finding this problem, I gave feedback to remove the IPv4 judgment, but this problem still exists in IPv6. Suggested to remove the verification logic can be in other ways to optimize."
This reverts commit a112e52
* Both IPv4 and IPv6 validation rules adopt regular validation. In order to prevent the container from adding domain name rule validation in the case of domain name resolution deployment, the logic of removing Chinese slogan should be added before the rule validation in IPv6.
* Optimize and add licenses according to Ali's protocol
* The isDomain method is changed to validate only rules
* Format to optimize
2021-04-30 09:14:08 +08:00
xiaoheng1
56d3f3cc74
fix #5527 Optimize ParamUtil code and extract constants ( #5528 )
2021-04-29 19:10:42 +08:00
drgnchan
3aae93d523
fix #5517,invoke reQuery after change queryType ( #5525 )
2021-04-29 19:06:55 +08:00
brothelul
d65453f163
format the code in DefaultPublisher.java, log.error and @Override issue ( #5515 )
2021-04-29 18:57:20 +08:00
杨翊 SionYang
50c731884c
Upgrade version to 1.4.2 ( #5530 )
2021-04-29 16:01:13 +08:00
杨翊 SionYang
5fa05aef52
Upgrade dependency version to fix security alert ( #5506 )
2021-04-27 15:16:54 +08:00
brothelul
3070bb8ffc
fix the press F1 to full screen issue in new config page ( #5507 )
2021-04-27 15:15:59 +08:00
brothelul
b148d4b503
fix the press F1 to full screen issue ( #5505 )
2021-04-27 14:07:12 +08:00
李晓双 Li Xiao Shuang
6c20d35af8
add unit test for PersistentConsistencyServiceDelegateImpl ( #5491 )
...
* add unit test for PersistentConsistencyServiceDelegateImpl
* add unit test for PersistentConsistencyServiceDelegateImpl
* add unit test for PersistentConsistencyServiceDelegateImpl
2021-04-27 10:12:02 +08:00
brothelul
72e5da6baf
[ISSUE #4770 ] Beta publish: change the way of select betaIps, from input to select ( #5493 )
...
* change the way of select betaIps, from input to select
* solve the conflict and change the Select from mutiple to tag
2021-04-27 09:41:51 +08:00
brothelul
81c1e53ac6
fix the tag remove error. ( #5457 )
2021-04-26 13:46:30 +08:00
孙继峰
da3a1ea796
[ISSUE #5380 ] Use assert instead of System.out ( #5472 )
...
* use assert instead of System.out
* move test case, there is no file named ParamCheckUtil.java
2021-04-25 10:03:28 +08:00
JackSun-Developer
ee8f636db1
[ #5467 ] com.alibaba.nacos.naming.consistency.DelegateConsistencyServiceImpl lacks a lot of Unit Tests. ( #5468 )
2021-04-23 19:14:37 +08:00
brothelul
2f82f070fe
[ISSUE #5190 ]remove the unnecessary catch in the login method ( #5456 )
...
* remove the unnecessary catch in the login method
* catch the throwable error when login and print the message
2021-04-23 19:12:52 +08:00
brothelul
6c270cb3ac
[ISSUE #5078 ] set default pageSize to 10000 for getting all the subscribers in other server node. ( #5424 )
...
* hardcode to get all the subscribers by set the pageSize to 10000
* change the default pageSize from 10000 to 1000
* change the param of getSubscriber to support the pageNo and pageSize
2021-04-23 09:52:04 +08:00
xiaoheng1
b1e78b6f6d
Optimize the ConfigType.isValidType method ( #5434 )
...
* fix #5432 Optimize the ConfigType.isValidType method
* code format
2021-04-23 09:48:45 +08:00
张志勇
103e671d90
Support specified naming UDP push port for client ( #5439 )
...
* Nacos client within docker container could not receive service changes via udp
* change code style
2021-04-22 15:10:04 +08:00
Cherish 蔡
e0fe828542
[ISSUE #5437 ]: change dump-task taskKey ( #5440 )
...
* feat(fix-#5437): change dump-task taskKey
* feat(fix-#5437): Handle CI issues and add doc comments.
2021-04-22 11:27:08 +08:00
Robert LU
024f73866a
[ISSUE #5429 ]fix spi ( #5429 )
2021-04-21 13:44:24 +08:00
赵延
291a969e7d
fix error log mismatch {}. ( #5426 )
2021-04-21 09:38:50 +08:00
赵延
b746b47100
when peer is null, set isOpenService = false directly. ( #5428 )
2021-04-21 09:33:30 +08:00
Robert LU
df681900f0
[ISSUE #5367 ]SPI IConfigFilter ( #5369 )
...
Co-authored-by: lidaoyang <lidaoyang@hotmail.com>
Co-authored-by: lidaoyang <lidaoyang@hotmail.com>
2021-04-20 19:14:48 +08:00
haoyann
f217246c48
[ISSUE #5291 ]Enhancement BeatTask always execute ( #5410 )
...
* enhancement BeatTask always execute
* revert useless modify
2021-04-20 10:36:36 +08:00
孙继峰
3ce1cbab8b
fix #5390 ( #5391 )
2021-04-19 10:56:43 +08:00
JackSun-Developer
36a4a84474
[ #5393 ] The class core.distributed.raft.JRaftProtocol lacks a lot of Unit Tests. ( #5395 )
2021-04-19 10:41:37 +08:00