Commit Graph

12733 Commits

Author SHA1 Message Date
Andy Arthur
bcbb7378de . 2022-05-18 15:16:30 -07:00
Andy Arthur
805f6a8a8e skip new bats 2022-05-18 14:26:20 -07:00
Andy Arthur
6d28deda12 Merge remote-tracking branch 'origin/main' into andy/nbf-gate 2022-05-18 14:25:23 -07:00
Andy Arthur
5c012c820a gate config reset 2022-05-18 14:02:43 -07:00
Andy Arthur
8a4b22a6f0 maybe skip failing bats 2022-05-18 13:58:52 -07:00
Aaron Son
2e27bcdafc Merge pull request #3441 from dolthub/aaron/dolt_backup-stored-procedure
go/libraries/doltcore/sqle/dfunctions: dolt_backup.go: Implement dolt_backup("sync", ...).
2022-05-18 10:19:49 -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 v0.40.3 2022-05-18 04:35:35 +00:00
Daylon Wilkins
52e7ec97a0 Merge pull request #3442 from dolthub/Hydrocharged-ac288f74
[auto-bump] [no-release-notes] dependency by Hydrocharged
2022-05-17 21:32:52 -07: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
Andy Arthur
a53b6730ac batsfixpls 2022-05-17 17:09:57 -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 v0.40.2 2022-05-17 23:55:21 +00:00
Aaron Son
19f9a38628 integration-tests/bats: backup.bats: Update backup already up to date test to expect success. 2022-05-17 16:22:59 -07: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
Andy Arthur
d5bd000790 more BATS skipping for __DOLT_1__ 2022-05-17 11:44:11 -07:00
Andy Arthur
706a50317e skip BATS in dump.bats 2022-05-17 11:25:51 -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 v0.40.1 2022-05-17 12:18:46 +00:00
Daylon Wilkins
506be18d7d Merge pull request #3432 from dolthub/vinai/bump-r-client-tests
Bump R Client Tests
2022-05-17 02:47:28 -07:00
Vinai Rachakonda
b54c2d8fe8 gmod 2022-05-16 23:12:18 -04: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
Vinai Rachakonda
a92ea56d3d Update gmod again... 2022-05-16 20:10:14 -04:00
Vinai Rachakonda
c54f5a8b1a update tests 2022-05-16 20:05:22 -04:00
Vinai Rachakonda
a49a536c77 gmod 2022-05-16 20:04:44 -04:00
Vinai Rachakonda
5e454f2d7e update client tests 2022-05-16 20:03:38 -04:00
Jason Fulghum
b1274d499a Merge branch 'main' into fulghum/dolt-3402 2022-05-16 16:30:19 -07:00
Jason Fulghum
bd38cddd36 Merge pull request #3430 from dolthub/fulghum-2fa1ce10
[auto-bump] [no-release-notes] dependency by fulghum
2022-05-16 15:58:43 -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