Commit Graph

8883 Commits

Author SHA1 Message Date
Zach Musgrave 75416dff0a Merge main 2022-08-17 09:51:59 -07:00
Zach Musgrave 770454e1f7 upgrade gms 2022-08-17 09:49:48 -07:00
Zach Musgrave 00a9dc72fd Added prepared version of new engine test 2022-08-17 09:49:01 -07:00
Abdurrahmaan Iqbal 8b87ca2997 Fix dolt diff --limit 2022-08-17 15:56:16 +01:00
Dustin Brown 4126a4a2e1 Merge pull request #4111 from dolthub/db/error
[no-release-notes] /go/libraries/doltcore/remotestorage/chunk_store.go: improve error
2022-08-16 20:40:00 -07:00
zachmu 0321c16bcd [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-17 01:18:59 +00:00
Zach Musgrave 487ee410eb Skipped tests for truncate auto increment table 2022-08-16 18:17:37 -07:00
Zach Musgrave 64e78697c0 engine tests of auto increment global behavior 2022-08-16 18:03:54 -07:00
Jason Fulghum c6afaf6d00 Adding back DB state initialization 2022-08-16 17:53:57 -07:00
Jason Fulghum eb610ddcee Adding a prepared test function for RevisionDb tests. 2022-08-16 17:27:31 -07:00
Zach Musgrave a331b9302d Fixes to merge tests 2022-08-16 17:07:19 -07:00
Zach Musgrave 81366a8ec2 Bug fix: update auto inc tracker when modifying a table to no longer have an auto inc column 2022-08-16 16:54:14 -07:00
James Cor 6d7bda20a5 still validate host, but not use 2022-08-16 16:33:34 -07:00
reltuk 9e2de2330c [ga-bump-release] Update Dolt version to 0.40.26 and release v0.40.26 2022-08-16 23:10:39 +00:00
James Cor 58444a2175 Merge pull request #4089 from dolthub/james/privss
don't overwrite parent's `.doltcfg` if current is missing
2022-08-16 16:08:16 -07:00
Jason Fulghum 0bfdacecb0 Updating godoc comments 2022-08-16 16:01:16 -07:00
Jason Fulghum f0030c5962 Changing DoltHarness to stop creating a new provider every time it creates a new session. 2022-08-16 15:54:12 -07:00
coffeegoddd 5c446ce99a /go/libraries/doltcore/remotestorage/chunk_store.go: improve error 2022-08-16 15:23:57 -07:00
Jason Fulghum 8b3fce7a00 Adding more tests to verify that working set changes on a revision db are also visible when checking out the branch on the non-revision db. 2022-08-16 15:20:02 -07:00
James Cor cf1ca904af fix and tests 2022-08-16 15:06:46 -07:00
Zach Musgrave c48a7d4929 Bug fix: need to drop auto inc table before issuing reset / clean calls 2022-08-16 15:01:09 -07:00
Zach Musgrave fe96436fac Better reset behavior for auto increment 2022-08-16 14:48:51 -07:00
Zach Musgrave a9b28a57bf Better reset capabilities for auto increment tables during harness reset 2022-08-16 14:37:23 -07:00
Dhruv Sringari 4df584336e Fix for diffing across Dolt databases (#4097) 2022-08-16 14:18:35 -07:00
Jason Fulghum 042325f75b Fixing bug with re-entering lock 2022-08-16 13:33:29 -07:00
reltuk fb0c453951 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-16 19:07:59 +00:00
Aaron Son e16975e50c Merge remote-tracking branch 'origin/main' into aaron/fb-error-on-new-fields 2022-08-16 12:06:40 -07:00
Aaron Son 7906c9e98f go/{store,libraries,gen}: Adopt new flatc, throw an error if we encounter unknown fields. 2022-08-16 11:57:14 -07:00
Jason Fulghum 69af493f13 Updating tests now that only the single, active revision DB in use for a session shows up in show databases results. 2022-08-16 11:56:15 -07:00
Zach Musgrave 6e650f3c92 Merge branch 'zachmu/ai' of github.com:dolthub/dolt into zachmu/ai 2022-08-16 11:43:12 -07:00
Zach Musgrave a30d125eb2 Fix truncate issue 2022-08-16 11:19:01 -07:00
Jason Fulghum a776459940 Removing dolt_branch_test now that the function it was testing has been removed. 2022-08-16 11:17:23 -07:00
Jason Fulghum c32cc936da Merge pull request #4096 from dolthub/fulghum-8659e7c4
[auto-bump] [no-release-notes] dependency by fulghum
2022-08-16 11:11:11 -07:00
Jason Fulghum e4771f6c97 Removing code that managed removal of revision DBs, since they are instantiated on-demand now and don't need to be managed/removed. 2022-08-16 10:52:43 -07:00
Jason Fulghum b7ccf076f9 Updating comments 2022-08-16 10:24:09 -07:00
Jason Fulghum 8090ff9a1c Merge branch 'main' into fulghum/revision-databases 2022-08-16 10:21:05 -07:00
Jason Fulghum 74760fab0c Disallowing dolt_reset when working with a read only database. 2022-08-16 10:15:52 -07:00
James Cor 320ee906bd syncing logic, and adding extra test 2022-08-16 10:14:27 -07:00
Jason Fulghum 1d419ee91a Stop tracking revision DBs and instantiate them on demand instead 2022-08-16 10:12:54 -07:00
Aaron Son ee5fff5a23 Merge pull request #4087 from dolthub/aaron/fix-pull-can-truncate-tablefile-race
go/store/{nbs,datas/pull}: Fix race condition in concurrent pulls which can truncate a table file.
2022-08-16 09:53:32 -07:00
Jason Fulghum 293ca2b2cc Merge branch 'main' into fulghum-8659e7c4 2022-08-16 09:41:31 -07:00
jennifersp f42712b240 allow optional empty value for string value for arg parsing (#4093)
* arg value should allow optional empty value

* fix godocs
2022-08-15 20:05:44 -07:00
Jason Fulghum b8766d141e Merge pull request #4073 from dolthub/fulghum/enum-case
Update Dolt for type name casing changes in GMS
2022-08-15 19:45:06 -07:00
Jason Fulghum 7fe72cb514 Doc string updates 2022-08-15 17:37:50 -07:00
AndyA 376a31b32a Merge pull request #4095 from dolthub/andy/assertion-failure-messages
[no-release-notes] added failure messages to new format assertions
2022-08-15 19:37:46 -05:00
fulghum 955df06622 [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-08-16 00:11:38 +00:00
Jason Fulghum 3e3b658774 Updating GMS version 2022-08-15 16:53:02 -07:00
Andy Arthur ede501b515 added failure messages to new format assertions 2022-08-15 16:42:33 -07:00
James Cor 115c24485e rewriting to make logic more clear 2022-08-15 16:40:32 -07:00
James Cor af077b0e96 logic was right before, comment was wrong 2022-08-15 16:32:10 -07:00