~bigbes/sr-ht-dolt · events

c2irfevhus3j5dbud9cgi0jfk16ha885 · 105 rows

idissue_idevent_typeactorold_valuenew_valuecommentcreated_at
01a0048f-b1dc-7c77-879f-de9623b6b62esr-ht-dolt-5s7claimedEugene Blikh{"id":"sr-ht-dolt-5s7","title":"Rename a database from its settings page","description":"Owners can change a database's description and visibility but not its name; the only way to rename today is delete + recreate + re-push, which loses the ACLs and the history. Add a rename action: move the metadata row (name + path, both unique) and the on-disk NBS store together, evicting the served handle for the old path.","acceptance_criteria":"Owner-only rename form on /~user/db/settings; name validated with core.ValidateName; a collision answers 409 and changes nothing; the row and the store dir move together (row rolled back if the move fails); the cached remotesapi handle for the old path is evicted; the browser lands on the renamed database.","status":"open","priority":2,"issue_type":"feature","owner":"bigbes@gmail.com","created_at":"2026-08-15T08:35:07Z","created_by":"Eugene Blikh","updated_at":"2026-08-15T08:35:07Z"}{"assignee":"Eugene Blikh","status":"in_progress"}NULL2026-08-15T11:35:21Z
01a0049f-8fce-7138-81ff-246ee4cc3fe0sr-ht-dolt-dwzcreatedEugene BlikhNULL2026-08-15T11:52:41Z
01a0049f-bd2f-7a31-a1ad-3d8909178552sr-ht-dolt-dwzclaimedEugene Blikh{"id":"sr-ht-dolt-dwz","title":"Create databases with an empty store so the first push needs no --force","description":"Web create and the git-hook auto-provision (/internal/repos) both call storage.InitStore, which writes an 'Initialize data repository' commit. dolt checks fast-forward client-side (env/actions/remotes.go CanFastForward), so any client with its own history (bd's embedded Dolt) can only land its first push with --force. push-to-create already uses storage.InitEmptyStore and is proven e2e. Make both creation paths default to InitEmptyStore, add an opt-in 'initialize with an empty commit' checkbox to the web form (a store with no commits cannot be dolt-cloned: ErrNoDataAtRemote), and rewrite the empty-database overview as a push-to-get-started page.","acceptance_criteria":"internal create always empty; web create empty by default and InitStore only with the checkbox; empty overview shows push instructions instead of the clone box; e2e proves a pre-provisioned empty store accepts a push from unrelated local history without --force","status":"open","priority":2,"issue_type":"feature","owner":"bigbes@gmail.com","created_at":"2026-08-15T08:52:41Z","created_by":"Eugene Blikh","updated_at":"2026-08-15T08:52:41Z"}{"assignee":"Eugene Blikh","status":"in_progress"}NULL2026-08-15T11:52:52Z
01a004a2-bd69-7395-8d31-c4ea1de15322sr-ht-dolt-5s7closedEugene BlikhRename shipped: storage.MoveStore + db.RenameRepo + the settings rename action, with tests in all three layersNULL2026-08-15T11:56:09Z
01a004a9-02b7-7128-b011-174555df488esr-ht-dolt-24mcreatedEugene BlikhNULL2026-08-15T12:03:00Z