Commit Graph

8790 Commits

Author SHA1 Message Date
Zach Musgrave
6084cacc14 Added update and bats tests for check constraints 2021-04-12 19:22:37 -07:00
Zach Musgrave
6c81b48324 Changed check storage to a slice to preserve ordering. Added name generation 2021-04-11 12:57:20 -07:00
Zach Musgrave
788a714f87 Unskipped foreign key check engine test 2021-04-09 17:48:12 -07:00
Zach Musgrave
4f7d82bae6 Formatting 2021-04-08 18:10:26 -07:00
Zach Musgrave
241a7fb342 Check constraint, working except for DROP CONSTRAINT. Also needs bats tests 2021-04-08 15:10:31 -07:00
Vinai Rachakonda
eefa7abe3b Add dolt reset HEAD~ (#1512)
This pr adds `dolt reset HEAD~`
2021-04-08 11:42:26 -04:00
AndyA
941748dcf0 Merge pull request #1525 from dolthub/andy/faster-tag-validation
Andy/faster tag validation
2021-04-07 17:46:40 -07:00
Andy Arthur
10cf82a8f5 bump gms 2021-04-07 17:13:08 -07:00
Andy Arthur
19907de986 tmp 2021-04-07 17:11:54 -07:00
Zach Musgrave
8b47a6a368 Merge pull request #1523 from dolthub/zachmu/query-plans
Unskipped many engine plan tests, changed how skipping works
2021-04-07 16:33:28 -07:00
Zach Musgrave
b6aa174791 formatting 2021-04-07 16:10:18 -07:00
Zach Musgrave
0f56e1578d Unskipped many engine plan tests, changed how skipping works 2021-04-07 14:59:02 -07:00
Aaron Son
01edc18fc2 Merge pull request #1518 from dolthub/aaron/sql-server-fails-on-denv-load-failure
cmd/dolt: commands/sqlserver/server.go: Fail to startup if dolt database cannot be loaded.
2021-04-07 13:16:36 -07:00
Daylon Wilkins
2229e2ac39 Added generated partial indexes for multi-column indexes 2021-04-06 13:47:20 -07:00
Zach Musgrave
234e80f640 Merge pull request #1510 from alrs/doltcore-actions-errs
libraries/doltcore/env/actions: error handling
2021-04-06 12:22:16 -07:00
Aaron Son
f0169cc000 go/libraries/doltcore/env/multi_repo_env_test.go: Fix test. 2021-04-06 11:27:03 -07:00
Vinai Rachakonda
3505e389ef Vinai/tonic fixes latest (#1517)
Adds a type check for foreign keys
2021-04-06 12:20:16 -04:00
Aaron Son
1cf7f53ac1 cmd/dolt: commands/sqlserver/server.go: Fail to startup if dolt database cannot be loaded. 2021-04-05 17:02:23 -07:00
AndyA
72442b42e3 Merge pull request #1514 from dolthub/andy/unflag-json
/go/libraries/doltcore/schema/typeinfo: Removing feature flag for JSON type
2021-04-05 14:36:58 -07:00
Andy Arthur
f3cba625c2 Merge branch 'master' into andy/unflag-json 2021-04-05 13:56:39 -07:00
Dustin Brown
7c26a1da50 Merge pull request #1515 from dolthub/db/split-bats-windows
[no-release-notes] /.github/workflows/ci-bats-{windows,unix}.yaml: split windows bats into sections and jobs to preserve resources
2021-04-05 12:59:24 -07:00
Andy Arthur
6524257678 delete maybe last feature flag usage 2021-04-05 12:55:39 -07:00
Dustin Brown
7e3c02aea5 /.github/workflows/ci-bats-windows.yaml: fix names 2021-04-05 12:32:17 -07:00
Andy Arthur
95c6e50dfa missed some flag usages 2021-04-05 12:22:19 -07:00
Dustin Brown
8157bc0ab3 /.github/workflows/ci-bats-{windows,unix}.yaml: split windows bats into sections and jobs to preserve resources 2021-04-05 12:16:21 -07:00
Andy Arthur
a9d3377a1f removing feature flag for JSON type 2021-04-05 12:14:19 -07:00
AndyA
7251fa0c35 Merge pull request #1513 from dolthub/andy/json-scale-test
/go/libraries/doltcore/sqle/{integration_test, json}: Test large JSON docs
2021-04-05 12:12:30 -07:00
Andy Arthur
fcb3e75059 sanity check for chunking 2021-04-05 11:25:04 -07:00
Andy Arthur
30c9390b10 added test for JSON structural sharing 2021-04-05 11:17:40 -07:00
Lars Lehtonen
a2707cf2a6 libraries/doltcore/env/actions: replace assert.NoError with require.NoError 2021-04-02 18:10:12 -07:00
Lars Lehtonen
31601995f8 libraries/doltcore/env/actions: fix dropped errors 2021-04-02 18:09:31 -07:00
Andy Arthur
f25cb38abd integration test for large JSON documents 2021-04-02 17:34:00 -07:00
Dustin Brown
6525a4767c Update ci-bump-homebrew.yaml 2021-04-02 17:26:46 -07:00
Dustin Brown
78b9e146e3 Update ci-bump-homebrew.yaml 2021-04-02 17:25:19 -07:00
Dustin Brown
f8627135e7 Merge pull request #1509 from dolthub/db/fix-homebrew
[no-release-notes] /.github/workflows: separate homebrew from release
2021-04-02 17:23:28 -07:00
Dustin Brown
5c9a3abffe /.github/workflows: separate homebrew from release 2021-04-02 17:22:10 -07:00
Zach Musgrave
4cf160d786 Update cd-release.yaml
Fixed a typo
2021-04-02 17:02:13 -07:00
Zach Musgrave
19d12d16e6 Merge pull request #1500 from alrs/doltcore-row-errs
Fixed dropped errors in libraries/doltcore/row
2021-04-02 13:53:10 -07:00
Vinai Rachakonda
b63eacaacd Vinai/dolt checkout period (#1498)
Adds `dolt checkout .` behavior.
2021-04-02 16:22:44 -04:00
Dustin Brown
25199b8960 Merge pull request #1497 from dolthub/db/fix-leveling
[no-release-notes] /go: add manifest appendix to support level-ordered tablefiles
2021-04-02 13:05:06 -07:00
AndyA
cfebf8fa19 Merge pull request #1504 from dolthub/andy/json-diff-merge
Andy/json diff merge
2021-04-02 12:52:39 -07:00
Vinai Rachakonda
61356c11fb add the tag name variable (#1508)
Updates the brew release so we can get it to work
2021-04-02 15:39:39 -04:00
Dustin Brown
71c1e6bc12 /go/{libraries,store}: expose manifest version through GetManifestStorageVersion, update VisitMapBFS to accept a writer 2021-04-02 12:03:48 -07:00
Dustin Brown
2622f6842e /{go,proto}: fix based on pr feedback 2021-04-02 12:03:48 -07:00
Dustin Brown
1ada49a3b4 /{go,proto}: add manifestContents.appendix for storing spec references to level ordered tablefiles 2021-04-02 12:03:48 -07:00
Daylon Wilkins
8612c8743b Added DELIMITER newline termination 2021-04-02 10:32:36 -07:00
Lars Lehtonen
ffe47167aa libraries/doltcore/row: require.NoError replaces assert.NoError 2021-04-02 10:23:24 -07:00
Lars Lehtonen
e5cd14c405 libraries/doltcore/row: fix dropped errors 2021-04-02 10:19:19 -07:00
Zach Musgrave
e76d9ac58a Merge pull request #1502 from alrs/doltcore-rowconv-errs
libraries/doltcore/rowconv: error handling
2021-04-02 09:49:00 -07:00
Zach Musgrave
4841ca107b Merge pull request #1505 from dolthub/zachmu/unskip-tests
Upgraded go-mysql-server and vitess, and unskipped a couple tests
2021-04-02 09:04:00 -07:00