-
Notifications
You must be signed in to change notification settings - Fork 6
Remove deprecated 'background_execution' param from client.branch.create() #696
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
WalkthroughThe pull request removes the deprecated Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (3)**/*.{md,mdx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.py📄 CodeRabbit inference engine (AGENTS.md)
Files:
infrahub_sdk/**/*.py📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (1)📚 Learning: 2025-11-25T13:29:23.062ZApplied to files:
🧬 Code graph analysis (1)infrahub_sdk/branch.py (2)
⏰ 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). (1)
🔇 Additional comments (3)
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. Comment |
Deploying infrahub-sdk-python with
|
| Latest commit: |
20d349c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3fced7e7.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://pog-branch-background-execut.infrahub-sdk-python.pages.dev |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## infrahub-develop #696 +/- ##
====================================================
+ Coverage 76.03% 76.09% +0.06%
====================================================
Files 113 113
Lines 9742 9751 +9
Branches 1490 1491 +1
====================================================
+ Hits 7407 7420 +13
+ Misses 1840 1837 -3
+ Partials 495 494 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This parameter has been deprecated for some time and keeps producing warnings in various logs.
Summary by CodeRabbit
background_executionparameter from branch creation. Usewait_until_completionto control whether the operation blocks until completion or returns immediately.✏️ Tip: You can customize this high-level summary in your review settings.