Commit Graph

8831 Commits

Author SHA1 Message Date
Zach Musgrave e5eb896147 Merge pull request #4194 from dolthub/zachmu/json-diff
Support json output for `dolt diff`
2022-08-25 19:54:38 -07:00
AndyA 0a7c5e30f4 Merge pull request #4207 from dolthub/andy/nbf-dolt-tpcc
[no-release-notes] add NomsBinFormat config option for tpcc runner
2022-08-25 17:46:22 -05:00
Andy Arthur ad472765d2 add NomsBinFormat config option for tpcc runner 2022-08-25 15:30:38 -07:00
jennifersp 0c96a5840d create db with specific format depending on currentDB format (#4193) 2022-08-25 15:17:27 -07:00
Dhruv Sringari 5d265598d7 Various changes for the __DOLT__ bounty scoreboard (#4198)
* No-op stops

* range diff

* nits

* various updates to valuefile package and exposes more prolly ranges

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

* larger test

* oops

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-08-25 15:12:10 -07:00
zachmu f63bb0242f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-25 21:01:54 +00:00
Aaron Son 9bf873a9c5 Merge pull request #4201 from dolthub/aaron/proto-remotesapi-add-repo_tokens
proto,go/.../remotestorage: Add repo_token support.
2022-08-25 13:47:57 -07:00
Zach Musgrave c6b6276704 Bug fix for diffs with schema changes 2022-08-25 13:39:50 -07:00
Zach Musgrave 7ad34520e0 PR feedback 2022-08-25 13:16:49 -07:00
Aaron Son 6eb9e6c17d proto,go/.../remotestorage: Add repo_token support.
doltremoteapi can return an opaque token which makes it cheaper to access the
repository than just using the RepoId. This updates protos and remotestorage
implementation to cache that token and use it for future accesses of the same
repository.
2022-08-25 12:12:42 -07:00
fulghum 6b1819f84d [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-08-25 16:02:33 +00:00
Zach Musgrave 0a00e6b17b Bug fix for writing no rows with json row writer 2022-08-24 19:08:28 -07:00
zachmu a0cfe4454c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-25 01:10:33 +00:00
Zach Musgrave ad6e4a97a1 Slightly better error message for some sql diff issues 2022-08-24 18:05:26 -07:00
Zach Musgrave 0c8734502b Reconfigured how row diffing happens to ensure that RowWriter and Close always get called for all code paths 2022-08-24 17:56:08 -07:00
Zach Musgrave 96a3506721 Bug fixes 2022-08-24 17:00:04 -07:00
andrew-wm-arthur dfbd18520e [ga-bump-release] Update Dolt version to 0.40.29 and release v0.40.29 2022-08-24 23:59:07 +00:00
Zach Musgrave 593e32fe6a Merge main 2022-08-24 16:00:36 -07:00
AndyA afe5c70a9d Merge pull request #4181 from dolthub/andy/migrate-blob-keys
Migrate `TEXT`, `BLOB` index keys by converting them `VARCHAR`, `VARBINARY`
2022-08-24 17:57:32 -05:00
Zach Musgrave 162941542c Revamped diff to use from_row, to_row, fixed some bugs in that context 2022-08-24 15:56:15 -07:00
AndyA 2eab2735c9 Merge pull request #4192 from dolthub/andy/fix-ls-verbose
[no-release-notes] go/commands: Fix `dolt ls --verbose` panic for NBF `__DOLT__`
2022-08-24 17:35:22 -05:00
AndyA 85b8b25927 Merge pull request #4191 from dolthub/andy/schema-merge-panic
[no-release-notes] go/doltcore/merge: Fix schema merge panic
2022-08-24 16:52:34 -05:00
Tim Sehn 97d47e3551 Merge pull request #4189 from dolthub/tim/kill-git-dolt
Deprecate `git-dolt` and `git-dolt-smudge`
2022-08-24 14:13:28 -07:00
James Cor ef46c00209 Merge pull request #4163 from dolthub/james/prepareds
adding missing test cases for prepared tests
2022-08-24 14:11:41 -07:00
Andy Arthur cae47d06ff cleanup some uses of doltdb.Table.GetNomsRowData 2022-08-24 14:05:20 -07:00
Andy Arthur 03ea5d7309 fix Noms Map assumption in dolt ls --verbose 2022-08-24 13:56:54 -07:00
Zach Musgrave 116cbe2540 Moved diff writers into their own file, cleaned up a little 2022-08-24 13:43:18 -07:00
Andy Arthur 9040214fdf replace nil sql.Context with sql.NewEmptyContext 2022-08-24 13:43:16 -07:00
Zach Musgrave 38d304c3c9 Finished sql diff writer 2022-08-24 13:33:09 -07:00
Andy Arthur c6884d4c07 added index_join microbenchmark 2022-08-24 12:23:18 -07:00
Zach Musgrave 88acb85148 Bug fixes, first fully working version 2022-08-24 12:20:32 -07:00
James Cor 8b20dcb463 adding skipprepared and removing todo 2022-08-24 11:18:26 -07:00
timsehn 2c6b26473b [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-24 18:15:44 +00:00
Timothy Sehn 93c677ea48 Kill git-dolt 2022-08-24 11:09:58 -07:00
James Cor 74453c6aaa another conflict :) 2022-08-24 10:55:32 -07:00
Zach Musgrave a07dceeb75 Moved start and close code for json writer around 2022-08-24 10:30:54 -07:00
James Cor bdb8bc49fb bumping 2022-08-24 10:18:28 -07:00
Hydrocharged b8a24b3a49 [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2022-08-24 16:51:44 +00:00
Andy Arthur d2bf21656a fix race on err write, only run migration tests for __LD_1__ 2022-08-24 09:28:59 -07:00
Andy Arthur 41a00a47e9 added integration test for TEXT, BLOB coersion 2022-08-23 18:13:46 -07:00
Andy Arthur 7e92878989 added integration tests for migration, schema 2022-08-23 17:34:02 -07:00
Andy Arthur 249b84e262 first pass at TEXT/BLOB -> VARCHAR/VARBINARY conversion 2022-08-23 17:34:02 -07:00
Hydrocharged 8eeb005fdc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-24 00:07:32 +00:00
Daylon Wilkins a58c99a068 GMS bump for show charsets 2022-08-23 17:04:58 -07:00
Zach Musgrave e29e128d9a Factored out getting schema diffs for sql 2022-08-23 16:04:38 -07:00
James Cor 66233c7574 capital s... 2022-08-23 15:29:01 -07:00
James Cor 7f438f3f0c forgot to skip one 2022-08-23 15:28:14 -07:00
James Cor d3fce75744 Merge branch 'james/prepareds' of https://github.com/dolthub/dolt into james/prepareds 2022-08-23 15:15:12 -07:00
James Cor e21d16ac78 updating skip count 2022-08-23 15:15:06 -07:00
JCOR11599 f9833784d2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-23 22:07:27 +00:00