James Cor
|
1fb8ba7079
|
fix for unsigned
|
2022-10-26 11:41:10 -07:00 |
|
James Cor
|
548a37b4fa
|
Merge branch 'main' into james/import
|
2022-10-26 11:22:13 -07:00 |
|
James Cor
|
02d892ba22
|
Merge branch 'main' into james/import
|
2022-10-26 11:21:59 -07:00 |
|
James Cor
|
8c24080bca
|
no more unsigned
|
2022-10-26 11:21:04 -07:00 |
|
Aaron Son
|
4157c40061
|
Merge pull request #4618 from dolthub/aaron/remotesrv-seal-http-requests
go/libraries/doltcore/remotesrv: Add a symmetric key encryption layer to seal URL returned from the gRPC service an unseal them in the HTTP service.
|
2022-10-26 10:35:47 -07:00 |
|
AndyA
|
0d2623f261
|
Merge pull request #4624 from dolthub/andy/migration-fix
go/doltcore/migrate: Account for `types.BoolKind` in very old databases
|
2022-10-26 10:21:10 -07:00 |
|
James Cor
|
9e8166f1f5
|
fixing enginetests
|
2022-10-26 10:11:16 -07:00 |
|
Dhruv Sringari
|
805a47120c
|
[dolt migrate]: don't prefetch leaf nodes when validating migrated data (#4619)
* don't prefetch leaf nodes when validating migrated data
* pr comment
|
2022-10-26 09:27:22 -07:00 |
|
James Cor
|
d3d97499f6
|
fix
|
2022-10-25 23:02:20 -07:00 |
|
AndyA
|
ee68a95bad
|
Merge pull request #4617 from dolthub/andy/faster-table-index-lookup
go/store/nbs: Faster prefix lookup for table file indices
|
2022-10-25 17:21:14 -07:00 |
|
Andy Arthur
|
b82ef7aabc
|
account for types.BoolKind in very old databases
|
2022-10-25 16:53:07 -07:00 |
|
Aaron Son
|
db67f086f6
|
go/utils/remotesrv: Fix NewServer usage.
|
2022-10-25 16:29:12 -07:00 |
|
max-hoffman
|
9f0d69bc7e
|
[ga-bump-release] Update Dolt version to 0.50.9 and release v0.50.9
|
2022-10-25 23:20:02 +00:00 |
|
Aaron Son
|
143adde123
|
go/libraries/doltcore/remotesrv: Clean up some panics.
|
2022-10-25 15:20:35 -07:00 |
|
reltuk
|
5d2e4d850f
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2022-10-25 22:17:23 +00:00 |
|
Aaron Son
|
73072a85f8
|
go/libraries/doltcore/remotesrv: Add a symmetric key encryption layer to seal URL returned from the gRPC service an unseal them in the HTTP service.
This will allow us to add authn/z to the gRPC layer.
|
2022-10-25 14:46:14 -07:00 |
|
Andy Arthur
|
141aa1c8c0
|
fix typo
|
2022-10-25 14:40:33 -07:00 |
|
Andy Arthur
|
298e2d3d2e
|
go/store/nbs: Faster prefix lookup for table file indices
|
2022-10-25 14:15:15 -07:00 |
|
Andy Arthur
|
6356ebb52d
|
Merge remote-tracking branch 'origin/main' into andy/nbs-cleanup
|
2022-10-25 13:48:51 -07:00 |
|
Andy Arthur
|
7f66f4c7e3
|
remove chunkReadPlanner interface
|
2022-10-25 13:43:12 -07:00 |
|
AndyA
|
843daa1a92
|
Merge pull request #4608 from dolthub/andy/migration-binary-collation
go/doltcore/migrate: Patch schemas to use `utf8mb4_0900_bin` to match e…
|
2022-10-25 13:15:17 -07:00 |
|
Andy Arthur
|
4f2c188b84
|
prune unused functions
|
2022-10-25 13:13:26 -07:00 |
|
Andy Arthur
|
6bb8889545
|
remove calcReads from chunkSource interface
|
2022-10-25 11:31:20 -07:00 |
|
Dustin Brown
|
57703e2826
|
[auto-bump] [no-release-notes] dependency by max-hoffman (#4611)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
|
2022-10-25 11:02:06 -07:00 |
|
Maximilian Hoffman
|
b351314939
|
join ordering GMS bump (#4516)
* init
* go.mod changes
* gms bump
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* edit local gms
* GMS changes
* skip single q test
* fix tests
* fix lingering tests
* bump
* another explain bats
* gms bump
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* gms bump
* [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>
|
2022-10-25 09:06:16 -07:00 |
|
Daylon Wilkins
|
041e9e0872
|
Branch control temp code removal, more tests, added remaining procedures
|
2022-10-25 05:45:32 -07:00 |
|
Taylor Bantle
|
0746ee624b
|
Merge remote-tracking branch 'origin/main' into taylor/log-ancestor-spec
|
2022-10-24 14:54:57 -07:00 |
|
Andy Arthur
|
6a0bc4d28a
|
use binary collation for BINARY, VARBINARY, and BLOB
|
2022-10-24 14:09:35 -07:00 |
|
Andy Arthur
|
a0c0f24e79
|
go/doltcore/migrate: patch schemas to use utf8mb4_0900_bin to match existing index order
|
2022-10-24 13:27:39 -07:00 |
|
andrew-wm-arthur
|
a14a4d1dae
|
[ga-bump-release] Update Dolt version to 0.50.8 and release v0.50.8
|
2022-10-22 02:02:33 +00:00 |
|
AndyA
|
e16be4ab5b
|
Merge pull request #4598 from dolthub/andy/fix-tag-collision
go/doltcore/doltdb: Account for drop/add column tag reuse when generating new columns
|
2022-10-21 18:49:07 -07:00 |
|
Andy Arthur
|
b40cb00f00
|
added BATS, fix nil panic
|
2022-10-21 16:12:27 -07:00 |
|
James Cor
|
2d9acd376b
|
prepareds count
|
2022-10-21 15:45:25 -07:00 |
|
James Cor
|
e1404a76db
|
aaaaaaaaaa
|
2022-10-21 15:36:51 -07:00 |
|
James Cor
|
004144db32
|
adding add autoinc col tests
|
2022-10-21 15:35:02 -07:00 |
|
Andy Arthur
|
6bfe87ad5f
|
account for drop/add column tag reuse when generating new columns
|
2022-10-21 15:34:54 -07:00 |
|
Taylor Bantle
|
ae5c767f8e
|
Merge pull request #4577 from dolthub/taylor/log-tf-options-1
Add `--not`, `--min-parents`, and `--merges` to dolt_log table function
|
2022-10-21 11:37:49 -07:00 |
|
druvv
|
2ea93ca3a8
|
[ga-bump-release] Update Dolt version to 0.50.7 and release v0.50.7
|
2022-10-21 01:04:45 +00:00 |
|
Dhruv Sringari
|
739f090ba4
|
interpret 0 value tag as a non-empty value (#4592)
|
2022-10-20 16:43:46 -07:00 |
|
Taylor Bantle
|
409dd36bbb
|
dolt log works with ^ ancestor spec
|
2022-10-20 16:14:14 -07:00 |
|
Taylor Bantle
|
47edc3e0f7
|
Merge remote-tracking branch 'origin/main' into taylor/log-tf-options-1
|
2022-10-20 14:52:21 -07:00 |
|
Taylor Bantle
|
4c12e168f1
|
Add getDoltArgs doc and make it reuseable for other table functions
|
2022-10-20 14:50:37 -07:00 |
|
Andy Arthur
|
a90f64a1a5
|
Added doc comments to schema.Schema, integration test
|
2022-10-20 12:17:01 -07:00 |
|
Andy Arthur
|
a9f1435143
|
removing unused DDL code
|
2022-10-20 09:38:03 -07:00 |
|
druvv
|
9686c5a0d8
|
[ga-bump-release] Update Dolt version to 0.50.6 and release v0.50.6
|
2022-10-20 04:06:03 +00:00 |
|
Dhruv Sringari
|
ddc6f61e6f
|
Fix panic when merging tables that have a check constraint with some string literal (#4582)
* fix sending a nil ctx to sqle.ColumnsFromCheckDefinition
* fix bats
* pr comments
* fix tests
|
2022-10-19 20:51:38 -07:00 |
|
Daylon Wilkins
|
7fae442715
|
Merge pull request #4571 from dolthub/daylon/bc-tests
Branch Control Pt. 8
|
2022-10-19 17:29:15 -07:00 |
|
JCOR11599
|
fb3bd0366d
|
[ga-bump-dep] Bump dependency in Dolt by JCOR11599
|
2022-10-19 20:38:58 +00:00 |
|
Taylor Bantle
|
d85b0b519b
|
Add --decorate to dolt_log table function
|
2022-10-19 10:56:10 -07:00 |
|
Taylor Bantle
|
3b4c3ab38b
|
Add --parents to dolt_log table function
|
2022-10-19 10:55:36 -07:00 |
|