Zach Musgrave
51e20d778d
Bug fix and tests for specifying --prune with a refspec
2023-08-02 12:07:06 -07:00
Zach Musgrave
97e8adc5dc
Support for dolt_fetch procedure
2023-08-01 17:22:40 -07:00
Zach Musgrave
c4a2ff05aa
Bats test for --prune
2023-08-01 17:15:14 -07:00
Daylon Wilkins
b12f5874ed
Bumped GMS for Sakila compatibility
2023-08-01 05:19:42 -07:00
Neil Macneale IV
42baaa8cd1
dolt sql-server defaults to root user now, removing bad test
2023-07-28 11:07:20 -07:00
Zach Musgrave
5be1254ede
Merge pull request #6409 from dolthub/zachmu/replication-bug
...
Bug fix for state working sets in replication
2023-07-27 15:22:59 -07:00
Zach Musgrave
5110cbdc97
Server tests for pulling non-current head
2023-07-27 12:26:03 -07:00
Zach Musgrave
5a52baff72
Test of replicating a non-current head correctly
2023-07-27 12:13:41 -07:00
Jason Fulghum
c6a88c8f1d
Merge pull request #6399 from dolthub/fulghum/dolt-6391
...
Bug fix: `dolt_diff_<tablename>` correctly shows historical values after narrowing types
2023-07-27 11:24:02 -07:00
Jason Fulghum
f61fe10523
Bug fix and tests for https://github.com/dolthub/dolt/issues/6391
2023-07-26 17:03:16 -07:00
Daylon Wilkins
b026050a9f
Implemented Full-Text indexes
2023-07-26 16:39:27 -07:00
stephanie
d2d9d6dd36
Merge pull request #6374 from dolthub/steph/db-branch
...
adds support for `db/branch` syntax with `--use-db` global arg
2023-07-25 10:31:31 -07:00
Stephanie You
8b054bb1d2
update bats test for --use-db error message
2023-07-24 17:14:36 -07:00
Taylor Bantle
7860f0356b
Remove redundant GetUser check
2023-07-24 15:01:27 -07:00
Taylor Bantle
c0d27320db
Remove server config user check
2023-07-24 14:16:02 -07:00
Taylor Bantle
b16459bad2
Merge remote-tracking branch 'origin/tbantle22-cefa0938' into taylor/remotesapi-grants
2023-07-24 12:43:56 -07:00
Stephanie You
d178f0dd6f
update go-sql-driver for integration-tests
2023-07-23 17:10:11 -07:00
Zach Musgrave
951c55140a
Better approach plus tests
2023-07-21 16:54:19 -07:00
Stephanie You
bb5d656e84
adds support for db/branch syntax with --use-db global arg
2023-07-21 15:24:05 -07:00
Taylor Bantle
e42985718d
Support clone_admin grants for authenticating to remotesapi
2023-07-21 15:00:46 -07:00
Jason Fulghum
5514c1dce3
Fix for https://github.com/dolthub/dolt/issues/6001
2023-07-20 15:19:28 -07:00
stephanie
bc727e1ca4
Merge pull request #6362 from dolthub/steph/cli-warnings
...
add warning message for unmigrated cli commands
2023-07-20 11:56:18 -07:00
Stephanie You
6c3fe5ffa4
update no-repo test with global arg supporting command
2023-07-20 10:13:37 -07:00
Stephanie You
b08a4296d2
add warning for cli commands that don't support global args
2023-07-20 10:11:44 -07:00
stephanie
3e8b35d303
Merge pull request #6288 from dolthub/steph/dolt-merge
...
migrates dolt merge to use sql queries
2023-07-20 09:33:53 -07:00
Stephanie You
ea418cda38
dolt merge doesn't fail if unable to get hash
2023-07-19 23:28:12 -07:00
Neil Macneale IV
83ad77d35a
PR Feedback
2023-07-19 16:38:07 -07:00
Neil Macneale IV
a9d8f87ee9
Seed tests which talk to a hosted intance from the CLI
2023-07-19 14:56:31 -07:00
Stephanie You
51075bbfed
add test for unmigrated command error message
2023-07-19 12:29:57 -07:00
stephanie
90bddd87e1
Merge branch 'main' into steph/dolt-merge
2023-07-18 22:28:00 -07:00
Stephanie You
e141787cb8
fix dolt merge bats tests
2023-07-18 22:27:13 -07:00
Neil Macneale IV
f553866939
Merge pull request #6346 from dolthub/macneale4/empty-db-panic
...
Allow empty databases in the shell prompt
2023-07-18 17:14:30 -07:00
Neil Macneale IV
e94d0b26fb
Remove mistaken insert
...
Co-authored-by: Jason Fulghum <jason@dolthub.com >
2023-07-18 17:14:08 -07:00
Stephanie You
50c9f6464d
Merge branch 'main' into steph/dolt-merge
2023-07-18 16:24:04 -07:00
Neil Macneale IV
4e147dcd8d
Verify that a prompt can be an empty string using expect
2023-07-18 15:56:43 -07:00
Stephanie You
ff479ddd71
Merge branch 'main' into steph/sql-merge
2023-07-18 13:13:04 -07:00
Stephanie You
31f6f068c5
Merge branch steph/sql-merge into steph/dolt-merge
2023-07-18 10:50:29 -07:00
Stephanie You
45d6afe5d2
address PR comments
2023-07-17 16:48:40 -07:00
Stephanie You
af1a8b5ad2
Merge branch 'main' into steph/dolt-merge
2023-07-17 15:04:04 -07:00
Jason Fulghum
2bc1ee8e9b
Adding a BATS test for sql output with hex-encoded binary values
2023-07-17 14:55:20 -07:00
Stephanie You
45a8fa576e
fixes CI tests
2023-07-17 14:34:47 -07:00
Stephanie You
cde9b2fc1a
addresses PR comments
2023-07-17 11:26:41 -07:00
Neil Macneale IV
35159313be
Small changes to help improve the wait_for_connection failures ( #6345 )
...
* Pick from a random port from 2048 - 6146
* Use `nc` to check if port is in use rather than lsof
* Wait longer, in case the server retries successfully.
2023-07-14 17:43:06 -07:00
Stephanie You
d373bdf54e
add dolt_merge bats tests for dirty working sets
2023-07-14 14:50:28 -07:00
Stephanie You
a5577ba27a
update dolt_merge bats test to use stored procedure instead of cli
2023-07-14 14:07:28 -07:00
Aaron Son
3f9e8d6995
integration-tests/go-sql-server-driver: go.mod: go mod tidy.
2023-07-13 16:11:05 -07:00
Neil Macneale IV
c594538020
Merge pull request #6324 from dolthub/macneale4/sql-checkout-message
...
Disabling the ability to use the `dolt checkout` command when a local server is running.
While the implementation of checkout uses SQL calls, we need to be careful to not alter the default branch on the server. Currently that would result in no immediate changes, but restarting the server would result in being on a different branch which would be very confusing and possibly dangerous.
2023-07-13 11:10:35 -07:00
Stephanie You
388f3d8540
updates to address merge bats failures
2023-07-12 17:44:32 -07:00
Neil Macneale IV
766916b1ae
Merge pull request #6321 from dolthub/macneale4/cli-sql-clean
...
Migrate the clean command to sql
2023-07-12 17:23:41 -07:00
Neil Macneale IV
a29429c28a
Skip the existing checkout test until is supported in both modes
2023-07-12 16:32:08 -07:00