Commit Graph

2166 Commits

Author SHA1 Message Date
Andy Arthur ede8deba4d Merge remote-tracking branch 'origin/main' into andy/merge-artifacts 2022-07-26 08:44:21 -07:00
jennifersp 84af41c638 support unix socket (#3796) 2022-07-25 22:48:34 -07:00
Maximilian Hoffman 9dae75ed7d Better read only error messages (#3920)
* Better read only error messages

* GMS bump

* block table import for server lock
2022-07-25 18:02:14 -07:00
bheni a1edfb2d24 [ga-bump-release] Update Dolt version to 0.40.20 and release v0.40.20 2022-07-25 22:19:21 +00:00
Taylor Bantle 10796c1d13 Merge pull request #3867 from dolthub/taylor/jwtauth
Sql server jwt auth
2022-07-25 13:50:53 -07:00
Dhruv Sringari 47f2f324f2 Fix for persisted database specific system variables failing to load (#3905)
* Fix for persisted database specific system variables failing to load

* Re-added missed line

* adding bats for global config

* fix bats

* pr comments
2022-07-25 10:42:16 -07:00
Taylor Bantle 58fcedb6f4 Merge remote-tracking branch 'origin/main' into taylor/jwtauth 2022-07-25 09:59:46 -07:00
Jason Fulghum 8e8ae20015 Merge pull request #3745 from dolthub/zachmu/clone
dolt_clone stored procedure
2022-07-25 09:16:09 -07:00
AndyA a6d4bd9862 Merge pull request #3899 from dolthub/aaron/unify-tuplerowstorage-serialmessage
go/store/types: SerialMessage: Unify TupleRowStorage and SerialMessage.
2022-07-22 17:25:50 -07:00
Taylor Bantle 0e0e5d9893 Attempt to fix windows unit test 2022-07-22 15:10:25 -07:00
Taylor Bantle e83997693b Merge remote-tracking branch 'origin/main' into taylor/jwtauth 2022-07-22 14:17:37 -07:00
Aaron Son 5fcd3ccee4 go/store/prolly/message: Move MessagePrefixSz, FinishMessage to serial package. 2022-07-22 14:16:34 -07:00
Taylor Bantle 856dce513e Fix test 2022-07-22 13:58:27 -07:00
Taylor Bantle fe18baafd0 Add/fix test 2022-07-22 13:39:43 -07:00
Vinai Rachakonda e5951d3633 Add a better error message for schema mismatch (#3861) 2022-07-22 13:37:17 -07:00
Taylor Bantle 5090f66984 Aaron feedback 2022-07-22 13:24:59 -07:00
Aaron Son 4f3f4e17af go/store/types: SerialMessage: Unify TupleRowStorage and SerialMessage.
Get rid of TupleRowStorage and use SerialMessage everywhere. In turn, change
SerialMessage so that it carries its kind and size prefix as part of itself.
2022-07-22 11:56:48 -07:00
Jason Fulghum 0be183b315 Renaming DoltEnv variables to be more explicit and clear 2022-07-21 14:52:17 -07:00
Jason Fulghum 26cfe9d454 Removing more usage of os.Chdir 2022-07-21 13:57:51 -07:00
Aaron Son 1c94635750 go/cmd/dolt/commands/sqlserver/testdata: Convert to RSA certificates to work better with macOS Python 3.8 for now. 2022-07-21 13:11:51 -07:00
Taylor Bantle 7d8c914275 Add AllowCleartextPasswords to server config 2022-07-21 11:07:00 -07:00
Taylor Bantle 376450a9cc Merge remote-tracking branch 'origin/main' into taylor/jwtauth 2022-07-21 09:27:58 -07:00
Andy Arthur 91b59074f0 ungate dolt gc for new format 2022-07-21 09:21:43 -07:00
Jason Fulghum e31d52f743 Tweaking argument descriptions. 2022-07-20 16:04:06 -07:00
Jason Fulghum caefe9ec41 Merge branch 'main' into zachmu/clone 2022-07-20 15:56:05 -07:00
jennifersp bfc3cfbda0 Support dolt_remote() stored procedure (#3862) 2022-07-20 14:46:28 -07:00
Taylor Bantle f230900d52 Bats, more plugin tests 2022-07-20 14:41:47 -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 cd76117310 create cfg dir 2022-07-19 23:14:56 -07:00
tbantle22 6844018cde [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-07-20 00:47:12 +00:00
Taylor Bantle 7b2bac8f81 Add tests 2022-07-19 17:45:19 -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
Taylor Bantle c197a51ef6 Start on jwtauth changes 2022-07-19 16:40:06 -07:00
fulghum 7baeb8f47f [ga-bump-release] Update Dolt version to 0.40.19 and release v0.40.19 2022-07-19 23:39:46 +00:00
bheni 43efd2afe8 [ga-bump-release] Update Dolt version to 0.40.18 and release v0.40.18 2022-07-18 23:28:11 +00: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 0870e75068 Merge branch 'main' into andy/dolt-docs 2022-07-15 13:27:59 -07: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 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
JCOR11599 8d474cf80d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-07-15 17:48:42 +00:00
James Cor 839e9567b8 feedback 2022-07-15 10:46:12 -07:00
Andy Arthur 1c5481d6e5 Merge remote-tracking branch 'origin/main' into andy/dolt-docs 2022-07-15 10:01:03 -07:00
Andy Arthur 1dfb1655be added utility method for creating docs table 2022-07-15 09:57:16 -07:00
Taylor Bantle 75825f63f2 source -> location url 2022-07-15 08:45:55 -07:00
AndyA a2892ed930 Merge pull request #3831 from dolthub/andy/merge-refactor
[no-release-notes] Refactor prolly merge
2022-07-14 18:53:00 -07:00
Taylor Bantle ae3a0f6a89 Add jwks to server config yaml and ignore for now 2022-07-14 16:46:45 -07:00
James Cor 4031af1a2e merge with main 2022-07-14 16:07:45 -07:00