Commit Graph

9926 Commits

Author SHA1 Message Date
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
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
Brian Hendriks b469648309 Update bulk_import_tea.go (#2152) 2021-09-20 09:25:53 -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
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
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
Maximilian Hoffman 1cfdb7ed57 Fetch refactor (#2139)
* Fetch refactor

* fix localbs-remotes test

* another missed bats

* zach's comments
2021-09-14 17:24:16 -07:00
Andy Arthur ad53855fee fixed bats 2021-09-14 13:15:21 -07:00
Andy Arthur faebb448d7 reverted changes to ref_spec.go 2021-09-14 11:52:47 -07:00
Andy Arthur df5256d496 put back deleted tests 2021-09-14 11:49:51 -07:00
Andy Arthur 94e71999fc Merge branch 'andy/config-init-branch' of github.com:dolthub/dolt into andy/config-init-branch 2021-09-14 11:48:34 -07:00
Andy Arthur d019aaba09 changed default branch param key, added tests 2021-09-14 11:48:24 -07:00
andrew-wm-arthur 73ff99edd7 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-09-14 17:15:49 +00:00
Andy Arthur cf62c76545 remove clone inference method 2021-09-14 10:14:39 -07:00
Taylor Bantle cae79ef59c Merge pull request #2125 from dolthub/taylor/row-differ
Support GetDiffsWithFilter for keyless tables
2021-09-14 09:40:56 -07:00
Taylor Bantle df1898e6b1 Add tests 2021-09-13 17:19:15 -07:00
andrew-wm-arthur 2bfa87e27b [ga-bump-release] Update Dolt version to 0.28.3 and release v0.28.3 v0.28.3 2021-09-13 23:39:37 +00:00
Taylor Bantle 75b542b9aa Andy feedback 2021-09-13 16:38:49 -07:00
Andy Arthur 704b8fcc0e corrected config param name 2021-09-13 16:20:00 -07:00
Andy Arthur e76b34024f attempt to determine default branch for clone 2021-09-13 16:14:59 -07:00
Andy Arthur add21045d8 tracking down references to 'master' 2021-09-13 15:45:07 -07:00
Andy Arthur 3c49f8447f initial pass at default init branch 2021-09-13 15:37:06 -07:00
Taylor Bantle ff52f78184 Support GetDiffsWithFilter for keyless tables 2021-09-13 13:48:49 -07:00
Zach Musgrave a7545939eb Merge pull request #2032 from dolthub/zachmu/transaction-merge
Method to add a commit and update working set together atomically
2021-09-13 13:12:43 -07:00
Dustin Brown c6eb60def4 Merge pull request #2119 from dolthub/db/unhide-sql-client
Release `dolt sql-client` command
2021-09-13 12:37:37 -07:00
Andy Arthur 4c5464158b implementing new RepoStateReader/Writer methods 2021-09-13 12:36:19 -07:00
Andy Arthur effc8bffc9 Merge branch 'master' into andy/create-dolt-database 2021-09-13 12:27:23 -07:00
Andy Arthur 22dbb56182 pull latest GMS master 2021-09-13 12:24:38 -07:00
Maximilian Hoffman ef2df6761f add sql push and fetch (#2120)
* sql_pull compiles

* Fix sql-merge bats

* Fix merge bats tests, add pull

* Cleanup comments

* refactor fetch; inital dolt_fetch and dolt_push compile, untested

* push bats

* Fetch tests

* delete comments

* Better push status return

* PR touch ups

* Duplicate test name

* Zach's commentsg

* return push ErrUpToDate so cli can log

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

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2021-09-13 12:22:36 -07:00
Zach Musgrave 602c24df58 Turns out that was a load-bearing useless round trip to the database. Restored it and added a TODO 2021-09-13 12:08:34 -07:00
Andy Arthur 29ac9ea07a fix mysql-integration-tests 2021-09-13 11:50:03 -07:00
Zach Musgrave ffbc3948f2 PR feedback 2021-09-13 11:23:42 -07:00
Daylon Wilkins 49e451cb82 Fixed VRW reference issues 2021-09-13 11:16:40 -07:00
Andy Arthur c3aeffa07d cleanup 2021-09-13 11:09:00 -07:00
Zach Musgrave 2ca6572998 PR feedback 2021-09-13 11:07:20 -07:00