12554 Commits

Author SHA1 Message Date
max-hoffman c1ed21669a [ga-bump-release] Update Dolt version to 1.2.5 and release v1.2.5 2023-06-06 05:24:11 +00:00
Dustin Brown 0d29270878 [auto-bump] [no-release-notes] dependency by max-hoffman (#6091)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* collation test

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2023-06-05 21:49:54 -07:00
Dustin Brown c232144df9 Merge pull request #6087 from dolthub/james/err
[no-release-notes] add more info to constraint violation error
2023-06-05 15:42:08 -07:00
JCOR11599 63e74b7a3c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-05 19:06:37 +00:00
James Cor f1503edfde detailed and formatted error 2023-06-05 11:56:52 -07:00
nicktobey be8056793e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-05 18:22:38 +00:00
Nick Tobey e313617cff Merge branch 'main' of github.com:dolthub/dolt into nicktobey/addcommand 2023-06-05 11:14:01 -07:00
James Cor b1d1ea80de error 2023-06-03 00:03:48 -07:00
stephanie 69f999531a Merge pull request #6065 from dolthub/steph/dolt-blame
update dolt blame to use sql backend and accept specific revision
2023-06-02 23:51:16 -07:00
Nick Tobey 0d69f95604 Make exception in buildLateBinder for dolt sql-client 2023-06-02 17:46:59 -07:00
Nick Tobey 646178e098 Merge branch 'main' of github.com:dolthub/dolt into nicktobey/addcommand 2023-06-02 15:25:41 -07:00
Nick Tobey e3ea1e031b Delay getting a Queryist until after parsing command line args, in case --help is passed. 2023-06-02 15:18:13 -07:00
Nick Tobey 98f717e236 Give RevertCmd a CliCtx so it can pass it to AddCmd 2023-06-02 13:52:07 -07:00
James Cor 54b8e0f4b3 adding more info to error and fixing tests 2023-06-02 13:46:31 -07:00
Nick Tobey d5e3d075be Fail early when running CliContext-using-commands outside of a repo, with an exception for specific commands. 2023-06-02 12:21:53 -07:00
stephkyou 694ea98a0e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-02 19:12:08 +00:00
Stephanie You f285c5bbe2 update ref checking in dolt blame 2023-06-02 12:02:12 -07:00
timsehn a99ff81508 [ga-bump-release] Update Dolt version to 1.2.4 and release v1.2.4 2023-06-02 17:22:21 +00:00
Stephanie You b32c5e6fed updates dolt blame to work outside of dolt repos 2023-06-02 09:45:59 -07:00
Nick Tobey bef50ffebd Allow staging tables with merge conflicts. 2023-06-01 19:24:04 -07:00
stephkyou 62fff578ab [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-02 00:51:42 +00:00
Stephanie You b8ad54f7e5 add validation for ref spec and more detailed error messaging in dolt blame 2023-06-01 17:39:07 -07:00
fulghum e1caaed6d1 [ga-bump-dep] Bump dependency in Dolt by fulghum 2023-06-02 00:29:18 +00:00
bheni d6aada5576 [ga-bump-release] Update Dolt version to 1.2.3 and release v1.2.3 2023-06-01 20:34:27 +00:00
Brian Hendriks c3135f80e6 Merge pull request #6071 from dolthub/bh/replace-default-json-unmarshaller
replace encoding/json with goccy/go-json for improved unmarshalling
2023-06-01 13:25:30 -07:00
Brian Hendriks 358594ec76 update licenses 2023-06-01 11:32:02 -07:00
bheni d85f39ea04 [ga-bump-dep] Bump dependency in Dolt by bheni 2023-06-01 18:30:40 +00:00
fulghum 505e6df504 [ga-bump-release] Update Dolt version to 1.2.2 and release v1.2.2 2023-06-01 00:15:05 +00:00
Jason Fulghum 38cb584e88 Merge pull request #6070 from dolthub/Hydrocharged-59a1d3af
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-05-31 17:08:03 -07:00
Jason Fulghum 3bfe9abd8a Merge pull request #6068 from dolthub/fulghum/parquet
Add support for parquet as an output format for `dolt sql`
2023-05-31 17:05:38 -07:00
Brian Hendriks 16faeae714 updated go.mod / go.sum 2023-05-31 17:03:54 -07:00
Brian Hendriks 44633e6ee9 replace encoding/json with goccy/go-json for improved unmarshalling 2023-05-31 17:01:55 -07:00
Jason Fulghum 8c004ef391 Changing to use parquet as the command line argument (instead of pq) 2023-05-31 15:43:36 -07:00
Hydrocharged e88dde7540 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-05-31 22:29:06 +00:00
Jason Fulghum 98ac2471ac Adding support for parquet as an output format for dolt sql 2023-05-31 14:31:40 -07:00
Stephanie You 413bc12da0 minor dolt blame updates for cleanliness and more tests 2023-05-31 12:16:36 -07:00
JCOR11599 f08d7cf1f7 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-31 18:37:26 +00:00
stephkyou c4eb8e05b0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-31 18:28:33 +00:00
Stephanie You bd22c227a6 update existing dolt blame bats tests 2023-05-31 11:14:42 -07:00
Hydrocharged 81d66087fc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-05-31 13:22:45 +00:00
Daylon Wilkins d43131314e Dolt implementation of implicit PK in FK 2023-05-31 06:12:55 -07:00
Stephanie You a305308d3f updates dolt blame to support revision specification 2023-05-30 17:03:51 -07:00
Stephanie You 3287ad8b00 updates dolt blame to use appropriate sql engine for results 2023-05-30 16:49:01 -07:00
Nick Tobey b4a1685f4d Encode all relevant information in the DoltIgnoreConflictError in its error message so it is propagated through remote connections. 2023-05-30 11:02:27 -07:00
JCOR11599 c90d7fdb54 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-05-30 17:52:03 +00:00
fulghum 14f5a05b99 [ga-bump-release] Update Dolt version to 1.2.1 and release v1.2.1 2023-05-26 23:49:43 +00:00
Jason Fulghum 84e8718b8f Merge branch 'main' into fulghum/merge-check-fix 2023-05-26 14:36:46 -07:00
Tim Sehn c841788fb0 Merge pull request #6039 from dolthub/aaron/optimize-findOffsets
Storage optimization: Optimize GetMany operations when table files are very large.
2023-05-26 13:13:48 -07:00
Zach Musgrave 4a35dfd771 Merge pull request #6033 from dolthub/zachmu/replication-errors
Changed replication configuration errors to log warnings, rather than stop the server from starting
2023-05-26 13:02:57 -07:00
Jason Fulghum 31ad65ee73 Fix for bug when evaluating check constraints during merge on tables where primary key cols are not the first cols 2023-05-26 12:15:44 -07:00