Skip to content

fix(graph): serve full project graph when navigating from PDV#33897

Merged
nartc merged 2 commits into
masterfrom
ct/show-project-partial-graph
Dec 17, 2025
Merged

fix(graph): serve full project graph when navigating from PDV#33897
nartc merged 2 commits into
masterfrom
ct/show-project-partial-graph

Conversation

@nartc

@nartc nartc commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

nx show project creates partial graph filtered by focus. clicking 'view in graph' should fetch full graph, not the cached partial one.

  • add isFilteredGraph tracking on server
  • handle ?full=true query param to regenerate full graph
  • client requests full graph when loading projects/tasks view
  • file watcher respects current filter state

…ails

nx show project creates partial graph filtered by focus. clicking
'view in graph' should fetch full graph, not the cached partial one.

- add isFilteredGraph tracking on server
- handle ?full=true query param to regenerate full graph
- client requests full graph when loading projects/tasks view
- file watcher respects current filter state
@vercel

vercel Bot commented Dec 17, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Dec 17, 2025 11:07am

@netlify

netlify Bot commented Dec 17, 2025

Copy link
Copy Markdown

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit fd64063
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69428d6fa3f0030008f32bca
😎 Deploy Preview https://deploy-preview-33897--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nartc nartc added the scope: core core nx functionality label Dec 17, 2025
@nx-cloud

nx-cloud Bot commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit fd64063

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 18m 12s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 35s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 12s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-17 11:23:55 UTC

@nx-cloud nx-cloud Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nx Cloud has identified a flaky task in your failed CI:

🔂 Since the failure was identified as flaky, we reran your CI automatically.

Nx Cloud View detailed reasoning in Nx Cloud ↗


🎓 Learn more about Self-Healing CI on nx.dev

…ails

nx show project creates partial graph filtered by focus. clicking
'view in graph' should fetch full graph, not the cached partial one.

- add isFilteredGraph tracking on server
- handle ?full=true query param to regenerate full graph
- client requests full graph when loading projects/tasks view
- file watcher respects current filter state [Self-Healing CI Rerun]
@nartc nartc merged commit 8d5ca12 into master Dec 17, 2025
19 checks passed
@nartc nartc deleted the ct/show-project-partial-graph branch December 17, 2025 11:56
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

scope: core core nx functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants