Commit Graph

14851 Commits

Author SHA1 Message Date
Tan Yong Zhi ef2e0cc5ff Fix sql-commit bats tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi af955f4ccb Fix more bats sql tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 178f541f34 Fix bats tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 5c7cddc75d Update sql path and tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 5e8ffeae98 Should be the last of them 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 9b4b805268 Fix more failing bats tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 7dd5d6b4d6 Fix failing tests 2022-08-26 12:14:05 +08:00
Tan Yong Zhi f810da5062 Fix compile err 2022-08-26 12:14:05 +08:00
Tan Yong Zhi 9dcb0359a7 dolt commit -a ignores new tables 2022-08-26 12:14:05 +08:00
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
Zach Musgrave a1aebfbabe Fixed faulty json test 2022-08-25 15:04:54 -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
Zach Musgrave 4c45ae404a Fixed bats tests for schema change output 2022-08-25 13:48:24 -07: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
Zach Musgrave 05525ead05 Fixed keyless json diff test to accomodate non deterministic ordering for keyless diffs 2022-08-25 13:02:17 -07:00
Jason Fulghum b5b28fe0cb Merge pull request #4195 from dolthub/fulghum-9c29c6a7
[auto-bump] [no-release-notes] dependency by fulghum
2022-08-25 12:32:11 -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 f52071dcd3 New bats test for json diff 2022-08-24 17:52:16 -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 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
Daylon Wilkins d34c86a3e0 Merge pull request #4186 from dolthub/Hydrocharged-431f5832
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-08-24 10:46:52 -07:00