removing old pii redactors ui code + presidio icon#4133
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis PR removes the PII Redactor feature: workspace routes, pages, and fallback enterprise PII components were deleted, and the RbacResource enum was updated to remove PIIRedactor and add RBAC, Governance, and RoutingRules. ChangesPII Redactor Feature Removal
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Confidence Score: 5/5Pure deletion of dead UI code — no logic is altered, no remaining references exist, and the route tree is fully removed. All nine deleted files are self-contained; a repository-wide search confirms no imports, route links, or navigation entries still reference them. The only live-file change is removing one enum value from rbacContext.tsx, which compiles cleanly with no consumers left. No files require special attention. Important Files Changed
Reviews (11): Last reviewed commit: "removing old pii redactors ui code + pre..." | Re-trigger Greptile |
f52ffd0 to
65b4b1a
Compare
0d44af6 to
8ac9d46
Compare
|
@Madhuvod do we still need this PR? |
@akshaydeo yes we do, this is the bottom pr in the oss stack i have for the whole reversible redaction support. will sync and get all of this merged asap. currently working on the final bit - extending the reversible redaction to connectors (otel etc) |
8ac9d46 to
bd57ce2
Compare
daf15af to
87af908
Compare
7f86f4e to
2f96e3a
Compare
87af908 to
ede79e6
Compare
ede79e6 to
be8b297
Compare

Summary
Briefly explain the purpose of this PR and the problem it solves.
Changes
Type of change
Affected areas
How to test
Describe the steps to validate this change. Include commands and expected outcomes.
If adding new configs or environment variables, document them here.
Screenshots/Recordings
If UI changes, add before/after screenshots or short clips.
Breaking changes
If yes, describe impact and migration instructions.
Related issues
Link related issues and discussions. Example: Closes #123
Security considerations
Note any security implications (auth, secrets, PII, sandboxing, etc.).
Checklist
docs/contributing/README.mdand followed the guidelinesSummary by CodeRabbit