Commit Graph

21303 Commits

Author SHA1 Message Date
Zach Musgrave 4de3408e38 new gms 2023-09-21 17:53:59 -07:00
Zach Musgrave bf7dbdefb0 Merge main 2023-09-21 17:52:15 -07:00
Zach Musgrave 70d0128d7f reskip test 2023-09-21 17:51:29 -07:00
Zach Musgrave ebfcf29b09 Fixed new test 2023-09-21 17:51:11 -07:00
Zach Musgrave fc6466f36d Full text merge engine test 2023-09-21 14:55:39 -07:00
Zach Musgrave cf4362c252 PR feedback 2023-09-21 13:17:37 -07:00
Aaron Son 9c990801b8 Merge pull request #6699 from dolthub/aaron/sqle-cluster-drop-database
go/libraries/doltcore/sqle: cluster: When a database is dropped, shutdown the replication goroutines and stop returning its status in the dolt_cluster_status table.
2023-09-21 10:16:53 -07:00
fulghum 74b6ba5f73 [ga-bump-release] Update Dolt version to 1.16.2 and release v1.16.2 v1.16.2 2023-09-20 23:56:32 +00:00
Aaron Son c1986a2587 Merge remote-tracking branch 'origin/main' into aaron/sqle-cluster-drop-database 2023-09-20 16:48:25 -07:00
Jason Fulghum 68aca5f5c1 Merge pull request #6698 from dolthub/macneale4-75692cb8
[auto-bump] [no-release-notes] dependency by macneale4
2023-09-20 16:47:22 -07:00
Aaron Son 750631aa8f Merge remote-tracking branch 'origin/main' into aaron/sqle-cluster-drop-database 2023-09-20 15:55:23 -07:00
Aaron Son 3b0ca8bb21 go/libraries/doltcore/sqle: cluster: When a database is dropped, shutdown the replication goroutines and stop returning its status in the dolt_cluster_status table. 2023-09-20 15:47:46 -07:00
Jason Fulghum b6ac98d488 Merge branch 'main' into macneale4-75692cb8 2023-09-20 15:25:37 -07:00
Jason Fulghum 54c98feacb Merge pull request #6681 from dolthub/james/intersect
[no-release-notes] renaming and refactoring for intersect and except
2023-09-20 15:20:56 -07:00
Jason Fulghum 8810a1b9d9 Merge branch 'main' into james/intersect 2023-09-20 15:20:34 -07:00
macneale4 49a579f5bf [ga-bump-dep] Bump dependency in Dolt by macneale4 2023-09-20 21:55:23 +00:00
Jason Fulghum f41d769423 Merge pull request #6688 from dolthub/fulghum/dolt-6682
Retain display width for `TINYINT(1)`
2023-09-20 14:43:48 -07:00
zachmu 4aa83b4a03 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-09-20 21:27:06 +00:00
Zach Musgrave 4e57292fff Compile err 2023-09-20 14:17:18 -07:00
Zach Musgrave c3abe6d57f newst gms 2023-09-20 14:01:42 -07:00
Zach Musgrave b74e56518f merge fix 2023-09-20 14:01:11 -07:00
James Cor 1c2939d317 bump 2023-09-20 13:56:09 -07:00
Jason Fulghum ab26d3e719 Bumping GMS dep to latest build from fulghum/dolt-6682 dev branch (d248817fc35140736b894d811974566f2bd62412) 2023-09-20 12:45:58 -07:00
Zach Musgrave fd68d80aa0 update gms 2023-09-20 12:45:27 -07:00
Zach Musgrave 3ebd33ac9f Merge branch 'main' into zachmu/gms-update 2023-09-20 12:43:52 -07:00
Zach Musgrave cf2d90a139 Added skip for broken alter test 2023-09-20 12:41:10 -07:00
Zach Musgrave 92e910d059 Final fulltext bug fix 2023-09-20 12:24:18 -07:00
James Cor 83079ef828 bump 2023-09-20 11:39:02 -07:00
Jason Fulghum 9407716896 Bumping GMS dep to latest build from fulghum/dolt-6682 dev branch (f1f94577d4a5e10ced803fb6fe4be07a8499010f) 2023-09-20 11:25:42 -07:00
Jason Fulghum e87f4ef67a Tidying up 2023-09-20 11:21:18 -07:00
Jason Fulghum f9129e446c Bumping GMS dep to latest build from fulghum/dolt-6682 dev branch (ed0131c15f468436d0b63e4b482b10445a23be73) 2023-09-20 10:14:55 -07:00
Zach Musgrave c90dda1140 Modify fulltext indexes to remove dropped columns before table rewrite 2023-09-20 10:12:13 -07:00
Jason Fulghum 81de47c791 Updating tests to use gmstypes.Boolean 2023-09-20 10:11:00 -07:00
Jason Fulghum 365d62f225 BATS test updates for TINYINT(1) 2023-09-20 10:07:08 -07:00
Zach Musgrave e9fe5ce4e8 Two more bug fixes for alter fulltext tables 2023-09-20 09:49:10 -07:00
Zach Musgrave 4628b8578e First working version 2023-09-20 09:05:21 -07:00
Zach Musgrave 75d96ffacd Edit table set in place 2023-09-19 21:41:02 -07:00
Zach Musgrave bb053e36a4 Checkoint: putting all the new fulltext tables in the same write sessoin for the editor before pinning it 2023-09-19 20:36:58 -07:00
Jason Fulghum ee99d7c3b1 New test 2023-09-19 19:27:25 -07:00
Jason Fulghum 1ba53109d9 Bumping to latest GMS dev build 2023-09-19 19:27:03 -07:00
Jason Fulghum d56e72c0f4 Fixing BATS tests for TINYINT(1) support 2023-09-19 19:07:06 -07:00
Jason Fulghum ea3a0004eb Bumping GMS dep to latest build from fulghum/dolt-6682 dev branch (c5a8aec65f59) 2023-09-19 17:10:10 -07:00
Jason Fulghum 9318604d7d bug fix for uints 2023-09-19 17:09:25 -07:00
Jason Fulghum 5e6e92b330 go mod tidy to fixup go.sum 2023-09-19 16:38:17 -07:00
Jason Fulghum baa5d20097 Bumping GMS dependency to latest build from fulghum/dolt-6682 dev branch (6fba7ce3e66080769f4f71929aee244e8ce6e882) 2023-09-19 16:32:08 -07:00
James Cor 5e14d05a0e merge with main 2023-09-19 15:27:40 -07:00
fulghum 418a78d560 [ga-bump-release] Update Dolt version to 1.16.1 and release v1.16.1 v1.16.1 2023-09-19 22:04:21 +00:00
Jason Fulghum e0f7aa03aa First pass on supporting display widths for integer types. 2023-09-19 14:41:58 -07:00
Zach Musgrave 8170977472 Refactoring and bug fix 2023-09-19 14:26:02 -07:00
Zach Musgrave f8fd275c63 New fulltext rewrite methods and refactorings 2023-09-19 12:29:06 -07:00