- 
        Couldn't load subscription status. 
- Fork 6
Prepare release 1.15.0b1 #584
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
| Caution Review failedFailed to post review comments WalkthroughThis pull request introduces multiple infrastructure, SDK, and feature updates. GitHub Actions workflows are bumped to newer minor versions with updated Python dependency handling. A pre-commit configuration is added with hooks for code formatting and linting. The SDK gains new GraphQL CLI commands for schema export and type generation, an object-type conversion method, and range expansion support for object files. Supporting modules are added for GraphQL code generation, AST transformations, and range pattern expansion. Configuration file discovery is enhanced to support alternative naming schemes. Protocol definitions are extended with new fields and entity types. Comprehensive test coverage is added for new functionality. Pre-merge checks and finishing touches❌ Failed checks (1 warning)
 ✅ Passed checks (2 passed)
 ✨ Finishing touches
 🧪 Generate unit tests (beta)
 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: | 7a7104c | 
| Status: | ✅ Deploy successful! | 
| Preview URL: | https://35c3788c.infrahub-sdk-python.pages.dev | 
| Branch Preview URL: | https://wvd-20251020-prep-release-1.infrahub-sdk-python.pages.dev | 
| Codecov Report✅ All modified and coverable lines are covered by tests. @@                 Coverage Diff                  @@
##           infrahub-develop     #584      +/-   ##
====================================================
- Coverage             75.27%   75.25%   -0.03%     
====================================================
  Files                   108      108              
  Lines                  9375     9375              
  Branches               1864     1864              
====================================================
- Hits                   7057     7055       -2     
- Misses                 1823     1824       +1     
- Partials                495      496       +1     
 Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
 | 

Summary by CodeRabbit
Release Notes
New Features
convert_object_typemethodDocumentation
Changes
raise_for_errorparameter; use try/except pattern insteadBug Fixes