Andy Arthur
6d28deda12
Merge remote-tracking branch 'origin/main' into andy/nbf-gate
2022-05-18 14:25:23 -07:00
Aaron Son
25d00df834
Merge remote-tracking branch 'origin/main' into aaron/dolt_backup-stored-procedure
2022-05-18 09:02:25 -07:00
Hydrocharged
e99fac4030
[ga-bump-release] Update Dolt version to 0.40.3 and release v0.40.3
2022-05-18 04:35:35 +00:00
Daylon Wilkins
e613b1647a
Added SHOW CREATE PROCEDURE test for external procedures
2022-05-17 20:32:24 -07:00
Hydrocharged
ecdd382349
[ga-bump-dep] Bump dependency in Dolt by Hydrocharged
2022-05-18 03:21:35 +00:00
Maximilian Hoffman
f4dd4c7d6b
Dolt clean ( #3440 )
...
* Dolt clean
CLI and sql clean function. Clears untracked tables by finding the
difference betewen HEAD and the current working set and then deleting
the result.
Optionally specify `--dry-run` to avoid persisting the result root.
Optionally pass a list of table names to filter for deletion if
untracked.
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* zach comments
* need clean func for proc
* fix andy's PR
Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com >
2022-05-17 18:38:24 -07:00
Andy Arthur
b4ccd71c57
Merge branch 'main' into andy/nbf-gate
2022-05-17 17:11:09 -07:00
Vinai Rachakonda
5e333b0e8f
Fix error message for DOLT_MERGE conflicts ( #3413 )
2022-05-17 19:56:09 -04:00
zachmu
0352b53928
[ga-bump-release] Update Dolt version to 0.40.2 and release v0.40.2
2022-05-17 23:55:21 +00:00
Aaron Son
e87ae34fab
utils/concurrency/runner.go: Fix copyrighthdrs.
2022-05-17 15:54:03 -07:00
Aaron Son
5a05ed939a
Merge remote-tracking branch 'origin/main' into aaron/dolt_backup-stored-procedure
2022-05-17 15:53:12 -07:00
Aaron Son
daf2ba280e
go/cmd/dolt/commands: backup.go: Fix dropped error on dEnv.GetBackups call.
2022-05-17 15:45:28 -07:00
Aaron Son
661011aa78
go/libraries/doltcore/sqle/dfunctions: dolt_backup.go: Implement dolt_backup("sync", ...).
2022-05-17 15:41:59 -07:00
Aaron Son
46feafd8b8
go/cmd/dolt: commands/backup.go: dolt backup sync ErrDBUpToDate is not an error. Exit success.
2022-05-17 14:25:12 -07:00
Jason Fulghum
07671d5704
Merge pull request #3429 from dolthub/fulghum/dolt-3402
...
[no-release-notes] Moving a Dolt-specific transaction test from GMS into Dolt repo.
2022-05-17 14:18:52 -07:00
Zach Musgrave
ce5319e5ca
Merge pull request #3436 from dolthub/zachmu-eb55834c
...
[auto-bump] [no-release-notes] dependency by zachmu
2022-05-17 12:36:26 -07:00
AndyA
5ad4fe3298
Merge pull request #3437 from dolthub/andy/concurrent-util
...
[no-release-util] Added concurrent query util
2022-05-17 11:20:09 -07:00
Andy Arthur
516d8302b5
pr feedback
2022-05-17 11:20:01 -07:00
Andy Arthur
7e682300d4
added concurrent query util
2022-05-17 11:13:52 -07:00
Vinai Rachakonda
c11db5a55b
Make import work with FKs and add disableFks check ( #3412 )
2022-05-17 14:11:30 -04:00
zachmu
2334ece17c
[ga-bump-dep] Bump dependency in Dolt by zachmu
2022-05-17 18:06:36 +00:00
Dustin Brown
9a6fd8bbe5
[ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda ( #3434 )
...
Co-authored-by: VinaiRachakonda <vinai@dolthub.com >
2022-05-17 09:30:33 -04:00
VinaiRachakonda
9f7944321d
[ga-bump-release] Update Dolt version to 0.40.1 and release v0.40.1
2022-05-17 12:18:46 +00:00
Dustin Brown
08f28cdecf
[ga-bump-dep] Bump dependency in Dolt by VinaiRachakonda ( #3433 )
...
Co-authored-by: VinaiRachakonda <vinai@dolthub.com >
2022-05-16 23:10:49 -04:00
Aaron Son
9ee001aeac
sqle: Iterate on supporting dolt_backup stored procedure.
2022-05-16 17:10:39 -07:00
Jason Fulghum
b1274d499a
Merge branch 'main' into fulghum/dolt-3402
2022-05-16 16:30:19 -07:00
Jason Fulghum
cca9bdcbbf
Merge branch 'main' into fulghum-2fa1ce10
2022-05-16 14:39:36 -07:00
Jason Fulghum
7a9848ef59
Updating method doc
2022-05-16 14:36:46 -07:00
Zach Musgrave
d11327bee6
Merge pull request #3427 from dolthub/zachmu/upgrade-gms2
...
Include connected DB in log messages
2022-05-16 14:32:43 -07:00
fulghum
204d9c4074
[ga-bump-dep] Bump dependency in Dolt by fulghum
2022-05-16 21:18:37 +00:00
Jason Fulghum
3f78ef164b
Minor wording tweak
2022-05-16 14:14:28 -07:00
Jason Fulghum
3a05b014d4
Moving a Dolt-specific transaction test from GMS into Dolt repo.
2022-05-16 14:12:24 -07:00
Maximilian Hoffman
33a679f20b
Default branch now database-specific global variable ( #3422 )
...
* Default branch now database-specific global variable
* fix bats
2022-05-16 13:21:50 -07:00
Zach Musgrave
afc1661fb9
Merge main
2022-05-16 13:11:30 -07:00
Zach Musgrave
69e8b4263a
Upgrade gms, fix constant package
2022-05-16 13:10:16 -07:00
Maximilian Hoffman
d2196bad9e
Restore obfuscated default branch error ( #3419 )
2022-05-16 09:29:40 -07:00
Dhruv Sringari
db297cff8f
[no-release-notes] implement dolt_diff system table and table function for new storage format ( #3401 )
...
* first pass at prolly diff iter
* implement dolt_diff system table and table function for new storage format
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix schema test and copyright
* also fix commit_diff_table
* pr edits
* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
* fix copyright
Co-authored-by: Andy Arthur <andy@dolthub.com >
Co-authored-by: druvv <druvv@users.noreply.github.com >
2022-05-13 15:46:51 -07:00
AndyA
d84b9a6cd2
Merge pull request #3396 from dolthub/andy/update-prolly-benchmarks
...
[no-release-notes] go/store/prolly/tree: stripe-locked node store cache
2022-05-13 15:06:11 -07:00
Andy Arthur
6cc935560b
gate diff/merge less aggresively, update BATS
2022-05-13 14:58:53 -07:00
Andy Arthur
e84d4798e9
added FormateGatedCommand and gated some commands
2022-05-13 13:28:18 -07:00
Andy Arthur
be275b560b
remove stale tag migration code
2022-05-13 13:27:23 -07:00
Aaron Son
8f9d540357
Merge remote-tracking branch 'origin/main' into aaron/index-does-not-store-rows
2022-05-13 10:03:35 -07:00
Aaron Son
d6182bca93
Merge pull request #3386 from dolthub/aaron/format-7-18-cleanup
...
[no-release-notes] go/store/...: Cleanup unprincipled use of Format_7_18, mostly in tests.
2022-05-13 10:01:50 -07:00
jennifersp
a1fa37fe31
[ga-bump-dep] Bump dependency in Dolt by jennifersp
2022-05-12 21:25:55 +00:00
Andy Arthur
2f4a7ee4ae
revert sync.Pool changes for skip.List
2022-05-12 11:08:03 -07:00
Aaron Son
a31d98dacf
Merge remote-tracking branch 'origin/aaron/format-7-18-cleanup' into aaron/format-7-18-cleanup
2022-05-12 10:01:02 -07:00
Aaron Son
f8a5aae977
go/store/valuefile: Support DOLT_DEV and DOLT_1.
2022-05-12 10:00:11 -07:00
reltuk
968b0094bb
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-05-12 16:58:33 +00:00
Aaron Son
c29b445cdc
Merge remote-tracking branch 'origin/main' into aaron/format-7-18-cleanup
2022-05-12 09:57:41 -07:00
Aaron Son
36fa6061f2
go.mod: Bump go-mysql-server.
2022-05-12 09:57:06 -07:00