Commit Graph

13676 Commits

Author SHA1 Message Date
Stephanie You 735837fc3a update dolt log to support tables separator (--) 2023-08-23 10:53:59 -07:00
Stephanie You b094d5bc4b update log docs 2023-08-23 10:45:48 -07:00
Stephanie You b3e1fef70b update dolt log to support --decorate option 2023-08-23 10:45:02 -07:00
Stephanie You 7c59e4aa66 simplify and remove unneeded log code 2023-08-23 10:45:02 -07:00
Stephanie You b35cd8dbcc consolidate print code between log and show 2023-08-23 10:45:02 -07:00
Stephanie You 0e0922b1e3 updates dolt log to use corresponding table function 2023-08-23 10:45:02 -07:00
Stephanie You 13b9ed897a updates dolt log to use sql backend 2023-08-23 10:45:02 -07:00
stephanie c168027904 Merge pull request #6522 from dolthub/steph/dolt-log-tf
update `dolt_log` table function to support more features
2023-08-23 08:49:33 -07:00
Daylon Wilkins ac3f07e4db Merge pull request #6561 from dolthub/Hydrocharged-d10c5b02
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-08-22 16:31:34 -07:00
Neil Macneale IV 940cd181d0 Merge pull request #6531 : Empty Servers allow sql command to connect
WIth this change, starting sql-server will result in creating a .dolt/sql-server.lock file in the --data-dir (CWD by default). This file will be used for two purposes: 1) Ensuring another dolt sql-server is not started with the same data dir. 2) Allowing the dolt sql command to connect to it.
2023-08-22 16:12:51 -07:00
Stephanie You 59d41698fb correct --not validation 2023-08-22 14:10:16 -07:00
Aaron Son 48cf308d05 Merge pull request #6454 from dolthub/aaron/cluster-replication-users-and-grants
go/libraries/doltcore/sqle/cluster: Add replication of user and grant changes from primary to standby replicas.
2023-08-22 13:28:35 -07:00
Stephanie You ca4263a064 remove unneeded fields 2023-08-22 13:21:24 -07:00
tbantle22 c54422d9fb [ga-bump-release] Update Dolt version to 1.13.0 and release v1.13.0 2023-08-22 20:16:58 +00:00
Jason Fulghum 2a86a796f0 Merge pull request #6560 from dolthub/fulghum/refactor
[no-release-notes] Refactoring schema merge tests to make room for more tests
2023-08-22 12:46:47 -07:00
Stephanie You 88bb6014de update tests 2023-08-22 12:43:08 -07:00
Taylor Bantle 897dcd59d4 Merge pull request #6474 from dolthub/taylor/dolt-status
`dolt_status` system table shows if merge is active when there are no conflicts
2023-08-22 12:25:15 -07:00
Neil Macneale IV 899cc45edb Empty .dolt directories won't cause trouble for init and sql commands. 2023-08-22 12:12:37 -07:00
Stephanie You cb8eda28dd PR feedback 2023-08-22 11:34:10 -07:00
Hydrocharged 14dd8b1a59 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-08-22 17:54:32 +00:00
Daylon Wilkins e082245b2d Merge pull request #6557 from dolthub/Hydrocharged-8111b83c
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-08-22 10:43:17 -07:00
Neil Macneale IV 0ecbf3749c Merge pull request #6550 from dolthub/macneale4/branch-create
Silence branch create from unneeded warnings
2023-08-22 10:30:09 -07:00
Neil Macneale IV d01304bbdd Use short id in commit descriptions 2023-08-22 10:27:37 -07:00
Jason Fulghum 126ac18135 Adding a comment to explain the use of func() here 2023-08-22 10:17:47 -07:00
Taylor Bantle 029fa4ba81 dolt_status pks, track merged tables and show in dolt_status 2023-08-22 10:12:09 -07:00
Jason Fulghum c91f6c7b04 Refactoring schema merge tests to make room for more tests 2023-08-22 10:02:17 -07:00
Neil Macneale IV 5e48317f90 Support single arg version of branch copy/move 2023-08-22 08:27:46 -07:00
Daylon Wilkins f8c404d3b8 Fixed merge error 2023-08-22 06:39:06 -07:00
Hydrocharged f45c760dea [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-08-22 12:56:29 +00:00
Dustin Brown f8de235540 [ga-bump-dep] Bump dependency in Dolt by fulghum (#6555)
Co-authored-by: fulghum <jason.fulghum@gmail.com>
2023-08-21 21:51:45 -07:00
Stephanie You c33165d041 more tests for dolt_log 2023-08-21 17:59:07 -07:00
Neil Macneale IV b82e95cb58 Verify the dolt_branch doesn't allow HEAD as a branch name
Interesting to call out that they have different errors. Not going to get into that now
2023-08-21 16:01:10 -07:00
Neil Macneale IV a505266208 Validate new branch name when moving and copying 2023-08-21 15:32:53 -07:00
Neil Macneale IV 85eb27772d Clean up sql command's help message 2023-08-21 15:05:18 -07:00
Neil Macneale IV 0ede79dc04 Validate the branch name argument only
If a bad branch name is discovered, exit rather than print an error.
Also, validation is not required for my modes - just creation.
2023-08-21 11:11:36 -07:00
Hydrocharged 52cda22292 [ga-bump-release] Update Dolt version to 1.12.1 and release v1.12.1 2023-08-21 17:46:51 +00:00
Stephanie You cca59ce920 re-add dolt_log options engine tests 2023-08-21 10:39:06 -07:00
Stephanie You c16413ec20 add tables to dolt_log getOptionsString() 2023-08-21 10:30:26 -07:00
Stephanie You 5b0de07b99 update dolt_log table function to support table names 2023-08-21 09:47:16 -07:00
Stephanie You 1ae4216edc add tests for dolt_log accepting table names 2023-08-21 09:47:16 -07:00
Stephanie You e94a10db54 add tests for dolt_log options 2023-08-21 09:47:16 -07:00
Stephanie You b90056143d skip setup commit for dolt_log tests 2023-08-21 09:47:12 -07:00
Stephanie You 16c01f9735 add tests for multiple revisions given to dolt_log table function 2023-08-21 09:45:28 -07:00
Stephanie You dc9bbe2923 updates dolt_log table function to support more than 2 revisions 2023-08-21 09:45:28 -07:00
Daylon Wilkins eccb3616cd Moved AutoIncrementGetter to an internal interface 2023-08-21 02:28:50 -07:00
Daylon Wilkins 9c212f60d2 Fixed bump 2023-08-21 01:27:52 -07:00
Hydrocharged f25256fa80 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-08-21 05:56:37 +00:00
Neil Macneale IV 5d0f1fdb98 Update go/cmd/dolt/dolt.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2023-08-18 16:16:43 -07:00
Neil Macneale IV 0769c41b7d Allow binlogreplication tests to be more resillient by deleting the server lock of a recently killed process 2023-08-18 14:46:31 -07:00
Neil Macneale IV d36889c171 Ensure that the permissions on the lock file are set 2023-08-18 14:46:31 -07:00