refactor(middleware): 移除数据脱敏中间件及相关代码
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
移除不再使用的数据脱敏功能,包括: 1. 删除data_masking模块 2. 清理loop_runner中的unmask逻辑 3. 移除前端saas-relay-client.ts中的mask/unmask实现 4. 更新中间件层数从15层降为14层 5. 同步更新相关文档(CLAUDE.md、TRUTH.md、wiki等) 此次变更简化了系统架构,移除了不再需要的敏感数据处理逻辑。所有相关测试证据和截图已归档。
This commit is contained in:
31
pipelines/e2e-test-pipeline.yaml
Normal file
31
pipelines/e2e-test-pipeline.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: zclaw/v1
|
||||
kind: Pipeline
|
||||
metadata:
|
||||
name: e2e-test-pipeline
|
||||
displayName: E2E Test Pipeline
|
||||
category: null
|
||||
industry: null
|
||||
description: Test pipeline for parameter deserialization
|
||||
tags: []
|
||||
icon: null
|
||||
author: null
|
||||
version: 1.0.0
|
||||
annotations: null
|
||||
spec:
|
||||
inputs: []
|
||||
steps:
|
||||
- id: Collect Data
|
||||
action:
|
||||
type: hand
|
||||
hand_id: collector
|
||||
hand_action: execute
|
||||
params:
|
||||
source: '"test"'
|
||||
description: Collect Data
|
||||
when: null
|
||||
retry: null
|
||||
timeoutSecs: null
|
||||
outputs: {}
|
||||
onError: stop
|
||||
timeoutSecs: 0
|
||||
maxWorkers: 4
|
||||
Reference in New Issue
Block a user