-
Notifications
You must be signed in to change notification settings - Fork 7
Merge stable into develop #672
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Merge develop into infrahub-develop
Remove support for Python 3.9
Upgrade ruff
Use ruff version from uv.lock in CI
Allow recursive convertion to InfrahubNode objects
Upgrade uv action version and pin Python version for test matrix
…1118 Prefer `next(iter())` over single element slice
…1118 Simplify dictionary lookups
Clear out test restrictions for Python 3.9
…-develop-20251118 Update ruleset for shadowing builtins
Use specific rule codes when using noqa
…51118 Use a `set` literal when testing for membership
…ub-develop-20251118 Fix return annotations and changes for early returns
Replace runtime | operator with Union from typing to support Python 3.9-3.13: - graphql/constants.py: VARIABLE_TYPE_MAPPING tuples - diff.py: GraphQL query variables dict The | operator for types only works at runtime in Python 3.10+.
* merge develop to infrahub-develop * fix python lint
…114-infp388-branch-cleanup-mechanism # Conflicts: # infrahub_sdk/node/constants.py # tests/unit/sdk/test_node.py
…hub-develop Correct autofixable ruff rules for Optional
…/actions/checkout-6 Bump actions/checkout from 5 to 6
also add a better docstring
…nup-mechanism Add `infrahubctl branch report` command
Prep release v1.16.0
|
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: |
f819466
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://94d7c2c9.infrahub-sdk-python.pages.dev |
Update table formatting in documentation files to resolve markdownlint MD060 warnings about inconsistent table column styles.
Pmc-20251201-docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging stable into develop after merging pull request #671.