Skip to content

feat(XS-50): Adds SSH support - #62

Merged
Bare7a merged 1 commit into
masterfrom
feat/XS-50-adds-ssh-support
Aug 5, 2026
Merged

feat(XS-50): Adds SSH support#62
Bare7a merged 1 commit into
masterfrom
feat/XS-50-adds-ssh-support

Conversation

@Bare7a

@Bare7a Bare7a commented Aug 5, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Adds SSH tunnelling for PostgreSQL, MySQL and MariaDB, so a connection can reach a database that only its bastion can see - private key, password or ssh-agent auth, with host keys verified against known_hosts. Also fixes the connection dialog showing one platform's example paths everywhere (C:\path\to\database.db on macOS, ~/.ssh/... on Windows).


🧩 Change type

  • 🐛 Bugfix
  • ✨ Feature
  • ♻️ Refactor
  • 📝 Docs
  • 🛠️ Build / CI
  • 🔧 Other

🧠 Impact

  • 🎨 Frontend
  • 🧠 Backend
  • 🗄️ Database / SQL
  • 🖥️ Desktop (Wails / OS)
  • ⚙️ Tooling / CI
  • 🐾 Internal Only

📊 SQL impact (if relevant)

  • None
  • Query behavior changed
  • Schema / Migration
  • Import / Export

🧪 Tested

  • 🎨 Frontend (cd frontend && npm test) - 474 tests
  • 🧠 Backend (wails3 task test)
  • 🗄️ API E2E (wails3 task e2e:go:all) - incl. new tunnel suite against all three engines
  • 🖥️ UI E2E (wails3 task e2e:ui:all) - local only, not in CI
  • 💻 CI is sufficient

@Bare7a
Bare7a merged commit c6ac6a0 into master Aug 5, 2026
5 of 6 checks passed
@Bare7a
Bare7a deleted the feat/XS-50-adds-ssh-support branch August 5, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant