Merge stable into develop#9985
Closed
infrahub-github-bot-app[bot] wants to merge 6 commits into
Closed
Conversation
… relationship tabs (#9893) * fix(frontend): keep IPAM namespace context on IP links from namespace relationship tabs (closes #9892) IP prefix/address links on a namespace object's relationship tabs went through the generic object-relationship table, which builds links via getObjectDetailsUrl without any namespace context. On those pages the active namespace lives in the route path, not the `namespace` query param that IPAM links rely on, so the links dropped it and the target resolved to the default namespace. Thread an optional identifier override param through the relationship table's column builder and inject `namespace=<parentId>` when the relationship's parent is an IP namespace. * ci: reword changelog fragment to satisfy vale spelling check
Bumps the uv group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…dates (#9989) Bumps the npm_and_yarn group with 3 updates in the /docs directory: [body-parser](https://github.com/expressjs/body-parser), [shell-quote](https://github.com/ljharb/shell-quote) and [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `body-parser` from 1.20.5 to 1.20.6 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.5...1.20.6) Updates `shell-quote` from 1.8.4 to 1.10.0 - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.4...v1.10.0) Updates `webpack-dev-server` from 5.2.5 to 5.2.6 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.5...v5.2.6) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: shell-quote dependency-version: 1.10.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack-dev-server dependency-version: 5.2.6 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…updates Bumps the npm_and_yarn group with 2 updates in the /docs directory: [dompurify](https://github.com/cure53/DOMPurify) and [linkify-it](https://github.com/markdown-it/linkify-it). Bumps the npm_and_yarn group with 2 updates in the /frontend/packages/plugins/template directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [js-yaml](https://github.com/nodeca/js-yaml). Updates `dompurify` from 3.4.11 to 3.4.12 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.4.11...3.4.12) Updates `linkify-it` from 5.0.1 to 5.0.2 - [Changelog](https://github.com/markdown-it/linkify-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/linkify-it@5.0.1...5.0.2) Updates `brace-expansion` from 1.1.15 to 1.1.16 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.15...v1.1.16) Updates `js-yaml` from 4.2.0 to 4.3.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.2.0...4.3.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: linkify-it dependency-version: 5.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 1.1.16 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…m_and_yarn-de753d603f chore(deps): bump the npm_and_yarn group across 2 directories with 4 updates
The docs sync workflow only copied docs/docs/** and docs/sidebars.ts into opsmill/infrahub-docs. The release-notes redesign added companion files that sidebars.ts and the release-notes landing page now depend on, but which live outside the synced paths: - docs/sidebar-releases.ts (imported by sidebars.ts) - docs/plugins/release-notes-data.js (feeds the release list) - docs/src/components/ReleaseFeed/ (rendered by release-notes/infrahub/index.mdx) Because none of these were synced, the infrahub-docs Cloudflare build failed with "Cannot find module './sidebar-releases'". Extend the sync to copy them and add matching path triggers. Note: registering the release-notes-data plugin in infrahub-docs' docusaurus.config.ts is a separate change in that repo (its config is not synced).
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 #9893.
Summary by cubic
Keep the current IPAM namespace when clicking IP prefix/address links from a namespace’s relationship tabs, so links no longer jump to the default namespace. Also fix the docs sync workflow to copy release-notes support files and prevent broken docs builds.
Bug Fixes
overrideParamsinto identifier cells/columns andgetObjectDetailsUrlto injectnamespace=<parentId>when the parent is an IP namespace; added tests..github/workflows/sync-docs.ymlto also syncdocs/sidebar-releases.ts,docs/plugins/**, anddocs/src/components/ReleaseFeed/**, with matching path triggers.Dependencies
pillowto 12.3.0; in/docsbumpedbody-parserto 1.20.6,shell-quoteto 1.10.0,webpack-dev-serverto 5.2.6,dompurifyto 3.4.12, andlinkify-itto 5.0.2; in plugin template bumpedbrace-expansionto 1.1.16 andjs-yamlto 4.3.0.Written for commit ded719e. Summary will update on new commits.