Commit Graph

2263 Commits

Author SHA1 Message Date
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
James Cor 320ee906bd syncing logic, and adding extra test 2022-08-16 10:14:27 -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
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
James Cor 178dba7a04 better logic 2022-08-15 15:34:21 -07:00
James Cor 9afebbc18b prevent overwriting parent .doltcfg 2022-08-15 13:19:22 -07:00
druvv 3e6bba7d8a [ga-bump-release] Update Dolt version to 0.40.25 and release v0.40.25 2022-08-12 04:22:57 +00:00
Dhruv Sringari 241cf79018 Add storage format information to dolt version and add new sql function dolt_storage_format(). Add dolt init --new-format (#4068)
* wip

* add bats

* remove unused

* add SELECT dolt_storage_format()

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

* prepared test

* rename skip_nbf_dolt_1 to skip_nbf_dolt

* multidb mode should load databases based on DOLT_DEFAULT_BIN_FORMAT

If there is a database in ./.dolt then we use its format to search for other compatible formats.

If there is no database in ./.dolt then we use `DOLT_DEFAULT_BIN_FORMAT` to search for other compatible formats.

* fix bats

* fix check_prepared_tests.sh

* fix bats

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-08-11 21:04:58 -07:00
andrew-wm-arthur b274ff5927 [ga-bump-release] Update Dolt version to 0.40.24 and release v0.40.24 2022-08-10 23:44:06 +00:00
Andy Arthur 7a70fe1856 cleanup remaining references to __DOLT_1__ 2022-08-09 15:34:10 -07:00
bheni cf05948892 [ga-bump-release] Update Dolt version to 0.40.23 and release v0.40.23 2022-08-09 19:22:00 +00:00
Dhruv Sringari 59b8d649eb fix dolt diff cli cmd not working with spaces in column names (#4024) 2022-08-05 13:37:53 -07:00
Dustin Brown 5dc34293c2 Merge pull request #4016 from dolthub/db/bump-go
/{.github,go}: bump required go to 1.19
2022-08-05 12:06:09 -07:00
coffeegoddd b68814c796 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-05 17:21:26 +00:00
Dhruv Sringari 6c567cb2cd Expose a means to iterate sql.Row's from a durable.Index (#3918)
* Expose a means to iterate sql.Rows from a durable.Index

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

* copyright

* fix

* print m.Count()

* remove print and add some tests

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

* WIP

* copyright

* pr comments

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

* fix tests

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

* [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-08-04 16:27:56 -07:00
coffeegoddd 1c0a6b0835 [ga-bump-release] Update Dolt version to 0.40.22 and release v0.40.22 2022-08-04 17:58:00 +00:00
Andy Arthur 011c7dac5f allow dolt_docs to be created from SQL 2022-08-03 15:55:09 -07:00
Andy Arthur 5845afba2d clean dolt docs docs 2022-08-03 15:10:29 -07:00
Vinai Rachakonda ef04297b03 Clone Dolthub Links (#3912) 2022-08-03 11:29:57 -07:00
Jason Fulghum 7f47cd8eac Merge pull request #3996 from dolthub/fulghum/issue-3936
Fix `dolt_remote` stored procedure to write to the correct database directory
2022-08-02 15:50:46 -07:00
Jason Fulghum 967d853757 Assigning the new provider with a GRPCDialer back to the provider variable 2022-08-02 14:22:33 -07:00
fulghum 4683ae8237 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-08-02 20:30:50 +00:00
Jason Fulghum 8379b51f52 Changing NewDoltDatabaseProvider to return an DoltDatabaseProvider and an error. 2022-08-02 13:17:39 -07:00
Jason Fulghum 7709f20a82 Changing DoltDatabaseProvider to track the filesystem location for each database it manages. 2022-08-02 10:57:35 -07:00
fulghum 084b0cd8ee [ga-bump-release] Update Dolt version to 0.40.21 and release v0.40.21 2022-08-01 23:42:41 +00:00
Jason Fulghum 0db6b209fc Merge pull request #3956 from dolthub/fulghum/dolt-pull
Add command line and SQL support for `dolt pull <remote> <remoteBranch>`
2022-07-29 19:25:36 -07:00
Dhruv Sringari 75cbd27549 improve merge error messages (#3964) 2022-07-29 15:53:14 -07:00
Brian Hendriks 1f29f49ff3 remove test 2022-07-29 10:29:08 -07:00
Jason Fulghum 49457d4fee Updating pull command docs 2022-07-28 13:58:04 -07:00
Jason Fulghum a89d88dd12 Updating dolt pull command and stored procedure/function to allow a remote branch parameter 2022-07-28 13:04:58 -07:00
James Cor 0326d12f72 more formatting 2022-07-28 12:13:59 -07:00
James Cor 2e738e8714 fix formatting 2022-07-28 11:53:24 -07:00
James Cor ef92f92990 docs for both 2022-07-28 11:48:58 -07:00
James Cor 0a0ad20dc2 updating cli docs for dolt sql 2022-07-28 11:32:33 -07:00
James Cor 9623166ab9 more privilege changes (#3810) 2022-07-27 17:31:57 -07:00
James Cor 38fc8b14ee feedback 2022-07-27 12:31:06 -07:00
James Cor 7972b60170 aa 2022-07-26 15:05:43 -07:00
James Cor 3a244ac570 more conflicts 2022-07-26 14:35:40 -07:00
James Cor 9b27046faf let's see what tests fail now 2022-07-26 14:14:00 -07:00
James Cor 05028f74dd replacing serverhost with % 2022-07-26 13:11:21 -07:00
AndyA 40c44c8661 Merge pull request #3924 from dolthub/andy/migration
[no-release-notes] `__DOLT_DEV__` Migration
2022-07-26 12:43:05 -07:00
Andy Arthur cdfdad3ca7 pr feedback 2022-07-26 11:56:04 -07:00
Andy Arthur ede8deba4d Merge remote-tracking branch 'origin/main' into andy/merge-artifacts 2022-07-26 08:44:21 -07:00
James Cor 3bf7ad5c95 more conflicts woo 2022-07-25 22:56:03 -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
Andy Arthur 237dbf8f9a swapping chunk stores, manifests after migration (hope this works! ;-) 2022-07-25 14:52:47 -07:00