Commit Graph

1748 Commits

Author SHA1 Message Date
Taylor Bantle 54cf7bde1a Fix tests, add CODEOWNERS 2023-03-06 15:22:31 -08:00
Taylor Bantle 33afd3275f Add to bats 2023-03-06 15:22:31 -08:00
Taylor Bantle 59919d48a9 integration-tests/node: Progress on workbench stability tests 2023-03-06 15:22:31 -08:00
jennifersp 96855527a4 support CLI dolt stash command (#5422) 2023-03-03 16:25:24 -08:00
AndyA 79c864529c Merge pull request #5461 from dolthub/andy/sort-migrated-tuples
go/doltcore/migrate: modify migrated tuples sink to sort incoming tuples
2023-03-02 11:09:39 -08:00
Andy Arthur 8d8e4051da bats: update migration integration test hashes 2023-03-02 09:34:23 -08:00
jennifersp cbe7e08508 add dolt_patch() stored procedure (#5413) 2023-03-01 14:27:44 -08:00
Taylor Bantle 8140cc3fac Merge pull request #5448 from dolthub/taylor/table-rename
Add `from_table_name` and `to_table_name` columns to `dolt_diff_summary` table function
2023-02-28 16:57:06 -08:00
Taylor Bantle 61ec225e58 Add {from/to}_table_name cols to dolt_diff_summary function 2023-02-28 14:48:00 -08:00
Taylor Bantle 7373a116cf Fix dolt_status output for renamed table 2023-02-28 14:12:01 -08:00
Zach Musgrave 016fe80d40 Cleaned up saved query logic and added tests of running saved query commands in an empty directory 2023-02-28 12:42:09 -08:00
Zach Musgrave e26270f178 Fixed bug where we weren't calling close on the engine (no shutdown logic for async push) 2023-02-28 10:27:24 -08:00
Zach Musgrave af184bdd55 Fixed some context cancelation bugs in sql shell 2023-02-28 10:02:55 -08:00
Zach Musgrave 1764592c07 Merge branch 'main' into zachmu/multi-db 2023-02-28 09:30:06 -08:00
Zach Musgrave 01731f34da Debugging failing bats test 2023-02-27 18:41:38 -08:00
Zach Musgrave 073346a402 Fixed test 2023-02-27 18:06:09 -08:00
Zach Musgrave 623f83cf27 Moved some bats tests around, and rewrote the use database tests to actually fail correctly 2023-02-27 15:45:23 -08:00
Aaron Son 1245d260fe integration-tests/bats: garbage_collection.bats: shallow gc: Fix for new conjoin behavior. 2023-02-27 15:38:54 -08:00
Taylor Bantle 8cfdf8c47f Diff Type -> Diff type 2023-02-24 13:23:35 -08:00
Taylor Bantle 26e72f4f39 Fix bats 2023-02-24 12:45:11 -08:00
Taylor Bantle 85fbbe2b68 bats: Move diff stat tests to new file, add summary tests 2023-02-23 12:20:17 -08:00
Taylor Bantle b62f7128e8 Update bats 2023-02-22 13:50:02 -08:00
Zach Musgrave 9e2822fc3d Tests for autocommit 2023-02-22 12:20:24 -08:00
AndyA e791a651c5 Merge pull request #5360 from dolthub/andy/commit-mapping
go/doltcore/migrate: write table for migrated commit mapping
2023-02-22 11:16:42 -08:00
Andy Arthur b875ffaecf go/{doltcore/migrate,bats}: update tests with new branch, table names 2023-02-22 09:44:13 -08:00
Daylon Wilkins 75ec9ca946 Line-based diffs for modified multiline rows 2023-02-22 07:44:52 -08:00
Andy Arthur 47ef1c37ad Merge branch 'main' into andy/commit-mapping 2023-02-21 16:00:35 -08:00
James Cor ec1b4daee8 skip old format on old format 2023-02-21 12:19:45 -08:00
James Cor 28da7177b1 - 2023-02-21 11:14:35 -08:00
James Cor e9ab728161 blocking in old format and adding test 2023-02-21 11:07:46 -08:00
James Cor b73c59c1a7 Merge branch 'main' into james/spatial-index-test 2023-02-21 01:19:07 -08:00
James Cor 5a0b91ffa9 fix bats formatting 2023-02-20 23:55:32 -08:00
James Cor 1b0defe9f0 adding bats test for feature flag 2023-02-20 16:13:46 -08:00
Zach Musgrave f5f6767062 Merge pull request #5383 from dolthub/zachmu/sql-schema-diff
Emit schema elements from dolt_schemas table as their DDL equivalents during `dolt dump`
2023-02-20 13:36:59 -08:00
Zach Musgrave 0488020358 Merge pull request #5381 from dolthub/dependabot/go_modules/go/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.2.0 to 0.7.0 in /go
2023-02-20 12:10:54 -08:00
Zach Musgrave b0ad478fe7 Bug fixes for procedures 2023-02-20 12:07:26 -08:00
Zach Musgrave c02ec6dd50 Fixed go.mod problems in integration test 2023-02-20 09:41:08 -08:00
stephanie ea98ddaa5c Merge pull request #5380 from dolthub/steph/dolt-5226
`dolt_diff` respects qualified database
2023-02-20 09:37:55 -08:00
Zach Musgrave 68e2722f14 Added test that we aren't dumping the dolt_schemas table directly 2023-02-17 15:25:55 -08:00
Zach Musgrave 2f143b1683 Fixed bats test 2023-02-17 15:21:17 -08:00
Stephanie You 3d4c0e3b82 dolt_diff respects qualified database 2023-02-17 13:59:06 -08:00
Zach Musgrave 71e18afe0a Merge pull request #5346 from dolthub/zachmu/schema-safety
Block `schema import` when table has rows
2023-02-17 12:14:45 -08:00
Zach Musgrave b81126f596 Merge pull request #5368 from dolthub/zachmu/drop-add-views
Make dropping and adding the same view produce no diff
2023-02-16 14:54:02 -08:00
Zach Musgrave 3de1d5ead1 More broken tests 2023-02-16 11:32:53 -08:00
Zach Musgrave a6fbdd66e5 Fixed test 2023-02-16 10:59:31 -08:00
Zach Musgrave 145ddd6d7b Fixed tests 2023-02-16 10:58:26 -08:00
Zach Musgrave 7e1e6715cd Fixed test 2023-02-16 10:53:30 -08:00
James Cor b3aed5e995 adding diff 2023-02-16 00:59:45 -08:00
Zach Musgrave b75f9a9129 Drop the dolt_schemas table after deleting all views and triggers 2023-02-15 17:23:00 -08:00
Zach Musgrave 962c6f4400 Bats tests 2023-02-15 15:32:08 -08:00