Brian Hendriks
b9cd0fc7fe
Merge pull request #8321 from dolthub/bh/optional-params
...
Optional String Argument
2024-09-04 10:18:54 -07:00
Taylor Bantle
bbeddb44fd
Merge pull request #8306 from dolthub/taylor/export-var
2024-09-04 07:21:52 -07:00
James Cor
8dca4a5f74
reset auto increment counter on dolt_reset('--hard') ( #8319 )
2024-09-04 01:14:23 -07:00
Brian Hendriks
0e451b73c1
fix
2024-09-03 17:25:32 -07:00
Brian Hendriks
ce0606e537
fix
2024-09-03 16:56:20 -07:00
Taylor Bantle
e35edeef85
Merge remote-tracking branch 'origin/main' into taylor/export-var
2024-09-03 16:11:32 -07:00
Brian Hendriks
4b7297a05f
support optional string arguments in the middle of command line arguments
2024-09-03 16:02:15 -07:00
Zach Musgrave
913d6b5549
Merge pull request #8313 from dolthub/zachmu/doltgres-enginetest
...
Fixed table resolution for reset
2024-09-03 11:24:36 -07:00
Jason Fulghum
02dd58900f
Merge pull request #8309 from dolthub/fulghum/minor-doc-updates
...
Minor doc updates
2024-09-03 10:49:31 -07:00
Daylon Wilkins
51d0e8977a
Merge pull request #8314 from dolthub/daylon/fix-integration-workflow
...
Fix Integration Workflow
2024-08-30 04:11:17 -07:00
Daylon Wilkins
dac07eaf29
Fix DoltgreSQL integration workflow
2024-08-30 04:03:51 -07:00
coffeegoddd
6a3ca26812
[ga-bump-release] Update Dolt version to 1.42.17 and release v1.42.17
v1.42.17
2024-08-30 00:46:01 +00:00
zachmu
ffa8496972
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-08-30 00:32:05 +00:00
Zach Musgrave
359c72e8f7
Fixed table resolution for reset
2024-08-29 17:22:04 -07:00
Maximilian Hoffman
d2ac2def2d
[kvexec] fix more lookup bugs related to schema/projection inconsistencies ( #8311 )
...
* [kvexec[ fix more lookup bugs related to schema/projection inconsistencies
* cleanup
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* bump
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2024-08-29 17:11:49 -07:00
Jason Fulghum
82edb655ff
Minor doc updates
2024-08-29 11:22:24 -07:00
Jason Fulghum
b4475a80e9
Merge pull request #8294 from dolthub/fulghum/rebase
...
Feature: Data conflict resolution during interactive rebase
2024-08-29 11:14:31 -07:00
Jason Fulghum
e871e9c65b
Merge pull request #8303 from dolthub/fulghum/replication-bugfix
...
Perf: Optimize SQL transaction commits in binlog replication applier
2024-08-29 10:54:35 -07:00
Taylor Bantle
17e0a8c3f3
Export DoltSystemVariables var so that it can be used by doltgres
2024-08-28 16:49:44 -07:00
Jason Fulghum
8a49cd8f80
PR Feedback: Changing to require that all tables are staged when a rebase is continued after manually resolving a conflict
2024-08-28 16:16:21 -07:00
coffeegoddd
9d85831947
[ga-bump-release] Update Dolt version to 1.42.16 and release v1.42.16
v1.42.16
2024-08-28 21:50:21 +00:00
Jason Fulghum
4c4e9bc312
Optimizing how we commit SQL transactions in the binlog replication applier thread so that we don't have to commit in all databases
2024-08-28 11:49:48 -07:00
Nick Tobey
410ace5e00
Merge pull request #8304 from dolthub/nicktobey-65d79910
...
[auto-bump] [no-release-notes] dependency by nicktobey
2024-08-28 10:41:22 -07:00
Jason Fulghum
0372eb34be
PR Feedback
2024-08-28 10:23:00 -07:00
Jason Fulghum
5a7c8489be
PR Feedback
2024-08-28 10:12:56 -07:00
nicktobey
cd5b76fa27
[ga-bump-dep] Bump dependency in Dolt by nicktobey
2024-08-27 22:55:20 +00:00
Neil Macneale IV
6c812044de
Merge pull request #8297 from dolthub/macneale4/workspace-edit
...
dolt_workspace_* update and delete support
This change adds the ability to update dolt_workspace_ tables. Updates can take two forms:
1)The "staging" column of the table. may be toggled from it's current state. If setting from false to true, the working value will be written into the staged table. Setting from true to false will remove the row from staging, and leave the value in working as is.
2) You can delete any row which has a "staged" column of false. This will revert the workspace changes and return them to the original value.
2024-08-27 13:08:07 -07:00
Neil Macneale IV
a3fbbc274d
A few test tweaks requested in PR
2024-08-27 12:06:02 -07:00
Nick Tobey
0f3566db65
Merge pull request #8302 from dolthub/nicktobey-57264af8
...
[auto-bump] [no-release-notes] dependency by nicktobey
2024-08-27 11:57:11 -07:00
Neil Macneale IV
2ba302485f
PR Feedback to consolidate common code
2024-08-27 11:46:04 -07:00
nicktobey
89bdcea42b
[ga-bump-dep] Bump dependency in Dolt by nicktobey
2024-08-27 18:19:41 +00:00
Jason Fulghum
6eb7325b6b
Fixing up the rebase CLI command to support resolving data conflicts
2024-08-27 11:15:05 -07:00
Nick Tobey
a4cef150f6
Merge pull request #8300 from dolthub/nicktobey/show-secondary
...
Fix nil panic in using `dolt show` to inspect secondary indexes.
2024-08-27 10:44:48 -07:00
Daylon Wilkins
e4bb9ca344
Merge pull request #8186 from dolthub/daylon/doltgres-indexes
...
Add support for Doltgres indexes
2024-08-27 04:12:19 -07:00
Daylon Wilkins
24b49d0ec7
Add support for Doltgres indexes
2024-08-27 03:42:02 -07:00
Nick Tobey
c46e68de74
Add bats tests for using dolt show to inspect secondary indexes.
2024-08-26 18:17:40 -07:00
Nick Tobey
32f7a2cb8e
Fix nil panic when attempting to visualize a secondary index with dolt show
2024-08-26 17:59:22 -07:00
Taylor Bantle
3259561545
Merge pull request #8299 from dolthub/taylor/procedure-return
...
More consistent return types for dolt procedures
2024-08-26 16:54:37 -07:00
Taylor Bantle
3c6dbb38ce
More consistent return types for dolt procedures
2024-08-26 16:22:32 -07:00
macneale4
641b816be7
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-08-26 22:59:25 +00:00
coffeegoddd
1e96895aee
[ga-bump-release] Update Dolt version to 1.42.15 and release v1.42.15
v1.42.15
2024-08-26 22:57:30 +00:00
Neil Macneale IV
7f33d91ddc
More odd and ends
2024-08-26 15:51:02 -07:00
Neil Macneale IV
833da1d69b
Clean up some odds and ends
2024-08-26 15:48:28 -07:00
macneale4
10f2c02fbe
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2024-08-26 15:48:28 -07:00
Neil Macneale IV
e445370618
Fix test code for new interface
2024-08-26 15:48:28 -07:00
Neil Macneale IV
b28c1e9c87
fixup
2024-08-26 15:48:28 -07:00
Neil Macneale IV
8ef1bb74a3
Add row delete support on dolt_workspace_ tables
2024-08-26 15:48:28 -07:00
Neil Macneale IV
6f260fc6c9
Test keyless value updates to workspaces
2024-08-26 15:48:28 -07:00
Neil Macneale IV
3fe26967a4
Second pass. Downgrades from staging tested
2024-08-26 15:48:28 -07:00
Neil Macneale IV
78e142f487
dolt_workspace updates pass two. now with tests
2024-08-26 15:48:28 -07:00