Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always look for circular task dependencies in qseow task-vis command, not only when task filters are specified #597

Open
mountaindude opened this issue Jan 1, 2025 · 0 comments · May be fixed by #571
Labels
enhancement New feature or request

Comments

@mountaindude
Copy link
Contributor

Could be achieved by

  • Add a function that scans the task network for
    • circular task chains
    • duplicate task triggers/relationships
  • Add a new command line option --no-circular-task-chain-scan to disable this feature. Would save some time during startup for large Sense environments.
@mountaindude mountaindude added the enhancement New feature or request label Jan 1, 2025
@mountaindude mountaindude changed the title Always look for circular task dependencies in useow task-vis command, not only when task filters are specified Always look for circular task dependencies in qseow task-vis command, not only when task filters are specified Jan 3, 2025
mountaindude added a commit to mountaindude/ctrl-q that referenced this issue Jan 3, 2025
@mountaindude mountaindude linked a pull request Dec 15, 2024 that will close this issue
mountaindude added a commit to mountaindude/ctrl-q that referenced this issue Jan 5, 2025
…ate task triggers when starting Ctrl-Q

Implements ptarmiganlabs#600 and ptarmiganlabs#597

fix(qseow task-vis): Only log found circular task chains once in console
Fixes ptarmiganlabs#596

feat(qseow task-vis): Add `--task-tag` and `--task-id` options for limiting what tasks are visualised
Implements parts of ptarmiganlabs#581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant