dolthub / hosted-issues

Issues for hosted.doltdb.com
https://hosted.doltdb.com
2 stars 0 forks source link

Feature: Branch management UI #106

Closed fulghum closed 1 year ago

fulghum commented 1 year ago

A Hosted Dolt customer mentioned that having a UI for create/delete branches in the Workbench UI would be helpful. This is not blocking customers from managing branches, but it does seem like a nice UI enhancement.

As a workaround, for any customers who find this, you can use the dolt_branch stored procedure to create or delete branches.

tbantle22 commented 1 year ago

Pretty sure this already exists for the workbench. Writes must be enabled for the deployment and the user needs to have write perms

fulghum commented 1 year ago

Ah, I see the "+" button to create a new branch. That's great to have that. Being able to delete branches, too, would be nice, but that seems lower priority.

tbantle22 commented 1 year ago

You can delete branches from the branch list page (clicking on view all branches from the branches drop-down) or from a closed/merged pull request

fulghum commented 1 year ago

Ah! You are totally right! Sorry that the customer and I both missed that. Thank you!