Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34430
5baafe41 fix(core): cleanup q-to-quit listeners to prevent accumulation Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
11 days ago
by nx-cloud[bot]
n
Failed
34430
Fix applied
→
69a2a3e2 feat(core): add q-to-quit support for graph command (#34490) Users accustomed to pressing `q` to exit the TUI expect the same behavior in long-running non-TUI commands. This adds q-to-quit functionality to the graph command. ## Changes - **New utility**: `handle-q-to-quit.ts` sets up stdin listener for 'q' keypress in TTY environments (no-op in CI) - **Graph command**: Integrated q-to-quit in `graph.ts` via `handleQToQuit(() => handleTermination(0))` ## Behavior When running `nx graph`, pressing `q` gracefully terminates the server. Ctrl+C continues to work as before. The feature only activates in interactive terminal sessions. ```typescript // In graph.ts startServer() handleQToQuit(() => handleTermination(0)); // Pressing 'q' now exits cleanly, same as Ctrl+C ``` <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/nrwl/nx/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: AgentEnder <6933928+AgentEnder@users.noreply.github.com>
11 days ago
by Copilot
C
Succeeded
34430
3866d603 feat(core): support q to quit in watcher, dynamic lifecycle, and graph
16 days ago
by AgentEnder
A
Previous page
Previous
Next
Next page