coffeegoddd
|
78dec60428
|
/.github/scripts/{import-benchmarking,sql-correctness}: add format to jobname
|
2022-10-26 14:26:24 -07:00 |
|
druvv
|
66894cb29d
|
[ga-bump-release] Update Dolt version to 0.50.10 and release v0.50.10
v0.50.10
|
2022-10-26 20:22:18 +00:00 |
|
jennifersp
|
5e6df9b84f
|
update dolt in readmes
|
2022-10-26 13:20:31 -07:00 |
|
AndyA
|
50bf3dbb5d
|
Merge pull request #4631 from dolthub/andy/migration-patch-pk-ordinals
go/doltcore/schema: Set primary key ordinals on schema migration
|
2022-10-26 13:19:23 -07:00 |
|
jennifersp
|
f4924c21c8
|
update readmes for docker images (#4632)
|
2022-10-26 13:12:47 -07:00 |
|
Dhruv Sringari
|
a787f5baff
|
validate ws migration, skip table validation if table did not change (#4630)
|
2022-10-26 13:07:40 -07:00 |
|
Andy Arthur
|
75c6eb5fcc
|
go/doltcore/schema: Set primary key ordinals on schema migration
|
2022-10-26 11:39:21 -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 |
|
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 |
|
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 |
|
jennifersp
|
2d87ce2962
|
remove update Dockerfile
|
2022-10-25 16:57:12 -07:00 |
|
Andy Arthur
|
b82ef7aabc
|
account for types.BoolKind in very old databases
|
2022-10-25 16:53:07 -07:00 |
|
Jason Fulghum
|
3c884df9ba
|
[no-release-notes] Merge pull request #4613 from dolthub/fulghum/bugfix
Fixing sql-server bats tests
|
2022-10-25 16:38:51 -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
v0.50.9
|
2022-10-25 23:20:02 +00:00 |
|
jennifersp
|
317a932b10
|
remove sep dockerfiles for arm64
|
2022-10-25 15:32:28 -07:00 |
|
AndyA
|
8da8273929
|
Merge pull request #4615 from dolthub/andy/nbs-cleanup
[no-release-notes] NBS cleanup
|
2022-10-25 15:29:56 -07: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 |
|
Jason Fulghum
|
89ae36a108
|
Stop using default socket location unless the test requires testing it and add extra handling to remove shared, global socket file when shutting down. Hunch is that socket file is not always getting cleaned up and causing other tests to fail to start sql-server.
|
2022-10-25 15:07:08 -07: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 |
|
Jason Fulghum
|
36426cea41
|
Stop requesting a new port when making a request to a running server.
|
2022-10-25 14:00:10 -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 |
|
Jason Fulghum
|
4da47965be
|
Fixing wrong variable name
|
2022-10-25 10:59:04 -07:00 |
|
Andy Arthur
|
56e6c2d9d4
|
updating migration integration tests
|
2022-10-25 09:23:09 -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
|
8253629f91
|
Merge pull request #4585 from dolthub/daylon/bc-cleanup
Branch Control Pt. 9
|
2022-10-25 06:31:19 -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
|
9f9d0cc174
|
Merge pull request #4594 from dolthub/taylor/log-ancestor-spec
Make dolt log work with `^` ancestor spec
|
2022-10-24 16:52:17 -07:00 |
|
jennifersp
|
375a57b107
|
use github actions for docker (#4609)
|
2022-10-24 16:52:06 -07:00 |
|
Taylor Bantle
|
0746ee624b
|
Merge remote-tracking branch 'origin/main' into taylor/log-ancestor-spec
|
2022-10-24 14:54:57 -07:00 |
|
jennifersp
|
9a50c1e7d1
|
Add dolt sql server docker image (#4605)
|
2022-10-24 14:10:43 -07:00 |
|
Andy Arthur
|
6a0bc4d28a
|
use binary collation for BINARY, VARBINARY, and BLOB
|
2022-10-24 14:09:35 -07:00 |
|
Dustin Brown
|
f1e51ed491
|
Merge pull request #4607 from dolthub/db/fix-ci
[no-release-notes] /.github/workflows: pull before commit
|
2022-10-24 13:48:01 -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 |
|
coffeegoddd
|
20a323ecb3
|
/.github/workflows: pull before commit
|
2022-10-24 12:35:40 -07:00 |
|
Dustin Brown
|
7d81a09c00
|
Merge pull request #4563 from dolthub/db/update-ci
[no-release-notes] /.github/{scripts,workflows}: bump actions
|
2022-10-24 11:02:39 -07:00 |
|
andrew-wm-arthur
|
a14a4d1dae
|
[ga-bump-release] Update Dolt version to 0.50.8 and release v0.50.8
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 |
|
James Cor
|
eefb68fe47
|
Merge pull request #4597 from dolthub/james/pk2
adding add autoinc col tests
|
2022-10-21 16:15:59 -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 |
|