Andy Arthur
42f0d87bf4
cleanup lingering reference to __DOLT_1__
2022-08-11 09:56:16 -07:00
Jason Fulghum
2a1482385e
Merge pull request #4021 from dolthub/fulghum/dolt_clone
...
Refactoring Dolt's use of `ExternalStoredProcedureDatabase` to `ExternalStoredProcedureProvider`
2022-08-10 17:04:50 -07:00
andrew-wm-arthur
b274ff5927
[ga-bump-release] Update Dolt version to 0.40.24 and release v0.40.24
v0.40.24
2022-08-10 23:44:06 +00:00
AndyA
06e04abe22
Merge pull request #4047 from dolthub/andy/safe-format
...
[no-release-notes] Update NomsBinFormat string to `__DOLT__` to differentiate from alpha formats
2022-08-10 16:11:26 -07:00
fulghum
81ce76c81b
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-08-10 22:49:43 +00:00
Jason Fulghum
973740ff28
Updating go.mod to pull in latest GMS commit
2022-08-10 15:41:50 -07:00
Jason Fulghum
407618e3c9
Updating go mod to pull in latest version of GMS
2022-08-10 15:33:53 -07:00
Dhruv Sringari
15108c7d07
fix for #4037 ( #4049 )
...
The ordering of the primary key columns in returned by Schema.GetAllCols() should not determine diffability.
If and only if the primary key tags, their relative ordering, and their types (in the new format) are equal, two schemas are diffable.
Schema.GetPkCols() always returns the columns in ordinal order.
2022-08-10 15:32:27 -07:00
Jason Fulghum
85d3faf7f6
Merge branch 'main' into fulghum/dolt_clone
2022-08-10 15:29:32 -07:00
Andy Arthur
d66cb41950
Merge remote-tracking branch 'origin/main' into andy/safe-format
2022-08-10 15:07:48 -07:00
Dustin Brown
0099e9d5ae
Merge pull request #4054 from dolthub/db/fix-args
...
[no-release-notes] /.github/workflows/performance-benchmarks-email-report.yaml: fix args for import
2022-08-10 12:00:20 -07:00
coffeegoddd
717bef315e
/.github/workflows/performance-benchmarks-email-report.yaml: fix args for import
2022-08-10 10:32:24 -07:00
Dhruv Sringari
ad47168282
Fix racey updates of NomsBlockStore putCount ( #4053 )
...
* fixes racey putCount
* pr comment
2022-08-10 10:21:34 -07:00
Jason Fulghum
1ed4d22140
Removing duplicated code by switching to new ExternalStoredProcedureRegistry utility class.
2022-08-10 09:41:23 -07:00
Andy Arthur
60fea25741
added shallow gc to migration
2022-08-09 22:21:38 -07:00
Andy Arthur
b4bd98ba38
Revert "update benchmarking workflows to turn off initBigRepo for __DOLT__"
...
This reverts commit eb5b1f7586 .
2022-08-09 15:56:00 -07:00
Andy Arthur
eb5b1f7586
update benchmarking workflows to turn off initBigRepo for __DOLT__
2022-08-09 15:54:18 -07:00
Andy Arthur
7a70fe1856
cleanup remaining references to __DOLT_1__
2022-08-09 15:34:10 -07:00
Jason Fulghum
bf8d3b24d4
First pass on updates from refactoring ExternalStoredProcedureDatabase to ExternalStoredProcedureProvider. Still needs a little more refactoring to clean up duplicated code.
2022-08-09 15:05:40 -07:00
Andy Arthur
b10a16dc0a
update types/encoding_test
2022-08-09 14:56:07 -07:00
Dhruv Sringari
1f5186325d
fix context being cancelled immediately ( #4046 )
2022-08-09 14:53:34 -07:00
Andy Arthur
f7ddd27904
Merge remote-tracking branch 'origin/main' into andy/safe-format
2022-08-09 14:50:01 -07:00
Vinai Rachakonda
e68c01a80d
Add a variety of skipped bats tests ( #4014 )
2022-08-09 14:46:51 -07:00
Andy Arthur
967cf6ae79
remove __DOLT_1__ in favor of __DOLT__
2022-08-09 14:44:26 -07:00
Jason Fulghum
6522c0d021
Backing out WorksWithoutDatabase change
2022-08-09 14:21:37 -07:00
Dustin Brown
b760d0eb78
Merge pull request #4038 from dolthub/db/ubuntu
...
[no-release-notes] bump ubuntu runners
2022-08-09 14:13:24 -07:00
coffeegoddd
715949c720
/.github/workflows/ci-bats-unix.yaml: bit of cleanup
2022-08-09 13:24:42 -07:00
coffeegoddd
f505d10b80
/integration-tests/bats/sql-server.bats: use port_finder in sql server test
2022-08-09 12:42:16 -07:00
bheni
cf05948892
[ga-bump-release] Update Dolt version to 0.40.23 and release v0.40.23
v0.40.23
2022-08-09 19:22:00 +00:00
Zach Musgrave
8d8dd648c4
Merge pull request #4045 from dolthub/zachmu/cte-update
...
[no-release-notes] Upgrade vitess and gms
2022-08-09 12:08:15 -07:00
Zach Musgrave
3e547e256b
Fixed bats tests that were using reserved words that needed quoting
2022-08-09 11:24:30 -07:00
coffeegoddd
a1529f9987
/.github/workflows/ci-bats-unix.yaml: wip, installing parquet-cli
2022-08-09 11:00:29 -07:00
Zach Musgrave
4bf188f64d
Undo downgrade of go-cmp
2022-08-09 10:09:48 -07:00
Zach Musgrave
6627250620
Merge main
2022-08-09 10:08:12 -07:00
Zach Musgrave
dd84980bd3
Upgrade gms and vitess
2022-08-09 10:07:06 -07:00
coffeegoddd
e4a380d132
/integration-tests/bats: replace parquet-tools with parquet-cli
2022-08-09 10:06:17 -07:00
Andy Arthur
0be856867e
fix overeager concurrency
2022-08-09 08:27:09 -07:00
Dhruv Sringari
cad363deeb
Fix indeterministic diff delta matching ( #4036 )
...
* fix indeterministic diff delta matching
Before this fix, tables with different names would attempted to be matched even if there was a pair of tables with a matching name.
* add a test
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* copyright
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-08-08 17:44:28 -07:00
Andy Arthur
a1f45645cf
special case string comparisons
2022-08-08 17:29:13 -07:00
Andy Arthur
2b7d973cfa
special case char validation
2022-08-08 16:46:55 -07:00
Andy Arthur
dc95aeea91
delay migration validation to facilitate archeology
2022-08-08 15:31:24 -07:00
coffeegoddd
7058c162eb
/.github/workflows: bump ubuntu to 22.04
2022-08-08 12:55:58 -07:00
James Cor
c6048c9c11
Merge pull request #4035 from dolthub/JCOR11599-b2d24093
...
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-08-08 11:44:57 -07:00
JCOR11599
df3b1cf3a5
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
2022-08-08 16:55:00 +00:00
Hydrocharged
b9f3cfd5c9
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2022-08-05 17:33:54 -07:00
AndyA
23a385d7fc
Merge pull request #4029 from dolthub/andy/migration-concurrency
...
Andy/migration concurrency
2022-08-05 16:16:16 -07:00
Jason Fulghum
d3d50761b0
Merge branch 'main' into fulghum/dolt_clone
2022-08-05 15:41:12 -07:00
Andy Arthur
8493aa13b2
Merge remote-tracking branch 'origin/main' into andy/migration-concurrency
2022-08-05 14:54:28 -07:00
Andy Arthur
db1664b754
revert value_store cache changes, fix go vet
2022-08-05 14:49:14 -07:00
Dhruv Sringari
59b8d649eb
fix dolt diff cli cmd not working with spaces in column names ( #4024 )
2022-08-05 13:37:53 -07:00