e1rfvje0ef71s76o2thtbrcbo4pfegpb · 124 rows
| id | issue_id | event_type | actor | old_value | new_value | comment | created_at |
|---|---|---|---|---|---|---|---|
| 01a0048f-b1dc-7c77-879f-de9623b6b62e | sr-ht-dolt-5s7 | claimed | Eugene 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"} | NULL | 2026-08-15T11:35:21Z |
| 01a0049f-8fce-7138-81ff-246ee4cc3fe0 | sr-ht-dolt-dwz | created | Eugene Blikh | NULL | 2026-08-15T11:52:41Z | ||
| 01a0049f-bd2f-7a31-a1ad-3d8909178552 | sr-ht-dolt-dwz | claimed | Eugene 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"} | NULL | 2026-08-15T11:52:52Z |
| 01a004a2-bd69-7395-8d31-c4ea1de15322 | sr-ht-dolt-5s7 | closed | Eugene Blikh | Rename shipped: storage.MoveStore + db.RenameRepo + the settings rename action, with tests in all three layers | NULL | 2026-08-15T11:56:09Z | |
| 01a004a9-02b7-7128-b011-174555df488e | sr-ht-dolt-24m | created | Eugene Blikh | NULL | 2026-08-15T12:03:00Z | ||
| 01a004a9-80b0-7261-accb-9cd177507cdf | sr-ht-dolt-dwz | closed | Eugene Blikh | Implemented: /internal/repos and the web form default to InitEmptyStore, the form's initialize checkbox is the only path to WriteEmptyRepo, the empty overview teaches push, and remoteapi's e2e proves a pre-provisioned empty store takes an unrelated history with no --force. Follow-up for already-provisioned databases: sr-ht-dolt-24m. Not committed — awaiting review. | NULL | 2026-08-15T12:03:32Z | |
| 01a004cd-845e-7ba0-b61f-b738195d4b9e | sr-ht-dolt-tmz | created | Eugene Blikh | NULL | 2026-08-15T12:42:52Z | ||
| 01a004cd-a2cf-7f3e-8b0e-cd839d399086 | sr-ht-dolt-tmz.1 | created | Eugene Blikh | NULL | 2026-08-15T12:43:00Z | ||
| 01a004cd-a592-71b5-9d8e-9f2ebce7a048 | sr-ht-dolt-tmz.2 | created | Eugene Blikh | NULL | 2026-08-15T12:43:01Z | ||
| 01a004cd-a894-7042-a5ef-127b82726138 | sr-ht-dolt-tmz.3 | created | Eugene Blikh | NULL | 2026-08-15T12:43:02Z | ||
| 01a004cd-abbf-7700-a25d-7471b089d172 | sr-ht-dolt-tmz.4 | created | Eugene Blikh | NULL | 2026-08-15T12:43:02Z | ||
| 01a004d0-4560-75b8-bcb0-25777a3ea38a | sr-ht-dolt-02f | created | Eugene Blikh | NULL | 2026-08-15T12:45:53Z | ||
| 01a004d0-9636-7426-8e82-088a44468505 | sr-ht-dolt-02f | claimed | Eugene Blikh | {"id":"sr-ht-dolt-02f","title":"memory view: render markdown and cross-database [[wikilinks]]","description":"Memory bodies are markdown (bold, code spans, fenced blocks, lists) but the view prints them as pre-wrap paragraphs. Render them as markdown, and resolve [[slug]] references — including to memories that live in another tracker — through the same cross-database index the issue-id links use.","status":"open","priority":2,"issue_type":"feature","owner":"bigbes@gmail.com","created_at":"2026-08-15T09:45:53Z","created_by":"Eugene Blikh","updated_at":"2026-08-15T09:45:53Z"} | {"assignee":"Eugene Blikh","status":"in_progress"} | NULL | 2026-08-15T12:46:13Z |
| 01a004e6-663e-7799-93c6-d1a5f3edcf25 | sr-ht-dolt-02f | closed | Eugene Blikh | markdown rendering + cross-database [[slug]] and issue-id links on the memory view; branch feat/memory-markdown, not yet committed | NULL | 2026-08-15T13:10:03Z | |
| 01a004ef-1fe6-7839-83ea-6127e196d9cd | sr-ht-dolt-tmz.1 | closed | Eugene Blikh | Closed | NULL | 2026-08-15T13:19:35Z | |
| 01a004ef-20f8-71f4-a6f6-51b77515046e | sr-ht-dolt-tmz.2 | closed | Eugene Blikh | Closed | NULL | 2026-08-15T13:19:35Z | |
| 01a004ef-220d-733c-ac76-5e1141b08b7b | sr-ht-dolt-tmz.3 | closed | Eugene Blikh | Closed | NULL | 2026-08-15T13:19:35Z | |
| 01a004ef-231f-7b8d-a52b-1eb54ebae1ff | sr-ht-dolt-tmz.4 | closed | Eugene Blikh | Closed | NULL | 2026-08-15T13:19:36Z | |
| 01a004ef-242f-751c-af60-34df94590174 | sr-ht-dolt-tmz | closed | Eugene Blikh | Closed | NULL | 2026-08-15T13:19:36Z | |
| 01a01172-a5ee-721e-bbd2-4e4633fce58d | sr-ht-dolt-cwl | created | Eugene Blikh | NULL | 2026-08-17T23:38:41Z | ||
| 01a01172-e339-72fd-9557-a1dcbdd8f626 | sr-ht-dolt-mcy | created | Eugene Blikh | NULL | 2026-08-17T23:38:57Z | ||
| 01a01172-e52e-7274-8526-d7670528b26e | sr-ht-dolt-5bo | created | Eugene Blikh | NULL | 2026-08-17T23:38:57Z | ||
| 01a01172-fcbe-7e0d-97fd-1d4c4d6809be | sr-ht-dolt-1nt | created | Eugene Blikh | NULL | 2026-08-17T23:39:03Z | ||
| 01a01172-ff61-7799-a593-9ad5ee0e2ecc | sr-ht-dolt-o2r | created | Eugene Blikh | NULL | 2026-08-17T23:39:04Z |