Commit Graph

22245 Commits

Author SHA1 Message Date
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
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 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
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
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
Aaron Son 6c5c03dffe integration-tests/bats: Small bats tests improvements for the lambda runner. 2023-12-05 15:14:00 -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
Zach Musgrave e4389240b5 Bug fix for windows lock file 2023-12-05 12:41:17 -08:00
Zach Musgrave e6ee30ab3c Merge branch 'zachmu/events' of github.com:dolthub/dolt into zachmu/events 2023-12-05 12:26:02 -08:00
Zach Musgrave 9d3d1ca3e0 Test fixes 2023-12-05 12:25:54 -08:00
zachmu 59632204cd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-12-05 19:44:51 +00:00
Zach Musgrave 2e963ee8f9 Fix test 2023-12-05 11:37:48 -08:00
Zach Musgrave 07be50d655 Fix up docs 2023-12-05 11:18:01 -08:00
Zach Musgrave 0d78a4ddc2 Added a logger emitter 2023-12-05 11:14:08 -08:00
Zach Musgrave 13d51ae1ae fixed test 2023-12-05 11:13:52 -08:00
Stephanie You c64e2b93af Merge remote-tracking branch 'origin/main' into steph/clone-branch 2023-12-05 10:38:32 -08:00
Dustin Brown f41d7cea48 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 (#7097)
Co-authored-by: JCOR11599 <jcor@ucsd.edu>
2023-12-05 10:27:37 -08:00
Zach Musgrave 8f8c186aaf bug fix 2023-12-05 10:23:25 -08:00
Zach Musgrave 7271e56ce8 heartbeat tests 2023-12-05 10:03:10 -08:00
Stephanie You 6b54e53586 simplify single-branch logic 2023-12-05 09:53:02 -08:00
Zach Musgrave b207b1bc03 Smoke test for faulty GRPC config, fixed broken error handling in the case of a bad GRPC client 2023-12-04 17:03:24 -08:00
stephanie 0972f6cf97 Merge pull request #7092 from dolthub/steph/gc
migrate `dolt gc` to use sql queries
2023-12-04 16:49:25 -08:00
Zach Musgrave 41637d5078 Moved emitter constructor logic out of events packge, where it causes a cycle 2023-12-04 16:22:48 -08:00
Zach Musgrave a7b31a3736 End to end tests of metrics logging 2023-12-04 16:21:59 -08:00
Zach Musgrave f9e6922900 Configurable heartbeat interval 2023-12-04 15:42:02 -08:00
Zach Musgrave 736941a72c Renamed a const 2023-12-04 15:37:17 -08:00
Zach Musgrave f1b1521bed Removed unused flusher impls 2023-12-04 15:21:57 -08:00
Zach Musgrave 3a81a6f9a7 Unified flushing 2023-12-04 15:20:57 -08:00
James Cor e8ce41fee9 fix inf loop for creds on windows (#7094)
Co-authored-by: James Cor <james@dolthub.com>
2023-12-04 14:27:25 -08:00
Nick Tobey e723577492 Merge pull request #7065 from dolthub/nicktobey/perf
Cache the computation of default columns during three-way merges.
2023-12-04 14:10:51 -08:00
Stephanie You 69263ce4da update doc string 2023-12-04 13:59:41 -08:00
Stephanie You 3205ccea14 Merge remote-tracking branch 'origin/main' into steph/gc 2023-12-04 13:59:11 -08:00
Stephanie You aee558db41 catch different reflog output between remote vs local execution 2023-12-04 13:58:42 -08:00
Zach Musgrave 58bb930c95 Moved config keys out of env package 2023-12-04 13:55:52 -08:00
Zach Musgrave 2b33f9c6d1 Moved some things around, wrote a factory method 2023-12-04 13:33:29 -08:00
stephanie aceb28c4dd Merge pull request #7091 from dolthub/steph/desc
minor doc fixes
2023-12-04 12:16:00 -08:00
Stephanie You 279b40a96e migrate dolt gc to use sql queries 2023-12-04 11:59:56 -08:00
Nick Tobey c8ba567c23 Add comments to BATS test. 2023-12-04 11:59:09 -08:00
Nick Tobey 915cadb3b6 Delete unneeded files from test repo. 2023-12-04 11:54:03 -08:00
Zach Musgrave 1cd686427e Pull out emit func 2023-12-04 11:42:19 -08:00
Zach Musgrave 6cdd0fbefd Merge main, resolve new event conflict 2023-12-04 10:25:52 -08:00