feat(data_masking): 支持自定义脱敏规则 - CE API类型与Mock数据#827
Closed
LordofAvernus wants to merge 2 commits into
Closed
Conversation
新增自定义脱敏规则相关前端API client函数和Mock数据: - 扩展Masking API service支持规则CRUD、敏感类型管理等接口 - 新增对应的TypeScript类型定义 - 新增测试Mock数据和Mock API
- 新增rule_refs字段支持规则来源(内置/自定义)区分 - 新增schema_names/table_names支持按库/表粒度扫描 - 新增masking_rule_source/is_masking_enabled等字段
Coverage report
Test suite run success3659 tests passing in 811 suites. Report generated by 🧪jest coverage report action from f9068a8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
关联 Issue: https://github.com/actiontech/dms-ee/issues/800