Merge develop into infrahub-develop - #1267
Merged
Merged
Conversation
…mes from (#1253) The command's help said only that it runs a query through InfrahubGraphQLQueryReport, which names an internal type and tells a user nothing about what the answer means. Describe the consequence first: artifact and generator definitions use the verdict to decide how much to regenerate when data changes. State the rule that produces it, note that NAME comes from the queries section of .infrahub.yml, and record on --branch that the answer is branch-dependent because uniqueness constraints live in the schema.
The generated read models were suppressing all of mypy's `misc` code to silence one decorated-property error. mypy split that diagnostic into its own `prop-decorator` code in 1.11, the version pinned here, so scope the override to it. Verified by removing each suppression and re-running the checker, which also surfaced three dead entries (mypy `arg-type` on utils, ty `invalid-argument-type` on test fixtures, ty `no-matching-overload`) and two stale violation counts.
…ressions chore: narrow over-broad mypy and ty error suppressions
Merge stable into develop
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## infrahub-develop #1267 +/- ##
=================================================
Coverage 84.16% 84.16%
=================================================
Files 147 147
Lines 13045 13045
Branches 1930 1930
=================================================
Hits 10979 10979
Misses 1503 1503
Partials 563 563
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Bumps [h2](https://github.com/python-hyper/h2) from 4.3.0 to 4.4.1. - [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst) - [Commits](python-hyper/h2@v4.3.0...v4.4.1) --- updated-dependencies: - dependency-name: h2 dependency-version: 4.4.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge stable into develop
Deploying infrahub-sdk-python with
|
| Latest commit: |
f65df4a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9c408ba9.infrahub-sdk-python.pages.dev |
| Branch Preview URL: | https://develop.infrahub-sdk-python.pages.dev |
infrahub-github-bot-app
Bot
merged commit Aug 24, 2026
73899cb
into
infrahub-develop
33 checks passed
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 #1262.
Summary by cubic
Clarifies what infrahubctl graphql query-report reports and why it matters, tightens type-checker suppressions, and refreshes HTTP/2 dependencies. No runtime behavior changes; improved help/docs and cleaned suppressions may surface new type errors in CI.
.infrahub.yml, and that results can differ by--branch.pyproject.toml(use mypy’sprop-decorator, drop unusedarg-type/fixture/no-matching-overloadignores, update violation counts).h2to 4.4.1 andhpackto 4.2.0 inuv.lock(indirect); no code changes expected.Written for commit f65df4a. Summary will update on new commits.