Commit Graph

10962 Commits

Author SHA1 Message Date
Jason Fulghum 9cc24d5e4a Merge branch 'main' into fulghum/dropped-check-constraints-2672 2022-01-31 09:13:30 -08:00
Jason Fulghum f92c5fa98b Merge branch 'main' into fulghum/dropped-check-constraints-2672 2022-01-31 09:07:59 -08:00
bheni 1ae60f959b [ga-bump-release] Update Dolt version to 0.35.10 and release v0.35.10 v0.35.10 2022-01-29 00:35:37 +00:00
Tim Sehn f8f056ee62 Merge pull request #2689 from alrs/doltcore-merge-err
libraries/doltcore/merge: fix dropped error
2022-01-28 15:10:42 -08:00
Tim Sehn bb0ef5f858 Merge pull request #2709 from dolthub/tim/bats-droped-constraints
Bats test refactoring for CHECK constraints
2022-01-28 14:41:37 -08:00
Jason Fulghum 5563503f70 Removing TODO now that the fix is implemented in go-mysql-server. 2022-01-28 14:27:52 -08:00
Timothy Sehn 8bf0947607 Factored out bats tests for check constraints into their own file. Added skipped test for alter removing constraints. 2022-01-28 14:05:24 -08:00
Jason Fulghum 066bf53e5d Removing unnecessary "run" calls to simplify 2022-01-28 09:46:11 -08:00
Jason Fulghum 6043cbe0db Merge pull request #2681 from fulghum/main
Minor updates to schema export/import command documentation
2022-01-28 09:35:07 -08:00
Daylon Wilkins 5c287c79a0 Bump GMS and fix interface changes 2022-01-28 04:58:15 -08:00
zachmu a75fd7e06a [ga-bump-release] Update Dolt version to 0.35.9 and release v0.35.9 v0.35.9 2022-01-27 23:33:48 +00:00
Zach Musgrave 3771db6447 Merge pull request #2701 from dolthub/zachmu-aa9aeffb
[auto-bump] [no-release-notes] dependency by zachmu
2022-01-27 15:30:58 -08:00
zachmu b1a498f822 [ga-bump-dep] Bump dependency in Dolt by zachmu 2022-01-27 22:53:15 +00:00
Dhruv Sringari 20bf7aab0f Merge pull request #2699 from dolthub/dhruv/tags-db
Add CreateTagOnDB and DeleteTagsOnDB
2022-01-27 14:37:25 -08:00
Brian Hendriks 4661563bcb Register server the metrics with prometheus so they get published (#2696)
* actually register the metrics with prometheus so they get published

* test fixes

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

Co-authored-by: bheni <bheni@users.noreply.github.com>
2022-01-27 13:04:06 -08:00
Jason Fulghum 382b9f91e4 Adding a new BATS integ test for preserving table checks on schema changes, and a skipped test for failing when a schema is alterned in a way that invalidates a table check constraint. 2022-01-27 10:27:32 -08:00
James Cor acfb446090 Merge pull request #2611 from dolthub/james/spatial-types
Spatial types actually stored as spatial types
2022-01-27 10:25:49 -08:00
Dhruv Sringari fa0928e9cc add CreateTagOnDB and DeleteTagsOnDB 2022-01-27 09:57:23 -08:00
Zach Musgrave e4c43ec7ff Merge pull request #2685 from dolthub/zachmu/create-tables
Disable --batch mode for `dolt sql` by default
2022-01-26 16:31:32 -08:00
AndyA a966ddee1d Merge pull request #2694 from dolthub/andy/robust-nbf-handling
/go/libraries/doltcore/{doltdb/durable, sqle}: Added Format_7_18 to NomsBinFormat switch statements
2022-01-26 16:27:22 -08:00
Jason Fulghum 53d18f895d Bug fix for dropped table check constraints when altering a table.
Resolves: https://github.com/dolthub/dolt/issues/2672

Confirmed that tests now cover all schema properties.
2022-01-26 16:09:38 -08:00
Zach Musgrave 136f2fd859 Fixed dropped error and bug in file input 2022-01-26 15:50:54 -08:00
Zach Musgrave 94bd0e051f Added test for dolt sql --file 2022-01-26 15:50:29 -08:00
Jason Fulghum f1f0affb3e Merge branch 'dolthub:main' into main 2022-01-26 15:46:22 -08:00
Andy Arthur ba9d064561 added Format_7_18 to switch statements 2022-01-26 15:42:03 -08:00
AndyA d57fd8ae13 Merge pull request #2609 from dolthub/andy/prolly-indexes
Andy/prolly indexes
2022-01-26 14:06:56 -08:00
Jason Fulghum 9b587170da Fixing bug that caused title section to be inserted multiple times in generated docs. 2022-01-26 13:51:11 -08:00
Jason Fulghum 7dc263ffe8 Fixing the synopsis for the init command. Omitting any value in the array causes the synopsis to not be printed at all. 2022-01-26 13:27:56 -08:00
Jason Fulghum aede5917db Changing dump-docs functionality to:
* include CLI header section
* stop using entity chars in synopsis markdown sections
2022-01-26 12:55:47 -08:00
Andy Arthur fe61ebba19 name/doc improvements from pr feedback 2022-01-26 12:55:30 -08:00
Zach Musgrave 718aa35c1c Merge branch 'zachmu/create-tables' of github.com:dolthub/dolt into zachmu/create-tables 2022-01-26 11:46:01 -08:00
Zach Musgrave 8de5d3f34c Fixed batch tests 2022-01-26 11:45:12 -08:00
Zach Musgrave 7625e8bd45 Fixed more tests 2022-01-26 11:42:47 -08:00
Zach Musgrave 39f4e99ef2 Fixed another test 2022-01-26 11:24:44 -08:00
Zach Musgrave d47353c327 Fixed a couple more bats tests 2022-01-26 11:17:11 -08:00
Zach Musgrave 1269444b07 Fixed one bats script 2022-01-25 16:51:21 -08:00
jennifersp 4448bba64d fix vertical format row numbering (#2677) 2022-01-25 16:25:49 -08:00
Lars Lehtonen 3296b9e4df libraries/doltcore/merge: fix dropped error 2022-01-25 16:25:34 -08:00
Zach Musgrave 9b33bf7604 Fixed procedures test 2022-01-25 16:15:11 -08:00
bheni 425646f457 [ga-bump-release] Update Dolt version to 0.35.8 and release v0.35.8 v0.35.8 2022-01-25 22:51:31 +00:00
Brian Hendriks 690106f3d9 redirect logrus standard log to cli.CliErr (#2686) 2022-01-25 14:29:59 -08:00
Zach Musgrave 6017621dff Merge pull request #2646 from alrs/store-datas-err
store/datas: fix dropped error
2022-01-25 14:12:22 -08:00
Vinai Rachakonda 27749d9ae2 Add ordinal to merge schema after merge (#2662) 2022-01-25 16:48:41 -05:00
Tim Sehn 6e4eb26e6a Merge pull request #2678 from dolthub/tim/bats-test-ff-autocommit-off
Skipped bats test for fast forward merge with autocommit off
2022-01-25 13:42:12 -08:00
zachmu 8e4b1c45df [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2022-01-25 20:49:55 +00:00
Zach Musgrave 7f7e247f17 Fixed inconsistencies in multi-statement mode 2022-01-25 12:20:30 -08:00
Zach Musgrave 9cf202e73f Fixed bats tests for slightly different error messages 2022-01-25 12:20:06 -08:00
Jason Fulghum 8cc7b75a87 Merge branch 'main' of https://github.com/fulghum/dolt 2022-01-25 11:59:48 -08:00
Jason Fulghum 7dff404246 Adding square brackets to indicate table and file are optional params. 2022-01-25 11:58:54 -08:00
Zach Musgrave 0a11d1d89c Removed --disable-batch flag from all bats tests 2022-01-25 11:52:04 -08:00