Commit Graph

7549 Commits

Author SHA1 Message Date
James Cor 880e6d63d9 Merge branch 'james/local-user' of https://github.com/dolthub/dolt into james/local-user 2022-06-08 10:07:49 -07:00
James Cor 7404b6a583 fixing tests 2022-06-08 10:02:58 -07:00
JCOR11599 b5dd41c5b9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-08 07:17:40 +00:00
James Cor 91a4bfbe7b privilege file argument 2022-06-07 16:32:42 -07:00
James Cor 00b6d19dd2 Merge branch 'main' into james/local-user 2022-06-07 13:32:37 -07:00
Maximilian Hoffman fe7ff993d9 error instead of blob panic (#3561) 2022-06-07 13:18:15 -07:00
Andy Arthur a9f408d529 Merge remote-tracking branch 'origin/main' into andy/validating-harness 2022-06-07 11:46:16 -07:00
AndyA 373b60b098 Merge pull request #3559 from dolthub/andrew-wm-arthur-dfd8f9b7
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2022-06-07 11:36:24 -07:00
Maximilian Hoffman 1f39d77f6e checkout proc startpoint (#3557)
* checkout proc startpoint

* zach comments
2022-06-07 10:31:26 -07:00
Andy Arthur 906c875f47 correctly unwrap PrivilegedDatabases in validation 2022-06-07 10:20:28 -07:00
andrew-wm-arthur 62b4fbd3b4 [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2022-06-07 17:01:08 +00:00
andrew-wm-arthur fcf78b5b8e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-07 01:24:27 +00:00
Andy Arthur c759aa685a added validation stage for dangling chunks 2022-06-06 18:17:51 -07:00
Andy Arthur e53abf5c7c implemented ValidatingHarness for DoltHarness 2022-06-06 17:46:44 -07:00
Andy Arthur 0faba1dd3a pickup GMS changes 2022-06-06 17:44:01 -07:00
Aaron Son 0623d8a308 Merge pull request #3553 from dolthub/aaron/prolly-messages-deserialize-through-types
[no-release-notes] go/store/{prolly/{message,node},types}: Change prolly message serialization to round trip through ValueStore successfully.
2022-06-06 17:18:08 -07:00
Jason Fulghum 452038b4ef Merge pull request #3549 from dolthub/fulghum/dolt-3546
Bug fix for dolt init not persisting explicit name and email settings to local config
2022-06-06 16:32:22 -07:00
Aaron Son 10c02ea770 go/store/prolly: Fix test. 2022-06-06 16:06:38 -07:00
Maximilian Hoffman b7493ae318 [no-release-notes] add immutable chunker (#3544)
* [no-release-notes] add immutable chunker

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

* andy's comments

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2022-06-06 16:01:00 -07:00
Aaron Son 587f66b75f go/store/prolly/tree: node_test.go: Fix go vet. 2022-06-06 15:31:13 -07:00
Aaron Son 6853c27930 go/store/{prolly/{message,node},types}: Change prolly message serialization to round trip through ValueStore successfully. 2022-06-06 15:19:58 -07:00
Jason Fulghum e7bd56206c Switching to stretchr/testify 2022-06-06 15:14:29 -07:00
James Cor ac962919fe Merge pull request #3514 from dolthub/james/diff-index2
Apply index lookups on diff tables
2022-06-06 13:50:10 -07:00
James Cor bfacfbcc86 removing comments 2022-06-06 12:19:48 -07:00
Jason Fulghum 5983e5ec36 Bug fix for not saving explicitly specified name and email settings to local configuration.
Fixes: https://github.com/dolthub/dolt/issues/3546
2022-06-06 11:57:43 -07:00
James Cor 0df6974762 Merge branch 'main' into james/local-user 2022-06-06 11:41:36 -07:00
James Cor 0bccc9c6a5 adding a config struct 2022-06-06 11:41:21 -07:00
James Cor 93d97dbb72 moving server config to .dolt directory 2022-06-06 11:29:41 -07:00
James Cor 35a7baa844 move mysql.db field to .dolt directory 2022-06-06 11:26:42 -07:00
James Cor 1f6826e537 making tests more specific 2022-06-06 11:17:01 -07:00
jennifersp 2da4ba7457 add to client event type 2022-06-06 09:42:15 -07:00
James Cor 9b3178e45f merge with main 2022-06-06 09:30:27 -07:00
James Cor 9edf971d65 Merge pull request #3545 from dolthub/JCOR11599-f302c018
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-06-06 09:27:17 -07:00
Andy Arthur c7bd375e7b make local_benchmark port configurable 2022-06-04 17:28:36 -07:00
coffeegoddd 183988d7e9 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-04 07:42:23 +00:00
JCOR11599 14a2e196c6 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-06-04 07:40:49 +00:00
Andy Arthur 30e68ce04f update local_benchmark.sh 2022-06-03 17:12:40 -07:00
James Cor 494ca47eab replacing go mod 2022-06-03 16:13:48 -07:00
James Cor 439c90a4df removing comment 2022-06-03 16:12:34 -07:00
James Cor c34a4d9b46 adding tests 2022-06-03 16:12:11 -07:00
Dhruv Sringari c52a258f83 change dolt_diff system table to coerce schema by name only (#3535)
* unskip TestDiffSystemTable and TestCommitDiffSystem table

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

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-06-03 14:37:12 -07:00
fulghum ddce1c9ea1 [ga-bump-release] Update Dolt version to 0.40.5 and release v0.40.5 2022-06-03 21:03:34 +00:00
AndyA b51562320e Merge pull request #3524 from dolthub/andy/benchmark-setup-optional
[no-release-notes] refactor benchmark repo setup
2022-06-03 12:26:27 -07:00
Daylon Wilkins f518df690b Bump GMS 2022-06-03 12:26:21 -07:00
Daylon Wilkins b02c0b86f3 PR feedback 2022-06-03 12:26:21 -07:00
Daylon Wilkins 3fe01d4157 Unskip engine tests held up by foreign keys 2022-06-03 12:26:21 -07:00
Daylon Wilkins 54b26a6d7a Fixed foreign key parent referencing + keyless referencing 2022-06-03 12:26:21 -07:00
Dhruv Sringari bb1eab6e7f [no-release-notes] progress on Diff and Merge (#3523)
* resolving conflicts from SQL for new format

also some diff work
fix new format diff bug

I flipped n and m

* reskip test

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

* pr feedback

* unskip TestDiffTableFunction, fix TestTransactions

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-06-03 11:03:23 -07:00
Zach Musgrave e4801cd6b9 Merge pull request #3526 from dolthub/zachmu/temp-tables
[no-release-notes] Fixed temp tables in new format, unskipped tests
2022-06-03 10:07:38 -07:00
zachmu 3ffbb0204c [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-06-03 00:21:04 +00:00