Commit Graph

23697 Commits

Author SHA1 Message Date
Jason Fulghum
5f48729262 Updating error codes from changes in https://github.com/dolthub/go-mysql-server/pull/2511 2024-05-23 14:12:42 -07:00
fulghum
c61fed2467 [ga-bump-dep] Bump dependency in Dolt by fulghum 2024-05-23 20:51:03 +00:00
Dustin Brown
fa83e8dfe0 [auto-bump] [no-release-notes] dependency by jycor (#7887) 2024-05-22 16:55:14 -07:00
Jason Fulghum
67a6c83709 Merge pull request #7878 from dolthub/fulghum/binlog-dev-2
Move sql patch statement generation APIs to the `sqlfmt` package
2024-05-22 11:52:16 -07:00
Jason Fulghum
2486f917b9 Fixing parquet path 2024-05-22 11:27:12 -07:00
Jason Fulghum
fafed52d44 Merge branch 'main' into fulghum/binlog-dev-2 2024-05-22 10:45:05 -07:00
Zach Musgrave
688c02e9f9 Merge pull request #7872 from dolthub/fulghum/binlog-dev-1
Various test utils and small fixes
2024-05-22 10:20:23 -07:00
Maximilian Hoffman
b09182026a [tree] return blob builders to pool after use (#7884)
* [tree] return blob builders to pool after use

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

* reset builders

* better builder reset

* still trying to repro dangling ref

* still trying to repro

* think this fixes dropped ref

* remove duplicate reset

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-05-21 22:01:10 -07:00
Maximilian Hoffman
e958f36b44 Cache table and schema indexes on schema address (#7859)
* Cache table and schema indexes on schema address

* skip versioning tests, they cache a bad session writer

* more tests

* views->fragment hash

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

* trigger/view caches back to rootval

* comments

* build issue

* rewrite versioned test setup

* copyright

* bad refactor

* refactors

* fix ignore/docs tables

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

* docs table fix

* revert much of the interface refactors

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

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-05-21 14:25:13 -07:00
Zach Musgrave
4cd8fb70f5 Merge pull request #7882 from dolthub/zachmu/pull-bug
Bug fix: no-op `dolt_pull()` was leaving working set dirty
2024-05-21 13:44:56 -07:00
Daylon Wilkins
9165f6b24e Merge pull request #7883 from dolthub/Hydrocharged-05792f25
[auto-bump] [no-release-notes] dependency by Hydrocharged
2024-05-21 04:49:00 -07:00
Hydrocharged
c63f804bd9 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2024-05-21 11:48:01 +00:00
Zach Musgrave
f28be4cf2c Bug fix for pull leaving working set dirty when it's already up to date 2024-05-20 18:04:20 -07:00
Aaron Son
26263c4b78 Merge pull request #7870 from dolthub/aaron/bump-musl-toolchains
go/utils/publishrelease: Bump MUSL toolchains used for cutting releases.
2024-05-20 15:10:14 -07:00
Dustin Brown
b817f3b625 [ga-bump-dep] Bump dependency in Dolt by jycor (#7881)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-05-20 14:45:41 -07:00
coffeegoddd
a34db16e7d [ga-bump-release] Update Dolt version to 1.38.2 and release v1.38.2 v1.38.2 2024-05-20 21:02:30 +00:00
Neil Macneale IV
b6b8f8b843 Merge pull request #7880 from dolthub/macneale4/sql-migration-remote
Migrate `dolt remote` to SQL
2024-05-20 13:18:40 -07:00
Neil Macneale IV
cd173680cc PR Feedback 2024-05-20 12:46:12 -07:00
James Cor
68db7794be avoid NewEmptyIndex when table does not exist (#7879) 2024-05-20 10:57:17 -07:00
Zach Musgrave
935e7654c4 Repro for bad pull behavior when already up to date 2024-05-19 17:13:29 -07:00
Zach Musgrave
4d98a052c8 Attempt to repro bug, nothing yet 2024-05-19 15:05:38 -07:00
macneale4
86b7c6adcd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2024-05-19 14:19:09 +00:00
Neil Macneale IV
52734509b4 Give better error for AWS remotes when server running 2024-05-19 07:10:54 -07:00
Neil Macneale IV
11e0f2577c Migrate dolt remote to SQL 2024-05-19 07:07:47 -07:00
Neil Macneale IV
a71569c0a8 remote-cmd.bats command pre-change 2024-05-19 07:07:47 -07:00
coffeegoddd
26e1d5b1c3 [ga-bump-release] Update Dolt version to 1.38.1 and release v1.38.1 v1.38.1 2024-05-17 22:21:22 +00:00
Jason Fulghum
5ff76cd8ab Updating go version number in go.mod for go-sql-server-driver tests to match the go version number in Dolt's main go.mod 2024-05-17 14:56:17 -07:00
Jason Fulghum
db2c7d1afa Adding a test for when SOURCE_AUTO_POSITION is disabled 2024-05-17 14:56:17 -07:00
Jason Fulghum
fa3f5ef29c Various test utils and small fixes, extracted from binlog primary work 2024-05-17 14:56:17 -07:00
Jason Fulghum
16f47dbfbb Moving sql patch statement generation APIs to the sqlfmt package and cleaning up import cycles 2024-05-17 14:53:55 -07:00
James Cor
b1dfd7521e keep sql.Schema for conflicts table schema (#7877) 2024-05-17 14:48:02 -07:00
Jason Fulghum
c4695cefcd Merge pull request #7876 from dolthub/fulghum/dolt-7875
Improve error messages for CLI commands when a sql-server is running
2024-05-17 14:37:34 -07:00
Jason Fulghum
0ccc3349b6 Adding tests for dolt CLI error messages in an uninitialized directory where a sql-server is running 2024-05-17 12:13:13 -07:00
Jason Fulghum
59b61de70e Customizing the error message for dolt init when a sql-server is already running from the directory 2024-05-17 11:44:06 -07:00
Jason Fulghum
c490affcbb Changing the command line to identify a valid dolt repository by looking for .dolt/noms instead of just .dolt
Related to https://github.com/dolthub/dolt/issues/7873
2024-05-17 11:36:40 -07:00
Dustin Brown
3446e28ea5 [ga-bump-dep] Bump dependency in Dolt by jycor (#7871)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-05-16 00:14:10 -07:00
Dustin Brown
52f544958f [ga-bump-dep] Bump dependency in Dolt by jycor (#7869)
Co-authored-by: jycor <jcor@ucsd.edu>
2024-05-15 23:08:23 -07:00
Aaron Son
4f9bdd9c04 go/utils/publishrelease: Bump MUSL toolchains used for cutting releases.
The new toolchain uses MUSL + mimalloc.

Include the mimalloc license in our released LICENSES notice.
2024-05-15 17:01:00 -07:00
Brian Hendriks
1586515b74 Merge pull request #7866 from dolthub/bh/update-release
update release process for new config refactor
2024-05-15 15:08:21 -07:00
James Cor
f3f72dc6eb [no-release-notes] fix unit test (#7865) 2024-05-15 14:47:07 -07:00
Brian Hendriks
736d87243c update release process for new config refactor 2024-05-15 13:59:56 -07:00
Brian Hendriks
ea6144bf1d Merge pull request #7864 from dolthub/bh/move-sqlserver-config
move config
2024-05-15 13:54:03 -07:00
Brian Hendriks
9adb85191b test fix 2024-05-15 13:23:31 -07:00
Brian Hendriks
6e1993852b formatting 2024-05-15 13:00:43 -07:00
Brian Hendriks
e2d2570da0 remove unneeded struct 2024-05-15 12:58:29 -07:00
Brian Hendriks
cbdd20c981 extra debug info 2024-05-15 11:53:41 -07:00
Brian Hendriks
2df73a6aa0 extra debug info 2024-05-15 11:50:58 -07:00
Jason Fulghum
e9f3991fdd Merge pull request #7860 from dolthub/fulghum/bugfix
Bug fix: load local config when using `--data-dir`
2024-05-15 11:34:28 -07:00
Jason Fulghum
5a627e5a93 Merge pull request #7862 from dolthub/fulghum/bugfix-2
Bug fix: `sql-server` should initialize persisted global vars
2024-05-15 11:34:16 -07:00
Maximilian Hoffman
eb4ba21086 [nbs] safer root hash record peek (#7858) 2024-05-15 11:11:39 -07:00