Merge stable into develop - #1262
Open
infrahub-github-bot-app[bot] wants to merge 1 commit into
Open
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.
Deploying infrahub-sdk-python with
|
| Latest commit: |
c893a98
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://354922fa.infrahub-sdk-python.pages.dev |
Codecov Report✅ All modified and coverable lines are covered by tests.
@@ Coverage Diff @@
## develop #1262 +/- ##
===========================================
- Coverage 84.16% 78.06% -6.10%
===========================================
Files 147 147
Lines 13045 13045
Branches 1930 1930
===========================================
- Hits 10979 10184 -795
- Misses 1503 2310 +807
+ Partials 563 551 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 34 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 stable into develop after merging pull request #1253.
Summary by cubic
Clarifies
infrahubctl graphql query-reporthelp text and docs so users understand what the report means and when results differ. No runtime behavior changes.namenow clearly refers to the query defined underqueriesin.infrahub.yml.--branchnotes that uniqueness depends on the schema, so results can differ by branch.Written for commit c893a98. Summary will update on new commits.