Aaron Son
6444dcd4dd
go/store/types: Less back to taking NBF, not ValueReader.
2023-03-06 09:35:40 -08:00
Aaron Son
6e61b3a771
go/store/types: Thread ctx through Value.Less.
2023-03-06 09:35:40 -08:00
Taylor Bantle
be862d796c
Rename dolt diff --summary to dolt diff --stat, remove some unused code
2023-02-22 13:41:46 -08:00
coffeegoddd
b68814c796
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-08-05 17:21:26 +00:00
James Cor
e5c1aa002a
working even when adding from columns
2022-06-01 11:24:40 -07:00
James Cor
e4238b774a
indexed look ups mostly working, but lower bound always inclusive?
2022-06-01 10:00:03 -07:00
reltuk
1478a8e5b3
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-05-10 23:45:12 +00:00
Aaron Son
0cc161365b
go/store/diff: Get rid of some Format_Default usage.
2022-05-10 16:16:13 -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
Lars Lehtonen
c5ff15562c
store/diff: replace assert.NoError() with require.NoError()
2021-04-14 05:06:18 -07:00
Lars Lehtonen
385a975bb2
store/diff: fix dropped error
2021-04-14 04:59:15 -07:00
Brian Hendriks
3c463827f4
use left right diff instead of top down due to bugs in top down ( #1457 )
2021-03-18 10:53:33 -07:00
Brian Hendriks
111cbebec0
diff between a range of values ( #1402 )
2021-03-09 17:44:50 -08:00
Aaron Son
128329a64f
go/store/diff: Better naming for GoCatchPanic helper.
2020-11-04 10:37:53 -08:00
Aaron Son
eb96988abb
Merge remote-tracking branch 'origin/master' into aaron/diff-summary-error-handling
2020-11-02 11:07:55 -08:00
Aaron Son
84c3066348
go/**/*.go: Update copyright headers for company name change.
2020-11-02 10:17:02 -08:00
Aaron Son
3030925c3d
go: Convert some diff functions to use errgroup instead of atomicerr.
...
Attmept to clean up error signaling in diff summary.
2020-10-31 08:27:57 -07:00
Daylon Wilkins
b5bb663233
Reference new org name and updated trigger logic
2020-09-25 15:35:04 -07:00
Daylon Wilkins
146dbf1104
Types package simplification for easier type insertion
2019-10-31 16:00:38 -07:00
Brian Hendriks
55c2412db3
error changes ( #7 )
...
The existing noms codebase uses panics for signaling errors in most cases. This is not idiomatic go, and it is not the optimal behavior when building cloud services, or products on top of noms as a panic in any go routine causes the entire process to exit.
This is a large step in removing panics, and bubbling errors up through the code.
2019-08-06 15:00:02 -07:00
Aaron Son
5fc6fd5d6a
go: Update for dolt at root of repository.
2019-07-24 10:28:54 -07:00
Aaron Son
23a0f5a33e
Merge remote-tracking branch 'origin/master' into aaron/dolt-3pdeps-license-fetching
2019-07-23 16:07:50 -07:00
Aaron Son
6619700b5a
dolt/go: Add utils/repofmt/check_fmt.sh, and standardize goimports config across repository.
2019-07-23 11:59:06 -07:00
Aaron Son
732086a9c7
dolt/go: Add copyright notices to every file. For files from noms, retain and reference the previous copyright notice as well.
2019-07-22 17:06:35 -07:00
Aaron Son
15973f60c1
dolt/go: store/types: Rename Format to NomsBinFormat.
...
Standardize parameter name for *NomsBinFormat to nbf. Standardize `nbf` as
first (after `ctx`) parameter. Remove unnecessary `nbf` parameters when format
is available from incoming `Value` or `ValueReader`.
2019-07-16 13:27:26 -07:00
Aaron Son
5be3ad7ca3
dolt/go: Remove some binformat comments.
2019-07-12 10:23:45 -07:00
Aaron Son
ffd88adbba
dolt/go/store: *Format goes away some places...
2019-07-12 10:23:44 -07:00
Aaron Son
97d786fd10
dolt/go/store: Remove some unused *Format parameters.
2019-07-12 10:22:10 -07:00
Aaron Son
80c2e40b60
dolt/go: Changes from Equals not taking *Format.
2019-07-12 10:21:37 -07:00
Aaron Son
5c5c4bba27
dolt/go/store: types: NewBlob does not take redundant *Format.
2019-07-12 10:17:04 -07:00
Aaron Son
be5b3e7870
dolt/go/store: types: NewSet: Remove redundant Format parameter.
2019-07-12 10:17:04 -07:00
Aaron Son
df486690e5
dolt/go/store: types: NewMap: Remove redundant Format parameter.
2019-07-12 10:17:04 -07:00
Aaron Son
656ea04b6f
dolt/go/store: types: NewList: Remove redundant Format parameter.
2019-07-12 10:17:04 -07:00
Aaron Son
48a422386d
dolt/go/store: datas: Thread *Format.
2019-07-12 10:17:04 -07:00
Aaron Son
79062329e6
dolt/go/store: diff: Remove Format_7_18 references.
2019-07-12 10:17:04 -07:00
Aaron Son
a7f5e325ce
dolt/go/store: types: Thread *Format.
2019-07-12 10:15:47 -07:00
Aaron Son
a3bfb80ffb
dolt/go/store: types: Thread *Format.
2019-07-12 10:15:47 -07:00
Aaron Son
4af7c75639
dolt/go/store: types: Thread *Format in Type.
2019-07-12 10:14:22 -07:00
Aaron Son
37283814cc
dolt/go/store: types: struct: Thread *Format.
2019-07-12 10:12:08 -07:00
Aaron Son
e0de0f5af4
dolt/go/store: types: set: Thread *Format.
2019-07-12 10:12:08 -07:00
Aaron Son
028d7ad384
dolt/go/store: types: Thread some *Format.
2019-07-12 10:12:08 -07:00
Aaron Son
c4378a5f84
dolt/go/store: types: ref: Thread some *Format.
2019-07-12 10:12:08 -07:00
Aaron Son
5f3bd33142
dolt/go/store: types: NewMap takes *Format.
2019-07-12 10:12:07 -07:00
Aaron Son
b811358e45
dolt/go/store: types: List.Edit does not take *Format, List stores *Format.
2019-07-12 10:12:07 -07:00
Aaron Son
0749018e83
dolt/go/store: types: List takes *Format in constructors.
2019-07-12 10:12:07 -07:00