Commit Graph

10217 Commits

Author SHA1 Message Date
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
d0a33ab8bc Added a skipped test for running dolt sql outside a repo 2021-11-04 20:20:29 -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
9272181c0d Fixed and added tests 2021-11-04 20:09:54 -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
zachmu
9ccd95ae90 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-04 21:13:45 +00:00
Zach Musgrave
37c2137557 merge main 2021-11-04 14:12:38 -07:00
Zach Musgrave
93752c9922 Fixed problem with in memory filesystems in test 2021-11-04 14:06:23 -07:00
jennifersp
c48a4ca933 Merge pull request #2343 from dolthub/jennifer/dolt-dump
doltdump - add csv format
2021-11-04 12:06:43 -07:00
Zach Musgrave
51278c3166 Fixed bug in session initialization in dolt sql 2021-11-04 12:02:13 -07:00
Zach Musgrave
22f7f63991 Introduced a new kind of config reader / writer, used it to fix tests 2021-11-04 11:27:03 -07:00
jennifersp
cd6b016457 fix dump.bats typo 2021-11-04 11:08:40 -07:00
jennifersp
1af46fca87 fix dump cmd 2021-11-04 11:00:27 -07:00
Zach Musgrave
9f177fec26 Finished fixing compile errors 2021-11-04 10:53:15 -07:00
jennifersp
ffa3ded9fc [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-04 16:53:31 +00:00
Zach Musgrave
4a236171e7 More clean up of session setup 2021-11-04 09:51:30 -07:00
jennifersp
cd0fdb201b Update dump.go 2021-11-04 09:51:26 -07:00
jennifersp
51ed0fd79e add dump csv format 2021-11-04 09:47:11 -07:00
jennifersp
15e3498ba5 Merge pull request #2339 from dolthub/aaron/jennifer-branch-surgery-two
dolt dump: Add dolt dump command and bats tests.
2021-11-04 09:36:39 -07:00
Zach Musgrave
e487a84ea2 Gave MultiEnv its own file system and config 2021-11-04 09:25:10 -07:00
Maximilian Hoffman
5fe094b8ed dolt session methods error when no config -- for DoltHub (#2341) 2021-11-04 09:17:03 -07:00
Zach Musgrave
dd120d83a1 More refactoring 2021-11-04 08:56:34 -07:00
Zach Musgrave
7857966984 Factored out different exec modes better 2021-11-04 08:50:38 -07:00
Maximilian Hoffman
9db9a0f9dc dolt_fetch error when working directory != server directory (#2340)
* use database tempfile for mrEnv

* sql-server bats for fetch/working dir issue

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

* snazzier name

* [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-11-03 17:33:17 -07:00
Zach Musgrave
8a47db3dcf Refactoring sql command, added a failing bats test 2021-11-03 17:00:45 -07:00
Zach Musgrave
9b565a19df Changed multirepo env to use deterministic ordering and to initialize with nested repositories by default. Removed commit arg from sql command. 2021-11-03 16:37:53 -07:00
jennifersp
efef83b167 dolt dump: Add dolt dump command and bats tests. 2021-11-03 15:21:46 -07:00
Zach Musgrave
c255cf9787 Fixed / skip tests involving dropping databases 2021-11-03 10:44:49 -07:00
Tim Sehn
281551f46f Merge pull request #2331 from dolthub/tim/bats/test-null-pk-add
Add skipped bats for adding a primary key to a column with NULL in it
2021-11-02 17:10:04 -07:00
Dustin Brown
4c72dbfb6e [ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda (#2323)
Co-authored-by: VinaiRachakonda <vinai@dolthub.com>
2021-11-02 16:48:26 -07:00
Zach Musgrave
7213c523c9 Upgrade GMS 2021-11-02 16:43:32 -07:00
Zach Musgrave
337210c37b Better valid test for sql client command 2021-11-02 16:37:18 -07:00
Timothy Sehn
d8cc144ee0 Add skipped bats for adding a primary key to a column with NULL in it 2021-11-02 16:31:28 -07:00
zachmu
f879f63745 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2021-11-02 23:05:46 +00:00
Zach Musgrave
17a8f13f14 SQL command line test for creating databases 2021-11-02 16:01:21 -07:00
Zach Musgrave
1cdf3c7b5b Added tests of error conditions 2021-11-02 15:37:48 -07:00
Zach Musgrave
58d8e8740f Server tests for creating new databases 2021-11-02 15:32:52 -07:00
Vinai Rachakonda
aa783d0529 First Iteration of Application Server Deploy Script (#2319) 2021-11-02 15:03:11 -07:00
Zach Musgrave
d97e82853b Made sql-server run correctly without a dolt env 2021-11-02 13:34:33 -07:00
Zach Musgrave
9322c5a607 Added filesys to DB provider, CREATE DATABASE now fully working 2021-11-02 11:19:25 -07:00
Zach Musgrave
92f175a37a Merge branch 'main' into zachmu/create-db 2021-11-02 10:46:50 -07:00
Zach Musgrave
037f249e91 First pass at getting something working for create db 2021-11-02 10:46:12 -07:00
Daylon Wilkins
280bbb42f9 Updated the index interface 2021-11-01 19:34:44 -07:00
Maximilian Hoffman
d11f5ec41b default session implements persistable interface, can save SQL variables (#2270)
* 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

* merge two config prs

* fix nondeterministic bats

* zach's comments

* bump bats sql-shell expect timeout

* GMS and integrator race to access system vars; need to decide whether to force integrator to initialize, or make GMS init private; leaving in GMS for now
2021-11-01 16:49:00 -07:00
reltuk
fafb6fa6ed [ga-bump-release] Update Dolt version to 0.32.2 and release v0.32.2 v0.32.2 2021-11-01 18:08:55 +00:00
Zach Musgrave
e0c52c9b8c Merge pull request #2314 from dolthub/zachmu/docs
Fixed docs markdown generation and fixed a number of related formatting errors
2021-11-01 11:02:03 -07:00