Commit Graph

1503 Commits

Author SHA1 Message Date
Aaron Son 6d7a569e61 integration-tests/go-sql-server-driver: Use 385{1,2} instead of 5005{1,2} for cluster remotesapi ports. 2022-11-10 16:34:49 -08:00
Jason Fulghum 0302ac5a3b Merge pull request #4744 from dolthub/fulghum/orm-testing
Added basic smoke test for TypeORM
2022-11-10 14:10:18 -08:00
Maximilian Hoffman 08167dfd5d Redo import perf (#4689)
* import perf harness prog

* more test isolation

* rework common dep

* fix server driver

* delete old files, fix readme

* more readme fixes

* batching edits

* edits

* skip import tests by def

* GA starter

* rename

* fix arg name

* change input name again

* remove espaced character from input desc

* fix env definition

* fix env definition

* fix workflow_dispatch name

* CI test files

* remove os spec

* runs on

* different set variable

* defaults

* defaults

* remove local GMS

* edits

* run bench from go/ directory

* dropped def equals

* go run, not go build

* fix output command name

* configure dolt

* fix query file path

* fix query file path

* switch query and inputs

* fix format <<EOF

* reformat yaml

* debug output

* more debug output

* fix echo -> cat

* fix to json flag

* fix yaml spacing

* yaml spacing

* yaml spacing

* revert html spacing

* json format

* env var expansion

* echo not cat

* another json string printing error

* no echo

* log template

* no template string

* wrong parameter, template should be templateName

* remove console.log

* pass file, not string, to ses

* rely on preexisting template? email action interface

* fix yaml

* fix html print

* fix html header

* change ci script

* fix sql-server connection pass

* mysql no password, setup default db

* put password back

* missed port for default database

* expanded CI tests

* shorter test file

* extend ci tests

* change default query

* try to push to dolthub

* modify push to dolthub

* duplicate test names

* typo

* dolt-action version

* invalid param for dolt_action

* specify feature branch

* specify main branch dolt-action

* -b flag first

* dont need -q flag for batch EOF

* combine results and dolthub push

* missing curly brace

* no auth

* new creds

* new cred fun

* use the cred key

* try again

* log table

* move push out of batch

* more logging

* new vs old branch

* fix branch rule

* more test

* all tests

* smaller tests

* smaller tests

* double env: key

* fix yaml error

* more yaml errors

* more yaml errors

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

* linting fixes, remove other import nightly

* linting

* go vet

* licenses

* fix compile errorrs

* warn don't panic on init()

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

* no external package

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

* unused dep

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

* Revert perf scripts

* refactor to repo dispatch

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-11-10 12:56:43 -08:00
Jason Fulghum 988043cd27 Adding more test function comments 2022-11-10 12:39:00 -08:00
Jason Fulghum c07f46b97c Adding a TypeORM smoke test 2022-11-09 13:28:40 -08:00
Jason Fulghum 5b5145e613 Merge branch 'main' into fulghum/orm-testing 2022-11-09 11:36:36 -08:00
Jason Fulghum 5c4e566b83 Readme updates 2022-11-09 11:35:53 -08:00
Andy Arthur 45bc3c1e16 update bats tests 2022-11-08 17:21:02 -08:00
Andy Arthur 61b43c0705 update dolt docs commands with new names 2022-11-08 16:30:48 -08:00
Jason Fulghum a62e12686c [no-release-notes] Merge pull request #4686 from dolthub/fulghum/orm-testing
Prisma compatibility smoke testing
2022-11-08 15:43:29 -08:00
James Cor fd4fdabae4 bump and bats fix 2022-11-08 13:02:21 -08:00
jennifersp 9bd2a889b6 warning instead of error for unix socket address already in use when starting sql server (#4697) 2022-11-07 19:55:18 -08:00
Taylor Bantle 8a6f124b64 Merge pull request #4681 from dolthub/taylor/log-args
Allow supplying multiple start/excluding refs to dolt log
2022-11-07 11:58:18 -08:00
Taylor Bantle 9423991672 Merge pull request #4691 from dolthub/taylor/three-dot-log
Support three dot log
2022-11-07 10:29:05 -08:00
Taylor Bantle 20c0ae3010 Feedback 2022-11-07 10:27:37 -08:00
James Cor 6bb7fe5b83 updating regression test to not use varchar prefix 2022-11-04 10:15:39 -07:00
Dhruv Sringari 9d1cdec100 add some json bats for the new format 2022-11-03 18:36:25 -07:00
Taylor Bantle 9d0b7884f3 dolt_log table function supports three dot 2022-11-02 14:52:02 -07:00
Taylor Bantle a271c4dc20 Three dot log CLI 2022-11-02 14:52:02 -07:00
Taylor Bantle f7246f854b Supply multiple refs to --not 2022-11-02 13:39:38 -07:00
Taylor Bantle 50d3ff23fd Allow multiple refs for dolt log 2022-11-02 13:39:37 -07:00
Aaron Son 9b70201ef7 Merge remote-tracking branch 'origin/main' into aaron/cluster-serve-jwks-use-jwt-on-rpcs 2022-11-02 11:22:24 -07:00
Aaron Son 57523a9323 go/libraries/doltcore/sqle/cluster: Add the ability to generate a keypair, serve a JWKS, and sign outbound RPCs with a JWT. 2022-11-02 09:54:09 -07:00
Jason Fulghum c1e4cb1ada Removing pnpm lock file 2022-11-01 17:16:36 -07:00
Jason Fulghum 69e1932fcf Fixing port in db URL 2022-11-01 17:06:48 -07:00
Pavel Safronov 14277bc638 Merge pull request #4636 from dolthub/pavel/dolt_commit-amend
Support --amend in dolt_commit
2022-11-01 15:23:02 -07:00
Pavel Safronov 6ee5641644 PR feedback:
- moved commit tests to an existing test collection
- added error handling for when headCommit.GetParent fails
- added BATS test that amends a merge commit
2022-11-01 12:12:42 -07:00
Jason Fulghum eeb460d9b3 Merge branch 'main' into fulghum/orm-testing 2022-10-31 15:15:32 -07:00
Jason Fulghum a27dc9a065 First pass on a basic smoke test for the Prisma ORM. Reproduces the issue from: https://github.com/dolthub/dolt/issues/4511 2022-10-31 15:08:23 -07:00
Andy Arthur 62c6c69b51 special cased reset --hard handling of table renames 2022-10-31 13:15:38 -07:00
Daylon Wilkins 79ca7f8b7f Added database collation support 2022-10-31 06:42:37 -07:00
Aaron Son 363248538e Merge pull request #4659 from dolthub/aaron/remotesrv-tls-san
go/libraries/doltcore/sqle/cluster: Add the ability to configure SAN assertions on URIs and DNS names in the server certificate when configuring TLS.
2022-10-28 16:29:39 -07:00
Aaron Son e7cde63106 Merge pull request #4641 from dolthub/aaron/bats-move-sql-server-temporary-table-test
integration-tests/bats/sql-server.bats: Move the temporary table session specific test to go-sql-server-driver.
2022-10-28 16:27:56 -07:00
Tim Sehn cff2342692 Merge pull request #4640 from dolthub/daylon/sql-client-fixes
SQL client --query fixes
2022-10-28 14:53:57 -07:00
Tim Sehn fc8eccc860 Merge pull request #4658 from dolthub/tim/bats/remove-server_query
Remove `server_query` in favor of `dolt sql-client` in bats
2022-10-28 14:13:25 -07:00
Taylor Bantle 4da6a6459f Merge pull request #4656 from dolthub/taylor/fix-docs
Improve dump-docs error and add bats, fix diff docs
2022-10-28 13:59:10 -07:00
Tim Sehn c2491abd0f Bats tests for sql-client fixes 2022-10-28 13:46:00 -07:00
Aaron Son d85ad51b4b Merge remote-tracking branch 'origin/main' into aaron/bats-move-sql-server-temporary-table-test 2022-10-28 13:33:00 -07:00
Tim Sehn b85a49b535 Remove unused code from pytest as well 2022-10-28 12:55:30 -07:00
Tim Sehn a2bd70e822 Delete server_query code 2022-10-28 12:54:16 -07:00
Tim Sehn 542ef5f78d Missed one server_query in sql-server.bats 2022-10-28 12:46:14 -07:00
Tim Sehn 63d5c325ab Migrated sql-server.bats to dolt sql-client 2022-10-28 12:43:15 -07:00
Tim Sehn cfd7ff015a Removed server_query in all bats except sql-server.bats 2022-10-28 11:53:55 -07:00
Taylor Bantle a3460d99e4 Add dolt command to dump-docs error, fix diff docs 2022-10-28 11:34:52 -07:00
Aaron Son 248be8b21a go/libraries/doltcore/sqle/cluster: Add the ability to configure SAN assertions on URIs and DNS names in the server certificate when configuring TLS. 2022-10-28 10:31:14 -07:00
Aaron Son 3ead3aebe7 Merge remote-tracking branch 'origin/main' into aaron/remotesrv-tls 2022-10-28 10:28:54 -07:00
Taylor Bantle 772e9368a9 Merge pull request #4637 from dolthub/taylor/diff-dot-cli
Add two and three dot diff syntax to CLI
2022-10-28 09:39:28 -07:00
Taylor Bantle 221a73795c Merge remote-tracking branch 'origin/main' into taylor/diff-dot-cli 2022-10-28 08:27:17 -07:00
Tim Sehn fc60d3a6b5 Merge remote-tracking branch 'origin/main' into tim/remove-server-query 2022-10-27 19:30:02 -07:00
Dhruv Sringari 8ca1183110 Handle removed tables in //.../doltcore/migrate (#4647)
* handle removed tables in //.../doltcore/migrate

* fix migration-integration.bats

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

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-10-27 19:25:29 -07:00