Commit Graph

18 Commits

Author SHA1 Message Date
Aaron Son f8a5aae977 go/store/valuefile: Support DOLT_DEV and DOLT_1. 2022-05-12 10:00:11 -07:00
Aaron Son 6eeae42959 go/store/...: Cleanup unprincipled use of Format_7_18, mostly in tests. 2022-05-10 16:02:49 -07:00
Aaron Son be27368901 go/store/datas: GetCommitValue -> GetCommittedValue. 2022-04-04 13:26:01 -07:00
Aaron Son 7b1406ccce Revert "Revert "Merge pull request #3077 from dolthub/aaron/datas-commit-as-fb-message""
This reverts commit ee68e00000.
2022-03-29 11:09:54 -07:00
Aaron Son ee68e00000 Revert "Merge pull request #3077 from dolthub/aaron/datas-commit-as-fb-message"
This reverts commit 87bf948031, reversing
changes made to b9e2348472.
2022-03-28 17:40:09 -07:00
Aaron Son ce1dee71ce store/datas: __DOLT_DEV__ format serializes commits as flatbuffer messages. 2022-03-23 14:07:56 -07:00
Aaron Son 35aafdf82d go/store/datas: Make the names of commit struct fields package private. 2022-03-17 16:22:00 -07:00
Aaron Son d980fa15ca go/store/datas: Remove many uses of MaybeHeadRef. 2022-03-16 16:40:26 -07:00
Aaron Son e0b8c4f46b go/store/types: Create a __DOLT_DEV__ format.
Moves go/store/datas to always use ReadValue/WriteValue, and creates a
SerialMessage types.Value type whose implementation is a lot like InlineBlob.
Implements WalkRefs for SerialMessage.

This lets the full stack of dolt functionality work while we transition types
from the top of the DAG.
2022-03-03 16:23:35 -08:00
Aaron Son d715b703ec go/store/datas: Remove CommitValue. 2022-02-02 15:31:10 -08:00
Aaron Son 52fc803365 Remove ValueReadWriter interface from Database. 2022-02-01 17:20:06 -08:00
Andy Arthur 685bf653dd replaced usages of Format_7_18 and Format_LD_1 with Format_Default 2022-01-07 14:26:01 -08:00
Aaron Son abffd995df go/libraries/doltcore/remotestorage: Interface for cache returns true if cache is full / truncated in size. 2021-10-04 16:51:58 -07:00
Dustin Brown baeb4fd656 /{go,integration-tests}: address pr feedback 2021-09-23 17:37:04 -07:00
Dustin Brown e38ada01d6 /go/{cmd,libraries,store}: format 2021-09-23 14:30:45 -07:00
Dustin Brown 52782575fd /go/{store,performance,libraries,cmd}: fix go tests after branch rename 2021-09-23 14:29:33 -07:00
Brian Hendriks edc5af6fa8 improved error handling (#1673)
* improved error handling

* Update go/store/valuefile/value_file.go

Co-authored-by: Brian Hendriks <brian@liquidata.co>
2021-05-05 14:20:36 -07:00
Brian Hendriks 04d189937e chunk store in a file no manifest needed (#1401) 2021-03-09 16:46:08 -08:00