Commit Graph

10730 Commits

Author SHA1 Message Date
zachmu
de049c87f3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 02:04:19 +00:00
Zach Musgrave
69286e50ac Rewrote test to not compare json docs, which is failing in CI for some reason 2023-02-15 18:02:55 -08:00
zachmu
695666b60a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 01:41:11 +00:00
Zach Musgrave
4c8ebd5f1f Merge branch 'zachmu/drop-add-views' of github.com:dolthub/dolt into zachmu/drop-add-views 2023-02-15 17:39:56 -08:00
Zach Musgrave
b228edc046 Fixed tests, made rename illegal for dolt_schemas 2023-02-15 17:39:36 -08:00
zachmu
3c529bf51a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-16 01:29:12 +00:00
Zach Musgrave
b75f9a9129 Drop the dolt_schemas table after deleting all views and triggers 2023-02-15 17:23:00 -08:00
Zach Musgrave
cb8ffdf265 Re-enabled migration tests and fixed a bug 2023-02-15 16:59:04 -08:00
Zach Musgrave
c144b89538 Added data migration back 2023-02-15 16:37:20 -08:00
Zach Musgrave
962c6f4400 Bats tests 2023-02-15 15:32:08 -08:00
Zach Musgrave
d4a9ea0ce8 Fix remaining test 2023-02-15 14:52:49 -08:00
Zach Musgrave
8302037224 Test fixes 2023-02-15 14:25:16 -08:00
Zach Musgrave
55c65093c7 Inline schema method, fix a test 2023-02-15 14:10:57 -08:00
Zach Musgrave
01980e8bdf Simplified schema table lookups 2023-02-15 14:00:47 -08:00
Zach Musgrave
4524b9b7f6 Fixed listing fragments of type 2023-02-15 10:23:55 -08:00
Zach Musgrave
89534b0250 Rip out migration code 2023-02-15 10:17:59 -08:00
Zach Musgrave
938ea2d4df Started defining new schema for dolt_schemas 2023-02-14 18:44:21 -08:00
fulghum
6710afc3bb [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-02-10 00:40:47 +00:00
James Cor
93436b979b Merge pull request #5319 from dolthub/james/fk-stuff-again
don't create new index if matching on primary key
2023-02-09 13:38:44 -08:00
Zach Musgrave
e13275ba9b Merge pull request #5330 from dolthub/zachmu/remote-ref-replication
Fixed race when multiple clients attempt to connect to the same branc…
2023-02-09 11:52:05 -08:00
Zach Musgrave
079d3b767b Merge branch 'zachmu/remote-ref-replication' of github.com:dolthub/dolt into zachmu/remote-ref-replication 2023-02-08 17:45:11 -08:00
Zach Musgrave
d7d2b2a665 Missed error check 2023-02-08 17:45:07 -08:00
zachmu
499d3bd0fe [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-09 01:22:04 +00:00
Zach Musgrave
bbe82f0c09 refactored for readability 2023-02-08 16:23:33 -08:00
Zach Musgrave
677e6819f9 Ripped out upstream tracking for now 2023-02-08 16:08:31 -08:00
Pavel Safronov
38c6f2c18d Merge pull request #5331 from dolthub/pavel/dolt-5301
Add child refs to memtable only when a chunk was added.
2023-02-08 15:59:11 -08:00
Zach Musgrave
dc70db6cbe Save upstream tracking info for new branches 2023-02-08 15:28:25 -08:00
Zach Musgrave
a994e00bf8 Write remote tracking refs during replica pull 2023-02-08 15:10:42 -08:00
Zach Musgrave
c8e8b88c87 Fixed race where a branch ref has been created but the working set ref has not 2023-02-08 14:44:29 -08:00
Zach Musgrave
e2a895a9a2 looping logic bug fix 2023-02-08 14:33:37 -08:00
Zach Musgrave
18c9812f28 Better concurrency control, and some bug fixes in new branch creation 2023-02-08 13:57:45 -08:00
Zach Musgrave
ebf123211f Separated pulling branches from updating working set (not necessary on newly pulled branch) 2023-02-08 11:07:23 -08:00
Tim Sehn
21172d2058 Merge pull request #5320 from alrs/store-datas-errs
store/datas: fix dropped errors
2023-02-08 10:47:28 -08:00
stephanie
f8134e90c6 Merge pull request #5326 from dolthub/steph/query-timing
fixes timing for multi statement queries
2023-02-08 10:24:26 -08:00
Pavel Safronov
94df91fd44 Update tests to handle the new return type. 2023-02-07 17:53:12 -08:00
Pavel Safronov
1c294ec707 PR feedback: minor change to calculate function output instead of hard-coding it. 2023-02-07 17:14:29 -08:00
Pavel Safronov
c0cd58c192 Add child refs to memtable only when a chunk was added.
Fixes https://github.com/dolthub/dolt/issues/5301
2023-02-07 17:03:59 -08:00
zachmu
1fcbd1f9b6 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-07 23:31:23 +00:00
Zach Musgrave
bbc1824a40 Fixed race when multiple clients attempt to connect to the same branch the first time a replica fetches it 2023-02-07 15:29:34 -08:00
jennifersp
0e105b83e5 add bats test for binary string encoded to utf8 (#5294) 2023-02-07 14:47:10 -08:00
Maximilian Hoffman
826f5787d0 Trim compare string prefix (#5295)
* Prototype trim compare string prefix

* add tests

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

* copyright header

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-02-07 13:54:09 -08:00
Pavel Safronov
4534f16397 Merge pull request #5308 from dolthub/pavel/pprof-server-fix
Allow the pprof server to handle connections from non-localhost
2023-02-07 13:16:33 -08:00
James Cor
738e17119b removing TODO 2023-02-07 12:33:48 -08:00
Stephanie You
3b1307b884 fixes timing for multi statement queries 2023-02-07 11:56:37 -08:00
jennifersp
146ca895eb [ga-bump-dep] Bump dependency in Dolt by jennifersp 2023-02-07 15:46:27 +00:00
Lars Lehtonen
8b32bfa792 store/datas: fix dropped errors 2023-02-07 01:36:45 -08:00
JCOR11599
900846ce8e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-02-07 06:47:57 +00:00
James Cor
80a18e4625 refactor and fix code 2023-02-06 22:46:25 -08:00
James Cor
e725522364 Merge pull request #5315 from dolthub/james/prefix
slightly better prefix compare
2023-02-06 21:01:18 -08:00
jennifersp
463e93169b fix panic for unexpected json file format (#5302) 2023-02-06 17:55:14 -08:00