Commit Graph

21784 Commits

Author SHA1 Message Date
Zach Musgrave bcb8be4a6d Bump feature version 2023-11-01 16:14:05 -07:00
zachmu 962ddec3b1 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-11-01 23:08:15 +00:00
Zach Musgrave 197ff0986b upgrade gms 2023-11-01 15:58:27 -07:00
Zach Musgrave 93c1b791f8 Merge main 2023-11-01 15:58:09 -07:00
Zach Musgrave 341a1bfab9 Latest gms 2023-11-01 15:57:18 -07:00
Zach Musgrave 1880e00c5e Revert 2023-11-01 15:54:23 -07:00
Zach Musgrave f5d8a54b38 Reverted param changes to NewColumnWithTypeInfo 2023-11-01 15:51:24 -07:00
Dustin Brown 991eeb2486 Merge pull request #6929 from dolthub/db/fix-multiplier
[no-release-notes] /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: fix multiplier
2023-11-01 15:36:13 -07:00
coffeegoddd 82e21b397d /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: fix multiplier 2023-11-01 15:24:38 -07:00
Aaron Son 9ce8ce3b64 Merge pull request #6925 from dolthub/aaron/go-sql-server-driver-no-checked-in-certs
[no-release-notes] integration-tests/go-sql-server-driver: Change our approach to JWTs and X.509 certificates so that we generate what we need when we run the tests.
2023-11-01 14:40:03 -07:00
Aaron Son b4753b74dc Merge remote-tracking branch 'origin/main' into aaron/go-sql-server-driver-no-checked-in-certs 2023-11-01 14:39:26 -07:00
Dustin Brown d7c839bed8 Merge pull request #6926 from dolthub/db/bump-precision
[no-release-notes] /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: bump multiplier precision
2023-11-01 14:20:33 -07:00
Dustin Brown 5be3807a65 [auto-bump] [no-release-notes] dependency by JCOR11599 (#6922) 2023-11-01 13:38:00 -07:00
coffeegoddd d75499d0fb /.github/scripts/performance-benchmarking/get-mysql-dolt-job-json.sh: bump multiplier precision 2023-11-01 13:24:14 -07:00
Aaron Son ce544697da [no-release-notes] integration-tests/go-sql-server-driver: Change our approach to JWTs and X.509 certificates so that we generate what we need when we run the tests.
Fixes a bug where we had expiring certificates and JWTs in the repository and
old commits of the repository would stop passing integration tests and some
time in the future.
2023-11-01 12:54:48 -07:00
Zach Musgrave ba779ef6fa Merge upstream 2023-11-01 12:49:57 -07:00
Zach Musgrave 2598165fd9 PR feedback 2023-11-01 12:48:40 -07:00
zachmu 8e042db048 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-10-31 23:19:51 +00:00
Zach Musgrave fe42f6d21d Skip failing merge tests 2023-10-31 16:06:30 -07:00
macneale4 c7b85e8cb4 [ga-bump-release] Update Dolt version to 1.22.0 and release v1.22.0 v1.22.0 2023-10-31 22:59:49 +00:00
Neil Macneale IV 6579e5bcd0 Merge pull request #6917 from dolthub/macneale4/admin_procedures
Dolt admin procedures are now protected with an extra level of protection. Each admin procedure requires users have grants directly on the resource in question.
2023-10-31 15:45:49 -07:00
Neil Macneale IV bf9897ed25 PR Feedback (noop) 2023-10-31 15:43:05 -07:00
Zach Musgrave 3966913576 More tests 2023-10-31 11:22:50 -07:00
Zach Musgrave ca07a92746 New engine tests 2023-10-31 11:17:24 -07:00
Neil Macneale IV 65c0d99ff4 Procedure tests which verify AdminOnly option on dolt procedures 2023-10-31 11:03:10 -07:00
Neil Macneale IV ad5ccae8bd typo 2023-10-31 11:01:05 -07:00
Neil Macneale IV 547dbd8b95 Mark dolt procedures as AdminOnly to force tighter permission checks 2023-10-31 11:01:05 -07:00
Neil Macneale IV 13e346c0fd Tests for the privleges tables 2023-10-31 11:01:05 -07:00
Neil Macneale IV 85155eda22 dependabot squash (#6916)
* Bump golang.org/x/net from 0.15.0 to 0.17.0 in /go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump golang.org/x/net in /go/gen/proto/dolt/services/eventsapi

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump google.golang.org/grpc in /go/gen/proto/dolt/services/eventsapi

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy on integration-tests/go-sql-server-driver

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 11:00:36 -07:00
Dustin Brown fe8d941700 [ga-bump-dep] Bump dependency in Dolt by macneale4 (#6915)
Co-authored-by: macneale4 <46170177+macneale4@users.noreply.github.com>
2023-10-31 10:53:46 -07:00
Zach Musgrave b49b640399 Don't attempt to rebuild virtual indexes during engine validation 2023-10-31 09:55:15 -07:00
Zach Musgrave f1279258ee Bug fix and eliminated redundancy for index iter mappings 2023-10-30 17:11:33 -07:00
Jason Fulghum c1790e8cde Merge pull request #6914 from dolthub/fulghum-67bb3c8c
[auto-bump] [no-release-notes] dependency by fulghum
2023-10-30 17:00:34 -07:00
Zach Musgrave 3164e39a98 Better book keeping for storage / virtual columns, first working test 2023-10-30 16:49:22 -07:00
fulghum 6c4e470c0d [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-10-30 22:34:16 +00:00
Aaron Son 8e63f5c043 Merge pull request #6892 from dolthub/aaron/copy-table-file-close-fix
[no-release-notes] go/store/nbs: Change lifecycle for io.Reader in WriteTableFile / CopyTableFile so that the thing that opens the Reader is responsible for closing it.
2023-10-30 14:24:53 -07:00
Neil Macneale IV 2f5477b412 Merge pull request #6913 from dolthub/fulghum-2df39383
[auto-bump] [no-release-notes] dependency by fulghum

Addressed test failures resulting from external stored procedures
2023-10-30 14:21:07 -07:00
Zach Musgrave 3d2a23f7ea Second pass 2023-10-30 14:09:34 -07:00
Zach Musgrave 5dd51c613a Fixed inserts on virtual columns 2023-10-30 13:50:49 -07:00
Neil Macneale IV 5db8e87b1f Add memory procedures to user privs tests 2023-10-30 12:49:14 -07:00
stephanie 881f4db26a Merge pull request #6909 from dolthub/steph/import-table-bug
Remove schema overlap check for tables with same name
2023-10-30 12:32:49 -07:00
fulghum 6ce8165669 [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-10-30 19:20:45 +00:00
Aaron Son 0bd3f93f6e Merge remote-tracking branch 'origin/main' into aaron/copy-table-file-close-fix 2023-10-30 11:28:05 -07:00
Stephanie You 9da80eefba add clarifying comment 2023-10-30 10:57:39 -07:00
Zach Musgrave ca43a45013 Fixed some bugs in serialization / deserialization, getting started on converting virtual columns on store / read 2023-10-27 16:48:04 -07:00
stephanie 1f854bda05 Merge pull request #6907 from dolthub/steph/dump-docs-header
change CLI reference header
2023-10-27 16:34:57 -07:00
Stephanie You 9c69905749 match tables by name 2023-10-27 16:11:32 -07:00
Stephanie You 075c26bfad change header 2023-10-27 15:08:41 -07:00
Stephanie You 17db04a175 change CLI reference header 2023-10-27 13:58:13 -07:00
Aaron Son 36daa603cb Merge pull request #6884 from dolthub/aaron/remove-dynamodb-table-persister
[no-release-notes] go/store/nbs: Remove unused functionality which previously allowed storing small table files, containing very few chunks, in DynamoDB instead of S3.
2023-10-27 11:19:47 -07:00