Max Hoffman
99e614b13b
fix bats
2023-01-18 16:20:49 -08:00
Max Hoffman
441f13143c
merge
2023-01-18 13:50:16 -08:00
Max Hoffman
02e5dd72dd
shift validation burden to indexes
2023-01-18 13:49:19 -08:00
Max Hoffman
02fea6aebe
skip LD dolt scripts
2023-01-18 11:36:10 -08:00
max-hoffman
f78d596146
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-18 19:21:03 +00:00
Max Hoffman
2ec13c92ce
Merge branch 'max/systab-to-commit-idx' of github.com:dolthub/dolt into max/systab-to-commit-idx
2023-01-18 11:19:48 -08:00
Max Hoffman
577f22598d
skip LD system table indexing testt
2023-01-18 11:19:41 -08:00
max-hoffman
216321e249
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-18 18:56:59 +00:00
Max Hoffman
7797b00f13
Merge branch 'max/systab-to-commit-idx' of github.com:dolthub/dolt into max/systab-to-commit-idx
2023-01-18 10:53:10 -08:00
Max Hoffman
42b1397446
bad import
2023-01-18 10:47:27 -08:00
max-hoffman
3cabfc5aef
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-18 18:31:35 +00:00
Max Hoffman
2ca625d388
exclude ld
2023-01-18 10:30:05 -08:00
Max Hoffman
b3a3cba91a
docstrings and bad hash tests
2023-01-18 09:55:27 -08:00
Max Hoffman
aa59d96252
Merge branch 'max/systab-to-commit-idx' of github.com:dolthub/dolt into max/systab-to-commit-idx
2023-01-18 09:37:31 -08:00
Max Hoffman
d993e05956
tidy
2023-01-18 09:37:22 -08:00
max-hoffman
a886def0c1
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-18 17:37:01 +00:00
Max Hoffman
b106c63e73
System table commit indexes
2023-01-18 09:35:29 -08:00
Brian Hendriks
230139fe1c
Merge pull request #5156 from dolthub/bheni-9c1bf056
...
[auto-bump] [no-release-notes] dependency by bheni
2023-01-17 17:23:12 -08:00
bheni
0e47730146
[ga-bump-dep] Bump dependency in Dolt by bheni
2023-01-18 00:21:40 +00:00
Aaron Son
28321dd5a9
Merge pull request #5152 from dolthub/aaron/sqle-read-replica-no-remote-commit-fetch-for-new-remote-branches
...
go/libraries/doltcore/sqle/read_replica_database.go: Optimize the sql-server read replica case when syncing a lot of new branches.
2023-01-17 16:06:43 -08:00
Zach Musgrave
b8b3d3f863
Merge pull request #5121 from dolthub/zachmu/refactor
...
[no-release-notes] Move types out of the sql package, change how system vars are initialized
2023-01-17 15:55:33 -08:00
Zach Musgrave
0922393546
Latest gms
2023-01-17 15:52:18 -08:00
Aaron Son
ae8f2b3b46
go/libraries/doltcore/sqle/read_replica_database.go: Optimize the sql-server read replica case when syncing a lot of new branches.
...
We already fetch all the new commits we need at once. Some lingering code had
us refetching the commit values themselves from the upstream instead of
directly setting the new branch to the commit hash which we just fetched.
2023-01-17 14:53:16 -08:00
reltuk
f50accb46c
[ga-bump-release] Update Dolt version to 0.52.5 and release v0.52.5
v0.52.5
2023-01-17 22:37:07 +00:00
Zach Musgrave
cba8161379
Fixed import group format error
2023-01-17 14:28:27 -08:00
zachmu
308a53e2a4
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2023-01-17 22:14:15 +00:00
Zach Musgrave
5cbfbb4a9b
Latest gms
2023-01-17 14:12:44 -08:00
Zach Musgrave
275ab86558
Fix error from merge
2023-01-17 14:10:58 -08:00
Zach Musgrave
8474e39df6
Merge main
2023-01-17 14:04:53 -08:00
Zach Musgrave
32e43d5635
Fixed missing system variables issue with SQL shell printing
2023-01-17 13:36:59 -08:00
Dustin Brown
05e054fc3f
[ga-bump-dep] Bump dependency in Dolt by jennifersp ( #5150 )
2023-01-17 11:55:02 -08:00
Daylon Wilkins
aad8d6eacd
Merge pull request #5123 from dolthub/daylon/call-as-of
...
Added CALL ... AS OF
2023-01-17 10:33:59 -08:00
Aaron Son
6742c53fb1
Merge pull request #5146 from dolthub/aaron/sqle-read-replication-optimistic-lock-on-workingset-update
...
go/libraries/doltcore/sqle: read_replica_database: Retry optimistic lock failures on read replica databases when updating our working set.
2023-01-17 09:41:45 -08:00
Daylon Wilkins
646f05475d
Added CALL ... AS OF
2023-01-17 07:59:06 -08:00
AndyA
cfaf231e9d
Merge pull request #5147 from dolthub/andy/speedup-sanity-check
...
go/store: Speed up sanity checks in `nbs.Store`
2023-01-15 19:17:10 -08:00
Andy Arthur
2781be1378
go/store/types: remove test for incompleteness
2023-01-13 16:12:20 -08:00
Andy Arthur
8fc0d97740
go/store/types: speedup addrs walks for SerialMessage
2023-01-13 16:07:36 -08:00
Andy Arthur
6fbe5b71cc
go/store/prolly/tree: fix recursive tree walks in ChunkStore sanity check
2023-01-13 15:43:53 -08:00
Aaron Son
223ecccc19
go/libraries/doltcore/sqle: read_replica_database: Retry optimistic lock failures on read replica databases when updating our working set.
2023-01-13 15:20:05 -08:00
jennifersp
fe9d51f2c1
fixes for changes on info_schema tables ( #5074 )
2023-01-13 11:31:22 -08:00
Taylor Bantle
7989e5ef13
Merge pull request #5055 from dolthub/taylor/put-many
...
[no-release-notes] Add sanity check to `Put`
2023-01-13 10:48:03 -08:00
jennifersp
9b2f6e131e
connect to remote branch not existent locally ( #5132 )
2023-01-13 09:45:55 -08:00
Maximilian Hoffman
1e356d3562
Edit systab tests ( #5141 )
2023-01-12 17:38:46 -08:00
Taylor Bantle
f4e91667b0
Some clean up, completely skip TestErrorIfDangling
2023-01-12 16:42:21 -08:00
Taylor Bantle
6e88487eb9
Fix TestSkipEnforceCompleteness, skip TestErrorIfDangling for DOLT
2023-01-12 16:09:37 -08:00
Taylor Bantle
6ef52fb2bb
Merge pull request #5103 from dolthub/taylor/kill-pull-2
...
[no-release-notes] Remove datas/pull
2023-01-12 15:30:27 -08:00
Taylor Bantle
47e9d0cdc3
Merge pull request #5096 from dolthub/taylor/memfactory
...
[no-release-notes] Use in mem blobstore in MemFactory
2023-01-12 15:30:10 -08:00
Taylor Bantle
6d70bccbbe
Remove valuefile ReadValue sanity check
2023-01-12 15:23:52 -08:00
stephanie
843e1df673
Merge pull request #5114 from dolthub/steph/dolt-4837
...
add "create database" header to dolt dump sql files
2023-01-12 15:00:30 -08:00
Taylor Bantle
e491364120
Remove comment
2023-01-12 14:13:46 -08:00