yjqg6666
6975a9bbf6
[noissue] bin/startup.sh, refactoring, extract variable ( #13263 )
...
* bin/startup.sh, refactoring, extract variable
* startup.sh, redirecting stderr to stdout is unnecessary.
Simply put string to file, the error is relating to writing.
If this failed, the stderr can also not be saved.
* startup.sh, nacos.log already been used, change to startup.log
2025-04-21 15:38:26 +08:00
misakacoder
8efc9a37d5
[ISSUE #13193 ] Update database health check sql. ( #13195 )
Continuous Integration / ci (8, ubuntu-latest) (push) Has been cancelled
Details
Integration Test / test (11, ubuntu-latest) (push) Has been cancelled
Details
Integration Test / test (11.0.3, ubuntu-latest) (push) Has been cancelled
Details
Integration Test / test (8, ubuntu-latest) (push) Has been cancelled
Details
Integration Test / test (8.0.192, ubuntu-latest) (push) Has been cancelled
Details
PUSH-CI / Build dist tar (push) Has been cancelled
Details
PUSH-CI / Docker images (centos, 8) (push) Has been cancelled
Details
PUSH-CI / Deploy nacos (push) Has been cancelled
Details
PUSH-CI / Java e2e Test (push) Has been cancelled
Details
PUSH-CI / GO E2E Test (push) Has been cancelled
Details
PUSH-CI / Cpp E2E Test (push) Has been cancelled
Details
PUSH-CI / Csharp E2E Test (push) Has been cancelled
Details
PUSH-CI / Nodejs E2E Test (push) Has been cancelled
Details
PUSH-CI / Python E2E Test (push) Has been cancelled
Details
PUSH-CI / Clean (push) Has been cancelled
Details
2025-03-20 17:53:32 +08:00
shiyiyue1102
1e889ea2f2
develop-optimize-table ( #13119 )
...
* optimize gray upgrade
* check style
2025-02-20 13:54:52 +08:00
lkun
14becb80be
optimize: support resolving JAVA_HOME from symbolic links when `which java` is used ( #12982 )
2025-01-02 11:59:36 +08:00
shiyiyue1102
98c9760d88
[ #12371 ] add history grayname & fix rollback type-tags-desc miss ( #12947 )
...
* fix type search on mysql model
* add column gray name into his_config_info
* check style and pmd fix
* add colomn for mapper
* fix rollback history type miss
* testcase
* testcase
2024-12-16 17:45:29 +08:00
杨翊 SionYang
6029ea4290
Use new nacos.io url replace older. ( #12928 )
2024-12-06 10:38:57 +08:00
94pengchengxin
bfc6f1b38c
[ISSUE##12864] Fix missing semicolon on line 64 and remove extra comma on line 159 in mysql-schema.sql file ( #12866 )
2024-11-21 13:42:23 +08:00
shiyiyue1102
b10c02498e
1.delete aggr model
...
2.simplify gray model
3.gray model upgrade compatible
2024-11-11 18:11:00 +08:00
shiyiyue1102
2537139fea
Merge remote-tracking branch 'origin/develop' into develop-graypublish-refactor
...
# Conflicts:
# config/src/main/java/com/alibaba/nacos/config/server/constant/PropertiesConstant.java
# config/src/main/java/com/alibaba/nacos/config/server/remote/ConfigChangeClusterSyncRequestHandler.java
# config/src/main/java/com/alibaba/nacos/config/server/service/dump/disk/ConfigRawDiskService.java
# config/src/test/java/com/alibaba/nacos/config/server/service/dump/disk/ConfigRawDiskServiceTest.java
# console/src/main/resources/static/index.html
# console/src/main/resources/static/js/main.js
2024-11-01 11:01:32 +08:00
Matthew
8af465ad0d
[ISSUE#12217] Add the reconciliation mechanism of gray configuration ( #12507 )
...
* Refine the formal configuration and add additional information(#12217)
* Change the "configType" field to "publishType"(#12217)
* Improve the gray configuration(#12217)
* add the reconciliation mechanism of gray configuration(#12217)
* Change the JSON format of gray rule.(#12217)
* Remove redundant queries(#12217)
* fix reconciliation mechanism of gray configuration.(#12217)
* Adjust the way of obtaining grayName.(#12217)
* Change the variable name.(#12217)
2024-10-08 11:13:34 +08:00
hth
76294a41fe
control plugin log fix ( #12669 )
2024-09-27 14:38:25 +08:00
nov.lzf
6c3cbf88b3
Develop uniformgraypublish ( #12429 )
...
* 34567
* refactor gray model
* pmd checkstyle
* 兼容性处理
* 灰度增量对账
* 升级内容字段编码,添加gray表
* pmd and checkstyle
* merge develop fix conflict
* derby create gray table
* modify gray table sql
* derby sql bugfix
* fix test case
* fix test case
* fix test case
2024-07-26 17:04:18 +08:00
杨翊 SionYang
298f36f145
Revert "Add an id primary key column to both the roles and permissions tables.(mysql-schema.sql) ( #12206 )" ( #12396 )
...
This reverts commit 5d871967ea .
2024-07-22 12:10:17 +08:00
HMYDK
5d871967ea
Add an id primary key column to both the roles and permissions tables.(mysql-schema.sql) ( #12206 )
2024-06-17 15:42:37 +08:00
caoyanan666
99807358df
feat(develop): [ISSUES #12013 ] startup.sh support environment CUSTOM_NACOS_MEMORY ( #12014 )
...
* use DISABLE_NACOS_DEFAULT_MEMORY_SETTING
* use CUSTOM_NACOS_MEMORY
* Code optimization
* remove unuse
* startup.cmd support CUSTOM_NACOS_MEMORY environment variable
---------
Co-authored-by: caoyanan <caoyanan@growingio.com>
2024-05-06 11:49:19 +08:00
hth
70ad2eb991
[ISSUE #11957 ] Remove default password ( #11991 )
...
* Remove default password
* admin role check fix
* remove tmp admin
2024-04-29 10:04:00 +08:00
温安适
2bb7193d1b
Bug fix:10639 ( #11972 )
...
* Update LocalSimpleCountRateCounter.java
fixbug
* Update LocalSimpleCountRateCounter.java
bugfix
* fix:默认的nacos反脆弱插件的问题
* fix:默认的nacos反脆弱插件的问题
* fix:默认的nacos反脆弱插件的问题
* fix:默认的nacos反脆弱插件的问题
* fix:默认的nacos反脆弱插件的问题,调整为tryAdd
* fix:默认的nacos反脆弱插件的问题,调整为tryAdd
* 调整测试方式,保障流水线成功
* 重构PageHandlerAdapterFactory,这里将handlerAdapters,handlerAdapterMap设置为unmodifiable
* 重构PageHandlerAdapterFactory,这里将handlerAdapters,handlerAdapterMap设置为unmodifiable
* fix: 10639, 调整encrypted_data_key 为varchar(1024)
2024-04-22 10:49:08 +08:00
lcmarvin
889a78a82b
[ISSUE #11706 ] Fix the Chinese description in announcement under English console. ( #11729 )
2024-02-27 10:28:58 +08:00
jimin
3c278edba9
optimize: support get java cmd from `which java` ( #11720 )
2024-02-20 10:51:16 +08:00
blake.qiu
33cb6e26c7
fix( #11306 ): change the length of the field named resource from 255 to 128. ( #11453 )
2023-12-05 09:32:38 +08:00
Keisuke Kubota
7911eb03db
ISSUE #11212 ( #11213 )
...
* Use pgrep in shutdown.sh
* Fix dot
2023-10-09 11:12:15 +08:00
杨翊 SionYang
51b6a443d3
Refactor control plugin ( #11174 )
...
* Refactor control plugin and add default implementation.
* Move auth default plugin into other modules.
* Fix control plugin config not effect problem.
* Fix UT error.
2023-09-22 16:59:25 +08:00
xiezheng-XD
07232e96bb
Update shutdown.cmd ( #11049 )
2023-08-31 10:53:21 +08:00
杨翊 SionYang
876af46864
[ISSUE#10971] Add state to disable console ui and add api to get guide information. ( #10982 )
...
* state api return console_ui_enabled state.
* Add guide api to make console generate guide page.
* console-guide.conf 不需要校验rat.
2023-08-17 11:34:25 +08:00
blake.qiu
de87bb3e30
feat(10891): Provide a configuration item for the maximum number of push retries, instead of directly hardcoding it to 50 times in the code. ( #10895 )
2023-08-04 12:03:08 +08:00
DiligenceLai
6ff9b556e8
[ISSUE #10571 ]Add SQL COMMENT ( #10716 )
2023-07-03 14:15:57 +08:00
Yikun Chen
798f1c41e3
Fix: update application.properties.example ( #10453 )
...
* Fix: make application.properties.example the same as application.properties
* Fix: make application.properties.example the same as application.properties
* Fix: update application.properties.example
* Fix: update application.properties.example
* Fix: update application.properties.example
2023-06-15 10:47:46 +08:00
Mike
7960c1efaa
Remove disable "UseParNewGC" option when use CMS ( #10631 )
...
* Specify the GC as the CMS when jdk version less 9.
* Remove disable "UseParNewGC" when use CMS.
2023-06-15 10:45:35 +08:00
Karson
780e2f570a
add ldap config ( #10608 )
2023-06-07 13:28:47 +08:00
KomachiSion
77b7377826
Move Conditions to persistence module.
2023-04-23 20:06:22 +08:00
Mike
ce371be9fc
Specify the GC as the CMS when jdk version less 9. ( #10343 )
2023-04-21 11:35:05 +08:00
wangshengji
aff7c49ed0
remove ambiguous comments ( #10301 )
...
* remove ambiguous comments
* remove ambiguous comments
2023-04-14 14:47:45 +08:00
杨翊 SionYang
e26dc2fb23
Merge pull request #10277 from alibaba/develop#10153
...
Develop#10153
2023-04-06 17:25:18 +08:00
杨翊 SionYang
89685a65ed
Don't stopping startup for illegal token.secret.key when auth.enabled is false. ( #10265 )
2023-04-03 18:36:43 +08:00
Zhaohui Yu
dcb1017c07
[ISSUE #10206 ] Optimize nacos default application.properties configuration ( #10207 )
...
* Optimize nacos default application.properties configuration:
1. expose prometheus endpoint for metrics.
2. expose health endpoint for SLB healthcheck.
3. switch on mbean for tomcat, so we can collect tomcat metrics.
4. use one file per hour for tomcat access log
* comment prometheus and health endpoint
* enable rotate
2023-04-03 13:45:45 +08:00
杨翊 SionYang
5fffde5bde
[ISSUE#10153] Add auth state into /state api and add announcement api. ( #10203 )
...
* Add ModuleState and use ModuleState replace ServerStateController.
* Add AuthModuleStateBuilder
* state接口使用ModuleState.
* Add announcement api.
* skip rat scan for announcement.conf
* default plugin open login page when auth.enabled=true.
2023-03-27 19:00:22 +08:00
悟空
f7756b7841
fix: typo: 秘钥->密钥 ( #10182 )
2023-03-27 09:49:02 +08:00
杨翊 SionYang
cdd2be65af
Remove identity default value. ( #10108 )
2023-03-16 11:08:33 +08:00
mroldx
a2f17da911
Update application.properties ( #10078 )
...
Optimize datasource name configuration reading
2023-03-13 11:37:25 +08:00
LeePui
22ff97d5d8
调整startup.sh关于gc log配置问题 ( #10050 )
...
startup.sh中对jdk9之前的gc log配置为十个gc文件,每个大小为100m,jdk9之后变为十个gc文件,每个大小为102400,实际上这里将每个gc文件大小设置为了100k
2023-03-09 11:06:01 +08:00
WangLiang/王良
6ba05fa7a8
Replace `flatten-maven-plugin` with `easyj-maven-plugin` ( #9985 )
...
* Replace `flatten-maven-plugin` with `easyj-maven-plugin`
* revert indent
* apache-rat-plugin exclude `.flattened-pom.xml`
* fix style
* optimize github action
* optimize github action
* fix dependencies
* upgrade easyj-maven-plugin to 1.1.5
* optimize github action
* optimize spring-boot-maven-plugin configuration
2023-03-02 10:43:08 +08:00
杨翊 SionYang
c04b0bbb44
Remove the default token.secret.key ( #9992 )
2023-02-22 10:52:13 +08:00
MajorHe1
5a8c567633
[ISSUE #9906 ] cache token to improve performance ( #9914 )
...
* [ISSUE #9906 ] cache token to improve performance
* [ISSUE #9906 ] add cache token enable switch to application.properties
* [ISSUE #9906 ] update javadoc
* [ISSUE #9906 ] update javadoc
* [ISSUE #9906 ] update unit test
* [ISSUE #9906 ] make ci rerun
2023-02-10 10:51:05 +08:00
云野
732e7012ab
Provide more configuration items to allow users to customize their grpc services to better optimize network performance. ( #9806 )
2023-01-11 09:47:15 +08:00
Karson
4bd5b7c85a
support prometheus sd ( #9518 )
2022-11-17 11:13:51 +08:00
David-wu91
e5bbfe704d
resolve issue #9318 add ldap filter config:caseSensitive ( #9444 )
...
* resolve issue #9318 add ldap filter config:caseSensitive
* resolve issue #9318 change code style
* resolve issue #9318 add unit test
2022-11-07 17:24:53 +08:00
Weizhan Yun
c3c7e1ba1c
[ISSUE #9367 ] fix auth plugin's property 'token.secret.key' base64 decode error. ( #9380 )
...
* 1. 修复密钥编码问题--为了避免歧义,密钥必须为base64编码的字符串;不再支持原始明文密钥。
2. JwtParser是线程安全的,重构为成员变量。
* 配置项保持明文字符串
2022-11-03 13:40:26 +08:00
无处不在
4a305f6584
[conf]Update group_id length from 255 to 128 ( #9412 )
2022-10-28 10:51:45 +08:00
杨翊 SionYang
7a23c56822
[ISSUE#7930] 2.2.0 remove some deprecated codes ( #9368 )
...
* Remove double write switch and upgrade from 1.X switch.
* Remove IFilterConfig.java
* Remove some deprecated constants and methods
* Remove some deprecated classes in nacos-core
* Remove some deprecated config
* Remove some deprecated codes in naming module
* Remove some deprecated codes in sys module
* Fix unit test
* Try to make UdpConnectorTest pass more easier.
2022-10-21 17:44:26 +08:00
KomachiSion
22169055ed
Merge remote-tracking branch 'upstream/develop' into 2.2.0
...
# Conflicts:
# naming/src/main/java/com/alibaba/nacos/naming/core/Cluster.java
2022-10-17 19:17:31 +08:00