Commit Graph

14182 Commits

Author SHA1 Message Date
stephanie 36256bcdcc Merge pull request #6774 from dolthub/steph/pull
migrate dolt pull to use sql queries
2023-10-13 15:25:17 -07:00
Stephanie You 72a5791c5c small changes 2023-10-13 13:56:44 -07:00
Stephanie You fa50b5ba78 address PR comments 2023-10-13 12:39:54 -07:00
Dustin Brown 886fd60de8 [ga-bump-dep] Bump dependency in Dolt by macneale4 (#6812)
Co-authored-by: macneale4 <46170177+macneale4@users.noreply.github.com>
2023-10-13 11:55:57 -07:00
stephkyou 4a1179c665 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-10-13 08:27:37 +00:00
Stephanie You 56edbb2100 update dolt pull logic to fix bugs 2023-10-13 01:12:52 -07:00
Jason Fulghum 98d946b704 Merge pull request #6810 from dolthub/fulghum/dolt-6785
Prevent `dolt_checkout` from creating new branches in read-only databases
2023-10-12 16:19:46 -07:00
Dustin Brown 17efd03ff1 [ga-bump-dep] Bump dependency in Dolt by jennifersp (#6811) 2023-10-12 15:22:44 -07:00
Jason Fulghum aab6972dad Preventing dolt_checkout from creating new branches in read-only databases.
Fixes: https://github.com/dolthub/dolt/issues/6785
2023-10-12 13:37:09 -07:00
Zach Musgrave 4e403e85cd Merge branch 'main' into zachmu/virtual 2023-10-12 09:07:29 -07:00
fulghum c6ca71c3f2 [ga-bump-release] Update Dolt version to 1.19.0 and release v1.19.0 2023-10-12 02:33:04 +00:00
Jason Fulghum d9d7479817 Merge pull request #6762 from dolthub/fulghum/undrop
Feature: New stored procedure `dolt_undrop()` to restore dropped databases
2023-10-11 19:23:04 -07:00
zachmu 351c95c306 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-10-11 23:51:59 +00:00
Zach Musgrave 8c3d8cd24c newest gms 2023-10-11 16:41:15 -07:00
Jason Fulghum 23655e4cc6 Merge branch 'fulghum/undrop' into aaron/undrop-cluster-tests 2023-10-11 16:39:00 -07:00
max-hoffman 45b733a972 [ga-bump-dep] Bump dependency in Dolt by max-hoffman 2023-10-11 23:22:06 +00:00
Zach Musgrave 71504fd97b Moved GetForeignKeyEditor to WritableDoltTable, from AlterableDoltTable. This is necessary for recent analyzer changes, which replace the Table implementation in the plan node when creating an indexed access. IndexedDoltTable embeds WritableDoltTable, but not AlterableDoltTable. 2023-10-11 16:20:10 -07:00
Jason Fulghum c9e79e9742 Merge branch 'main' into fulghum/undrop 2023-10-11 16:06:32 -07:00
Jason Fulghum a437340821 Merge branch 'fulghum/undrop' into aaron/undrop-cluster-tests 2023-10-11 15:59:22 -07:00
Jason Fulghum c904f25c4e Cleaning up 2023-10-11 15:47:52 -07:00
Jason Fulghum 3335a3ffa1 Turning panic back on to get log output from CI tests 2023-10-11 15:19:51 -07:00
Jason Fulghum 535842d8d4 Debug output 2023-10-11 15:04:09 -07:00
Jason Fulghum 044a2a5b69 Cleaning up debugging output 2023-10-11 15:01:03 -07:00
Jason Fulghum 8d71642992 More debugging 2023-10-11 14:46:33 -07:00
Jason Fulghum 960f24df8a More debugging 2023-10-11 14:20:59 -07:00
Jason Fulghum 52932c5577 Debugging windows-specific erorr about chunk journal being closed multiple times 2023-10-11 12:32:35 -07:00
Max Hoffman 954367baa0 stats tests reset info_schema table in heavy handed way 2023-10-10 15:12:57 -07:00
nicktobey 1e3176bdde [ga-bump-dep] Bump dependency in Dolt by nicktobey 2023-10-10 21:40:07 +00:00
Jason Fulghum de41c42f0d Tidying up test runner func 2023-10-10 14:34:20 -07:00
Jason Fulghum d976b46b0d PR Feedback: normalizing physical directory names when moving them to the dropped dbs directory, so that they will always match the logical name of the database when they are restored. 2023-10-10 14:12:20 -07:00
Jason Fulghum 1f7cbe03ed Adding enginetests for dolt_undrop 2023-10-10 11:32:33 -07:00
Jason Fulghum 7bb886d9d5 PR feedback: changing the directory name for dropped databases to ".dolt_dropped_databases" so that it's a hidden directory 2023-10-09 16:31:32 -07:00
Jason Fulghum a47c4f8b7c PR feedback: removing some duplication around use of TryLock to assert that mutexes are locked and adding some extra comments. 2023-10-09 16:29:35 -07:00
Stephanie You ed6c0dc407 fix typo in dolt_merge 2023-10-09 15:48:49 -07:00
stephkyou 9527895ba5 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-10-09 22:22:08 +00:00
Stephanie You 4f6e198558 address PR comments 2023-10-09 14:04:27 -07:00
Stephanie You 5ca6a19962 fix dolt pull --force to work properly 2023-10-08 20:55:19 -07:00
Aaron Son 17c451c12e Merge remote-tracking branch 'origin/main' into aaron/undrop-cluster-tests 2023-10-06 17:20:22 -07:00
Aaron Son dcc009509e Merge remote-tracking branch 'origin/fulghum/undrop' into aaron/undrop-cluster-tests 2023-10-06 17:20:15 -07:00
Aaron Son a4dc8403d5 Merge remote-tracking branch 'origin/main' into aaron/cluster-replication-wait-for-users-and-grants 2023-10-06 17:03:29 -07:00
Aaron Son 8c82992dab Merge remote-tracking branch 'origin/main' into aaron/sqle-cluster-fix-users-and-grants-race 2023-10-06 17:02:13 -07:00
Aaron Son de3eed8b73 go: sqle: cluster: Make users and grants replication respect dolt_cluster_ack_writes_timeout_secs. 2023-10-06 15:46:42 -07:00
Aaron Son bc7dab890f Merge branch 'aaron/sqle-cluster-fix-users-and-grants-race' into aaron/cluster-replication-wait-for-users-and-grants 2023-10-06 15:25:05 -07:00
Aaron Son 151263f773 go: sqle: cluster: Fix a bug when replicating users and grants and branch control where updates two updates which came together quickly could fail to replicate the second update. 2023-10-06 15:23:14 -07:00
Aaron Son 6376098755 go: sqle: cluster: Make branch control replication respect dolt_cluster_ack_writes_timeout_secs 2023-10-06 14:33:33 -07:00
Aaron Son cf5e7dea16 Merge remote-tracking branch 'origin/main' into aaron/sqle-cluster-progressnotifier 2023-10-06 10:45:53 -07:00
Aaron Son 0edcf6c4ff [no-release-notes] integration-tests,SysbenchDockerfile: Bump to golang 1.21.2 in Dockerfiles. 2023-10-06 10:45:32 -07:00
coffeegoddd 6c67292de6 [ga-bump-release] Update Dolt version to 1.18.1 and release v1.18.1 2023-10-06 10:01:00 -07:00
coffeegoddd 11b18c4a8e /go/utils/publishrelease/buildbinaries.sh: fix golang tag; 2023-10-06 10:01:00 -07:00
zachmu 71b3b6bd88 [ga-bump-dep] Bump dependency in Dolt by zachmu 2023-10-06 10:01:00 -07:00