[Feat]: 实现 MySQL Event 管理及编辑查看功能 - #6962
Conversation
🌐 I18n autofill completed✅ Added translations for 22 new
|
222785f to
5fda266
Compare
t8y2
left a comment
There was a problem hiding this comment.
Maintainer patch applied after rebasing the contribution onto origin/main at 4e09b007c0112d6a733aead75a0f618e66153694.
- Previous head:
ebc0c5d817ec15223905d6488bc5419f590c8332 - New head:
5fda26670df1a52415a55045f21b4d0dc7a47a5d - The only rebase conflict was the
pt-BRi18n block: main had added database-rename strings while this PR added MySQL event strings. Both sets were preserved; no feature behavior was discarded. - Added positive-integer validation for
EVERYinterval values in both the frontend SQL builder and Rust SQL builder, with regression cases for empty, zero, non-numeric, and SQL-injection-shaped values. Existing valid units and SQL output remain unchanged.
Validation on the new head: MySQL event Vitest 3/3, pnpm typecheck, cargo test -p dbx-core mysql_event_sql --no-default-features 4 passed, conflict-marker scan, and git diff --check.
There was a problem hiding this comment.
Maintainer patch follow-up on the exact head.
- Previous pushed head:
5fda26670df1a52415a55045f21b4d0dc7a47a5d - Current head:
20320b82d0337533e5ec8c6eb2f7799614b6283e - Added only the Rust formatting required by the CI
rust-fmt-clippyjob; no behavior changed.
Validation on the current head: rustfmt --check crates/dbx-core/src/mysql_event_sql.rs, cargo test -p dbx-core mysql_event_sql --no-default-features (4 passed), plus the previously recorded frontend Vitest (3/3), pnpm typecheck, conflict-marker scan, and git diff --check.
t8y2
left a comment
There was a problem hiding this comment.
Maintainer completion note for the current exact head.
- Previous pushed head:
82d1ac51b2944c83660660b8996114f1b210fc0c - Current head:
8f6d6102343558ca89b32216db73f2131a7e8a19 - Rebased onto
origin/main701f188e4594fa628af5b17d403389e190939625without conflicts. - The final follow-up only formats the
pt-BRtranslation file required by the frontend CI formatter; behavior is unchanged.
Local validation on this head: frontend oxfmt --check, MySQL event Vitest 3/3, pnpm typecheck, rustfmt --check for the event SQL module, cargo test -p dbx-core mysql_event_sql --no-default-features (4 passed), conflict-marker scan, and git diff --check.
|
Thanks for the contribution! Merged in d8bc515, will be released in the next version. |
变更说明
变更类型
涉及前端
验证
make check通过make cargo-check-fast通过关联 Issue
#4845