Commit Graph

20594 Commits

Author SHA1 Message Date
Jason Fulghum 1623798169 Merge pull request #6367 from dolthub/fulghum/dolt_patch
Bug fixes for `dolt_patch`
2023-07-21 12:22:39 -07:00
Jason Fulghum 2b45c6b66a Fixing bug in test 2023-07-21 10:43:02 -07:00
Jason Fulghum 6776905c2f Fixing incorrect update statements that don't set any columns 2023-07-20 17:12:12 -07:00
Jason Fulghum 02b9bcd8c7 Merge pull request #6368 from dolthub/fulghum/dolt-6001
Allow `--` to escape arg parsing
2023-07-20 16:52:32 -07:00
Jason Fulghum 5514c1dce3 Fix for https://github.com/dolthub/dolt/issues/6001 2023-07-20 15:19:28 -07:00
Jason Fulghum 070127bf92 Adding support for: 1) data diff patch statements when there are schema changes, and 2) charset/collation change patch statements. 2023-07-20 14:00:11 -07:00
Dustin Brown 4bb8190ae3 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 (#6366)
Co-authored-by: JCOR11599 <jcor@ucsd.edu>
2023-07-20 12:45:00 -07:00
stephkyou d7cc259985 [ga-bump-release] Update Dolt version to 1.8.1 and release v1.8.1 v1.8.1 2023-07-20 19:06:55 +00: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 2e9046d5fe fix formatting for unmigrated command warning 2023-07-20 10:26:51 -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 fd343b068a Merge pull request #6363 from dolthub/macneale4/cli-remote-connection
Enable the connection of SQL enabled CLI commands to remote servers with addition of three flags:

--host - The server to connect to. Using this flag forces the use of a remote connection no matter what.
--port - The port to use. Defaults to 3306. No effect when --host is not used.
--no-tls - Disable the use of SSL. This is required to connect to your local host.
Also special cased the sql command to allow starting without a DB. Enables connecting to an empty repo so you can CREATE DATABASE FOO.

Related: https://github.com/dolthub/dolt/issues/3922
2023-07-19 19:35:57 -07:00
Neil Macneale IV 5e315b1844 Disallow --port without --host 2023-07-19 16:48:04 -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
Neil Macneale IV 6e7d9d12a3 Add the --host and --port flags to enable connecting to remote servers
Also includes the --no-tls flag, which enables using local server.
2023-07-19 14:56:31 -07:00
Neil Macneale IV 590c7e5a82 Allow the use of an env var for the cli user id 2023-07-19 14:56:23 -07:00
Neil Macneale IV bc6445c971 Add RequiresRepo -> diff and show 2023-07-19 13:49:20 -07:00
Stephanie You 51075bbfed add test for unmigrated command error message 2023-07-19 12:29:57 -07:00
Stephanie You 9598f47508 update logic for detecting unmigrated command 2023-07-19 12:29:47 -07:00
Dustin Brown 06eb41b87a [ga-bump-dep] Bump dependency in Dolt by JCOR11599 (#6359) 2023-07-19 10:25:04 -07:00
stephkyou 62d34109a5 [ga-bump-release] Update Dolt version to 1.8.0 and release v1.8.0 v1.8.0 2023-07-19 16:46:57 +00:00
Stephanie You 508630b383 fix dolt merge engine test 2023-07-19 08:41:36 -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 7f9e128fd2 remove unneeded error msg 2023-07-18 17:12:52 -07:00
Stephanie You 50c9f6464d Merge branch 'main' into steph/dolt-merge 2023-07-18 16:24:04 -07:00
Stephanie You 18462f92a4 add warning message for unmigrated cli commands 2023-07-18 16:17:30 -07:00
stephanie 07a49cc940 Merge pull request #6344 from dolthub/steph/sql-merge
updates `dolt_merge` to allow dirty working sets with no conflicts
2023-07-18 16:00:24 -07:00
Neil Macneale IV cc65904ec6 Allow empty databases in the shell prompt 2023-07-18 15:57:55 -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 a2aee19039 fix print error message 2023-07-18 14:52:52 -07:00
Stephanie You ff479ddd71 Merge branch 'main' into steph/sql-merge 2023-07-18 13:13:04 -07:00
Dustin Brown 1901dfeae2 Merge pull request #6361 from dolthub/db/fix-ci
/go/performance/continuous_integration/SysbenchDockerfile: change distro from buster to bullseye
2023-07-18 13:04:30 -07:00
coffeegoddd 7188cddc25 /go/performance/continuous_integration: install sysbench from source 2023-07-18 13:03:41 -07:00
Jason Fulghum 0910b1de84 Merge pull request #6352 from dolthub/fulghum/dolt-6350 2023-07-18 13:01:10 -07:00
coffeegoddd 5b52e07c16 /go/performance/continuous_integration/SysbenchDockerfile: change distro from buster to bullseye 2023-07-18 11:41:46 -07:00
Tim Sehn c6c405d3fb Merge pull request #6360 from dolthub/tim/readme-1
Slightly better copy in README opening
2023-07-18 11:20:19 -07:00
Tim Sehn 6f1f4e442a Slightly better copy in README opening 2023-07-18 10:54:55 -07:00
Stephanie You 31f6f068c5 Merge branch steph/sql-merge into steph/dolt-merge 2023-07-18 10:50:29 -07:00
Stephanie You 673eff7226 update error print 2023-07-18 10:48:07 -07:00
Jason Fulghum b091ff307a Fix for handling strings as binary hex 2023-07-18 09:54:05 -07:00
Stephanie You a2fbaab00d update variable names 2023-07-18 09:45:37 -07:00
stephanie 930f3a1437 Merge branch 'main' into steph/dolt-merge 2023-07-17 16:49:46 -07:00
Stephanie You 45d6afe5d2 address PR comments 2023-07-17 16:48:40 -07:00