Commit Graph

11466 Commits

Author SHA1 Message Date
Dustin Brown cc59bef1f9 /.github/workflows/ci-bats-windows.yaml: stop bats windows on pr 2022-03-01 08:56:21 -08:00
zachmu 75a7011814 [ga-bump-release] Update Dolt version to 0.37.3 and release v0.37.3 v0.37.3 2022-03-01 01:02:58 +00:00
Zach Musgrave 18aa584d96 Merge pull request #2891 from dolthub/zachmu/gms-upgrade
[no-release-notes] One more gms bump
2022-02-28 16:50:52 -08:00
Zach Musgrave 2cbc439728 One more bump couldn't hurt right 2022-02-28 15:48:30 -08:00
AndyA 3f93ba07cc Merge pull request #2830 from dolthub/andy/tree-chunker-refactor
/go/store/prolly: Add Prolly Node array with subtree sizes
2022-02-28 14:21:13 -08:00
zachmu d76c9346d4 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-28 21:46:32 +00:00
Zach Musgrave 9ac2a86b69 One more gms bump 2022-02-28 13:43:14 -08:00
zachmu 082d7ff11b [ga-bump-release] Update Dolt version to 0.37.2 and release v0.37.2 v0.37.2 2022-02-28 21:10:08 +00:00
Zach Musgrave a0ffb6c7b6 Merge pull request #2888 from dolthub/james/fk-loop
don't loop through all fks, if change doesn't impact any fk columns
2022-02-28 12:25:24 -08:00
Zach Musgrave a7b4bfcdd1 Merge pull request #2886 from dolthub/zachmu/gms-upgrade
[no-release-notes] Bump gms
2022-02-28 11:39:43 -08:00
Andy Arthur 5f46e06ff6 fix content address test after subtree count buffer trimming 2022-02-28 11:18:24 -08:00
James Cor 836f81d46f feedback 2022-02-28 10:58:07 -08:00
James Cor 12120223ba comments again 2022-02-28 10:56:03 -08:00
James Cor a9543283f9 comments and todos 2022-02-28 10:52:46 -08:00
Zach Musgrave 986ca01493 Bump gms 2022-02-28 10:30:21 -08:00
Andy Arthur 2a85749cfe pr feedback 2022-02-28 09:57:38 -08:00
James Cor d4b2012863 removing pk check 2022-02-25 16:36:28 -08:00
James Cor 7c18eb42a9 Merge branch 'james/foreign-key-loop' of https://github.com/dolthub/dolt into james/foreign-key-loop 2022-02-25 15:58:44 -08:00
James Cor 722e34ec78 removing comment 2022-02-25 15:58:41 -08:00
JCOR11599 d27984dca8 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-25 23:56:51 +00:00
James Cor f6c50c70df check if column change is even a foreign key column 2022-02-25 15:49:28 -08:00
Aaron Son 2f4aae2e12 Merge pull request #2868 from dolthub/aaron/database-move-some-stuff-from-refs-to-addrs
[no-release-notes] go/store/datas: Make passed in Dataset for Commit assert the head of the current ref.
2022-02-25 10:42:17 -08:00
Andy Arthur f74603b205 cleanup 2022-02-25 10:10:46 -08:00
AndyA 149d124d45 Merge pull request #2871 from dolthub/andy/bench-tools
[no-release-notes] go/performance/scripts: Updated benchmarking tools
2022-02-25 08:02:42 -08:00
Maximilian Hoffman bdab3358f1 Remove index filters (#2828)
* GMS bump

* eliminate OR filters

* fix range filters and datetime formatting

* GMS bump

* cleanup

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

* remove some plan bats

* simplify all checks into is not null

* better comments

* daylon's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-02-24 22:32:22 -08:00
jennifersp 63933017e8 fix null value being exported for any types into .sql file (#2875) 2022-02-24 15:17:06 -08:00
Aaron Son d25a74d1fe Merge pull request #2876 from dolthub/aaron/dbfactory-file-fix-nbf-version-for-oldgen
[no-release-notes] go/libraries/doltcore/dbfactory: file.go: Fix the default NBF Format used when constructing the old gen to match the new gen.
2022-02-24 14:34:37 -08:00
Aaron Son 753e959eb5 go/libraries/doltcore/dbfactory: file.go: Fix the default NBF Format used when constructing the old gen to match the new gen. 2022-02-24 13:56:35 -08:00
Aaron Son 7f647a8144 Merge pull request #2862 from dolthub/aaron/seed-rand-principled
[no-release-notes] go/cmd/dolt: Properly seed the global source in math/rand at dolt start.
2022-02-24 11:41:57 -08:00
Zach Musgrave 2d63408286 Merge pull request #2873 from dolthub/max-hoffman-ec815d27
[auto-bump] [no-release-notes] dependency by max-hoffman
2022-02-24 11:08:47 -08:00
Zach Musgrave 98c9afc83e Merge pull request #2848 from dolthub/jennifer/unskip-dropTable-test
unskip dropTable bats test
2022-02-24 11:07:08 -08:00
max-hoffman 93b4caea2f [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2022-02-24 17:47:49 +00:00
James Cor 5b2b738a5d Merge pull request #2825 from dolthub/james/allow-duplicate-indexes
Removing Duplicate Index Constraint
2022-02-24 09:31:37 -08:00
James Cor f786e1dee8 merge with main 2022-02-23 16:40:59 -08:00
James Cor 99f9193b51 getting latest 2022-02-23 16:22:52 -08:00
AndyA c029ad0f72 Merge pull request #2870 from dolthub/andrew-wm-arthur-10f98458
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-02-23 15:53:55 -08:00
Jason Fulghum 8b9d41d548 Merge pull request #2843 from dolthub/fulghum/dolt-diff-change-type-2834
Expand DOLT_DIFF system table to indicate the type of change
2022-02-23 15:50:05 -08:00
Jason Fulghum 28b7e9cefb Minor updates from code review 2022-02-23 14:23:30 -08:00
Andy Arthur fbc762b133 fixed go mod 2022-02-23 13:50:02 -08:00
Andy Arthur d581cb0aee updated benchmarking tools 2022-02-23 13:47:29 -08:00
Aaron Son 32809492a6 Merge remote-tracking branch 'origin/main' into aaron/database-move-some-stuff-from-refs-to-addrs 2022-02-23 13:46:23 -08:00
Dhruv Sringari fee65bf8f2 Merge pull request #2867 from dolthub/dhruv/OverwriteManifestAndClose
go/store/nbs: Add OverwriteStoreManifest to nbs package
2022-02-23 13:38:51 -08:00
andrew-wm-arthur f01cac0c8a [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-02-23 21:34:19 +00:00
Dhruv Sringari eb125f8093 function lives in nbs package and not nbs itself 2022-02-23 12:19:13 -08:00
Jason Fulghum 83ffd8e7bd Merge pull request #2857 from dolthub/fulghum/dolt-diff-removing-tag-names
Removing use of SuperSchema from Dolt_Blame system view.
2022-02-23 11:41:07 -08:00
Dhruv Sringari a63bfcccb9 Concurrency control on nbs.upstream.lock 2022-02-23 10:24:51 -08:00
Dhruv Sringari 34af8eab30 OverwriteManifestAndClose 2022-02-22 17:24:01 -08:00
AndyA b929a60570 Merge pull request #2864 from dolthub/andy/optimize-delete
doltcore/sqle: Optimize Delete
2022-02-22 15:03:28 -08:00
andrew-wm-arthur 29d0a87d67 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-02-22 22:40:47 +00:00
Andy Arthur 88d92f9c0e deserialize subtree counts into treeChunker instead of node cursor 2022-02-22 14:11:33 -08:00