dograh/api/tests/dto_fixtures
nuthalapativarun 7d053320df
fix: disable duplicate trigger nodes in workflow builder (#402)
* fix: disable duplicate trigger nodes in workflow builder

AddNodePanel: disable trigger buttons and show tooltip when a trigger
already exists on the canvas, using bySpecName to identify trigger-
category specs from the live node list.
useWorkflowState: preflight in saveWorkflow rejects saves with multiple
trigger nodes via a sonner toast before the network request is made.
text_chat_session_service: include the original exception message in
TextChatSessionExecutionError so the HTTP 500 detail surfaces the root
cause without DB inspection.

Closes #378

* style: format test_text_chat_session_service.py with ruff

* chore: retrigger CI checks

* fix(workflow): enforce node instance constraints

---------

Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
2026-06-19 15:59:30 +05:30
..
bad_edge_into_start.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
bad_edge_into_webhook.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
bad_edge_out_of_globalnode.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
bad_edge_out_of_webhook.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
bad_edge_source_missing.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
bad_edge_target_missing.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
clean.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
multiple_global_nodes.json fix: disable duplicate trigger nodes in workflow builder (#402) 2026-06-19 15:59:30 +05:30
multiple_start_nodes.json chore: add more fixtures 2026-05-08 16:28:09 +05:30
multiple_trigger_nodes.json fix: disable duplicate trigger nodes in workflow builder (#402) 2026-06-19 15:59:30 +05:30
no_start_node.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30
sample_branching_workflow.json feat: add Tuner Integration to Dograh (#311) 2026-05-20 14:37:33 +05:30
start_only.json feat: add workflow graph constraints fixtures 2026-05-08 16:02:51 +05:30