Commit Graph

5236 Commits

Author SHA1 Message Date
Andy Arthur
99076ecec5 Revert "added manifest stat to optimize rebase"
This reverts commit 84f71e1c22.
2021-11-15 11:43:50 -08:00
Andy Arthur
84f71e1c22 added manifest stat to optimize rebase 2021-11-15 10:27:46 -08:00
Andy Arthur
a8677bb5ad benchmark without NBS rebase 2021-11-12 15:25:55 -08:00
reltuk
c6a18bb4ed [ga-bump-release] Update Dolt version to 0.34.0 and release v0.34.0 2021-11-12 04:35:06 +00:00
max-hoffman
63394cdef5 [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2021-11-12 02:16:19 +00:00
Dustin Brown
a2406f4c1d [auto-bump] [no-release-notes] dependency by VinaiRachakonda (#2362)
* [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda

* backticks

Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
Co-authored-by: Vinai Rachakonda <rachakondavinai@gmail.com>
2021-11-11 10:23:46 -08:00
jennifersp
bbc76f6e05 fix logic statements 2021-11-10 13:30:19 -08:00
jennifersp
e0c29a1882 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-10 20:01:20 +00:00
jennifersp
229db264b3 fix push newline bug 2021-11-10 11:58:36 -08:00
Zach Musgrave
20e4f9b015 Merge pull request #2364 from dolthub/zachmu/sql-create-polish
Better support for sql outside a database directory
2021-11-09 16:50:38 -08:00
Zach Musgrave
83f89fff1b Merge branch 'zachmu/sql-create-polish' of github.com:dolthub/dolt into zachmu/sql-create-polish 2021-11-09 15:32:42 -08:00
Zach Musgrave
fd9babb2d7 Fixed bug in init and fixed tests 2021-11-09 15:32:35 -08:00
zachmu
42621bb61f [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-09 23:17:46 +00:00
Zach Musgrave
79c78168ea Fix broken test (config --get should never have more than one config scope) 2021-11-09 15:16:30 -08:00
Zach Musgrave
5a8a95d369 Fixed tests and added additional ones. Fixed a bug in email check for dolt commit 2021-11-09 15:04:59 -08:00
Zach Musgrave
58bf504157 Fixed bugs in config and some formatting errors 2021-11-09 14:32:32 -08:00
Zach Musgrave
42b42fcfe1 Updated error message for missing identity to match git 2021-11-09 13:28:32 -08:00
Zach Musgrave
b3eaff2ec1 More tests of config, and made it so that SQL envs with no local config write updates to global config 2021-11-09 13:16:13 -08:00
jennifersp
e10587d4a0 Merge pull request #2356 from dolthub/jennifer/dump-json-format
dump - add json format
2021-11-09 11:20:46 -08:00
jennifersp
845274a891 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-09 18:40:15 +00:00
jennifersp
1d8536bef1 fix descriptions 2021-11-09 10:39:18 -08:00
Maximilian Hoffman
45a3374808 DOLT_REPLICATE_HEADs_STRATEGY option, fetch all branches from remote before every read (#2346)
* save version with defaultConfig in session -- todo remove and make PersistedSession

* add PersistedSession, and DoltSession interface to switch

* fmt

* fixup test for persistedSession

* PersistedSession progress, interfaces and enginetests

* All DsessFromSess references fixed

* delete unnuecessary lines

* Comments for dolt session

* Dolt session tests

* save bats progress

* formatting

* GMS version

* Bump GMS version

* add license header

* fix multi-db errors

* try copyright again

* make test deterministic

* higher connection timeout default

* sever config ordering

* PR fixes

* PR fixes

* config rewrite progress

* server config refactor

* PR cleanup

* delete lines

* add go tests, refactor persistent global initialization

* PR fixes

* delete more lines

* small PR cleanup

* try to fix data race

* better constructor names

* zach don't like --server flag

* edge cases around disabling replication

* missed line in merge

* Skip two tests i fixed in follow-on PR

* commit hook warning progress

* merge two config prs

* fix nondeterministic bats

* zach's comments

* bump bats sql-shell expect timeout

* non-server progress

* replication warnings

* Get and set config bool types

* More bats, small PR fixes

* missing header

* fix bats panic

* PR touch ups

* flag, logic and tests for pulling multiple heads to replica

* change name because enginetest, fix impl typo

* missed file commit, config var name changed to strategy

* delete unnecessary lines

* progress, need to merge other PR

* prototype working

* delete some lines

* don't make a new branch until after fetch

* zach's comments

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

* fix import cycle

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

* fix import cycle, sys vars in sqle

* style fixes, one more bats

* split heads spec and all heads into two variables

* remove unnecessary rebase

* bad merge duplicated bats

* fix on demand fetch after multi head pull changes

* correctness, bats and zach fixes

* drop unnecessary server test

* bad bats title

* small PR fixes

* correctness fix for detached head / fetch branch

* fix comment

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-11-09 10:37:09 -08:00
jennifersp
0bb6bae8ea [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-09 17:47:10 +00:00
jennifersp
eb338218ed fix wordings 2021-11-09 09:46:05 -08:00
jennifersp
b79af49089 update dump.go 2021-11-08 15:45:14 -08:00
jennifersp
5973538694 fix error msgs 2021-11-08 15:39:05 -08:00
zachmu
f064c7abc0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-08 22:09:52 +00:00
jennifersp
62f80f13fc Merge pull request #2347 from dolthub/jennifer/fix-dolt-fetch-bug
fix fetch newline issue
2021-11-08 13:14:14 -08:00
Zach Musgrave
5352a787db Tests of failsafe config 2021-11-08 12:37:27 -08:00
Zach Musgrave
576753d38c Added failsafe values to dolt CLI config, only in sql context for now 2021-11-08 12:26:52 -08:00
jennifersp
b9c1d9308a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-08 20:11:56 +00:00
jennifersp
4f9c26add2 add json result format 2021-11-08 11:54:53 -08:00
Zach Musgrave
c76f4bde26 Fixed bug in config hierarchy construction -- it was being constructed backwards, so globals were being returned instead of locals 2021-11-08 11:43:13 -08:00
Max Hoffman
643201ec3a merge README --help output PR 2021-11-08 10:26:53 -08:00
Max Hoffman
faf2e45f91 merge replication warnings PR 2021-11-08 10:26:21 -08:00
Zach Musgrave
202c512257 Moved some common logic into DoltEnvAsMultiEnv, unskipped test 2021-11-05 15:46:32 -07:00
jennifersp
04b77f3d80 add fixes 2021-11-05 14:58:05 -07:00
jennifersp
feab054d03 Merge branch 'main' into jennifer/fix-dolt-fetch-bug 2021-11-05 12:40:08 -07:00
coffeegoddd
f60446800b [ga-bump-release] Update Dolt version to 0.33.1 and release v0.33.1 2021-11-05 19:16:35 +00:00
Dustin Brown
c0e7de24c8 /go/cmd/dolt/dolt.go: fix dolt version format 2021-11-05 12:10:36 -07:00
jennifersp
acb5b5d2bb update doltdb.go 2021-11-05 11:46:29 -07:00
zachmu
bb5da8de42 [ga-bump-release] Update Dolt version to v0.33.0 and release vv0.33.0 2021-11-05 18:37:16 +00:00
zachmu
89b9f45e7d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-05 03:35:47 +00:00
Zach Musgrave
c99f147ac4 Polished arg lists of new methods, added docs 2021-11-04 20:29:44 -07:00
Zach Musgrave
13cdb2b1a4 Merge branch 'zachmu/create-db' of github.com:dolthub/dolt into zachmu/create-db 2021-11-04 20:09:59 -07:00
Zach Musgrave
32edfcdd49 Fixed initial DB bug caused by hash ordering in database provider 2021-11-04 20:03:51 -07:00
zachmu
7a9828f160 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-05 00:14:22 +00:00
Zach Musgrave
c81828d107 Merge branch 'zachmu/create-db' of github.com:dolthub/dolt into zachmu/create-db 2021-11-04 17:13:09 -07:00
Zach Musgrave
0b4d4bb16e Fixed bug in sql server startup 2021-11-04 17:09:52 -07:00
jennifersp
d06afc69be [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-04 22:59:28 +00:00