feat(frontend): secret version history on overview page#5363
feat(frontend): secret version history on overview page#5363scott-ray-wilson merged 7 commits intomainfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile OverviewGreptile SummaryThis PR adds secret version history auditing and rollback functionality to the overview page. Users can now view a timeline of all secret versions, see who modified each version, and restore previous versions. The PR also fixes a bug in group member search that prevented searching by email. Key Changes:
Backend Fix: Frontend Implementation: Confidence Score: 4/5
Important Files Changed
|
...end/src/pages/secret-manager/OverviewPage/components/SecretTableRow/SecretVersionHistory.tsx
Show resolved
Hide resolved
...end/src/pages/secret-manager/OverviewPage/components/SecretTableRow/SecretVersionHistory.tsx
Show resolved
Hide resolved
...end/src/pages/secret-manager/OverviewPage/components/SecretTableRow/SecretVersionHistory.tsx
Show resolved
Hide resolved
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Context
This PR adds secret version history auditing and rollback to the overview page including new v3 components.
Also includes a fix for group member search that prevented searching by email
Screenshots
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).