Jason Fulghum
|
7dfd043344
|
Add support for @@dolt_transaction_commit_message to allow customers to control the messages in commits created by @@dolt_transaction_commit
|
2024-01-26 13:13:29 -08:00 |
|
Maximilian Hoffman
|
6aa32c31e3
|
[no-release-notes] fix stats errors (#7399)
* [no-release-notes] fix stats errors
* bump
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
|
2024-01-25 16:52:39 -08:00 |
|
Nick Tobey
|
ee5ede17cb
|
Merge pull request #7412 from dolthub/nicktobey/abort
When aborting a merge/cherry-pick, avoid resetting ignored tables.
|
2024-01-25 11:38:21 -08:00 |
|
stephanie
|
4ff2d78ff6
|
Merge pull request #7408 from dolthub/steph/log-stat
Adds support for `dolt log --stat`
|
2024-01-25 09:10:20 -08:00 |
|
James Cor
|
40aa0c44ba
|
fix bats tests to include backticks for column names in default and generated expressions (#7401)
|
2024-01-25 02:00:03 -08:00 |
|
James Cor
|
e2fe5c5df4
|
Prevent panic when sorting by commit_hash in various dolt system tables (#7410)
|
2024-01-25 01:59:38 -08:00 |
|
Nick Tobey
|
1f12466076
|
Unstage everything by making Staged match Head
|
2024-01-24 22:10:35 -08:00 |
|
Nick Tobey
|
d1d1670492
|
Exclude ignored tables from being reset during cherry-pick abort.
|
2024-01-24 22:10:35 -08:00 |
|
Nick Tobey
|
9b36b78c6b
|
Add test for dolt_ignore with aborted merge.
|
2024-01-24 22:10:35 -08:00 |
|
fulghum
|
b760d02167
|
[ga-bump-release] Update Dolt version to 1.32.3 and release v1.32.3
|
2024-01-25 02:08:45 +00:00 |
|
Stephanie You
|
becbce6af9
|
minor wording changes
|
2024-01-24 17:12:07 -08:00 |
|
Stephanie You
|
2a7d288e48
|
isolate Everything up-to-date error to merge
|
2024-01-24 16:51:29 -08:00 |
|
Jason Fulghum
|
41ed61f557
|
Adding a ScriptTest to assert that we can create multiple FKS on a table that reference the same foreign column, when FKs are unresolved (i.e. @@foreign_key_checks is disabled)
|
2024-01-24 16:22:13 -08:00 |
|
Jason Fulghum
|
09627cc035
|
PR Feedback: Adding more comments to explain the setup for a test
|
2024-01-24 16:09:17 -08:00 |
|
Stephanie You
|
3a2323ab9e
|
add remote vs local query conversion
|
2024-01-24 15:37:28 -08:00 |
|
Jason Fulghum
|
693465bdcb
|
Merge branch 'main' into fulghum/dolt-7384
|
2024-01-24 15:24:58 -08:00 |
|
stephkyou
|
77edeea858
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2024-01-24 23:10:31 +00:00 |
|
Stephanie You
|
5d18d2b10d
|
add dolt log --stat
|
2024-01-24 14:58:05 -08:00 |
|
Jason Fulghum
|
20b4cdf3b0
|
Bug fix for unresolved FK fields not being included in the FK's hash
|
2024-01-24 14:46:54 -08:00 |
|
nicktobey
|
7f38adbb93
|
[ga-bump-dep] Bump dependency in Dolt by nicktobey
|
2024-01-24 20:03:39 +00:00 |
|
Dustin Brown
|
e801f7b316
|
Merge pull request #7405 from dolthub/db/tpcc
/go/performance/utils/{sysbench_runner,tpcc_runner}: use temp dir in tpcc
|
2024-01-24 10:59:24 -08:00 |
|
Dustin Brown
|
708139bf93
|
[auto-bump] [no-release-notes] dependency by jycor (#7403)
|
2024-01-24 10:30:51 -08:00 |
|
Aaron Son
|
dc82053c9d
|
Merge pull request #7400 from dolthub/aaron/backup-restore-force
dolt backup restore --force: Add a --force option to dolt backup restore, which allows restoring into an already existing database.
|
2024-01-24 10:23:41 -08:00 |
|
coffeegoddd
|
9a899934d6
|
/go/performance/utils/{sysbench_runner,tpcc_runner}: use temp dir in tpcc
|
2024-01-24 09:55:38 -08:00 |
|
Aaron Son
|
171c8a4807
|
dolt backup restore --force: Add a --force option to dolt backup restore, which allows restoring into an already existing database.
|
2024-01-23 16:09:48 -08:00 |
|
coffeegoddd
|
f88bec40c6
|
/{.github,go}: update sysbench_runner to work with mysql dolt postgres doltgres
|
2024-01-23 16:06:55 -08:00 |
|
fulghum
|
1e7f58cdcc
|
[ga-bump-release] Update Dolt version to 1.32.2 and release v1.32.2
|
2024-01-23 22:40:42 +00:00 |
|
fulghum
|
bbea988f37
|
[ga-bump-dep] Bump dependency in Dolt by fulghum
|
2024-01-23 20:54:38 +00:00 |
|
stephanie
|
e94ffebb29
|
Merge pull request #7373 from dolthub/steph/rebase
add `dolt rebase` command
|
2024-01-23 10:27:58 -08:00 |
|
Dustin Brown
|
38f0e1c60d
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#7394)
Co-authored-by: max-hoffman <maximilian.wolfgang1@gmail.com>
|
2024-01-22 20:46:41 -08:00 |
|
Stephanie You
|
89c8e806a9
|
Merge remote-tracking branch 'origin/main' into steph/rebase
|
2024-01-22 17:21:33 -08:00 |
|
Stephanie You
|
b3d5705ac9
|
failed rebase aborts and cleans up
|
2024-01-22 15:21:36 -08:00 |
|
Stephanie You
|
d94f840c92
|
PR comments
|
2024-01-22 14:39:52 -08:00 |
|
macneale4
|
db6a5d08da
|
[ga-bump-release] Update Dolt version to 1.32.1 and release v1.32.1
|
2024-01-22 21:38:36 +00:00 |
|
Neil Macneale IV
|
5fb69ebc1a
|
PR Feedback
|
2024-01-22 11:07:36 -08:00 |
|
Neil Macneale IV
|
427b04b733
|
Update go/libraries/doltcore/env/actions/clone.go
Co-authored-by: Aaron Son <aaron@dolthub.com>
|
2024-01-22 11:00:38 -08:00 |
|
Neil Macneale IV
|
e2721cfb94
|
Be more selective in our remote references when cloning another repo
|
2024-01-22 10:00:50 -08:00 |
|
Maximilian Hoffman
|
6b41096d81
|
Write stats to disk and dolt_statistics table (#7243)
* Write statistics to prolly tree
* fix go-sql-server-driver
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.997709
* Tidy
* test edits
* fix string outputs
* fix string printing histogram rows
* bump
* [skip actions] [ga-update-correctness] SQL Correctness updated to 99.998097
* test bump
* bump
* bump
---------
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>
Co-authored-by: coffeegoddd <coffeegoddd@users.noreply.github.com>
|
2024-01-20 11:49:45 -08:00 |
|
zachmu
|
da1bb8df16
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2024-01-20 01:42:11 +00:00 |
|
Zach Musgrave
|
f5df9852a0
|
Merge branch 'zachmu/replicate-tags' of github.com:dolthub/dolt into zachmu/replicate-tags
|
2024-01-19 17:33:39 -08:00 |
|
Zach Musgrave
|
91b953277c
|
Simplified warn on error behavior for replication
|
2024-01-19 17:06:47 -08:00 |
|
zachmu
|
3ea7acb6cd
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2024-01-20 00:08:19 +00:00 |
|
Zach Musgrave
|
fbbdc3cc6d
|
Push tags on replication
|
2024-01-19 15:55:25 -08:00 |
|
Stephanie You
|
252b373d3a
|
minor fixes
|
2024-01-19 00:33:42 -08:00 |
|
stephkyou
|
c784959efe
|
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
|
2024-01-19 08:17:04 +00:00 |
|
Stephanie You
|
073880cd9d
|
add rebase command
|
2024-01-18 23:29:48 -08:00 |
|
Stephanie You
|
a3ea0aa803
|
rename open temp editor function to be more general
|
2024-01-18 23:11:48 -08:00 |
|
Stephanie You
|
c9947149f1
|
add rebase event
|
2024-01-18 23:10:19 -08:00 |
|
macneale4
|
9360c4e199
|
[ga-bump-release] Update Dolt version to 1.32.0 and release v1.32.0
|
2024-01-19 01:34:08 +00:00 |
|
Dustin Brown
|
bbcfa555cc
|
[ga-bump-dep] Bump dependency in Dolt by max-hoffman (#7369)
|
2024-01-18 17:23:49 -08:00 |
|