Commit Graph

1655 Commits

Author SHA1 Message Date
jennifersp 77a0bb6d68 add bats test for release all locks on session end (#5257) 2023-01-30 19:43:21 -08:00
jennifersp e956ba9516 add dolt_cherry_pick procedure (#5233) 2023-01-30 10:46:28 -08:00
jennifersp b45fe90056 output correct result for empty JSON (#5242) 2023-01-27 14:05:04 -08:00
jennifersp 1c3a17239e add --author arg to dolt tag command on both CLI and SQL (#5234) 2023-01-27 12:22:03 -08:00
Andy Arthur 023a9eab9f hardcoded versions for python deps 2023-01-27 09:35:52 -08:00
jennifersp a6278667b7 add bats tests for information schema tables (#5225) 2023-01-27 08:48:08 -08:00
Zach Musgrave 36d29f99a3 bats test expansion 2023-01-26 12:41:57 -08:00
Zach Musgrave 0f1236638f Bats test 2023-01-25 18:02:43 -08:00
Taylor Bantle ea46bce1d1 Merge pull request #4959 from dolthub/taylor/gc
First pass at online GC
2023-01-25 14:01:36 -08:00
Taylor Bantle ba7935b25b Merge remote-tracking branch 'origin/main' into taylor/gc 2023-01-25 11:24:06 -08:00
jennifersp de2bdf74cb fix bats tests 2023-01-25 10:51:48 -08:00
Zach Musgrave 913e7b4771 Merge pull request #5193 from dolthub/zachmu/csv-out
Fixed error in csv and json output formats for sql shell
2023-01-24 16:00:06 -08:00
stephanie c0b3660066 Merge pull request #5201 from dolthub/steph/dolt-5079
dolt pull without configs doesnt return error when up to date
2023-01-24 15:58:49 -08:00
Stephanie You 5c9f2957a2 check output in test when dolt pull without configs 2023-01-24 14:30:10 -08:00
Stephanie You a5320f6cea dolt pull without configs doesnt return error when up to date 2023-01-24 14:01:17 -08:00
Zach Musgrave e98cba4aef Merge pull request #5165 from dolthub/zachmu/delete-branch
Fixed branch -d behavior on unmerged branches to match git
2023-01-23 18:55:31 -08:00
Zach Musgrave 4a69f1a0fb Renames and bug fixes 2023-01-23 18:38:54 -08:00
Taylor Bantle 02aa3f0bdf Merge remote-tracking branch 'origin/main' into taylor/gc 2023-01-23 10:26:07 -08:00
Zach Musgrave 1ed28d5e9e Test of table funcs on read replicas 2023-01-20 20:32:31 -08:00
Dustin Brown 5a396ba90c [auto-bump] [no-release-notes] dependency by jennifersp (#5172) 2023-01-19 15:44:32 -08:00
Zach Musgrave a7fead9d76 Fixed test and deleted redundant tests 2023-01-18 19:58:31 -08:00
Zach Musgrave 1c6924dbc0 More tests 2023-01-18 19:39:26 -08:00
Zach Musgrave 91aebddc4c Bug fix for the non-remote case, more tests 2023-01-18 19:33:03 -08:00
Zach Musgrave bbe8a2708d Better error message and test 2023-01-18 19:14:10 -08:00
Zach Musgrave e051d019e4 Bug fixes, bats tests 2023-01-18 18:09:36 -08:00
Daylon Wilkins 646f05475d Added CALL ... AS OF 2023-01-17 07:59:06 -08:00
jennifersp fe9d51f2c1 fixes for changes on info_schema tables (#5074) 2023-01-13 11:31:22 -08:00
Taylor Bantle 1132e6fa6a Merge remote-tracking branch 'origin/main' into taylor/gc 2023-01-13 10:50:56 -08:00
jennifersp 9b2f6e131e connect to remote branch not existent locally (#5132) 2023-01-13 09:45:55 -08:00
Taylor Bantle d3b100eab4 Merge remote-tracking branch 'origin/main' into taylor/gc 2023-01-12 16:47:48 -08:00
Stephanie You c48e3946fc update data-dump-loading tests readme to add missing instruction 2023-01-12 09:30:18 -08:00
Stephanie You 3160fa1e50 adds no-create-db flag to dolt dump, fixes data-dump-loading test failures 2023-01-11 17:53:40 -08:00
Stephanie You 5374188fa7 add support for reserved words as database name in dolt dump 2023-01-11 09:44:19 -08:00
Stephanie You b7534e0aee add "create database" header to dolt dump sql files 2023-01-11 09:38:22 -08:00
Taylor Bantle 149feb935b GC procedure 2023-01-10 16:20:56 -08:00
jennifersp 3ce2e3823e add --schema-only flag for dolt dump (#5105) 2023-01-06 17:41:15 -08:00
stephanie a858d43c2c Merge pull request #5088 from dolthub/steph/dolt-5060
add error message for dolt commit failures
2023-01-05 15:18:19 -08:00
stephanie 6c218c68cd Update integration-tests/bats/commit.bats
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2023-01-05 14:06:51 -08:00
Stephanie You 6d97c69e7e add error message for failed to open commit editor 2023-01-04 17:10:01 -08:00
Stephanie You 9890bc022c add error message for dolt commit failures 2023-01-03 15:35:57 -08:00
Daylon Wilkins db7f0be4d0 Merge branch 'main' into daylon/kill-dfunctions 2023-01-03 14:03:08 -08:00
jennifersp 009210f992 update maven version (#5084) 2023-01-03 13:34:19 -08:00
Daylon Wilkins 8aeb1c659e Removed deprecated dolt functions 2023-01-03 02:13:37 -08:00
AndyA 146ed2cb7e Merge pull request #5066 from dolthub/andy/journal-rebase
[no-release-notes] Implement rebase for chunk journal
2022-12-29 15:01:31 -06:00
Andy Arthur 7f6f53611b remove test files 2022-12-29 12:16:03 -08:00
stephanie 5f3b5cdb91 Merge pull request #5064 from dolthub/steph/dolt-5050
adding --set as valid flag for dolt config
2022-12-29 10:15:37 -08:00
Andy Arthur 1c20cc1e79 flush manifest contents to disk when table set changes 2022-12-29 10:02:18 -08:00
Stephanie You 6a91d9967e adding --set as valid flag for dolt config 2022-12-28 15:57:41 -08:00
Zach Musgrave 7de7829928 Altered a test that relied on LD_1 format 2022-12-28 14:12:17 -08:00
Zach Musgrave ecb8999124 Skip test of deleting a database dir in a running server 2022-12-28 12:12:08 -08:00