Commit Graph

2712 Commits

Author SHA1 Message Date
James Cor a3f4b5ecd9 bumping feature version (#6985)
Co-authored-by: James Cor <james@dolthub.com>
2023-11-09 12:22:04 -08:00
James Cor 5d31f836cf make GeomAddrEnc known as an address encoding (#6973) 2023-11-08 15:48:07 -08:00
James Cor c5710b42ab store GEOMETRY types as BLOBs (#6933) 2023-11-07 01:49:48 -08:00
Jason Fulghum ef163cedf1 Merge pull request #6947 from dolthub/fulghum/reflog-2
Switch reflog data to be stored in a ring buffer
2023-11-06 15:49:10 -08:00
stephanie 731c96104d Merge pull request #6953 from dolthub/steph/import-existing-fk
Fix `import` bats test for existing table with FK constraints
2023-11-06 15:36:36 -08:00
Stephanie You 6522866c4d fix import bats test for exiting table with fk constraints 2023-11-06 13:24:19 -08:00
Stephanie You 15b42980c4 remove space 2023-11-06 11:56:45 -08:00
Stephanie You b13f74253f revert changes for processing nulls 2023-11-06 11:46:14 -08:00
Stephanie You 1bfc7e344f import null doesn't violate fk constraint 2023-11-06 10:11:41 -08:00
Stephanie You a5c66246c5 Merge remote-tracking branch 'origin/main' into steph/deprecate-sql-client 2023-11-03 16:55:15 -07:00
Stephanie You 7b2dd70f78 fix sql server test 2023-11-03 15:30:25 -07:00
Jason Fulghum 71e03088f2 Updating BATS tests for reflog now that reflog uses a ring buffer to store root references (instead of ignoring root refs once the internal limit was hit) 2023-11-03 13:23:20 -07:00
Stephanie You ee7f16c970 fix bats test connection 2023-11-03 11:53:34 -07:00
Jason Fulghum 10dc56390a Adding a hook to control the max size of the reflog 2023-11-03 07:06:28 -07:00
Jason Fulghum c7dc6d2af0 Adding env var to disable reflog querying 2023-11-03 06:39:12 -07:00
Stephanie You 7a7a0384f8 simplify connection flags 2023-11-02 21:15:36 -07:00
Zach Musgrave 1c79d2ff8a Merge pull request #6919 from dolthub/zachmu/virtual
Partial support for virtual columns
2023-11-02 16:20:10 -07:00
Zach Musgrave fc6ae719b8 Removed redundant feature version test (we check this in setup in many places already) 2023-11-02 14:23:29 -07:00
Zach Musgrave 577a2873f0 Update feature version for bats 2023-11-02 13:19:02 -07:00
Zach Musgrave 0a1f6d0934 Cleanup, made skipped error messages only print with --verbose 2023-11-02 12:56:55 -07:00
Zach Musgrave f804f3c6c9 New tests, fixed existing ones 2023-11-02 12:47:23 -07:00
Stephanie You 111e8f2c5d fix capitalization typo 2023-11-02 09:15:25 -07:00
Stephanie You 290ca7d4ab remove dolt sql-client from bats tests 2023-11-01 18:03: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
Neil Macneale IV bf9897ed25 PR Feedback (noop) 2023-10-31 15:43:05 -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 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
Stephanie You 5b2169c37f fix bats tests 2023-10-30 12:32:23 -07:00
Stephanie You edaf65fc3e add warning message to dolt sql-client 2023-10-30 10:27:44 -07:00
Stephanie You 9c69905749 match tables by name 2023-10-27 16:11:32 -07:00
Tim Sehn 0979ffff47 Unskipped a bats test I added for a join across multiple databases on tables of the same name that is now fixed. 2023-10-24 16:03:22 -07:00
stephanie 8084c49ffe Merge pull request #6858 from dolthub/steph/version-err
Allow `dolt version` in folders without full permissions
2023-10-23 14:35:34 -07:00
Stephanie You a02ee53936 fix panic for mismatched column schema 2023-10-20 16:37:52 -07:00
Stephanie You 9ab9eb2a79 skip write permission check for dolt version 2023-10-20 16:21:19 -07:00
Stephanie You 93c44b6dac add file line number to import table error message 2023-10-20 15:23:19 -07:00
Stephanie You e2e1ca0279 add table name to import table error 2023-10-20 14:39:44 -07:00
Stephanie You 0c2c6270de add column names to import table error message 2023-10-20 14:33:44 -07:00
stephanie 84d2b376a1 Merge pull request #6845 from dolthub/steph/silent-push-pull
add --silent option for push, pull, fetch
2023-10-19 09:50:59 -07:00
stephanie 3688b8325e Merge pull request #6834 from dolthub/steph/ls
migrate dolt ls to use sql queries
2023-10-19 09:50:47 -07:00
Maximilian Hoffman 5364ef3786 JSON and stats interface refactor (#6833)
* JSON and stats interface refactor

* Fix some tests

* fix more tests

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump

* bump

* cleanup

* json keys are ordered

* bump

* keep ordered json string for CV types

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-10-18 20:29:31 -07:00
stephanie 973e676a0e Merge branch 'main' into steph/ls 2023-10-18 15:52:26 -07:00
Stephanie You ab4e12c023 add --silent option for push, pull, fetch 2023-10-18 15:48:30 -07:00
stephanie 48f565111c Merge pull request #6840 from dolthub/steph/merge-base
migrate dolt merge-base to use sql queries
2023-10-18 15:06:50 -07:00
Aaron Son bbe8070270 integration-tests/go-sql-server-driver: sql-server-cluster.yaml: Add a test for dolt_cluster_transition_to_standby when there are no dolt databases. 2023-10-18 14:40:24 -07:00
Stephanie You 0fdc1553fa address PR comments 2023-10-18 14:37:24 -07:00
Stephanie You fe084708b5 add remote test for dolt merge-base 2023-10-18 13:41:45 -07:00
Stephanie You e82fd5e9aa fix failing bats tests 2023-10-18 12:12:23 -07:00
Stephanie You dbf8172b75 add remote test for dolt ls 2023-10-17 17:03:54 -07:00