Skip to content

fix: start disabled processes manually - #548

Open
shivakumargn wants to merge 1 commit into
F1bonacc1:mainfrom
shivakumargn:main
Open

shivakumargn wants to merge 1 commit into
F1bonacc1:mainfrom
shivakumargn:main

Conversation

@shivakumargn

Copy link
Copy Markdown

Summary

Fix manual start of processes configured with disabled: true.

StartProcess now runs an enabled copy of the selected process configuration.
The stored project configuration remains disabled, so the process is still
skipped during initial project startup.

This fixes the misleading lifecycle state where a manually started process
remained Disabled while waiting for dependencies. The TUI now shows Pending
until dependencies are ready, then Running.

Tests

  • Added a regression test for Disabled → Pending → Running.
  • The test also verifies that manual start does not mutate the stored
    disabled configuration.

Compatibility

The change is platform-independent and preserves existing startup behavior.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant