Merge release-1.8 into develop#8586
Closed
infrahub-github-bot-app[bot] wants to merge 54 commits intodevelopfrom
Closed
Merge release-1.8 into develop#8586infrahub-github-bot-app[bot] wants to merge 54 commits intodevelopfrom
infrahub-github-bot-app[bot] wants to merge 54 commits intodevelopfrom
Conversation
* doc: fix documentation lint rules IFC-2265 * docs: fix documentation lint IFC-2265 * docs(vale): improve Artifact regex and remove unnecessary vale-off sections IFC-2265 Use literal space instead of \s in Artifact lookbehind to prevent cross-line matching. Replace vale-off sections in style guide with backticks on incorrect examples, which Vale naturally ignores. * docs: fix grammar, terminology, and style issues IFC-2265 - Fix sentence-case headings after colons in configuration-changes.mdx - Rewrite passive voice and fix capitalization in database-backup.mdx - Fix step heading consistency in profiles.mdx - Fix subject-verb agreement with singular Resource Manager - Lowercase "artifacts" mid-sentence in release notes - Fix typos: "was" -> "way", "will will" -> "will", "due the" -> "due to the" - Hyphenate "non-default" - Use "Transformation" noun form instead of "transform" in webhooks and release notes - Lowercase generic "transformation" in object-conversion.mdx - Remove duplicated paragraph in developer-guide.mdx * linting --------- Co-authored-by: Pete Crocker <pete@petecrocker.com>
* First draft guide for development setup * replace getting started by overview * spelling exception * Round 1 of review * Refine getting schema library and loading part * Fix typos * Fix broken link * Fix broken link * Apply suggestion from @BaptisteGi
…pool_relationship Cleanup in logic to assign number pool relationships for templates
Forbid loading schemas with restricted resource pool suffix
* Check that when attribute is defined on a template, the attribute_from_ressource_pool relationship is rejected * Testing & implementing the NodeConstraintRunnerCheck part * refactor: the runner must remain generic, delegating the behavior to the specific constraint * review: make sure relationships are not wrongly integrated into the expanded filters
Add a new label for specs
* Fix flaky test_create_python_check_definition * Bump pytest-httpx pin to >=0.33 and update lockfile The should_mock parameter on pytest.mark.httpx_mock was introduced in v0.33.0. The previous pin of >=0.30 would allow installations where should_mock is unavailable, breaking the test fix in the prior commit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Make branch name hopefully unique and use the filter to assert on events
…#8569) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* only refresh diffs for branch-tracking diffs * only update latest branch tracking diffs after merge * add env var to disable automatic diff updates after merge * generate schema/docs * chore: regenerate OpenAPI types * simpler filtering and tests * typing fix * add changelog
…#8480) * IFC-2235 integration test replicating the issue * IFC-2235 HFID and Display Labels recomputation during node update could require additional information from related nodes * IFC-2235 refactor common behavior in the same method * IFC-2235 towncrier (#8237) * IFC-2235 /feedback command usage * IFC-2235 address code review feedbacks
* set attr _from_resource_pool relationships in db migration * always clear source in migration
…l-nulls clean up None/nulls in HFID and display_label
* freeze diffs for merged/deleted branches * tests for freezing and migration
* chore: cleanup doc linting * feat: complete rewrite of the object storage doc * chore: fix doc lint * feat: improve backup object storage doc * feat: improve file object doc * Update docs/docs/topics/file-object.mdx * fix: adjust backup commands
Prepare for 1.7.7
Stable to release 1.8
…e-merge-fix allow removing properties from attributes in merge logic
Stable to release 1.8
prep release 1.8.0
Merge stable into release-1.8
Contributor
|
replaced by #8628 |
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 release-1.8 into develop after merging pull request #8584.