Commit Graph

9631 Commits

Author SHA1 Message Date
James Cor
5b695850aa rest of feedback 2022-10-27 11:39:34 -07:00
James Cor
9d41187d30 Merge branch 'main' into james/indexes 2022-10-27 10:49:50 -07:00
James Cor
ad966508a3 some feedback 2022-10-27 10:49:37 -07:00
James Cor
b3aa6b633a Merge pull request #4626 from dolthub/james/import
more permissive constraints and types when importing
2022-10-26 16:46:01 -07:00
Andy Arthur
36c83f1b85 removed chunkReader.extract(), converted public method to private for chunkReader, chunkSource and tableSet 2022-10-26 14:27:12 -07:00
druvv
66894cb29d [ga-bump-release] Update Dolt version to 0.50.10 and release v0.50.10 2022-10-26 20:22:18 +00: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
James Cor
a9b0e28b91 hash keeps changing 2022-10-26 13:18:51 -07:00
James Cor
7830ea75d7 using empty string instead of primary 2022-10-26 13:10:24 -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
James Cor
72ce2119f5 removing block 2022-10-26 12:54:16 -07:00
James Cor
03daea09d0 better logic 2022-10-26 12:50:49 -07:00
James Cor
ddc70aa788 fixing logic for error 2022-10-26 12:35:25 -07:00
James Cor
48ba9230d6 uint64 to string 2022-10-26 12:22:27 -07:00
James Cor
e797eca206 removing all unsigned 2022-10-26 12:16:08 -07:00
James Cor
1fb8ba7079 fix for unsigned 2022-10-26 11:41:10 -07:00
Andy Arthur
75c6eb5fcc go/doltcore/schema: Set primary key ordinals on schema migration 2022-10-26 11:39:21 -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
James Cor
e39b5f8767 i hope this doesn't break anything 2022-10-25 13:40:02 -07:00
James Cor
332d4ab1e8 fixing 2022-10-25 13:36:36 -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
James Cor
a81644e538 nil smh 2022-10-25 12:55:04 -07:00
James Cor
a121891fa4 removing PkIndex() 2022-10-25 12:47:50 -07:00
Andy Arthur
6bb8889545 remove calcReads from chunkSource interface 2022-10-25 11:31:20 -07:00
James Cor
af60d942a8 removing comments and todos 2022-10-25 11:18:23 -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
James Cor
7c7a55f6ab everything SHOULD be working now...maybe add more tests 2022-10-25 10:47:29 -07:00
James Cor
74226578c1 Merge branch 'james/indexes' of https://github.com/dolthub/dolt into james/indexes 2022-10-25 10:26:06 -07:00
James Cor
31e5dd949f adding an implementation for bulk import 2022-10-25 10:26:01 -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