-
Notifications
You must be signed in to change notification settings - Fork 6
Add missing protocol definitions from Infrahub #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis change expands and refines the protocol definitions in Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant ProtocolClass
participant Resource
Client->>ProtocolClass: Create/Modify Resource
ProtocolClass->>Resource: Set attributes (including new/changed fields)
Resource-->>ProtocolClass: Confirm attribute values
ProtocolClass-->>Client: Return updated resource state
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (13)
✨ Finishing Touches
🧪 Generate unit tests
🪧 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 (
|
Deploying infrahub-sdk-python with
|
| Latest commit: |
522a49a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7a49946f.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://pog-protocols.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## develop #485 +/- ##
===========================================
+ Coverage 75.65% 75.70% +0.05%
===========================================
Files 100 100
Lines 8810 8830 +20
Branches 1725 1725
===========================================
+ Hits 6665 6685 +20
Misses 1667 1667
Partials 478 478
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Can be merged after opsmill/infrahub#6907
Summary by CodeRabbit
New Features
Improvements