Commit Graph

20067 Commits

Author SHA1 Message Date
Zach Musgrave 44f5942ae8 Bats test for push in procedure 2023-06-26 15:23:31 -07:00
Zach Musgrave 3861aa0d46 More tests, including skipped tests 2023-06-26 15:08:44 -07:00
Zach Musgrave deb2d0dc1d More tests 2023-06-23 15:25:39 -07:00
Zach Musgrave 2519d127be Slightly better test 2023-06-22 17:24:58 -07:00
Zach Musgrave afcb664380 First test of calling dolt stored procedures from inside user defined ones 2023-06-22 17:22:47 -07:00
Zach Musgrave ffe619de81 Merge pull request #6203 from dolthub/zachmu/name-resolution-bug
Bug fixes for resolving the default DB name to the correct branch, was broken in several cases
2023-06-22 16:35:38 -07:00
JCOR11599 900152d9dd [ga-bump-release] Update Dolt version to 1.6.0 and release v1.6.0 v1.6.0 2023-06-22 23:12:30 +00:00
Dustin Brown 06500dac56 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 (#6211) 2023-06-22 16:01:57 -07:00
zachmu 966b7bd8b2 [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-22 22:36:03 +00:00
Zach Musgrave 2cbdab430e A couple error tests for detached head mode 2023-06-22 15:27:36 -07:00
Zach Musgrave e352eb143d PR feedback 2023-06-22 15:20:47 -07:00
Zach Musgrave c9b1a35aca Fixed case sensitivity bug 2023-06-22 15:17:31 -07:00
Zach Musgrave aa59cac6b6 Merge branch 'main' into zachmu/name-resolution-bug 2023-06-22 14:39:00 -07:00
Zach Musgrave 5e471a272c Fixed error test message 2023-06-22 14:37:12 -07:00
Pavel Safronov 51cf3cf798 Revert "Add dolt_schema_diff table function" (#6210) 2023-06-22 14:25:42 -07:00
Aaron Son 6314e27de9 Merge pull request #6204 from dolthub/aaron/cluster-assume-role-standby-changes
sqle: cluster: Add dolt_cluster_transition_to_standby stored procedure.
2023-06-22 14:03:13 -07:00
Pavel Safronov cf9120e132 Merge pull request #6191 from dolthub/pavel/show-create-as-of-fix 2023-06-22 10:39:55 -10:00
Tim Sehn 8c78966bf1 Merge pull request #6208 from dolthub/Hydrocharged-8926ab37
[auto-bump] [no-release-notes] dependency by Hydrocharged
2023-06-22 13:39:43 -07:00
zachmu 63c059e42d [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-22 20:36:05 +00:00
Zach Musgrave 5ce5074e7a Bug fix for deleting a branch that was checked out 2023-06-22 13:23:09 -07:00
Zach Musgrave 7c5ddad306 Test for info schema with deleted checked out branch 2023-06-22 13:01:11 -07:00
Zach Musgrave 21a4b4d200 Got rid of CheckedOutRevType on DatabaseSessionState, moved all that logic to branch state 2023-06-22 12:39:40 -07:00
Zach Musgrave 63632cef6c Bug fixes in state management related to checkout / use. Got rid of UseDatabase implementation, as it was no longer necessary 2023-06-22 12:28:44 -07:00
Hydrocharged 706a96bfcb [ga-bump-dep] Bump dependency in Dolt by Hydrocharged 2023-06-22 18:28:28 +00:00
Pavel Safronov e756dd609d Merge pull request #6185 from dolthub/pavel/dolt_schema_diff 2023-06-22 07:30:53 -10:00
Zach Musgrave c5f2493f68 Bug fix for commit when a different branch is checked out 2023-06-22 10:30:08 -07:00
Pavel Safronov 8ea2d3c312 PR feedback: consolidate tests. 2023-06-22 10:00:56 -07:00
Pavel Safronov ded51de4ba PR feedback:
- revert old test changes, add correct new tests
2023-06-22 09:56:05 -07:00
Jason Fulghum 59cce3c4a4 Merge pull request #6205 from dolthub/JCOR11599-715b6fd5 2023-06-22 06:51:39 -07:00
JCOR11599 5b2e2525f0 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-06-22 04:24:28 +00:00
Pavel Safronov d89fe5baed Only produce rows when there is an actual difference between the schemas. 2023-06-21 18:19:44 -07:00
Pavel Safronov 18aed58c78 Add privilege and argument tests for dolt_schema_diff 2023-06-21 17:08:02 -07:00
Pavel Safronov f5b630954b Use diff.GetNonCreateNonDropTableSqlSchemaDiff to generate alter statements. 2023-06-21 16:53:57 -07:00
Jason Fulghum 05c0fa7b14 Merge pull request #6202 from dolthub/JCOR11599-3265db31
[auto-bump] [no-release-notes] dependency by JCOR11599
2023-06-21 16:46:48 -07:00
Aaron Son 155884711e sqle: cluster: dolt_cluster_transition_to_standby: Add logic to respect and enforce minCaughtUpReplicas. 2023-06-21 16:29:45 -07:00
Aaron Son 0a7cd7e033 sqle: cluster: dolt_cluster_transition_to_standby: Register the implementation (without transition transition thresholds) and test it. 2023-06-21 16:03:59 -07:00
zachmu 09b3a4501e [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh 2023-06-21 22:20:17 +00:00
Zach Musgrave 9456f967ca Removed unnecessary split 2023-06-21 15:20:06 -07:00
JCOR11599 8e35ea7e76 [ga-bump-dep] Bump dependency in Dolt by JCOR11599 2023-06-21 22:07:29 +00:00
Zach Musgrave fee4663a7e Fixed inconsistency in which DB state gets looked up on dolt commit operations 2023-06-21 15:00:41 -07:00
Aaron Son 598292036f sqle: cluster: setRoleAndEpoch: Return the states of the standby remotes after a graceful transition to standby. 2023-06-21 14:39:39 -07:00
Nick Tobey 22bbcea41c Merge pull request #6196 from dolthub/nicktobey/dedebug
[no-release-notes] Remove println used for debugging that accidentally got committed.
2023-06-21 13:54:44 -07:00
Zach Musgrave b3f8d2f32e Bug fix for dolt_transaction_commit target db 2023-06-21 12:47:42 -07:00
Zach Musgrave e4447a6892 Another bug fix for current / checked out rev spec 2023-06-21 12:10:44 -07:00
Nick Tobey bd09567282 Remove println used for debugging that accidentally got committed. 2023-06-21 12:01:38 -07:00
Zach Musgrave 5ef28e0a0a Merge pull request #6188 from dolthub/zachmu/info-schema
Reverting changes to database name management: branch-qualified databases now included in info_schema tables
2023-06-21 11:36:59 -07:00
Dustin Brown ca69aba57e Merge pull request #6186 from dolthub/db/upgrade-credentials-action
[no-release-notes] /.github/workflows: upgrade aws creds action
2023-06-21 10:17:57 -07:00
Pavel Safronov 4097d402e7 Update SkipPreparedsCount so we can have TestDescribeTableAsOf + TestDescribeTableAsOfPrepared tests 2023-06-21 10:05:25 -07:00
Pavel Safronov 1f7b5f90c9 PR feedback:
- kept the original DescribeTableAsOfScriptTest tests as-is
- introduced DescribeTableAsOfWithFkScriptTest to check the FKs
2023-06-21 09:34:33 -07:00
Neil Macneale IV c488395dd0 Ignore the sql-server.lock file if the PID in the file matches current dolt process (#6190)
https://github.com/dolthub/dolt/issues/6183
2023-06-21 07:12:24 -07:00