Commit Graph

6662 Commits

Author SHA1 Message Date
Aaron Son
2ebb8a149e Merge remote-tracking branch 'origin/master' into aaron/dolt-creds-create-perms 2020-04-16 08:04:06 -07:00
Aaron Son
311b18c4f6 Merge pull request #567 from liquidata-inc/aaron/login-with-creds-checks-creds-first
go/cmd/dolt: commands/login.go: Change behavior so dolt login with existing creds checks server for association before opening a browser.
2020-04-16 08:02:04 -07:00
Aaron Son
cddc3d541a Merge pull request #570 from liquidata-inc/aaron/creds-import-command
go/cmd/dolt: commands/credcmds/import: Add import command for importing existing JWK credential.
2020-04-16 08:01:57 -07:00
Tim Sehn
005c1ee45d Merge pull request #590 from liquidata-inc/tim/sql-help-docs-json
Add json to supported output types in dolt sql --help
2020-04-15 13:41:21 -07:00
Timothy Sehn
6f3d3c9765 Add json to supported output types in dolt sql --help 2020-04-15 13:24:31 -07:00
Aaron Son
e0bdbea435 another pass at windows. 2020-04-15 13:20:46 -07:00
Aaron Son
6e3884f83d Revert "bats/creds.bats: Another pass at working on Windows."
This reverts commit fd097b3889.
2020-04-15 12:40:41 -07:00
Tim Sehn
af5d96c81b Merge pull request #584 from liquidata-inc/tim/bats-schema-import-datetime
Added skipped bats test for DATETIME support in schema import
2020-04-15 12:39:42 -07:00
AndyA
64286f02cc Merge pull request #586 from liquidata-inc/andy/migrate-check-bug-fix
Andy/Init commits don't need migration
2020-04-15 12:39:30 -07:00
Aaron Son
92ce65b4dd Merge pull request #583 from liquidata-inc/aaron/publishrelease-runs-build-in-docker
go/utils/publishrelease: Run the builds in a docker container to a get managed toolchain.
2020-04-15 12:29:12 -07:00
Andy Arthur
c102795f94 added test for init commits 2020-04-15 12:06:06 -07:00
Andy Arthur
082c95db22 speacial case init commits 2020-04-15 11:59:49 -07:00
Timothy Sehn
3b6a86a311 Added skipped bats test for DATETIME support in schema import 2020-04-15 11:55:08 -07:00
Aaron Son
fd097b3889 bats/creds.bats: Another pass at working on Windows. 2020-04-15 11:38:34 -07:00
Aaron Son
ea7e0e1590 go/utils/publishrelease: Run the builds in a docker container to a get managed toolchain. 2020-04-15 11:28:24 -07:00
Oscar Batori
3babdc7bca bumped version for 0.16.0 release v0.16.0 2020-04-15 01:11:18 -07:00
AndyA
f5974db06d Merge pull request #577 from liquidata-inc/andy/stream_edits
streaming map edits
2020-04-14 15:38:20 -07:00
Andy Arthur
30c315d6a0 code review feedback 2020-04-14 15:24:44 -07:00
Daylon Wilkins
75fb59d0a0 Implemented DECIMAL, TIME, ENUM, and SET, along with missing type aliases 2020-04-14 15:17:46 -07:00
Andy Arthur
03c353335f repo fmt 2020-04-14 14:28:00 -07:00
Andy Arthur
a40ecccf41 streaming map edits 2020-04-14 14:13:20 -07:00
Zach Musgrave
4d5458686b Merge pull request #568 from liquidata-inc/zachmu/sql-updates
Implemented commits for SQL server, with support for the autocommit session var. Also:

* Fixed prompt formatting for shell
* Updated result printing for non-SELECT queries
* Use a dolt version string for SQL server
2020-04-14 14:05:37 -07:00
Zach Musgrave
b1efc94769 Fixed a typo
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 13:57:28 -07:00
AndyA
bc1e7b9e20 Merge pull request #569 from liquidata-inc/andy/migrate-push-pull
Andy/migrate push pull
2020-04-14 13:54:32 -07:00
Andy Arthur
3a3958c441 code review changes 2020-04-14 13:28:32 -07:00
Brian Hendriks
c8436c1721 Help Fix (#576) 2020-04-14 13:18:27 -07:00
Zach Musgrave
ac4c6f9bca Updated to latest go-msyql-server, vitess
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 11:41:23 -07:00
Zach Musgrave
d93310affe Fixed bats expected output, fixed display bug for 0 rows affected
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 11:22:15 -07:00
Zach Musgrave
22d27adbc5 Formatting
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 10:27:20 -07:00
Zach Musgrave
6465fdbd3f Moved an identifier up
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 10:26:21 -07:00
Zach Musgrave
7377bf7840 Fixed batch mode stats bug and an error in constructor for non-batch database execution
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 10:25:29 -07:00
Zach Musgrave
d10e0d6ec4 Reverted back to non-pointer receivers for Database, added repoStateWriter for all database constructors.
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-14 09:51:29 -07:00
Aaron Son
cbf7fdb9ef bats/creds.bat: Patch up for windows. Remove useless cat. 2020-04-14 06:21:29 -07:00
Zach Musgrave
77cff4584c Working auto commit and reload code
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-13 21:16:54 -07:00
Zach Musgrave
b71aa93cae First pass at auto commit via sessions
Signed-off-by: Zach Musgrave <zach@liquidata.co>
2020-04-13 20:48:53 -07:00
Matt Jesuele
550ca56882 Merge pull request #528 from liquidata-inc/mj/handle-verrs
go/cmd/dolt/commands: Handle some verrs which were previously being discarded
2020-04-13 18:37:57 -07:00
Daylon Wilkins
cd9c48ea38 Skipping git-dolt bats tests on Windows due to flakiness 2020-04-13 18:37:30 -07:00
Matt Jesuele
421d8f5ed5 Merge pull request #522 from liquidata-inc/mj/newline
go/libraries/doltcore/env/dolt_docs.go: Add newline to end of initial LICENSE/README text
2020-04-13 18:35:24 -07:00
Andy Arthur
9073ad7a49 test for migrate --push and --pull 2020-04-13 18:34:42 -07:00
Tim Sehn
127224ad1f Merge pull request #565 from liquidata-inc/tim/bats-sql-reserved-words
SQL Reserved word and SQL Keyword in column name tests
2020-04-13 17:40:40 -07:00
Andy Arthur
2c35e43dd0 updated command description, help messages 2020-04-13 16:58:21 -07:00
Aaron Son
d9e9f5c981 go/cmd/dolt/commands/credcmds: import.go: Add formatting directive for missing filename. 2020-04-13 16:45:02 -07:00
Andy Arthur
4138913b82 fix error message 2020-04-13 16:20:07 -07:00
Aaron Son
9baf7ad26e go/cmd/dolt: commands/credcmds/import: Add import command for importing existing JWK credential. 2020-04-13 16:03:23 -07:00
Andy Arthur
6bddb584dc force push ALL branches, formatted errors 2020-04-13 15:40:23 -07:00
AndyA
c14e177db9 Merge pull request #559 from liquidata-inc/andy/migration_refactor
Andy/migration refactor
2020-04-13 15:21:18 -07:00
Andy Arthur
ddab08abcd first pass add migrate --push and migrate --pull 2020-04-13 13:48:10 -07:00
Andy Arthur
c639909bf5 working 2020-04-13 13:19:31 -07:00
Aaron Son
49a99e8036 repofmt. 2020-04-13 12:50:07 -07:00
Aaron Son
f5ff2a843e Merge pull request #563 from liquidata-inc/aaron/dockerfile-bump-golang
Dockerfile: Bump golang version; use mod=readonly.
2020-04-13 12:27:55 -07:00