Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.4.2 #12612

Merged
merged 48 commits into from
Sep 5, 2024
Merged

Release 2.4.2 #12612

merged 48 commits into from
Sep 5, 2024

Conversation

KomachiSion
Copy link
Collaborator

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

XXXXX

Brief changelog

XX

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.

KomachiSion and others added 30 commits July 22, 2024 12:10
…s tables.(mysql-schema.sql) (#12206)" (#12396)

This reverts commit 5d87196.
…y with SPI (#12367)

* 历史配置清理逻辑SPI改造

* 添加单元测试

* 单元测试fix

* 单元测试fix

* 优化spi实现

* 优化日志打印
Github -> GitHub
…#12376)

* [IT]Adjust core module auth integration tests to meet checkstyle requirements.

* [IT]Adjust config module base integration tests to meet checkstyle requirements.
* 删除console多余的@EnableScheduling

* 删除console多余的@EnableScheduling
* 修复mem计算逻辑

* 修复mem计算逻辑单测

* fix ci
* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.

* Try to fix codecov lose for PR.
* FIX [ISSUE #12446] macInstance 补充日志

* UPDATE [ISSUE #12466] serviceMetadata environment variables config

* fixed DefaultParamChecker and DefaultParamCheckerTest codeStyle
* Remove KvStorage and ConsistencyService.

* Fix switch manager dead lock until timeout.

* Ignore env vote leader effect in IT.

* Wait leader voted before start do test case.
* ✨Configuration type display and advanced search by type added to configuration list

* ✨Generate static files

* ✨Add license
* Fix unit test error.

* Fix unit test error.
* FIX [ISSUE #12093] fix reset password success but no message

* [ISSUE #12093] fix reset password success but no message

* [ISSUE #12093] fix reset password success but no message

* [ISSUE #12093] fix reset password success but no message
KomachiSion and others added 18 commits August 28, 2024 19:05
* Fix param checker filter invalid problem.

* Add Unit test for CheckConfigurationTest
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.33 to 8.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.33...8.2.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Enhance health check readiness and server status logic.

* Enhance health check readiness and server status logic.

* For #12526, judge whether cp protocol has init to avoid dead lock to get cp protocol.
…rsion update. (#12574)

2. remove batch update.
3. debug param default is false.
* 34567

* fix namespace quota,fix some security problem

* Revert "34567"

This reverts commit 25743c6.

* avoid print content to log

* check style

* check style

* check style

* check style
…12582)

* fix issues/12569 Change the checklist existence check to use ‘count’.

* Supplement isExistTableTest

* Supplement isExistTableTest
* [ISSUE#12583] ProtocolManager代码优化

* update: revert getBeanIfExist()
* For #12387, upgrade logback adapter to 1.1.3

* For #12586, upgrade spring version to 5.3.38.

* Use npm audit fix to fix no conflict ui depend component security problem.
…12592)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 修复环境变量设置标签失效bug

* pmd
 fix
@KomachiSion KomachiSion merged commit 75e5de6 into master Sep 5, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.