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
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
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
Stephanie You
a4ed2c2ba8
add bats tests for dolt ls
2023-10-17 17:03:54 -07:00
Aaron Son
597c4d56cd
Merge pull request #6831 from dolthub/aaron/cluster-nondolt-replication-graceful-standby
...
go: sqle: cluster: When performing a graceful transition to standby, take mysql and dolt_branch_control replication state into account.
2023-10-17 16:50:32 -07:00
Aaron Son
0c72ec5205
go: sqle: cluster: Take mysql and dolt_branch_control replication state into account when performing a graceful transition to standby.
2023-10-17 15:01:46 -07:00
Taylor Bantle
5c01935f13
Fix bats
2023-10-17 13:40:02 -07:00
Taylor Bantle
73f1bfabfa
Fix workbench tests
2023-10-17 10:48:37 -07:00
Taylor Bantle
dbb0bf8e2b
Make dolt_docs system table function like dolt_ignore
2023-10-17 09:34:16 -07:00
Nick Tobey
c3a827c8a8
Add BATS tests for dolt_ignore AS OF
2023-10-16 17:04:36 -07:00
jennifersp
c107df2bc2
add --all flag for dolt push ( #6787 )
2023-10-14 12:36:25 -07:00
Dustin Brown
9c46436d24
[auto-bump] [no-release-notes] dependency by JCOR11599 ( #6814 )
...
* [ga-bump-dep] Bump dependency in Dolt by JCOR11599
* skip batch test
---------
Co-authored-by: JCOR11599 <jcor@ucsd.edu >
Co-authored-by: James Cor <james@dolthub.com >
2023-10-13 17:36:17 -07:00
stephanie
36256bcdcc
Merge pull request #6774 from dolthub/steph/pull
...
migrate dolt pull to use sql queries
2023-10-13 15:25:17 -07:00
Stephanie You
fa50b5ba78
address PR comments
2023-10-13 12:39:54 -07:00
Stephanie You
961cdfbd4f
address PR comments
2023-10-13 01:15:41 -07:00
Stephanie You
871fab1546
update bats tests
2023-10-13 01:12:59 -07:00
Jason Fulghum
aab6972dad
Preventing dolt_checkout from creating new branches in read-only databases.
...
Fixes: https://github.com/dolthub/dolt/issues/6785
2023-10-12 13:37:09 -07:00
Jason Fulghum
a437340821
Merge branch 'fulghum/undrop' into aaron/undrop-cluster-tests
2023-10-11 15:59:22 -07:00
Jason Fulghum
d976b46b0d
PR Feedback: normalizing physical directory names when moving them to the dropped dbs directory, so that they will always match the logical name of the database when they are restored.
2023-10-10 14:12:20 -07:00
Stephanie You
f5e1c03a6c
flip status code for merge with conflicts in bats tests
2023-10-09 15:09:58 -07:00
Stephanie You
4f6e198558
address PR comments
2023-10-09 14:04:27 -07:00
Stephanie You
d8c6d56bce
more pull options bats tests
2023-10-09 13:17:41 -07:00
Stephanie You
aef2d199b4
unskip dolt pull --squash test
2023-10-09 10:29:29 -07:00