fix(#802): add OR-based self-relevant filter fields to data export workflow API#604
Merged
LordofAvernus merged 1 commit intomainfrom Apr 30, 2026
Merged
fix(#802): add OR-based self-relevant filter fields to data export workflow API#604LordofAvernus merged 1 commit intomainfrom
LordofAvernus merged 1 commit intomainfrom
Conversation
…taExportWorkflowReq Add CheckUserCanAccess, CurrentUserID and ViewableDBServiceUids fields to FilterGlobalDataExportWorkflowReq in both api and dms-common layers. Add fuzzy_keyword and new fields to HTTP client query serialization. Refs: dms-ee#802
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
iwanghc
approved these changes
Apr 30, 2026
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.
User description
Summary
Related Issue
Refs: https://github.com/actiontech/dms-ee/issues/802
Description
新增 OR-based 自相关筛选字段
更新 API 与 dms-common 层代码
添加 HTTP 查询参数对新字段的支持
Diagram Walkthrough
File Walkthrough
data_export_workflow.go
API层新增 OR筛选字段api/dms/service/v1/data_export_workflow.go
workflow.go
dms-common请求结构体字段更新pkg/dms-common/api/dms/v1/workflow.go
data_export_workflow.go
HTTP请求参数新增支持新字段pkg/dms-common/dmsobject/data_export_workflow.go