BED-5973: updating inaccurate documentation#1717
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThis change set removes the GPO post-processing logic and related edge types ( Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant UI
participant API
participant DB
User->>UI: Initiates graph/table view (cypher or ACL inheritance)
UI->>API: Requests graph data (cypher or ACL inheritance)
API->>DB: Queries for nodes/edges (uses Contains/GPLink, not GPOAppliesTo)
DB-->>API: Returns graph data
API-->>UI: Sends graph data (with new IsReadOnlyDC property)
UI->>UI: Renders graph or table view
UI->>UI: Shows help texts for supported edge types only
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
Describe your changes in detail
Motivation and Context
Resolves BED-5973
Documentation listed this as a PUT endpoint, it should be a GET
How Has This Been Tested?
Observed on
testin RC4 v8.0.0:Tested locally after the fix:
Types of changes
Checklist:
Summary by CodeRabbit
New Features
Improvements
Bug Fixes
Removals
Tests
Chores