Commit Graph

1688 Commits

Author SHA1 Message Date
jennifersp
5b11cd3583 support 'add' and 'remove' options for dolt_backup() (#5660) 2023-04-03 14:50:10 -07:00
Pavel Safronov
db6587fd29 Adding BATS fixes for GMS JSON change. 2023-03-31 16:11:34 -07:00
Andy Arthur
04b4598ceb bats: fix another locked-out sql-server 2023-03-30 17:26:01 -07:00
Andy Arthur
d83ec9066a bats: fix DB locking in sql-server-remotesrv 2023-03-30 14:59:55 -07:00
Andy Arthur
6f25f7370b Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-30 12:24:57 -07:00
Stephanie You
6468052519 update sql-client bats test 2023-03-29 16:43:32 -07:00
Stephanie You
cab7b3840f update sql-client bats test 2023-03-29 15:33:58 -07:00
Stephanie You
9892cd2395 update sql-client bats test 2023-03-29 13:22:05 -07:00
Stephanie You
dc1d2a9efc updates sql-client to print query timing for more statement types 2023-03-29 11:45:29 -07:00
Jason Fulghum
8c631607da Merge pull request #5611 from dolthub/fulghum/bugfix 2023-03-27 20:12:29 -07:00
Jason Fulghum
40965c6d7a Adding a test to assert the dolt branch CLI command will not delete the currently checked out branch. 2023-03-27 17:29:56 -07:00
Andy Arthur
41b5a7a613 go/store/nbs: pr feedback 2023-03-27 11:15:38 -07:00
Andy Arthur
21d8bc23ce Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-27 09:21:41 -07:00
stephanie
fc1f9c3af9 Merge branch 'main' into steph/dolt-5254 2023-03-22 16:51:47 -07:00
Andy Arthur
41c6ab1938 go/store/nbs: added readOnly guard to journal manifest, updated integration tests 2023-03-22 14:51:12 -07:00
Stephanie You
6b77bde54c update dolt_column_diff logic to use tags, add more tests 2023-03-22 14:47:26 -07:00
Andy Arthur
e295af8b0c Merge remote-tracking branch 'origin/main' into andy/locking-journal-manifest 2023-03-22 12:05:21 -07:00
Jason Fulghum
d046092f4d Merge branch 'main' into fulghum/bugfix 2023-03-22 10:44:23 -07:00
Jason Fulghum
ae23057590 Tidying up tests 2023-03-22 09:58:29 -07:00
Jason Fulghum
6f6692ae82 Tidying up comment in teardown_common 2023-03-22 09:34:52 -07:00
Solipsis
81b6643c7c Merge branch 'main' of https://github.com/dolthub/dolt into fun_commits 2023-03-21 23:11:47 -07:00
Jason Fulghum
2cd90815d3 Adding a call to true as the last statement in the teardown function to ensure it never fails a test. 2023-03-21 20:52:40 -07:00
Jason Fulghum
e0001293b1 Merge pull request #5564 from solipsis-project/show-command
`dolt show` command
2023-03-21 18:57:26 -07:00
Jason Fulghum
6cf83d11ad Update integration-tests/bats/show.bats 2023-03-21 18:57:07 -07:00
Jason Fulghum
dd48389456 Cleaning up the deleted-branches tests and adding a hidden var to bypass default branch deletion protection. 2023-03-21 18:50:19 -07:00
Andy Arthur
9081917b24 go/store/nbs: added sentinel error for read-only manifest, fixed true-up 2023-03-21 17:06:41 -07:00
Jason Fulghum
f2b06238a1 Adding dolt_branch(-d) tests for sql shell (non-sql-server) 2023-03-21 15:49:09 -07:00
Jason Fulghum
cf36ef0116 Added test that dolt_branch(-d) cannot delete the default branch for a db. 2023-03-21 15:41:33 -07:00
Jason Fulghum
5a187d9ce6 Additional tests when a db's repo_state points to an invalid branch ref 2023-03-21 15:25:51 -07:00
Taylor Bantle
8dbded5d45 Support auth for dolt fetch 2023-03-21 14:58:29 -07:00
Taylor Bantle
9eb088daec Add auth to dolt pull 2023-03-21 14:19:28 -07:00
Taylor Bantle
77a413f977 Feedback 2023-03-21 13:58:53 -07:00
Taylor Bantle
a50029d765 bats: Fix user env variable 2023-03-21 13:07:11 -07:00
Jason Fulghum
cced96587b Ensuring we create a sql-server lock file when creating databases from a sql context 2023-03-21 12:21:05 -07:00
Jason Fulghum
85d7909854 unskipping branch deletion bats tests 2023-03-21 11:27:39 -07:00
Taylor Bantle
402f89054a bats: dolt clone works with auth 2023-03-21 11:14:23 -07:00
Solipsis
54647f7084 Add basic bats tests for dolt show. 2023-03-20 18:56:34 -07:00
Aaron Son
df1f87fadf Merge pull request #5600 from dolthub/aaron/enable-dolt_gc-procedure
sql: dolt_gc: Enable the dolt_gc stored procedure. Make dolt_gc safe to use.
2023-03-20 12:58:11 -07:00
Aaron Son
b9fbf6d733 integration-tests/go-sql-server-driver: concurrent_gc_test.go: Add an initial test case. 2023-03-16 16:12:48 -07:00
Zach Musgrave
cc8d47bcd7 Merge main 2023-03-16 13:40:25 -07:00
Zach Musgrave
78b8e39d5c Remove aggressive mergeability checks 2023-03-16 13:17:38 -07:00
Zach Musgrave
3d9e76e09d Merge pull request #5583 from dolthub/zachmu/diff-schema-fixes
Bug fix for view and trigger diffs in SQL and JSON diff outputs
2023-03-15 16:55:10 -07:00
Solipsis
a6eb06c7f2 Merge branch 'fun_commits' of github.com:solipsis-project/dolt into fun_commits 2023-03-15 15:46:29 -07:00
solipsis-project
7b6354d027 Fix spacing in integration-tests/bats/init.bats
Co-authored-by: Jason Fulghum <jason.fulghum@gmail.com>
2023-03-15 14:52:38 -07:00
Zach Musgrave
00182ed813 missing semicolons 2023-03-15 13:50:24 -07:00
Zach Musgrave
462a62eb63 Fix bats test 2023-03-15 09:52:16 -07:00
Zach Musgrave
d384b3cf10 Bit better bats test 2023-03-14 18:34:32 -07:00
Zach Musgrave
bdc296e0f7 sql diffs for triggers and views 2023-03-14 18:31:06 -07:00
Zach Musgrave
c636f94f50 more json diff tests with views and triggers 2023-03-14 18:09:03 -07:00
AndyA
6be00f0532 Merge pull request #5565 from dolthub/andy/chunk-journal-gc-lifecycle
go/store/nbs: teardown chunk journal in swap tables during GC
2023-03-14 15:29:03 -07:00