-
Notifications
You must be signed in to change notification settings - Fork 6
Merge stable into develop #619
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
Add protocols for Infrahub 1.4
- Add find_repository_config_file() function to search for both .yml and .yaml extensions - Update all modules to use dynamic config file discovery - Prefer .yml over .yaml when both exist for backward compatibility - Update pytest plugin to support both extensions - Improve error messages to mention both possible file extensions
develop -> infrahub-develop
Support infrahub.yml or infrahub.yaml configuration files
Merge 'develop' into 'infrahub-develop'
Merge develop into infrahub-develop
Fixes conflict in infrahub_sdk/client.py
…ict-20251007 Fix merge conflict between `develop` and `infrahub-develop`
*Also fix typo which probably has been there for a while
Prepare release v1.15.0b0
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Add flags to `CoreGeneratorDefinition` to control when each generator should be executed
Prepare release 1.15.0b1
Process schema deprecation warnings
Merge develop into infrahub-develop
* Replace strategy in object file with parameters section * Implement code rabbit suggestions * implement logic directly in process_data * Patricks suggestion * Fix default parameter initialization for InfrahubObjectFileData * Refactor InfrahubObjectFileData to allow optional parameters initialization --------- Co-authored-by: Alex Gittings <agitting96@gmail.com>
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Signed-off-by: Fatih Acar <fatih@opsmill.com>
Merge infrahub-develop into stable
Release 1.15.0
Configure vale to ignore toml files
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Deploying infrahub-sdk-python with
|
| Latest commit: |
d9ead2d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://34bef335.infrahub-sdk-python.pages.dev |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## develop #619 +/- ##
===========================================
- Coverage 75.94% 75.46% -0.49%
===========================================
Files 101 113 +12
Lines 8977 9512 +535
Branches 1772 1893 +121
===========================================
+ Hits 6818 7178 +360
- Misses 1677 1834 +157
- Partials 482 500 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Merging stable into develop after merging pull request #617.