Commit Graph

8344 Commits

Author SHA1 Message Date
Dustin Brown f8dbfbad68 /go/store/blobstore/blobstore_test.go: skip flaky windows test 2021-01-27 17:05:44 -08:00
Zach Musgrave 1547f36536 Merge pull request #1263 from dolthub/zachmu/delete-release-note-gen
Deleted release notes script in favor of its new standalone repo dolthub/release-notes-generator [no-release-notes]
2021-01-27 11:12:51 -08:00
Zach Musgrave ec86af775b Merge pull request #1248 from dolthub/zachmu/in-place-typechange
Hidden command for changing the type of a column in place.
2021-01-27 11:02:09 -08:00
Zach Musgrave 44ed7281cc Deleted release notes script in favor of its new standalong repository dolthub/release-notes-generator 2021-01-27 09:35:21 -08:00
Zach Musgrave 5abad68fbf Fixes for merging master, changed doltdocs.DoltDocsSchema to doltdocs.Schema 2021-01-27 09:14:09 -08:00
Zach Musgrave f1b2e507b7 Merge master 2021-01-27 09:05:59 -08:00
Zach Musgrave 8a0d5d2bef Formatting 2021-01-26 18:25:08 -08:00
Zach Musgrave fc91da34ba Removed unused error params from col_coll.go 2021-01-26 18:24:35 -08:00
Zach Musgrave 2f672c0958 NewColCollection no longer returns an error 2021-01-26 17:44:11 -08:00
Dustin Brown 4b11d7ee41 Merge pull request #1259 from dolthub/db/update-emails
[no-release-notes] Update emails for performance reports
2021-01-26 16:52:42 -08:00
Zach Musgrave 242edda60b Added a failsafe validation for schemas about to be written to disk. 2021-01-26 16:51:24 -08:00
Zach Musgrave 4f7a0afbf7 Restored previously deleted test case. It should be impossible to trigger on the SQL path, but better safe than sorry. 2021-01-26 16:47:36 -08:00
Zach Musgrave 0dfd25304c Formatting 2021-01-26 16:42:24 -08:00
Zach Musgrave 70fc8756ae Enforce valid schema in various import jobs 2021-01-26 16:41:37 -08:00
Dustin Brown f4197c4e63 /.github/workflows/{ci-performance-benchmarks-release.yaml, ci-performance-benchmarks.yaml}: update emails, allow actor to specify email on workflow dispatch trigger 2021-01-26 16:41:07 -08:00
Zach Musgrave 821f59b880 Added test for importing table with duplicate column name in schema 2021-01-26 16:40:34 -08:00
Zach Musgrave e09542f520 Added test for catching duplicate names in schema import 2021-01-26 16:18:42 -08:00
Zach Musgrave 2554bc60ee Added test of column name case insensitivity in SQL DDL statements 2021-01-26 16:10:56 -08:00
Brian Hendriks 377de80b11 Decrease the number of allocations for indexed reads (#1239)
Decrease the number of allocations for indexed reads 
optimize less and skipint/skipuint
2021-01-26 12:38:47 -08:00
Dustin Brown 98303cf4aa Merge pull request #1255 from dolthub/db/update-release-workflow
Remove testing workflows, update release workflows
2021-01-26 11:56:01 -08:00
Dustin Brown 562b29afc5 /.github/workflows/{cd-release.yaml, ci-performance-benchmarks-release.yaml}: remove testing workflows, update relase workflows 2021-01-26 11:46:50 -08:00
Dustin Brown c30a9ec610 Merge pull request #1254 from dolthub/db/enable-parallel-pr-benchmarks
Update PR benchmarking script
2021-01-26 11:33:18 -08:00
Dustin Brown 1d576a71b8 /.github/scripts/performance-benchmarking/run-benchmarks.sh: differentiate job names to allow for multiple PR benchmark runs by a single actor 2021-01-26 11:29:50 -08:00
Aaron Son 48de511b53 Merge pull request #1252 from dolthub/aaron/dolt-s3-table-reader-parallelize-large-index-loads
go/store/nbs: s3_table_reader: Parallelize loading large table file indexes.
2021-01-26 10:57:13 -08:00
Dustin Brown 345173b802 Merge pull request #1253 from dolthub/db/update-benchmarking-release
Update performance benchmarking release workflow for testing
2021-01-26 10:53:49 -08:00
Dustin Brown b6d68cb03b /.github/workflows/ci-performance-benchmarks-release.yaml: iterating on workflow with workflow and repository dispatch triggers 2021-01-26 10:49:11 -08:00
Aaron Son 573a26be82 go/utils/copyrightshdrs: Update copyright headers check. 2021-01-26 10:07:53 -08:00
Aaron Son 20829e1261 Merge remote-tracking branch 'origin/master' into aaron/dolt-s3-table-reader-parallelize-large-index-loads 2021-01-26 09:57:03 -08:00
Aaron Son 51e163894a go/store/nbs: s3_table_reader: PR feedback, repofmt, copyright headers. 2021-01-26 09:51:12 -08:00
Brian Hendriks 0042732933 fix panic when key does not exist in table (#1233) 2021-01-26 09:11:38 -08:00
Zach Musgrave 39b758c562 Added some additional checks for tag / name collisions in columns on the SQL path 2021-01-25 21:02:22 -08:00
Zach Musgrave 80bc80d37a Removed all tag collision logic from NewColCollection, moved it to ValidateForInsert. Added tests for case-insensitive column name collision 2021-01-25 20:48:56 -08:00
Zach Musgrave 268eb8a86a Removed all tag collision checking from NewColCollection, and deleted typed/schema.go 2021-01-25 20:35:41 -08:00
Zach Musgrave 21f5b331c6 Fixed test 2021-01-25 18:11:58 -08:00
Tim Sehn ab818b99cb Merge pull request #1251 from dolthub/tim/diff-cached
Implement `dolt diff --cached` command
2021-01-25 16:49:16 -08:00
Zach Musgrave 1f4ef4358f Formatting 2021-01-25 16:19:22 -08:00
Zach Musgrave dbe3d11165 Added tests of push and pull for in-place type changes 2021-01-25 16:09:11 -08:00
Timothy Sehn 647d2787c1 format_repo 2021-01-25 15:44:42 -08:00
Timothy Sehn 5bd7fe8efa Fixed merged go code to make diff --cached work 2021-01-25 15:37:38 -08:00
Zach Musgrave 4531e2eec4 Fixed duplicate tag bug in diff, add commands. Tested merge and commit as well. 2021-01-25 15:36:34 -08:00
Timothy Sehn 2ea87900bf Merged Vyas' diff --cached code and unskipped the bats tests 2021-01-25 14:42:51 -08:00
Aaron Son 7dc40b6dca go/store/nbs: s3_table_reader: Parallelize loading large table file indexes. 2021-01-25 14:41:12 -08:00
Dustin Brown c3da3d85c8 Merge pull request #1250 from dolthub/db/use-repo-access-token
Update testing workflow to use repo access token
2021-01-25 14:34:46 -08:00
AndyA 6483838a2e Merge pull request #1249 from dolthub/andy/fix-dolt-commit-ancestors
corrected sql row for init commit row in dolt_commit_ancestors table
2021-01-25 14:22:07 -08:00
Vinai Rachakonda 3342b8d58f Vinai/refactor docs (#1210)
This pr does a massive refactor of the internal state management with docs.
2021-01-25 17:00:27 -05:00
Andy Arthur 975de2c4e7 updated system-tables.bats to test dolt_commit_ancestors with fixed-width printer 2021-01-25 13:56:42 -08:00
Andy Arthur bca16190d9 corrected sql row for init commit row in dolt_commit_ancestors table 2021-01-25 13:52:59 -08:00
Dustin Brown 96c61e413f /.github/workflows/ci-workflow-trigger.yaml: use repo access token 2021-01-25 13:42:59 -08:00
Zach Musgrave 6b27573db9 Fixed copyright checker 2021-01-25 13:28:09 -08:00
Zach Musgrave 80f2dfbb4f Hidden command for changing the type of a column in place. Tested for integers and varchar types. 2021-01-25 12:20:38 -08:00