9995 Commits

Author SHA1 Message Date
coffeegoddd
776dd51bc3 [ga-bump-release] Update Dolt version to 0.30.0 and release v0.30.0 v0.30.0 2021-09-27 19:07:45 +00:00
Dustin Brown
e58bc43ace Merge pull request #2160 from dolthub/db/main-migration
Change default init branch to `main`, add `dolt init --branch` flag
2021-09-27 11:45:50 -07:00
Aaron Son
8766153d19 Merge pull request #2180 from dolthub/reltuk-a272734e
[auto-bump] [no-release-notes] dependency by reltuk
2021-09-24 18:11:01 -07:00
Aaron Son
f9a8d5d71e libraries/doltcore/sqle/dfunctions: Pick up new sql Function signature. 2021-09-24 16:05:23 -07:00
reltuk
ec25eea8ef [ga-bump-dep] Bump dependency in Dolt by reltuk 2021-09-24 22:28:41 +00:00
Zach Musgrave
49c4f57ee7 Merge pull request #2179 from dolthub/zachmu/provider
Added a method for database provider to override the functions provid…
2021-09-24 13:30:00 -07:00
Zach Musgrave
b82c0f6c3b Added a method for database provider to override the functions provided (for dolthub) 2021-09-24 12:41:23 -07:00
Dustin Brown
b5904ee069 /{go,integration-tests}: comment on recycled pids, use exported default branch where possible 2021-09-24 12:37:18 -07:00
Zach Musgrave
18156dd9bc Merge pull request #2178 from dolthub/zachmu/functions
Upgrade gms and changed engine initialization pattern
2021-09-24 12:08:30 -07:00
zachmu
3399624c27 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-24 18:28:11 +00:00
Zach Musgrave
24d642c5af Merge branch 'master' into zachmu/functions 2021-09-24 11:27:06 -07:00
Zach Musgrave
af8a7b4e02 update go.sum 2021-09-24 11:25:49 -07:00
Zach Musgrave
cb6dc214de Upgrade GMS and fix interface breakages 2021-09-24 11:24:42 -07:00
Dustin Brown
8e0776a4f5 /integration-tests/bats/status.bats: add or false status.bats 2021-09-24 10:05:29 -07:00
Dustin Brown
a7da46a1b6 /go/{cmd,libraries,performance}: dont pass empty strings to init func 2021-09-23 21:36:22 -07:00
Dustin Brown
8c68d19f5f /integration-tests/bats/status.bats: fix weird bats test 2021-09-23 21:24:26 -07:00
Dustin Brown
b3089cad20 /integration-tests/bats/helper/common.bash: remove old dolt repos 2021-09-23 19:45:48 -07:00
Zach Musgrave
a1f0ada7c3 Updated function and engine initialization 2021-09-23 17:46:12 -07:00
Dustin Brown
baeb4fd656 /{go,integration-tests}: address pr feedback 2021-09-23 17:37:04 -07:00
Aaron Son
bc47bc87a3 Merge pull request #2175 from dolthub/reltuk-67d872ab
[auto-bump] [no-release-notes] dependency by reltuk
2021-09-23 16:19:47 -07:00
reltuk
4a2070a466 [ga-bump-dep] Bump dependency in Dolt by reltuk 2021-09-23 21:36:09 +00:00
Dustin Brown
f98118eed9 /integration-tests/compatibility: fix compatibility tests 2021-09-23 14:30:45 -07:00
Dustin Brown
e38ada01d6 /go/{cmd,libraries,store}: format 2021-09-23 14:30:45 -07:00
Dustin Brown
52df9c06fb /integration-tests/bats/config.bats: add tests for dolt init branch flag 2021-09-23 14:30:45 -07:00
Dustin Brown
9be7c17585 /integration-test/bats/remotes.bats: add tests for correct checkout behavior after clone 2021-09-23 14:30:45 -07:00
Dustin Brown
5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Dustin Brown
52782575fd /go/{store,performance,libraries,cmd}: fix go tests after branch rename 2021-09-23 14:29:33 -07:00
Dustin Brown
bc446ed070 /go/{cmd,libraries}: add branch flag to dolt init 2021-09-23 14:29:33 -07:00
Dustin Brown
2de8664f79 /go/libraries/doltcore/env/environment.go: change default init branch name 2021-09-23 14:29:33 -07:00
Maximilian Hoffman
b0a75ccbc0 replicate HEAD on commit (#2151)
* save progress

* progress before stash  pop

* hacky prototype

* bad merge

* simple bats

* delete unnecessary code

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

* format

* refactor commitHook command structure

* progress commit, local testing works

* Fix head update issue

* re: aaron, fix ctx cleanup

* commit hooks recieve error handler from user facing packages

* Add storage level replication hook test

* Simplify replication parameters

* Add bats test for server commit replication

* rename backup key, was missing the stop progress channel call

* small fixes

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

* Attach server Logger.Out to commit hooks

* formatting

* zach's comments

* missed sql-server test

* accidentally commented bats

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-09-23 11:15:36 -07:00
Brian Hendriks
5cc0852692 optimize keyless read row (#2094) 2021-09-23 10:57:31 -07:00
zachmu
b3c1b82b99 [ga-bump-release] Update Dolt version to 0.28.5 and release v0.28.5 v0.28.5 2021-09-23 16:30:18 +00:00
Brian Hendriks
4c6f0fe809 pprof-server usage message on start (#2159) 2021-09-21 14:30:38 -07:00
Zach Musgrave
2ddfcd5814 Merge pull request #2154 from dolthub/zachmu/session-rebase
Rebase the database on transaction start
2021-09-20 16:11:59 -07:00
Zach Musgrave
03d47e5659 Merge branch 'zachmu/session-rebase' of github.com:dolthub/dolt into zachmu/session-rebase 2021-09-20 15:55:05 -07:00
Zach Musgrave
73935156ae Skip broken push test 2021-09-20 15:54:58 -07:00
zachmu
48cf61e616 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-20 22:04:49 +00:00
Zach Musgrave
af4443ce41 Merge branch 'zachmu/session-rebase' of github.com:dolthub/dolt into zachmu/session-rebase 2021-09-20 15:03:28 -07:00
Zach Musgrave
5b2922d134 Got rid of v4 / v5 manifest file split 2021-09-20 15:03:21 -07:00
Zach Musgrave
63f42a8c52 Merge pull request #2137 from dolthub/zachmu/sql-tx-commit
Made SQL commits involving a dolt commit atomic
2021-09-20 14:38:34 -07:00
zachmu
49ffd53a25 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-20 21:37:30 +00:00
Zach Musgrave
5892833a26 Merge branch 'zachmu/session-rebase' of github.com:dolthub/dolt into zachmu/session-rebase 2021-09-20 14:35:20 -07:00
Zach Musgrave
58115affa2 Fixed test 2021-09-20 14:35:14 -07:00
zachmu
f80083afe2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-20 21:20:38 +00:00
Dustin Brown
2e75dba152 Merge pull request #2153 from dolthub/db/bump-backoff-limit
[no-release-notes] /.github/scripts/{performance-benchmarking,sql-correctness}: bump the back off limit in case of transient fails
2021-09-20 14:12:23 -07:00
Zach Musgrave
7ff3e6bdb2 Killed manifest writer and reader interfaces (always read flexibly, always write latest) 2021-09-20 14:09:18 -07:00
Zach Musgrave
2fb0240532 Killed v4 manifest writing 2021-09-20 14:02:21 -07:00
Zach Musgrave
45f8ad86be Fixed bug in manifest migrate 2021-09-20 13:58:34 -07:00
Zach Musgrave
8091d22aac Fix error checking 2021-09-20 13:34:45 -07:00
Dustin Brown
acd5766bd6 /.github/scripts/{performance-benchmarking,sql-correctness}: bump the back off limit in case of transient fails 2021-09-20 13:34:30 -07:00