Commit Graph

11918 Commits

Author SHA1 Message Date
fulghum 81857a3196 [ga-bump-release] Update Dolt version to 0.37.8 and release v0.37.8 v0.37.8 2022-03-30 20:49:23 +00:00
Dustin Brown 33e6c5a72f [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#3120)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
2022-03-29 16:02:24 -07:00
Dhruv Sringari b9f29fd347 Merge pull request #3080 from dolthub/dhruv/memory-quota
go/libraries/doltcore/dbfactory: Thread memory quota provider through store layer to onHeapTableIndex
2022-03-29 13:28:25 -07:00
AndyA 779ab94a70 Merge pull request #3115 from dolthub/andy/ci-new-format
[no-release-notes] Add CI step for new format enginetests
2022-03-29 13:21:39 -07:00
AndyA af4a5d2492 Merge pull request #3114 from dolthub/andy/prolly-partitions-and-point-lookups
[no-release-notes] Andy/prolly partitions and point lookups
2022-03-29 12:51:48 -07:00
AndyA 38a936e7b1 Merge pull request #3118 from dolthub/andy/unskip-replace-tests
[no-release-notes] go/libraries/doltcore/sqle/enginetest: Unskip Replace Into tests
2022-03-29 12:15:41 -07:00
Dustin Brown ea410bfd02 [auto-bump] [no-release-notes] dependency by jennifersp (#3112) 2022-03-29 11:21:28 -07:00
Andy Arthur 213cdb2a98 like lazarus from the tomb, they emerge somehow intact and alive 2022-03-29 11:16:15 -07:00
Dhruv Sringari aee1ca2dd2 delete nbs index cache 2022-03-29 11:15:30 -07:00
Andy Arthur 66e37fe77c update manually skipped queries 2022-03-29 11:10:38 -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
Andy Arthur db6a0abb12 fix new format ci step 2022-03-29 10:56:57 -07:00
Andy Arthur 8bc1cd0dac add ci step for new format enginetests 2022-03-29 10:50:13 -07:00
Andy Arthur a0fb901bca skip failing new format tests 2022-03-29 10:26:02 -07:00
Andy Arthur c4fbdaeaa7 Merge branch 'andy/prolly-partitions-and-point-lookups' of github.com:dolthub/dolt into andy/prolly-partitions-and-point-lookups 2022-03-29 10:03:58 -07:00
Andy Arthur 691bf10c09 cleanup 2022-03-29 10:00:56 -07:00
Andy Arthur d069fd6e17 deduplicating insert tuples in diff test 2022-03-29 09:59:24 -07:00
andrew-wm-arthur b9addfbbba [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-29 16:28:32 +00:00
Andy Arthur 761b8cbf41 skipping panicking enginetests 2022-03-29 09:25:20 -07:00
Andy Arthur 996ebc7c03 added case for empty map iter 2022-03-29 09:09:57 -07:00
Andy Arthur 9122fc5147 Merge remote-tracking branch 'origin/main' into andy/prolly-partitions-and-point-lookups 2022-03-29 09:04:09 -07:00
AndyA 76eff4c360 Merge pull request #3069 from dolthub/andy/complex-index-queries
[no-release-notes] go/{store/prolly, libraries/doltcore/sqle}: Redefine `prolly.Range` to support all range queries
2022-03-29 09:03:46 -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
Andy Arthur b8d0e90187 use ordinal bounds for noms and prolly table partitions 2022-03-28 17:19:52 -07:00
Andy Arthur eb9ebcda63 added ordinal range tests 2022-03-28 17:11:55 -07:00
Dhruv Sringari 0df6b6281f Merge pull request #3108 from dolthub/dhruv/push-timeout-bug
DoltChunkStore: Table file uploads now retry both the GetUploadLocations call and the PUT call
2022-03-28 16:37:28 -07:00
Jason Fulghum 99e7890573 Merge pull request #3063 from dolthub/fulghum/dolt_diff_priv_tests
[no-release-notes] Adding tests for dolt_diff table function CheckPrivileges code
2022-03-28 16:36:35 -07:00
Vinai Rachakonda 3b0bab109d Enable the primary key to act as a proper covering index (#3098) 2022-03-28 16:18:54 -07:00
Dhruv Sringari 69c8021920 Push ReleaseQuota down into onHeapTableIndex Close() 2022-03-28 16:06:33 -07:00
Andy Arthur 4d1bd38eb7 added IterOrdinalRange to prolly.Map and proll.MutableMap 2022-03-28 15:50:43 -07:00
Aaron Son 87bf948031 Merge pull request #3077 from dolthub/aaron/datas-commit-as-fb-message
[no-release-notes] go/store/datas: First pass at serializing commits as flatbuffer messages.
2022-03-28 15:27:44 -07:00
Andy Arthur 789943b037 updated covering index check 2022-03-28 15:10:35 -07:00
James Cor b9e2348472 Merge pull request #3106 from dolthub/james/replicate_heads_session_var
Make `dolt_replicate_heads` and `dolt_replicate_all_heads` both Global and Session variable
2022-03-28 15:02:37 -07:00
Jason Fulghum aeb834b60a Adding additional tests to cover various levels of grants (single table, multi-table, global/multi-db). 2022-03-28 14:40:14 -07:00
Aaron Son 4499e6dd1d PR feedback. 2022-03-28 14:29:58 -07:00
Dhruv Sringari 3f35728362 DoltChunkStore: group table file upload location call and upload 2022-03-28 14:22:56 -07:00
James Cor 85b426dbba changing to both and adding test 2022-03-28 14:05:34 -07:00
Dhruv Sringari c5a41a9b92 Merge pull request #3095 from dolthub/dhruv/push-timeout-bug
go/libraries/doltcore: Fix bad upload table file retries
2022-03-28 09:45:56 -07:00
Vinai Rachakonda 9855a0942a Build Dolt against GMS to test multi-alter DDL changes (#3083) 2022-03-27 16:13:46 -07:00
Andy Arthur 6502a9a86f special case point range lookups 2022-03-25 15:41:02 -07:00
druvv 8f6c203dc8 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-25 22:04:48 +00:00
AndyA 716b3dd609 Merge pull request #3032 from dolthub/andy/new-auto-increment
go/libraries/doltcore/sqle: Refactored Auto Increment
2022-03-25 14:29:32 -07:00
Dhruv Sringari c0c54db5d2 Fix bad upload table file retries 2022-03-25 14:09:46 -07:00
andrew-wm-arthur bb9c879f2a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-03-25 20:43:20 +00:00
Andy Arthur 107e8511b0 Merge remote-tracking branch 'origin/main' into andy/new-auto-increment 2022-03-25 13:41:26 -07:00
Andy Arthur 99a16ef90b pr feedback 2022-03-25 13:38:07 -07:00
Andy Arthur 59915e2a65 picked up GMS main 2022-03-25 13:32:23 -07:00
AndyA e1edc6f667 Merge pull request #3090 from dolthub/andy/validate-auto-increment
go/libraries/doltcore/schema: Added auto increment validation to schema serialization
2022-03-25 13:17:56 -07:00
Andy Arthur 06a9ead706 added auto increment validation to schema serialization 2022-03-25 11:43:31 -07:00
Andy Arthur 159404d908 fix null range search, cleanup 2022-03-25 10:55:09 -07:00