Merge stable into develop#1018
Merged
Merged
Conversation
- Add npm overrides in docs/package.json for 12 vulnerable transitive deps (postcss, follow-redirects, lodash, path-to-regexp, serialize-javascript, node-forge, picomatch, rollup, markdown-it, ajv, qs, webpack) and regenerate docs/package-lock.json against current registry. - Bump requests dev dependency floor to >=2.33.0 to clear GHSA-gc5v-m9x4-r6x2 (Insecure Temp File Reuse in extract_zipped_paths). Resolves the 27 currently open Dependabot alerts. `npm audit` reports 0 vulnerabilities after the lockfile regeneration.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ests Replace patch()-heavy unit tests for display_schema_load_errors with integration tests that exercise the real server response → renderer path, so we catch any drift between the schema-load endpoint's error shape and CLI handling (particularly for extensions paths). Add an optional Console parameter to display_schema_load_errors so tests can capture rendered output via dependency injection instead of patching the module-level console. Keep valid_error_path covered as a fast parametrized unit test with no patchin
Replace on with a Literal of nodes, generics, relationships so the accepted values are explicit at the type level. Matches the set already enforced at runtime by valid_error_path
…notate _render_schema_error parsing branches
* docs: adjust links following doc migration * docs: further adjust
…le.capture() and hoist SchemaContainer alias
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.0...5.12.1) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump ujson from 5.12.0 to 5.12.1
Deploying infrahub-sdk-python with
|
| Latest commit: |
0e08c56
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3f0e72ba.infrahub-sdk-python.pages.dev |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## develop #1018 +/- ##
===========================================
+ Coverage 81.41% 81.54% +0.13%
===========================================
Files 134 134
Lines 11347 11467 +120
Branches 1703 1735 +32
===========================================
+ Hits 9238 9351 +113
- Misses 1566 1569 +3
- Partials 543 547 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
ajtmccarty
approved these changes
May 13, 2026
fix(ctl): handle extensions paths in display_schema_load_errors (#1007)
chore(deps): patch transitive vulns in docs and bump requests dev floor
ajtmccarty
approved these changes
May 14, 2026
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 #1016.
Summary by cubic
Fixes infrahubctl schema load to render errors from
extensions:entries as clear one-line messages instead of crashing, and adds integration tests for the renderer. Also updates Python SDK doc links, bumpsujsonto 5.12.1, and hardens docs-site deps viadocs/package.jsonoverrides with a regenerated lockfile; raises devrequeststo>=2.33.0to address security advisories.Written for commit 0e08c56. Summary will update on new commits.