Commit Graph

22281 Commits

Author SHA1 Message Date
Jason Fulghum fca1ec3d07 Merge branch 'main' into fulghum/dolt-7040 2023-12-07 14:34:42 -08:00
Neil Macneale IV 282993a247 Merge pull request #7122 from dolthub/macneale4/checkout-B
Add support for -B flag to dolt_checkout

https://github.com/dolthub/dolt/issues/7116
2023-12-07 14:31:21 -08:00
Dustin Brown 80037bcffc [auto-bump] [no-release-notes] dependency by jennifersp (#7112) 2023-12-07 13:33:07 -08:00
Neil Macneale IV 02d11b98d1 Fix logical mistake on -t and -b being exclusive 2023-12-07 13:03:13 -08:00
stephanie e894937c0c Merge pull request #7105 from dolthub/steph/version
Add of out date warning to `dolt version`
2023-12-07 12:51:47 -08:00
Neil Macneale IV 3e7f3e3542 Add CLI support for checkout -B 2023-12-07 11:15:08 -08:00
Neil Macneale IV ef67ced9df Added engine tests for -B flag in dolt_checkout 2023-12-07 11:15:08 -08:00
Neil Macneale IV 3a226fcd83 dolt checkout -B added. untested, existing tests pass 2023-12-07 11:15:08 -08:00
Stephanie You 07899db4b1 fix error handling 2023-12-07 11:03:55 -08:00
Jason Fulghum 09540a6644 PR Feedback: adding a missing check for prefixLength==0 2023-12-07 10:46:24 -08:00
James Cor 8f49d10eb0 increase correctness precision (#7117)
Co-authored-by: James Cor <james@dolthub.com>
2023-12-07 10:45:44 -08:00
timsehn dccf01333b [ga-bump-release] Update Dolt version to 1.29.1 and release v1.29.1 v1.29.1 2023-12-07 16:54:18 +00:00
Jason Fulghum a7447ba428 Merge pull request #7110 from dolthub/fulghum/cherry-pick
[no-release-notes] Refactoring cherry pick logic out of the `dprocedure` package and into a new `cherry_pick` package
2023-12-06 15:53:38 -08:00
Aaron Son db3472ab54 Merge pull request #7107 from dolthub/aaron/sqle-database-provider-clone-dbLocations-fix
go/libraries/doltcore/sqle: DatabaseProvider: Fix a bug where a database created with call dolt_clone() would not be dropped until the server was restarted.
2023-12-06 15:14:19 -08:00
stephkyou ada1c64645 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-12-06 22:49:30 +00:00
Stephanie You 0479e45377 fix color strings 2023-12-06 14:42:41 -08:00
zachmu e6c4fcd332 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-12-06 22:36:44 +00:00
Zach Musgrave 7bae79f00d Fixed license files 2023-12-06 14:29:23 -08:00
Stephanie You 70b83f4ab8 better error handling 2023-12-06 13:40:23 -08:00
fulghum 446e1acc8d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-12-06 20:16:38 +00:00
Jason Fulghum b4167b987e Refactoring cherry pick logic out of the dprocedure package and into a new cherry_pick package 2023-12-06 12:07:28 -08:00
stephanie e0013d3de2 Merge branch 'main' into steph/version 2023-12-06 10:30:30 -08:00
Stephanie You b756f73a81 fix bats test 2023-12-06 10:21:39 -08:00
Zach Musgrave 7c88abef6e Merge pull request #7090 from dolthub/zachmu/events
Added a periodic heartbeat event metric to `sql-server`
2023-12-06 09:48:48 -08:00
Zach Musgrave 28310b6d02 Merge branch 'zachmu/events' of github.com:dolthub/dolt into zachmu/events 2023-12-06 09:48:10 -08:00
Zach Musgrave 23c229fa59 PR feedback 2023-12-06 09:48:04 -08:00
stephanie ed7ee23423 Merge pull request #7088 from dolthub/steph/clone-branch
add `--single-branch` flag for `dolt clone`
2023-12-06 09:41:47 -08:00
Aaron Son 0e1bbfc9f0 go/libraries/doltcore/sqle: DatabaseProvider: Fix a bug where a database created with call dolt_clone() would not be dropped until the server was restarted.
Fixes #7106.
2023-12-06 09:03:39 -08:00
Aaron Son ad78f39d8f Merge pull request #7103 from dolthub/aaron/lambda-bats
[no-release-notes] integration-tests/bats: Small bats tests improvements for the lambda runner.
2023-12-06 06:29:59 -08:00
Stephanie You d22b62393b license update 2023-12-05 17:52:28 -08:00
Stephanie You 3fc766e4db restrict checking latest release to once per week 2023-12-05 17:43:26 -08:00
Stephanie You eae7329c57 version checks latest release 2023-12-05 17:38:48 -08:00
Stephanie You ee881448cb add cli docs and help text for dolt version 2023-12-05 17:38:48 -08:00
Jason Fulghum ade24dc7f1 Tidying up 2023-12-05 17:12:44 -08:00
Jason Fulghum de6f7b99a9 Updating GMS dependency to latest build from fulghum/dolt-7040 dev branch 2023-12-05 17:08:33 -08:00
Zach Musgrave 8ad5bd0f6e Merge branch 'main' into zachmu/events 2023-12-05 16:52:58 -08:00
Stephanie You b82117d5c4 Merge remote-tracking branch 'origin/main' into steph/clone-branch 2023-12-05 16:51:16 -08:00
Aaron Son 5edebb5e4a integration-tests/bats/performance.bats: Run some long-running tests locally for now. 2023-12-05 16:50:28 -08:00
Jason Fulghum a84390ecdf Updating GMS dependency to latest build from fulghum/dolt-7040 dev branch 2023-12-05 16:22:18 -08:00
Jason Fulghum 87ed38ab13 Merge branch 'main' into fulghum/dolt-7040 2023-12-05 16:20:54 -08:00
Aaron Son 379ee64cb9 Merge remote-tracking branch 'origin/main' into aaron/lambda-bats 2023-12-05 16:09:27 -08:00
Dustin Brown 3e20220253 [auto-bump] [no-release-notes] dependency by max-hoffman (#7102)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* update hadoop

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2023-12-05 16:01:02 -08:00
Jason Fulghum 7c064c2219 Updating GMS dependency to latest build from fulghum/dolt-7040 dev branch 2023-12-05 15:36:00 -08:00
Aaron Son 6c5c03dffe integration-tests/bats: Small bats tests improvements for the lambda runner. 2023-12-05 15:14:00 -08:00
Jason Fulghum 7cd73d5518 Cleaning up before opening review 2023-12-05 14:50:51 -08:00
Jason Fulghum ab84b096ac Merge branch 'main' into fulghum/dolt-7040 2023-12-05 14:35:27 -08:00
Zach Musgrave f54aa12850 Uncommented debug code 2023-12-05 13:56:24 -08:00
Zach Musgrave 306299fd6d Merge branch 'zachmu/events' of github.com:dolthub/dolt into zachmu/events 2023-12-05 12:48:53 -08:00
Zach Musgrave 8ae7445ef8 Upgrade hadoop (older version now gone) 2023-12-05 12:48:49 -08:00
zachmu d3cda14fe3 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-12-05 20:48:00 +00:00