Commit Graph

23 Commits

Author SHA1 Message Date
Maximilian Hoffman 1eab16f02c schema validator impl (#7544)
* Database implements sql.SchemaValidator

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

* fix bats

* bump

---------

Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
2024-02-27 18:11:37 -08:00
Taylor Bantle dbb0bf8e2b Make dolt_docs system table function like dolt_ignore 2023-10-17 09:34:16 -07:00
Andy Arthur 503d131c91 {bats,go}: pr feedback 2023-04-24 16:31:46 -07:00
Andy Arthur e64ec238a5 {bats, go}: update integration tests, skipped a few 2023-04-21 12:48:27 -07:00
James Cor 92553439aa fixing bats 2022-11-16 15:46:09 -08:00
Andy Arthur 61b43c0705 update dolt docs commands with new names 2022-11-08 16:30:48 -08:00
Andy Arthur 011c7dac5f allow dolt_docs to be created from SQL 2022-08-03 15:55:09 -07:00
Andy Arthur 5845afba2d clean dolt docs docs 2022-08-03 15:10:29 -07:00
AndyA 0870e75068 Merge branch 'main' into andy/dolt-docs 2022-07-15 13:27:59 -07:00
Andy Arthur da64c61bce swapped docs commands read/write 2022-07-15 11:16:46 -07:00
Andy Arthur 9b375ef548 added bats for dolt docs diff 2022-07-15 11:12:20 -07:00
James Cor 447b8a5c59 ???? 2022-07-14 14:30:42 -07:00
Andy Arthur 6300afcc70 bats fixes 2022-07-13 16:03:12 -07:00
Andy Arthur 24be649960 rewrote BATS for dolt docs 2022-07-13 14:50:12 -07:00
Dhruv Sringari 14899d2909 Drop support for deleting conflicts through cli and add cardinality column for keyless table conflicts (#3777)
* reimplement dolt_transaction_merge_stomp at merge layer


add idx

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

* fix tests

* remove stomp conflicts

* conflict reader must be reset each time PartitionRows is called

* reimplement dolt conflict resolve --theirs|--ours through sql path

Also drops manual conflict resolving through cli

* add cardinality columns to dolt_conflicts_table_name for keyless tables

* Adds keyless conflict deleting for new format

* dolt conflicts resolve sql impl for keyless tables

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

* delete cli.ParseKeyValues

* fix tests

* temporarily allow dolt_docs to be mutated from SQL path

Because conflicts resolve uses the SQL path, dolt_docs needs to be editable.

* fix untested code, comment out docs tests

* bats

* fix a couple found merge bugs

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

* if statements...

* add comments

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-07-12 17:34:20 -07:00
Maximilian Hoffman ac80ba7770 New format blobs (#3588)
* [no-release-notes] New format blob read/write

Use blob chunker to write blobs out of band. Tests for
round tripping and address walking at the tree level.
Run Blob enginetests and extra large file blob tests.

* NodeStore ref refactors

* fix index

* run verify

* fix more bats

* small PR cleanup

* more changes

* last bats errors
2022-06-22 18:02:48 -07:00
Daylon Wilkins 178259995b Unskipped bats tests 2022-06-21 04:03:39 -07:00
Andy Arthur 01587c8c20 more BATS skips for __DOLT_1__ 2022-05-10 14:08:47 -07:00
James Cor 2078b3f7e0 fixed another test 2021-11-22 16:42:25 -08:00
Dustin Brown 5371ed510f /integration-tests/bats: fix bats tests 2021-09-23 14:30:43 -07:00
Daylon Wilkins 8d971dcd35 Added fast forward handling and fleshed out constraint violation messages 2021-07-15 17:16:16 -07:00
Vinai Rachakonda eefa7abe3b Add dolt reset HEAD~ (#1512)
This pr adds `dolt reset HEAD~`
2021-04-08 11:42:26 -04:00
Dustin Brown 61b06450b1 /integration-tests: move bats 2021-03-15 14:04:40 -07:00