Commit Graph

4 Commits

Author SHA1 Message Date
Asier Isayas 913dd3dcbf Simplify connection string login error handling
- Lift the login error state into HostedExplorer so failures from the connect form and from a postMessage login share one source of truth

- Show the message returned by the service instead of falling back to a generic unreachable message

- Move isAuthorizationError into AuthorizationUtils alongside the other shared auth helpers

- Widen getErrorMessage to accept unknown so catch variables no longer need a cast

- Show the connect screen error tooltip beside the icon and widen it so long service messages fit

- Consolidate the repeated account lookup and login steps in the SQL connection string spec
2026-08-18 09:23:23 -07:00
Asier Isayas d92248024a Wire connection string login E2E tests to dedicated connstring accounts in CI
Add TestAuthType and fold connection-string account resolution into getAccountName; seed and target the dedicated *-connstring accounts in CI while falling back to the standard per-API account locally.
2026-08-13 15:02:42 -04:00
Asier Isayas 6dca33ba16 Add wrong account key test for SQL connection string login 2026-08-13 09:42:57 -04:00
Asier Isayas cd1b8da36e Add E2E connection string login tests for SQL, Gremlin, and Tables 2026-08-12 16:42:11 -04:00