This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/server/handlers/connections.go
Jeffrey Smith 6ebffc1078
All checks were successful
CI/CD / detect-changes (pull_request) Successful in 5s
CI/CD / test-runners (pull_request) Has been skipped
CI/CD / test-frontend (pull_request) Successful in 6s
CI/CD / test-go-pg (pull_request) Successful in 2m46s
CI/CD / test-sqlite (pull_request) Successful in 2m54s
CI/CD / build-and-deploy (pull_request) Successful in 1m11s
Fix bundled workflow activation + add connection error logging
1. Bundled workflow packages now publish version 1 and set IsActive=true
   after stage creation, so workflows like Content Approval are usable
   immediately — fixes "workflow is not active" test failure.

2. Add error logging to ListConnections handler to diagnose the 500
   error in sdk/connections tests (query and schema look correct but
   the error was being swallowed).

3. Separate "Run All" button text from suite count label.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 11:47:21 +00:00

9.2 KiB