Commit Graph

1688 Commits

Author SHA1 Message Date
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 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
Zach Musgrave a4b77301fb Fix error messages 2022-12-28 11:16:54 -08:00
Zach Musgrave 62907687f2 Merge main 2022-12-27 17:35:13 -08:00
stephanie 1e571ced08 Merge pull request #5037 from dolthub/steph/dolt-4954
makes batching default for dolt dump
2022-12-27 16:35:10 -08:00
coffeegoddd 92f89a4981 /integration-tests/bats/sql.bats: unskip bats test 2022-12-27 14:02:21 -08:00
Stephanie You 6e7e02ccd8 Merge branch 'main' into steph/dolt-4954 2022-12-27 14:01:07 -08:00
Dustin Brown ac22775040 Merge pull request #5054 from dolthub/db/sb
[no-release-notes] /integration-tests/bats/sql.bats: add skipped bats test for panic inserting golang zero time as datetime value
2022-12-27 20:36:18 +00:00
coffeegoddd 70a2a7239a /integration-tests/bats/sql.bats: add skipped bats test for panic inserting golang zero time as datetime value 2022-12-27 11:03:42 -08:00
James Cor ab0f4a9181 unskipping info schema schema test 2022-12-27 10:50:35 -08:00
Stephanie You b63bb19c6e adding no-batch flag to dump, makes batch flag no op 2022-12-21 14:06:05 -08:00
Dhruv Sringari befb373612 Block merges that corrupt indexes
Today, many merges can leave indexes in a corrupted state. This PR blocks those merges as a short-term fix.
In the long term we will make these merges automatic.
2022-12-21 13:51:59 -08:00
Zach Musgrave 5f5dae3ccf Squash merge from zachmu/session-transaction to get rid of spurious test files 2022-12-21 13:12:31 -08:00
Stephanie You 6ee89e38d4 makes batching default for dolt dump 2022-12-21 11:58:43 -08:00
AndyA 7e209d2e4b Merge pull request #5030 from dolthub/andy/journal-gc
go/store/nbs: Update chunk journal to support GC
2022-12-21 09:50:01 -08:00
Andy Arthur 98e73b36bd chunk journal now implements manifestGCGenUpdater 2022-12-20 14:09:14 -08:00
Andy Arthur 9c62afd73b bats updates 2022-12-19 16:52:22 -08:00
Zach Musgrave 09ce74d905 Merge aaron changes 2022-12-19 16:46:01 -08:00
Zach Musgrave 273afd7d34 Fixed test of fast-forward merge pushing to a remote (need to have checkout in the same SQL session as the commit) 2022-12-19 16:44:19 -08:00
Dustin Brown 30cebd135a [auto-bump] [no-release-notes] dependency by jennifersp (#5020) 2022-12-19 13:39:46 -08:00
Zach Musgrave 649b4f67cd Fixed error message in bats test 2022-12-16 14:40:44 -08:00
Zach Musgrave a3ecb772fa Fixed a bats error test 2022-12-16 13:45:54 -08:00
Zach Musgrave c5ef150245 Fixed error message in bats test 2022-12-16 13:04:45 -08:00
Daylon Wilkins 52f44b0a2c Fixed DELIMITER 2022-12-15 07:08:37 -08:00
Dhruv Sringari 19b1f1d229 fix remotes-aws.bats for __DOLT__ 2022-12-14 13:16:21 -08:00
AndyA f10cb6ba29 Merge pull request #4944 from dolthub/andy/chunk-journal-sync
[no-release-notes] go/store/nbs: progress on chunk journal sync
2022-12-14 12:53:17 -08:00
Dhruv Sringari fb4e824702 Merge pull request #4986 from dolthub/dhruv/drop-create-db
Fix 'new manifest created with non 0 lock' error
2022-12-14 11:58:56 -08:00
Dhruv Sringari 5ea4353b0c Fix 'new manifest created with non 0 lock' error
Fix dropping and creating the same database on dolt sql-server. We were caching doltdb's using a singleton
and at the manifest cache level which lead to problems.
2022-12-13 17:27:37 -08:00
AndyA ffa6a56fae Merge pull request #4967 from dolthub/andy/filter-branch-tags
go/commands: `filter-branch --all` now rewrites tags, added `--branches` flag
2022-12-12 12:47:34 -08:00
Pavel Safronov d75b45c151 Merge pull request #4941 from dolthub/pavel/dolt-4863
Block branch switches when both branches have working set changes
2022-12-12 10:59:26 -08:00
Andy Arthur aa74695e37 filter-branch --all now rewrites tags, added --branches flag 2022-12-09 15:42:12 -08:00
Pavel Safronov a0cf04c848 PR feedback:
- use various equivalent commands in BATS tests
- test a scenario where the source branch has no working set, but the destination branch does
- reset source branch only if working set is present
- go back to ignoring an error
2022-12-09 14:57:21 -08:00
Dustin Brown 24cac8c28f Merge pull request #4884 from dolthub/db/skipped-bats
[no-release-notes] /integration-tests/bats/sql-server.bats: add skipped bats test for creating savepoint without first using db
2022-12-09 22:53:51 +00:00
Pavel Safronov ebf279f673 Starting to check errors that we were previously ignoring.
Doing a reset on the source branch when switching branches.
Updated tests to verify all scenarios.
2022-12-09 10:31:36 -08:00
Pavel Safronov 33de38503d PR feedback:
- added verbose error text for `checkout` to the commands package
- changed checkout error text
- changed anonymous inner functions to standard functions
- adding the discussed scenarios to checkout.bats
2022-12-08 17:12:04 -08:00
Andy Arthur fe91033676 go/commands: added verbose mode to filter-branch 2022-12-08 16:16:56 -08:00
Andy Arthur 7092ef0f4b updated some sql-server related bats 2022-12-07 12:07:22 -08:00
jennifersp d88393713e support push.autoSetupRemote config variable (#4937) 2022-12-07 10:49:15 -08:00
Pavel Safronov c2136a3e09 Block branch switches when both current and target branches have working set changes.
Allow this behavior to be skipped using the `-f` flag, in which case the two working sets are combined (as is the current behavior).
2022-12-06 16:43:26 -08:00
Andy Arthur c46c63d695 go/cmd/commands: added --datasets flag to dolt branch to list all datasets 2022-12-06 15:50:08 -08:00
Maximilian Hoffman bd32265cc1 ambyii's escape commit tag (#4939)
* no newlines

* Get uncommitted values for GC from datasets

* Remove getGCKeepers

* [no-release-notes] revert systab debugging (#4918)

* Revert "no newlines"

This reverts commit a41db014cc.

* Revert "indent error"

This reverts commit f074dee15d.

* Revert "starter (#4912)"

This reverts commit 02809af1b9.

* Fix and tests for escaping commit messages

Co-authored-by: Taylor Bantle <taylor@dolthub.com>
Co-authored-by: Abdurrahmaan Iqbal <abdurrahmaaniqbal@hotmail.com>
2022-12-06 15:13:54 -08:00
Dhruv Sringari 1466d9e9a9 Merge pull request #4929 from dolthub/dhruv/merge-broken
Adds skipped bats for silent merge failures
2022-12-06 14:41:09 -08:00