Merge develop into infrahub-develop - #1315
Open
infrahub-github-bot-app[bot] wants to merge 7 commits into
Open
Conversation
Add unit-tests to the needs list of integration-tests-latest-infrahub so the expensive huge-runner integration job is skipped when any unit-test matrix leg fails, instead of running in parallel with failing unit tests.
ci: gate integration tests on unit-test success
Merge stable into develop
Build the 1.23.1 changelog section from the two pending towncrier fragments and remove them. The package version is derived from the git tag by hatch-vcs, so there is nothing to bump in pyproject.toml or uv.lock - tagging v1.23.1 after this merges is what sets the version. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Build the 1.23.1 changelog section from the two pending towncrier fragments and remove them. The package version is derived from the git tag by hatch-vcs, so there is nothing to bump in pyproject.toml or uv.lock - tagging v1.23.1 after this merges is what sets the version. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Infrahub declares a `refresh_tokens` relationship on CoreGenericAccount, so that the delete of an account also removes its refresh tokens. This file is generated from that schema, so it needs the same relationship.
Merge stable into develop
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## infrahub-develop #1315 +/- ##
====================================================
- Coverage 85.55% 84.24% -1.32%
====================================================
Files 148 147 -1
Lines 14282 13047 -1235
Branches 1953 1930 -23
====================================================
- Hits 12219 10991 -1228
+ Misses 1496 1493 -3
+ Partials 567 563 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
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
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 develop into infrahub-develop after merging pull request #1314.
Summary by cubic
Merges
developintoinfrahub-develop, bringing in the 1.23.1 release notes and two targeted fixes.refresh_tokensrelationship toCoreGenericAccountandCoreGenericAccountSyncininfrahub_sdk/protocols.py, matching the Infrahub schema.Written for commit de1ad7e. Summary will update on new commits.