Commit Graph

17881 Commits

Author SHA1 Message Date
Taylor Bantle
08e8220124 Fix tests 2023-03-06 15:22:31 -08:00
Taylor Bantle
54cf7bde1a Fix tests, add CODEOWNERS 2023-03-06 15:22:31 -08:00
Taylor Bantle
33afd3275f Add to bats 2023-03-06 15:22:31 -08:00
Taylor Bantle
59919d48a9 integration-tests/node: Progress on workbench stability tests 2023-03-06 15:22:31 -08:00
AndyA
ba67297d3c Merge pull request #5497 from dolthub/andy/assert-sorted-edits
go/store/prolly/tree: assert sorted edits in ApplyMutations
2023-03-06 14:24:59 -08:00
Andy Arthur
778100cbac go/store/hash: fix flaky hash test 2023-03-06 13:12:35 -08:00
Andy Arthur
06f8cc3e2b go/store/prolly/tree: assert sorted edits in ApplyMutations 2023-03-06 12:11:52 -08:00
Aaron Son
346a8a7446 Merge pull request #5485 from dolthub/aaron/types-value_store-remove-bufferedChunks
go/store/types: Remove bufferedChunks from ValueStore.
2023-03-06 09:35:27 -08:00
Jason Fulghum
b9e30792ca Merge pull request #5450 from dolthub/fulghum/binlog-replication
MySQL replication fixes for `START/STOP REPLICA`
2023-03-06 09:02:37 -08:00
James Cor
fe4f3f1da9 Merge pull request #5493 from dolthub/JCOR11599-66a7ff93
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-03-05 14:57:49 -08:00
JCOR11599
116c3a1399 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-03-05 09:25:57 +00:00
Jason Fulghum
595639812f Cleaning up channel ownership 2023-03-04 09:03:22 -08:00
Jason Fulghum
5a102f32ea PR Feedback and fixing an issue with stripping the checksum off of FormatDescription events 2023-03-03 17:55:07 -08:00
Neil Macneale IV
ef43e7aa51 Include all diff columns when a table is created or dropped
Fixes: https://github.com/dolthub/dolt/issues/5439
2023-03-03 16:31:53 -08:00
jennifersp
96855527a4 support CLI dolt stash command (#5422) 2023-03-03 16:25:24 -08:00
Aaron Son
07a7728612 go/store/chunks: Add lock around pending refs in memory store. 2023-03-03 15:57:06 -08:00
jennifersp
08c3909aa2 Merge pull request #5488 from dolthub/jennifersp-b771043c
[auto-bump] [no-release-notes] dependency by jennifersp
2023-03-03 15:34:28 -08:00
Neil Macneale IV
fb1ea48775 Small cleanups requested in PR 2023-03-03 13:42:15 -08:00
AndyA
f63c8fac59 Merge pull request #5484 from dolthub/andy/speedup-skip-list
go/store/skip: speedup skip list
2023-03-03 13:35:51 -08:00
jennifersp
6d36d1237d [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-03-03 20:03:36 +00:00
Taylor Bantle
588ac89e54 Merge pull request #5477 from dolthub/taylor/fix-diff-summ
Use row data hash to determine if table delta data changed
2023-03-03 11:43:47 -08:00
Andy Arthur
2701291f94 go/store/skip: further optimized duff copies for towers 2023-03-03 11:35:35 -08:00
reltuk
2b45f6cd4c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-03-03 19:16:14 +00:00
Aaron Son
52178ec315 go/store/types: Remove bufferedChunks from ValueStore. 2023-03-03 11:14:00 -08:00
Taylor Bantle
f11a59100b Merge remote-tracking branch 'origin/main' into taylor/fix-diff-summ 2023-03-03 10:07:46 -08:00
Jason Fulghum
77bbda4f6e Merge branch 'main' into fulghum/binlog-replication 2023-03-03 09:48:24 -08:00
Andy Arthur
07032e509c go/store/{skip, prolly}: reuse skip list after flushPending, avoid struct embedding in tree.MutableMap 2023-03-03 08:28:22 -08:00
Andy Arthur
ad134f2c6b go/store/skip: optimized skip list Iter 2023-03-03 08:28:22 -08:00
Andy Arthur
9936aabdf1 go/store/skip: optimized skip list Get and Put 2023-03-03 08:28:22 -08:00
Andy Arthur
e4c7c08c92 go/store/list: more skip list benchmarks 2023-03-03 08:28:22 -08:00
andy-wm-arthur
789b8a3f6c [ga-bump-release] Update Dolt version to 0.54.2 and release v0.54.2 v0.54.2 2023-03-03 05:59:07 +00:00
Taylor Bantle
f8913b5a62 Use row data hash to determine if table delta data changed 2023-03-02 15:48:10 -08:00
Aaron Son
7bd0364a23 Merge pull request #5475 from dolthub/aaron/proto-third_party-bump-deps
proto/third_party: Bump versions.
2023-03-02 15:37:53 -08:00
Aaron Son
4f9add51f2 Merge pull request #5474 from dolthub/aaron/remotesrv-InvalidArgument
go/libraries/doltcore/remotesrv: Add some rudimentary input validation on request messages.
2023-03-02 14:40:05 -08:00
Aaron Son
9c851ac4ea .github/workflows/ci-check-repo.yaml: Add a check for protobuf and flatbuffer generated code. 2023-03-02 14:08:31 -08:00
Aaron Son
0e9a605159 proto/third_party: Bump versions. 2023-03-02 13:58:18 -08:00
jennifersp
23d4d97eef add stash commands to clientEventType (#5347) 2023-03-02 13:48:48 -08:00
AndyA
48a83b4a56 Merge pull request #5472 from dolthub/andy/fix-reentrant-locking
go/store/nbs: fix re-entrant deadlock in journal_writer
2023-03-02 13:44:40 -08:00
jennifersp
cfe75a23cd Merge pull request #5473 from dolthub/jennifersp-1fcf1b00
[auto-bump] [no-release-notes] dependency by jennifersp
2023-03-02 13:42:06 -08:00
Aaron Son
7b6db42ae0 go/libraries/doltcore/remotesrv: Add some rudimentary input validation on request messages. 2023-03-02 12:22:15 -08:00
jennifersp
ad81dd0540 [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-03-02 20:10:27 +00:00
Neil Macneale IV
6d974b7e90 First attempt at solving LD support 2023-03-02 12:09:51 -08:00
Andy Arthur
32904dbb58 go/store/nbs: pr feedback 2023-03-02 11:24:03 -08:00
Andy Arthur
efa530b393 go/store/nbs: fix re-entrant deadlock in journal_writer 2023-03-02 11:11:19 -08:00
AndyA
79c864529c Merge pull request #5461 from dolthub/andy/sort-migrated-tuples
go/doltcore/migrate: modify migrated tuples sink to sort incoming tuples
2023-03-02 11:09:39 -08:00
Jason Fulghum
01257cc0d4 Merge pull request #5469 from dolthub/fulghum/bugfix
bug fix: binlog multi-db support
2023-03-02 10:54:44 -08:00
Jason Fulghum
d9bc26bb7c Fix for go vet error 2023-03-02 10:54:00 -08:00
Neil Macneale IV
1d084cbbfc Updated existing tests which verified broken behavior 2023-03-02 10:03:53 -08:00
Andy Arthur
8d8e4051da bats: update migration integration test hashes 2023-03-02 09:34:23 -08:00
Jason Fulghum
76847c59d5 Fixing error message sent to SHOW REPLICA STATUS 2023-03-02 08:59:15 -08:00