Commit Graph

11513 Commits

Author SHA1 Message Date
Andy Arthur 2b8a9c2621 fix TableToRowIter for prolly maps 2022-03-08 14:19:22 -08:00
Andy Arthur 2a66864bcc fix trigger and stored procedure tests 2022-03-08 14:09:40 -08:00
Andy Arthur bf247a2a27 repofmt 2022-03-07 16:22:46 -08:00
Andy Arthur 89a805ea95 cleanup 2022-03-07 16:16:53 -08:00
Andy Arthur e42de29ee4 enginetest run against new format without panicking 2022-03-07 16:08:12 -08:00
Andy Arthur 792dbe3f71 truncate tests working other than foreign key tests 2022-03-07 15:17:34 -08:00
Andy Arthur 064db81bdd fix table truncation 2022-03-07 13:40:10 -08:00
Andy Arthur c2e9161b20 update new format dolt index to use filtered index interface 2022-03-07 09:41:10 -08:00
Vinai Rachakonda 6b13ae0a61 Edit Stats display in Import and fix stats computation (#2901) 2022-03-05 18:55:41 -08:00
AndyA e12fc5856f Merge pull request #2934 from dolthub/andy/tx-integration-tests
integration-tests/transactions: Added Concurrent Transaction Tests
2022-03-04 16:16:41 -08:00
Andy Arthur 5bcec82c9d added concurrent update test 2022-03-04 16:08:39 -08:00
Andy Arthur 91a3476d52 added concurrent insert test 2022-03-04 15:56:55 -08:00
Dhruv Sringari 926e336804 Merge pull request #2933 from dolthub/dhruv/remotesrv-smaller-http-chunking
go/utils/remotesrv: use io.Copy in the http file server to write table file data to http.ResponseWriter
2022-03-04 15:33:36 -08:00
Andy Arthur 0950ec8143 smoke test working 2022-03-04 15:29:44 -08:00
Dhruv Sringari 55c1cfdecd Update go/utils/remotesrv/http.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
2022-03-04 14:49:23 -08:00
AndyA 6934ba3e3a Merge pull request #2932 from dolthub/andrew-wm-arthur-4d7d9a2c
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-03-04 14:26:05 -08:00
Dhruv Sringari fefe68f6df remove log redirection 2022-03-04 14:17:16 -08:00
Andy Arthur 7884b1f721 added stub for transaction tests 2022-03-04 13:55:48 -08:00
Dhruv Sringari cd2d5290b1 fix close 2022-03-04 13:51:37 -08:00
Dhruv Sringari 3ab70d8b84 better log entries 2022-03-04 13:46:25 -08:00
Dhruv Sringari 96240e664b add happy path logging 2022-03-04 13:44:39 -08:00
Andy Arthur b4f003d7be updated DoltIndex to satisfy sql.FilteredIndex interface 2022-03-04 13:42:51 -08:00
andrew-wm-arthur 738cf4bcad [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-03-04 21:38:56 +00:00
Dhruv Sringari b6cf9de9b4 fix cast 2022-03-04 13:36:23 -08:00
Dhruv Sringari e631e9bdf4 io.Copy from file io.ReaderClose to response writer to get smaller http chunking 2022-03-04 13:30:12 -08:00
Dustin Brown c33a124283 [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#2926)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
2022-03-04 10:31:13 -08:00
jennifersp 7b3a5dfc31 Merge pull request #2925 from dolthub/jennifer/update
add parquet to dump options
2022-03-03 17:09:37 -08:00
jennifersp 7cd23e1fca add parquet to options 2022-03-03 16:07:35 -08:00
AndyA a2cc7461c1 Merge pull request #2915 from dolthub/andrew-wm-arthur-fb31d55a
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-03-02 11:05:58 -08:00
andrew-wm-arthur 632aba34c5 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-03-02 17:44:24 +00:00
Hydrocharged 04bc0d6548 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-03-02 08:08:36 -08:00
James Cor 980bb01537 Merge pull request #2895 from dolthub/james/keyless-rollback
Allow Rollback on Keyless Tables
2022-03-01 14:33:52 -08:00
Tim Sehn 8d3e98dd68 Merge pull request #2900 from dolthub/tim/add-bats-for-version
Added skipped bats for dolt version requiring write perms
2022-03-01 13:40:38 -08:00
Dustin Brown b28ed123ca Merge pull request #2909 from dolthub/db/add-workflow-link
[no-release-notes] /.github/{actions,workflows}: add workflowURL
2022-03-01 13:11:54 -08:00
Dustin Brown 2f8c2b8fa1 /.github/{actions,workflows}: add workflowURL 2022-03-01 13:08:27 -08:00
Dustin Brown 1e257f526a Merge pull request #2908 from dolthub/db/fix-ref
[no-release-notes] /.github/workflows/ci-bats-windows.yaml: fix ref/version
2022-03-01 12:42:02 -08:00
Dustin Brown 41d3e199d4 /.github/workflows/ci-bats-windows.yaml: fix ref/version 2022-03-01 12:29:36 -08:00
James Cor 7bda39094a another test 2022-03-01 12:23:42 -08:00
Dustin Brown 57a401c0be Merge pull request #2906 from dolthub/db/email-templ
[no-release-notes] /.github/workflows/ci-bats-windows.yaml: use bats email template
2022-03-01 12:14:46 -08:00
Dustin Brown b9eb39ff87 /.github/workflows/ci-bats-windows.yaml: use bats email template 2022-03-01 12:09:42 -08:00
James Cor 385a3eaeaa adding more tests 2022-03-01 12:07:35 -08:00
Dustin Brown 0fa336cd0f Merge pull request #2899 from dolthub/db/bats-windows
[no-release-notes] /.github/workflows/ci-bats-windows.yaml: stop bats windows on pr
2022-03-01 11:17:30 -08:00
Dustin Brown c8c5ab82dc /.github/workflows: only run ci checks against specific changes on explicit path 2022-03-01 11:12:57 -08:00
James Cor 1a87323597 skipping failied tests 2022-03-01 11:12:50 -08:00
Dustin Brown 7aeae8709e /.github/{actions, workflows}: send email to pusher if bats-windows fails 2022-03-01 10:57:05 -08:00
Timothy Sehn e43da1ec3f Added skipped bats for dolt version write perms required 2022-03-01 09:00:39 -08:00
Dustin Brown cc59bef1f9 /.github/workflows/ci-bats-windows.yaml: stop bats windows on pr 2022-03-01 08:56:21 -08:00
zachmu 75a7011814 [ga-bump-release] Update Dolt version to 0.37.3 and release v0.37.3 v0.37.3 2022-03-01 01:02:58 +00:00
James Cor 1cc1266f44 quick fix; need to write tests 2022-02-28 16:54:36 -08:00
Zach Musgrave 18aa584d96 Merge pull request #2891 from dolthub/zachmu/gms-upgrade
[no-release-notes] One more gms bump
2022-02-28 16:50:52 -08:00