Commit Graph

9962 Commits

Author SHA1 Message Date
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
Zach Musgrave 919dabaf61 Made all manifest parse paths accept either v4 or v5 2021-09-20 13:22:01 -07:00
Zach Musgrave 88eb2dc2de Added import test (now failing) 2021-09-20 12:40:39 -07:00
Zach Musgrave 35ad7baaf2 Added bats tests for command line modification of running server 2021-09-20 10:29:54 -07:00
Zach Musgrave be6a441ede Rebase on transaction start 2021-09-20 10:12:24 -07:00
Brian Hendriks b469648309 Update bulk_import_tea.go (#2152) 2021-09-20 09:25:53 -07:00
Zach Musgrave eb5364824b Formatting 2021-09-17 14:34:13 -07:00
Maximilian Hoffman 47a4640e4c no panic if HOME does not exist (#2148)
* no home dir exist

* dolt root can be empty

* move test to bottom

* dir -> directory

* Windows complaining about smth
2021-09-17 14:12:35 -07:00
Zach Musgrave ef86f36c7b Made an empty commit on DOLT_COMMIT an error again (still fine for auto dolt commit) 2021-09-17 12:50:35 -07:00
Dustin Brown 2752b0d13e Merge pull request #2149 from dolthub/db/return-errs
[no-release-notes] /go/libraries/doltcore/table/editor/bulk_import_tea.go: return errors not panics
2021-09-17 12:36:56 -07:00
Dustin Brown 3c1ed88774 /go/libraries/doltcore/table/editor/bulk_import_tea.go: return errors not panics 2021-09-17 11:49:58 -07:00
AndyA 42c17f9717 Merge pull request #2144 from dolthub/andrew-wm-arthur-f178c6b9
[auto-bump] [no-release-notes] dependency by andrew-wm-arthur
2021-09-17 07:50:01 -07:00
Zach Musgrave e4f8bff12a Clear any merge before running rest of dolt commit logic 2021-09-16 17:09:48 -07:00
Zach Musgrave 4b9382064d Bug fixes 2021-09-16 16:49:16 -07:00
andrew-wm-arthur 1ab7b2fd3b [ga-bump-dep] Bump dependency in Dolt by andrew-wm-arthur 2021-09-16 21:42:25 +00:00
Brian Hendriks 3070d3af9f merge rows on dolt table import -u when import data only represents a subset of the columns (#2105) 2021-09-16 14:06:45 -07:00
andrew-wm-arthur d5bcca0f5f [ga-bump-release] Update Dolt version to 0.28.4 and release v0.28.4 v0.28.4 2021-09-16 20:29:01 +00:00
Brian Hendriks d47096bb0b Import fix to not put NullValue into types.Tuples for map values (#2143) 2021-09-16 13:23:38 -07:00
Zach Musgrave 71311b1073 Merge pull request #2112 from abmyii/fk-violation-error-fmt
Only show key name, not column tag number
2021-09-16 13:19:57 -07:00
AndyA a75034047e Merge pull request #2135 from dolthub/andy/config-init-branch
/go/libraries/doltcore/{env,doltdb,ref}: Add `init.defaultBranch` to Dolt Config
2021-09-16 13:15:18 -07:00
Hydrocharged 656a532cfa [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-16 12:35:45 -07:00
Daylon Wilkins 1d525a948a Bump GMS 2021-09-16 12:35:45 -07:00
Andy Arthur ed8f1def76 fix config bats test 2021-09-16 12:21:52 -07:00
Andy Arthur f5551a3b69 pr feedback, make 'dolt config unset' case insensitive 2021-09-16 11:35:32 -07:00
Abdurrahmaan Iqbal 77833ba989 Only show key name, not column tag number 2021-09-16 19:25:24 +01:00
Andy Arthur 90010e8929 threading config for default branch 2021-09-16 11:24:07 -07:00
Andy Arthur d59e68bcae merged master 2021-09-16 10:30:41 -07:00
AndyA d6ba9e2764 Merge pull request #2131 from dolthub/andy/create-dolt-database
Create Dolt Database
2021-09-16 09:40:44 -07:00
Zach Musgrave 7b132eb07a Removed dirty check for transactions that do a dolt_commit (they are often not dirty) 2021-09-15 18:06:42 -07:00
Zach Musgrave 3e72f09187 Fix lingering issues 2021-09-15 17:39:53 -07:00
zachmu d42b976e5e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-16 00:28:55 +00:00
Zach Musgrave a05c7a5f44 Made dolt_commit return the commit hash as previously 2021-09-15 17:26:59 -07:00
Zach Musgrave d69e8ad3c8 Fixed bug in dolt commit logic 2021-09-15 17:07:51 -07:00
Zach Musgrave 870751fbc5 Fixed commit message in unit tests, still broken overall because of bugs 2021-09-15 10:43:14 -07:00