Commit Graph

22195 Commits

Author SHA1 Message Date
Stephanie You b756f73a81 fix bats test 2023-12-06 10:21:39 -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
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
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
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
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
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
Stephanie You 1a4cd6ac9a minor doc fixes 2023-12-04 10:22:38 -08:00
stephanie bbe8c3212b Merge pull request #7032 from dolthub/steph/reflog
CLI command for reflog
2023-12-02 00:20:12 -08:00
stephanie d73c8fd4d5 Merge branch 'main' into steph/reflog 2023-12-01 16:39:43 -08:00
Maximilian Hoffman 7572724aa3 [no-release-notes] Unique ids cleanup bump (#7086)
* [no-release-notes] Unique ids cleanup bump

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump again

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2023-12-01 16:22:57 -08:00
Stephanie You a99b52dc9e small fix 2023-12-01 15:44:34 -08:00
Stephanie You e2f18eedb9 Merge remote-tracking branch 'origin/main' into steph/reflog 2023-12-01 15:01:29 -08:00
Stephanie You b47eeb4dec PR comments 2023-12-01 15:00:05 -08:00
reltuk 80a8e1db48 [ga-bump-release] Update Dolt version to 1.29.0 and release v1.29.0 v1.29.0 2023-12-01 21:19:21 +00:00
Aaron Son 8f0818c11a Merge pull request #7076 from dolthub/aaron/fix-some-spurious-retries-in-remotestorage
[no-release-notes] go/libraries/doltcore/remotestorage: Fix some spurious retries on authentication failures and the likes when interacting with remotestorage.
2023-12-01 13:06:34 -08:00
Taylor Bantle a2a2e90527 Merge pull request #7085 from dolthub/tbantle22-a3ee71b2
[auto-bump] [no-release-notes] dependency by tbantle22
2023-12-01 13:06:27 -08:00
Aaron Son e7d3f149df Merge pull request #7081 from dolthub/aaron/fix-bats-ls-flakey-failure
[no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
2023-12-01 12:47:55 -08:00
Taylor Bantle 1ca0872848 Merge pull request #7084 from dolthub/taylor/typo
Fix existant typo
2023-12-01 12:32:05 -08:00
tbantle22 1149e86632 [ga-bump-dep] Bump dependency in Dolt by tbantle22 2023-12-01 19:26:45 +00:00
Taylor Bantle a0c0fa6e51 Fix existant typo 2023-12-01 11:10:55 -08:00
stephanie 18f65fbdf2 Merge pull request #7077 from dolthub/steph/sql-client-depre
remove dolt sql-client command
2023-12-01 10:17:55 -08:00
Maximilian Hoffman de1e666cd0 [no-release-notes] Unique ids bump (#7067)
* [no-release-notes] Unique ids bump

* bump
2023-11-30 21:38:39 -08:00
Aaron Son b977298464 Merge pull request #7069 from dolthub/aaron/new-sql-server-lock-semantics
go/cmd/dolt: Implement new semantics for sql-server.lock.
2023-11-30 18:03:55 -08:00
Aaron Son 83602c2f80 [no-release-notes] integration-tests/bats: ls.bats: Fix a flakey failure where an unlucky hash could cause a negative assertion to fail.
ls.bats was using test table names like `t1` and `t2` and making assertions
against the output of `dolt ls`. But the output of `dolt ls` also sometimes
includes a commit hash, which can itself contain these strings.

Change it so that we use names which will never appear in a commit hash.
2023-11-30 16:23:39 -08:00
stephkyou d135c4b95d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-11-30 23:45:28 +00:00
Stephanie You 9761372c98 move queryist utils into sqlserver package 2023-11-30 15:38:08 -08:00
Stephanie You bd045ae658 refactor queryist utils 2023-11-30 15:32:43 -08:00
Aaron Son 2d738b7b1d intergration-tests/bats: Update tests for new sql-server.info filename. 2023-11-30 15:15:13 -08:00
stephkyou 9486e434bc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-11-30 23:11:26 +00:00
Stephanie You 86d12d7b8e remove dolt sql-client command 2023-11-30 14:59:59 -08:00
Aaron Son 5cfc7e482d [no-release-notes] go/libraries/doltcore/remotestorage: Fix some spurious retries on authentication failures and the likes when interacting with remotestorage. 2023-11-30 14:58:05 -08:00
Aaron Son 0d5eeb5130 Merge pull request #7075 from dolthub/aaron/fix-local-remote-ref-update-in-push
[no-release-notes] go/libraries/doltcore/env/actions: remotes.go: Small fix to SetHeadToCommit our local remote ref when pushing even in fast-forward mode.
2023-11-30 14:10:02 -08:00
Aaron Son 67535bbda1 go/cmd/dolt: sql-server.lock/sql-server.info changes. PR feedback. 2023-11-30 12:01:43 -08:00
Stephanie You e9c63acccd another description update 2023-11-30 11:37:12 -08:00
Stephanie You 0f2e9261e3 reflog doc update 2023-11-30 11:28:52 -08:00
Aaron Son 18b96edd11 [no-release-notes] go/libraries/doltcore/env/actions: remotes.go: Small fix to SetHeadToCommit our local remote ref when pushing even in fast-forward mode. 2023-11-30 10:53:03 -08:00
Nick Tobey a24aa6503d Add initial performance regression tests. 2023-11-30 09:50:11 -08:00
reltuk 8b74402ead [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-11-30 05:48:45 +00:00
Aaron Son 677c553c5c integration-tests/bats: Skip some tests where we use dolt init in SQL_ENGINE=remote-engine mode. 2023-11-29 21:42:03 -08:00