Commit Graph

7821 Commits

Author SHA1 Message Date
Jason Fulghum f25b296b9e Merge branch 'main' into jennifer/event-execution 2023-09-26 15:41:07 -07:00
zachmu 7b2de053cf [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-09-26 20:51:32 +00:00
Zach Musgrave 970ea58559 Fix the same bug in noms, why not 2023-09-26 13:41:06 -07:00
Zach Musgrave ac7f346b14 Fixed bug in table writer state after an error 2023-09-26 13:39:27 -07:00
Jason Fulghum 924ed1227b Merge branch 'main' into jennifer/event-execution 2023-09-25 14:02:56 -07:00
Jason Fulghum 267c3531b6 Preventing the need to run on dolt_show_branch_databases so that we don't have to poll every branch all the time. 2023-09-25 13:39:44 -07:00
zachmu 16a1bad19a [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-09-22 01:04:10 +00: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
Jason Fulghum bc68e72b1a Merge branch 'main' into jennifer/event-execution 2023-09-21 16:07:36 -07:00
Jason Fulghum a7afaf3e1c Updating EventDatabase interfaces from changes to out-of-band change reloading in GMS 2023-09-21 15:58:45 -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 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
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 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
Jason Fulghum e87f4ef67a Tidying up 2023-09-20 11:21:18 -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
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 9318604d7d bug fix for uints 2023-09-19 17:09:25 -07: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
Zach Musgrave 855c368fdf Fixed compile errors and small reorderings 2023-09-19 11:00:18 -07:00
Zach Musgrave a15266317c Merge branch 'main' into zachmu/gms-update 2023-09-19 09:58:15 -07:00
Dustin Brown e36f6ac135 [auto-bump] [no-release-notes] dependency by max-hoffman (#6680)
* [ga-bump-dep] Bump dependency in Dolt by max-hoffman

* edit import insert source

---------

Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
Co-authored-by: Max Hoffman <max@dolthub.com>
2023-09-18 14:00:45 -07:00
Aaron Son e33e490209 Merge pull request #6669 from dolthub/aaron/sqle-replicate-branch-permissions
go: sqle: cluster: First pass at replicating branch control permissions.
2023-09-18 13:58:37 -07:00
zachmu 5db96320b0 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-09-18 19:25:14 +00:00
Zach Musgrave e1ee70282e More better tests 2023-09-18 11:35:58 -07:00
Zach Musgrave 25fa4f6e88 Return not found for non-existent DB refs 2023-09-18 11:34:41 -07:00
Zach Musgrave 25c1cb3b3c Interface change 2023-09-15 18:19:08 -07:00
Aaron Son 6b5ab5d923 go: sqle: cluster: Small fix for spurious wakeup in mysqldb and branch control replication threads. 2023-09-15 12:06:53 -07:00
Aaron Son 843a111bb1 go/libraries/doltcore/sqle/dtables: branch_namespace_control: Fix deadlock in reworked branch_control locking. 2023-09-15 10:26:47 -07:00
Zach Musgrave a4e2096952 Merge branch 'main' into zachmu/gms-update 2023-09-14 16:59:05 -07:00
Aaron Son 1e0b2e97a8 go: sqle: cluster: branch_control_replica: Add best-effort wait-for-replicate on graceful-transition-to-standby. 2023-09-14 15:24:07 -07:00
Aaron Son 379099d0f9 go: sqle: cluster: mysqldb_persister: Add best-effort wait-for-replicate on graceful-transition-to-standby. 2023-09-14 15:18:40 -07:00
Aaron Son 17a1e5019e go: dtestutils: sql_server_driver: Prepend the server stdout output with the server name to make multi-server test logs easier to read. 2023-09-14 14:24:01 -07:00
Aaron Son 1002a5d542 go: sqle: cluster: First pass at replicating branch control permissions. 2023-09-14 13:37:35 -07:00
Jason Fulghum 187649790f Removing unnecessary newline in status output 2023-09-14 11:35:31 -07:00
Maximilian Hoffman 26a949d3c5 [no-release-notes] GMS bump for indexing refactor (#6649)
* [no-release-notes] GMS bump for indexing refactor

* fix log table

* bump fix union test

* bump

* bump
2023-09-14 09:45:55 -07:00
Jason Fulghum 461938c907 Adding comments to explain code more 2023-09-13 10:09:28 -07:00