Commit Graph

15967 Commits

Author SHA1 Message Date
coffeegoddd
f9e075272c /.github/{scripts,workflows}: add release run arg to latency and correctness jobs 2022-11-03 11:25:56 -07:00
Aaron Son
885f9f3416 Merge pull request #4688 from dolthub/aaron/cluster-serve-jwks-use-jwt-on-rpcs
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 13:34:19 -07:00
Aaron Son
fc4dc58efe .github/workflow/ci-bats-unix: Try installing a parquet-cli release instead of the tip of main. 2022-11-02 12:09:31 -07:00
Aaron Son
5129b21fe1 .github/workflow/ci-bats*: Try again pegging to Python 3.10 for now. 2022-11-02 11:43:46 -07:00
Aaron Son
24341ef7a6 .github/workflow/ci-bats*: Try pegging to Python 3.10 for now. 2022-11-02 11:38:22 -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
reltuk
546d2b6898 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-02 16:55:49 +00: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
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
44756aecdb Removing unnecessary test file. 2022-11-01 13:14:10 -07:00
AndyA
739bcfa769 Merge pull request #4679 from dolthub/andy/remove-nbs-mmap
go/store/nbs: remove mmapTableIndex
2022-11-01 13:00:19 -07:00
PavelSafronov
e003cc6d9e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-01 19:15:03 +00: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
andrew-wm-arthur
958eac6893 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-11-01 18:39:53 +00:00
Andy Arthur
71a4cf5d2f go/store/nbs: remove mmapTableIndex 2022-11-01 11:33:38 -07:00
AndyA
5e0d7e0de5 Merge pull request #4669 from dolthub/andy/reset-renamed-tables
go/doltcore/actions: Added special case handling for renamed tables on `dolt reset --hard`
2022-11-01 08:34:19 -07:00
Hydrocharged
11acfac681 [ga-bump-release] Update Dolt version to 0.50.12 and release v0.50.12 v0.50.12 2022-11-01 10:20:29 +00:00
Daylon Wilkins
b297bcb321 Merge pull request #4675 from dolthub/james/foreign
deeper comparison for foregin key indexes
2022-11-01 03:15:45 -07:00
LiuLiu
26fa03e7fb Merge pull request #4672 from dolthub/liuliu/handle-nil-interface-value
liuliu/handle-nil-interface-value
2022-10-31 16:48:06 -07:00
James Cor
7cf8de6c22 deeper equals 2022-10-31 15:50:32 -07:00
liuliu-dev
3ceb7e3af0 return NULL 2022-10-31 15:29:04 -07:00
Aaron Son
386d13673c Merge pull request #4667 from dolthub/aaron/sql-cluster-server-interceptor-prepare-allow-non-cluster-traffic
go/libraries/doltcore/sqle/cluster: interceptors.go: Add some initial support for server interceptor allowing non-cluster clients to access the remotesapi.
2022-10-31 13:54:39 -07:00
PavelSafronov
486cfbc79c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-10-31 20:40:41 +00:00
Pavel Safronov
6c106c99d7 PR feedback:
- fixed bug where the list of parents wasn't being properly used
- added more query tests to amend commits against different tables
- added commit amend tests
2022-10-31 13:39:11 -07:00
Andy Arthur
62c6c69b51 special cased reset --hard handling of table renames 2022-10-31 13:15:38 -07:00
Andy Arthur
b77cc88e47 go/doltcore/actions: improve error message for resetHardTables 2022-10-31 11:39:31 -07:00
Daylon Wilkins
54f5c311b2 Merge pull request #4665 from dolthub/Hydrocharged-49134f16
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-10-31 11:28:22 -07:00
Aaron Son
742f4c8618 go/libraries/doltcore/sqle/cluster: interceptors.go: Add some initial support for server interceptor allowing non-cluster clients to access the remotesapi. 2022-10-31 11:05:22 -07:00
Hydrocharged
fe5f2c7d0d [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-10-31 17:33:20 +00:00
Daylon Wilkins
b6b1741073 Merge pull request #4629 from dolthub/daylon/db-collation
Added database collation support
2022-10-31 07:48:03 -07:00
Daylon Wilkins
79ca7f8b7f Added database collation support 2022-10-31 06:42:37 -07:00
druvv
6b4d72a04f [ga-bump-release] Update Dolt version to 0.50.11 and release v0.50.11 v0.50.11 2022-10-28 23:42:33 +00:00
Dustin Brown
eae822a6e7 [ga-bump-dep] Bump dependency in Dolt by fulghum (#4657)
Co-authored-by: fulghum <jason.fulghum@gmail.com>
2022-10-28 16:30:59 -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
Taylor Bantle
f028cc43da Merge pull request #4644 from dolthub/taylor/diff-dot-sql
Support two and three dot syntax in `dolt_diff` table function
2022-10-28 15:08:12 -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
0e21722cdc Merge pull request #4661 from dolthub/tim/sql-client-bats
Bats tests for sql-client fixes
2022-10-28 13:50:15 -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
Aaron Son
09a5de1830 Merge pull request #4638 from dolthub/aaron/remotesrv-tls
go/libraries/doltcore/sqle/cluster: Add support for configured tls_{cert,key,ca} on the cluster.remotesapi.
2022-10-28 13:29:55 -07:00
Taylor Bantle
b4b7818c19 Merge pull request #4646 from dolthub/taylor/diff-summary-dot-sql
Support two and three dot syntax in `dolt_diff_summary` table function
2022-10-28 13:06:50 -07:00
Taylor Bantle
9912e18261 Feedback 2022-10-28 13:06:17 -07:00
Tim Sehn
b85a49b535 Remove unused code from pytest as well 2022-10-28 12:55:30 -07:00
Taylor Bantle
f815efeea9 Merge remote-tracking branch 'origin/main' into taylor/diff-dot-sql 2022-10-28 12:55:29 -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