Conversation
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit c3fbe3a. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 81fa346. Configure here.
| SELECT alias_key, NULL::uuid AS build_id, NULL::uuid AS cluster_id, NULL::text AS cluster_node_id | ||
| FROM alias_keys WHERE EXISTS (SELECT 1 FROM deleted) | ||
| UNION ALL | ||
| SELECT ''::text AS alias_key, build_id, cluster_id, cluster_node_id |
There was a problem hiding this comment.
is the alias_key here not implemented?
There was a problem hiding this comment.
it's hack-y solution as we have two distinct lists returned from 1 query

Cancel active template builds when deleting template