Commit Graph

5123 Commits

Author SHA1 Message Date
Vinai Rachakonda 4d50597424 Unblock Update Tests and add new bats test for Update Join #2274 2021-10-20 16:58:27 -07:00
Dustin Brown 1cc0df7c5c [ga-bump-dep] Bump dependency in Dolt by zachmu (#2272)
Co-authored-by: zachmu <zach@dolthub.com>
2021-10-20 11:56:47 -07:00
zachmu a8e599f93d [ga-bump-release] Update Dolt version to 0.31.0 and release v0.31.0 2021-10-20 17:25:41 +00:00
Zach Musgrave 93bb59163d Skipped test broken on main 2021-10-18 16:45:14 -07:00
Zach Musgrave ee4e2ed441 Reskip test 2021-10-18 15:40:18 -07:00
Zach Musgrave e3ff64990d Merge branch 'zachmu/views' of github.com:dolthub/dolt into zachmu/views 2021-10-18 15:27:34 -07:00
Zach Musgrave 684cefad92 Fixed broken bats test, upgraded GMS 2021-10-18 15:27:27 -07:00
zachmu 5572cf3086 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-10-18 22:23:42 +00:00
Zach Musgrave a3ca429c38 Typo 2021-10-18 15:17:48 -07:00
Zach Musgrave 4141dfe11b Fixed more interface breakage 2021-10-18 15:15:06 -07:00
Zach Musgrave 5bc4388a5f Fully working with new view interface 2021-10-18 14:33:01 -07:00
Zach Musgrave cd1ad41834 Removed RegisterSchemaFramgments 2021-10-18 11:47:36 -07:00
Dustin Brown fded10e248 [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#2264)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
2021-10-15 12:26:41 -07:00
Daylon Wilkins c8528e2e04 Reworked skipped fk test, display unresolved foreign keys 2021-10-14 03:17:36 -07:00
Vinai Rachakonda c95a51a733 Prevent pull from erroring on config with no email or name: (#2254) 2021-10-13 16:41:16 -07:00
Aaron Son 4db1834730 Merge pull request #2252 from dolthub/aaron/commit-parents-closure-find-common-ancestor
go/store/data: Use new parents_closure field for FindCommonAncestor.
2021-10-13 15:52:34 -07:00
Aaron Son 672bcececd Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure-find-common-ancestor 2021-10-12 15:39:55 -07:00
Aaron Son 459d98defe Add a TODO to seek in FindCommonAncestor implementation. 2021-10-12 15:39:49 -07:00
Andy Arthur 42c6164aa4 proper nested waiting for conflict streaming map 2021-10-12 14:45:56 -07:00
zachmu 1abdae8d55 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-10-12 19:59:00 +00:00
Zach Musgrave c8c83c749b Merge branch 'main' into zachmu/scrip-tests 2021-10-12 12:54:37 -07:00
Zach Musgrave b094202323 Merge main 2021-10-12 12:52:58 -07:00
Zach Musgrave 73a84f82e0 Upgrade gms 2021-10-12 12:49:43 -07:00
Aaron Son dd5161f79b go/store/datas: Encapsulate some iterator logic for FindCommonAncestors in a struct. 2021-10-12 10:40:27 -07:00
Aaron Son 6129e9568e Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure-find-common-ancestor 2021-10-12 10:39:56 -07:00
Aaron Son 74adee855a Merge pull request #2235 from dolthub/aaron/commit-parents-closure
go/store/datas: Materialize a parents closure map at commit time.
2021-10-12 10:39:48 -07:00
Aaron Son 8cece700e8 go/store/datas: First pass at implementing FindCommonAncestor when parents_closure is present. 2021-10-12 09:40:55 -07:00
Daylon Wilkins 0198e77da2 Disabled FK checks allows delayed FK resolution and dropping referenced tables 2021-10-12 05:54:11 -07:00
Aaron Son 1aead8d4cf Fix up tests with hardcoded commit hashes for new parents_closure storage. 2021-10-11 14:21:10 -07:00
reltuk ad14ca9c44 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-10-11 21:03:19 +00:00
Aaron Son 812c5fccd8 go/store/datas: Ref the parents_closure Map, instead of storing it inline. 2021-10-11 13:57:30 -07:00
Zach Musgrave b7770f8ea2 Added script tests specific to dolt 2021-10-11 12:49:29 -07:00
Andy Arthur 52a82dbd9f refactored rollingByteHasher for code sharing 2021-10-11 12:48:01 -07:00
Andy Arthur 3f6e7133cb refactored extracted interface as 'sequenceSplitter' 2021-10-11 12:26:51 -07:00
Andy Arthur 87e1a32bf4 plumbed new chunker interface 2021-10-11 11:49:27 -07:00
Andy Arthur e9c5db3e6b extracted interface for chunker 2021-10-08 17:29:07 -07:00
reltuk fdd08f9216 [ga-bump-release] Update Dolt version to 0.30.3 and release v0.30.3 2021-10-08 22:01:55 +00:00
Aaron Son 859164ecb7 Merge remote-tracking branch 'origin/main' into aaron/commit-parents-closure 2021-10-08 14:34:37 -07:00
Vinai Rachakonda 493f035e88 Add Read Only Transaction Functionality To Dolt (#2213) 2021-10-08 14:20:49 -07:00
Aaron Son b55b67788a go/go.mod: Bump go-mysql-server. 2021-10-08 12:35:08 -07:00
Maximilian Hoffman 4eba5cb02c add host option for docker-compose workflows (#2239)
* add host option for docker-compose workflows

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-10-08 11:34:42 -07:00
Aaron Son e130603bcd go/store/datas: Update parents_closure tests to assert on map values as well. 2021-10-08 10:07:54 -07:00
Aaron Son d769a2c514 go/store/datas: Add some tests for parents_closure value. 2021-10-08 10:07:54 -07:00
Aaron Son 90061c2fd9 go/store/datas: Implement getParentsClosure to materialize the parents closure. 2021-10-08 10:07:54 -07:00
Aaron Son 646c91d093 go/store/datas: Add parents_closure to commit struct. 2021-10-08 10:07:54 -07:00
Aaron Son 17dc3e72c3 store/datas: NewCommit -> newCommit, start threading parentsSkipList parameter through.
store/datas: Add ability to store parents_skip_list field to Commit Struct.
2021-10-08 10:07:54 -07:00
Daylon Wilkins 87b7ed61d1 Prevent panic when iea capacity is reached and undo operations are attempted 2021-10-07 15:19:46 -07:00
Brian Hendriks fe2fdd8ddd Use a Tuple Factory for inserts to decrease memory usage. (#2238) 2021-10-07 11:41:17 -07:00
Aaron Son 86307b6f8e Merge pull request #2230 from abmyii/arm-dolt-push
Fixes for dolt on arm devices
2021-10-07 09:05:55 -07:00
Maximilian Hoffman 4d97326080 noff doesn't surface constraint violations (#2233)
* noff doesn't surface constraint violations

* only no-ff merge if we can fast-forward HEAD safely

* daylon's comments

* same error skip for sql
2021-10-06 19:49:26 -07:00