Commit Graph

14040 Commits

Author SHA1 Message Date
coffeegoddd d2445dccea /.github/actions/ses-email-action: differentiate format 2022-07-20 17:32:24 -07:00
jennifersp bfc3cfbda0 Support dolt_remote() stored procedure (#3862) 2022-07-20 14:46:28 -07:00
Vinai Rachakonda 117b64807e [skip ci] [no-release-notes] Add bucket configuration for performance-benchmarking-report (#3839) test4 2022-07-20 11:22:32 -07:00
Dustin Brown e4ba50ccde Merge pull request #3870 from dolthub/db/fix-value
[no-release-notes] /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: fix typo
2022-07-20 10:52:58 -07:00
coffeegoddd 9202b2611f /.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh: fix typo 2022-07-20 10:52:04 -07:00
AndyA e603f5f488 Merge pull request #3863 from dolthub/andy/rip-out-super-schema
[no-release-notes] Stop reading/writing super schema
2022-07-20 10:25:20 -07:00
Dustin Brown d059622be7 Update get-dolt-correctness-job-json.sh
fix invalid json
2022-07-20 10:11:10 -07:00
James Cor 3fc5750220 Merge pull request #3868 from dolthub/james/privs
yaml config also initialize `.doltcfg` directories
2022-07-20 09:28:08 -07:00
James Cor 587a6b98b5 tests 2022-07-20 00:32:55 -07:00
James Cor 994b3095f1 adding test case 2022-07-20 00:15:36 -07:00
James Cor cd76117310 create cfg dir 2022-07-19 23:14:56 -07:00
James Cor bc9e821b5b yaml is the dumbest shit 2022-07-19 17:30:01 -07:00
Dhruv Sringari 2cf9a2134f [no-release-notes] In __DOLT_1__, throw error if schemas have different primary key types (#3852)
* In __DOLT_1__, throw error if schemas have different primary key types

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

* schema integration test fix

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

* Compare SQL types

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-07-19 16:59:12 -07:00
fulghum 7baeb8f47f [ga-bump-release] Update Dolt version to 0.40.19 and release v0.40.19 v0.40.19 2022-07-19 23:39:46 +00:00
James Cor b7cb530b42 Merge pull request #3864 from dolthub/JCOR11599-41600b5c
[auto-bump] [no-release-notes] dependency by JCOR11599
2022-07-19 16:28:37 -07:00
James Cor f0ccf47400 Merge branch 'main' into JCOR11599-41600b5c 2022-07-19 15:49:57 -07:00
JCOR11599 a8a86c5df9 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-07-19 22:40:20 +00:00
James Cor f99982156f Merge pull request #3860 from dolthub/james/privs
bats tests for reading `privs.json` and converting
2022-07-19 15:38:56 -07:00
Andy Arthur df99c228b2 stop reading/writing super schema 2022-07-19 14:02:32 -07:00
James Cor a5ee26d86d adding restart 2022-07-19 13:29:08 -07:00
James Cor 55ba8e8ba1 updating go mod 2022-07-19 12:53:58 -07:00
James Cor c124ba8de5 another bats test 2022-07-19 12:52:29 -07:00
James Cor e940f4cb7f adding test 2022-07-19 12:24:23 -07:00
Jason Fulghum 62f479fa2e Merge pull request #3856 from dolthub/fulghum-7a5497e2
[auto-bump] [no-release-notes] dependency by fulghum
2022-07-19 10:45:39 -07:00
fulghum 1328d2dd65 [ga-bump-dep] Bump dependency in Dolt by fulghum 2022-07-19 16:34:12 +00:00
Dustin Brown 369508bee2 [auto-bump] [no-release-notes] Unskip foreign-keys-invert-pk.bats for new format (#3847)
* [ga-bump-dep] Bump dependency in Dolt by druvv

* Unskip foreign-keys-invert-pk.bats for new format

* pr comment

* fix pkToIdxMap

Co-authored-by: druvv <dhruvy427@gmail.com>
Co-authored-by: Dhruv Sringari <dhruv@dolthub.com>
2022-07-19 08:46:55 -07:00
bheni 43efd2afe8 [ga-bump-release] Update Dolt version to 0.40.18 and release v0.40.18 v0.40.18 2022-07-18 23:28:11 +00:00
Brian Hendriks e14c14d01f Merge pull request #3850 from dolthub/bh/sess-var-fixes
fix session vars and add region
2022-07-18 16:08:00 -07:00
Brian Hendriks b749324f37 fix session vars and add region 2022-07-18 15:26:45 -07:00
AndyA 8076eb980b Merge pull request #3848 from dolthub/andy/dolt-1-autoincrement
[no-release-notes] Track AUTO_INCREMENT values on merge for `__DOLT_1__`
2022-07-18 15:09:15 -07:00
Andy Arthur f8230b7191 also update autoincrement sequences for prollyWriteSession on SetWorkingSet 2022-07-18 13:17:19 -07:00
Andy Arthur d6ee944bd9 removed UpdateWorkingSet method from WriteSession 2022-07-18 13:04:51 -07:00
Andy Arthur 28560ea0e7 unskipped autoincrement bats for __DOLT_1__, created mirrored enginetest 2022-07-18 11:59:04 -07:00
Andy Arthur df5c03aec2 fix performance-benchmarking/run-benchmarks.sh 2022-07-18 11:55:57 -07:00
Dhruv Sringari 46b784c78f Make unique key errors more consistent and fix unique key bats for new format (#3838)
* make unique key errors more consistent and fix bats for new format


unskip already working bats

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

* copyright

* pr comments

* fix gms

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

* fix

* change BulkImportTEA to perform a no-op on RollBack instead of erroring

New machinery in GMS to support INSERT IGNORE on unique keys calls RollBack if a duplicate key error is thrown. This includes primary key collisions as well. The machinery was added since the new format does not have machinery to automatically rollback secondary index updates when an error occurs during the primary index update. 

In the old format, we do have machinery to automatically rollback secondary index updates, so we can leave Rollback as a no-op in this case. Any primary key collision will return an error, causing the secondary indexes to undo their edits.

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-07-18 11:49:26 -07:00
Andy Arthur 1a888b42c7 turn off INIT_BIG_REPO option for __DOLT_1__ test3 2022-07-18 11:02:07 -07:00
Taylor Bantle 5de23d158d Merge pull request #3833 from dolthub/taylor/jwks-auth
Add jwks to server yaml config
2022-07-18 09:51:54 -07:00
AndyA 58a8a28ea8 Merge pull request #3843 from dolthub/andy/dolt-1-nightly
[no-release-notes] add __DOLT_1__ to nightly correctness and benchmarking
2022-07-15 15:48:39 -07:00
Andy Arthur 41c92f8c60 add __DOLT_1__ to nightly correctness and benchmarking 2022-07-15 14:50:01 -07:00
James Cor 5d2a9f3063 Merge pull request #3841 from dolthub/JCOR11599-c44bba3e
[auto-bump] [no-release-notes] dependency by JCOR11599
test2
2022-07-15 13:54:27 -07:00
AndyA 8ca1f6181a Merge pull request #3823 from dolthub/andy/dolt-docs
go/{commands,doltcore}: Rewrote Dolt docs to use SQL path
2022-07-15 13:28:13 -07:00
AndyA 0870e75068 Merge branch 'main' into andy/dolt-docs 2022-07-15 13:27:59 -07:00
James Cor 82c6df8666 Merge branch 'main' into JCOR11599-c44bba3e 2022-07-15 12:52:41 -07:00
JCOR11599 b99de48c89 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2022-07-15 19:42:09 +00:00
James Cor f50cd576ab Merge pull request #3732 from dolthub/james/local-user
Rework File Handling for privileges
2022-07-15 12:40:43 -07:00
Andy Arthur f3613569e2 fixup bats 2022-07-15 12:22:28 -07:00
Andy Arthur c8eaa3bfa1 pr feedback 2022-07-15 11:48:46 -07:00
Andy Arthur da64c61bce swapped docs commands read/write 2022-07-15 11:16:46 -07:00
Andy Arthur 9b375ef548 added bats for dolt docs diff 2022-07-15 11:12:20 -07:00
Vinai Rachakonda a159d04c3d [no-release-notes] Import Benchmark workflow updates (#3837) 2022-07-15 10:51:39 -07:00