dolthub / dolt-workbench

A modern, browser-based, open source SQL workbench for your MySQL and PostgreSQL compatible database with version control features when connected to Dolt.
https://hub.docker.com/r/dolthub/dolt-workbench
Apache License 2.0
118 stars 5 forks source link

Remotes Tab #274

Open timsehn opened 5 days ago

timsehn commented 5 days ago

image

We should have a Remotes tab on the workbench where you can do the following:

  1. Follow a GUI workflow to set up a Remote. DoltHub or DoltLab? If DoltLab, what is the URL? Are you logged in? If not, do so. Does remote exist? No. Create it?
  2. List all configured remotes and whether you are out of sync with both the tracking branch and the upstream.
  3. If out of sync allow pull/push.
  4. A fetch button to update all remote info.