feat(guard): add policy profile dashboard#137
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5f5dafc to
0ad854d
Compare
7e91e3c to
bf88194
Compare
Greptile SummaryThis PR adds a policy profile dashboard for Guard. The main changes are:
Confidence Score: 2/5This should be fixed before merging.
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
UI[Dashboard profile card] --> POST[POST /api/policy/profile]
POST --> Store[policyconfig.Store ActivateProfile]
Store --> Files[guard/policy active.json]
Hooks[Hook event] --> Runtime[guardHookRuntime]
Runtime --> Provider[RiskPolicyProvider]
Provider --> Legacy[risk.DecideRisk]
Store -. not read by decisions .-> Provider
Reviews (1): Last reviewed commit: "feat(guard): redesign dashboard UI" | Re-trigger Greptile |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ad854d79e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
af1d7c5 to
cd47d83
Compare
bf88194 to
bf0bed6
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cd47d83e2c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
cd47d83 to
df813e0
Compare
df813e0 to
a4c65a3
Compare


Summary
Verification
go test ./...go test -race ./...go vet ./...buf generateif protobuf or generated code changedRelease notes