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 duplicate, identical task triggers in qseow task-vis command, not only when task filters are specified #600

Open
mountaindude opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mountaindude
Copy link
Contributor

mountaindude commented Jan 3, 2025

Get warnings like this both when task filters are specified (already implemented) and when all tasks are visualized (not yet implemented)

2025-01-03T21:17:56.897Z warn: Multiple downstream nodes (2) with the same ID and the same trigger relationship "TaskSuccessful" with the parent node.
2025-01-03T21:17:56.897Z warn:    Parent node     : Reload task of Ctrl-Q task tree app A
2025-01-03T21:17:56.897Z warn:    Downstream node : Reload task of Ctrl-Q task tree app B
2025-01-03T21:17:56.897Z warn: Multiple downstream nodes (3) with the same ID and the same trigger relationship "TaskFail" with the parent node.
2025-01-03T21:17:56.897Z warn:    Parent node     : Reload task of Ctrl-Q task tree app B
2025-01-03T21:17:56.897Z warn:    Downstream node : Reload task of Ctrl-Q task tree app C
@mountaindude mountaindude added the enhancement New feature or request label Jan 3, 2025
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

No branches or pull requests

1 participant