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
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
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
Vinai Rachakonda
c11db5a55b
Make import work with FKs and add disableFks check ( #3412 )
2022-05-17 14:11:30 -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
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
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
Maximilian Hoffman
cf7245f7e9
Touch up reset docs ( #3389 )
...
* Touch up reset docs
* PR feedback
2022-05-12 08:48:48 -07:00
Zach Musgrave
da61e0ccd5
Yet more type changes
2022-05-11 17:30:02 -07:00
Aaron Son
02c5bb0875
go: Remove some unprincipled usage of types.Format_Default in non-test code.
2022-05-10 12:57:00 -07:00
Jason Fulghum
d876a2f78a
Fixing revert command usage docs.
2022-05-09 14:29:38 -07:00
Aaron Son
11c2105d91
go/store/types: Remove unused Value.WalkValues method.
2022-05-06 14:00:41 -07:00
bheni
ea91de8c7f
[ga-bump-release] Update Dolt version to 0.40.0 and release v0.40.0
2022-05-05 18:50:41 +00:00
Dhruv Sringari
a04b09c5db
Improve merge failure messages ( #3347 )
...
* improve merge failure messages
* fix silenced err
* fix bats test
2022-05-05 11:29:29 -07:00
VinaiRachakonda
c941ff4f49
[ga-bump-release] Update Dolt version to 0.39.5 and release v0.39.5
2022-04-30 01:56:30 +00:00
Jason Fulghum
af8728b13b
Merge pull request #3318 from dolthub/fulghum/diff-command
...
Display schema and data for created and dropped tables in `dolt diff` command
2022-04-28 15:58:58 -07:00
Jason Fulghum
936d55347a
Adding err handling
2022-04-28 15:04:33 -07:00
JCOR11599
babc7660a0
[ga-bump-release] Update Dolt version to 0.39.4 and release v0.39.4
2022-04-28 00:07:28 +00:00
Jason Fulghum
178c2ed2de
Updating diff command to support better schema diffs for create and delete tables, and to include data in diff when adding or dropping a table.
2022-04-27 15:24:42 -07:00
James Cor
9a5f1955b4
fix probably, but need tests
2022-04-27 10:04:22 -07:00
druvv
b66bbb3aa6
[ga-bump-release] Update Dolt version to 0.39.3 and release v0.39.3
2022-04-27 15:18:14 +00:00
Hydrocharged
82a6fc5d72
[ga-bump-release] Update Dolt version to 0.39.2 and release v0.39.2
2022-04-23 03:01:46 +00:00
Hydrocharged
ec33613d18
[ga-bump-release] Update Dolt version to 0.39.1 and release v0.39.1
2022-04-22 22:11:26 +00:00
Dhruv Sringari
038aaf0f6e
Add create new branch suggestion to dolt checkout {commit_hash}
2022-04-21 19:08:52 -07:00
Zach Musgrave
b0a0aa048c
Merge pull request #3268 from dolthub/zachmu/sql-docs
...
Fixed docs for sql command
2022-04-21 11:30:40 -07:00
Zach Musgrave
73b2f80dac
Fixed docs for sql command
2022-04-21 09:31:11 -07:00
Vinai Rachakonda
3aad420681
Enable unique indexes on keyless tables ( #3245 )
2022-04-21 12:23:18 -04:00
James Cor
8ceb83d377
Merge pull request #3225 from dolthub/james/dolt-dump
...
`dolt dump` should include views, triggers, and procedures
2022-04-18 10:06:32 -07:00
James Cor
0a0e4f9321
Merge pull request #3210 from dolthub/james/dolt-pull
...
`dolt pull` should do `dolt fetch` before
2022-04-15 15:10:54 -07:00
James Cor
bf1f6ef024
please work
2022-04-15 12:24:36 -07:00
James Cor
49ec369fb2
working dumps, I think
2022-04-15 11:42:14 -07:00
coffeegoddd
2243448eb0
[ga-bump-release] Update Dolt version to 0.39.0 and release v0.39.0
2022-04-15 18:28:37 +00:00
coffeegoddd
6e0d68467b
/go/cmd/dolt/commands/login.go: update help docs for login
2022-04-15 10:05:04 -07:00
James Cor
692fabd89e
not sure what's different, but it matches fetch
2022-04-14 16:23:38 -07:00
James Cor
d6088a084f
procedures dumping
2022-04-14 16:18:57 -07:00
James Cor
6e044da9e4
adding tests
2022-04-14 15:53:21 -07:00
coffeegoddd
07740ac09a
/go/cmd/dolt/commands/login.go: make dolt login configurable to remotes to support doltlab
2022-04-14 15:26:37 -07:00
JCOR11599
cd9577b0bc
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
2022-04-14 22:12:08 +00:00
James Cor
69c2629ccc
mimic fetch logic into pull
2022-04-14 15:10:55 -07:00
James Cor
f746da30ef
first pass at dumping views and triggers
2022-04-14 13:24:33 -07:00
James Cor
65cb776f6e
fixing everything probably
2022-04-13 16:41:50 -07:00
James Cor
2fc2eb5f59
pass fetch args better
2022-04-13 14:51:40 -07:00
James Cor
37d99328b8
i forgot to include remote name
2022-04-13 14:01:03 -07:00
James Cor
aed40ee3e3
fixing test; still not sure why it's broken
2022-04-13 13:50:32 -07:00
James Cor
1604c26415
this wouldn't have worked ever??
2022-04-13 13:28:49 -07:00
James Cor
704bd2fd92
fix
2022-04-12 16:16:10 -07:00
James Cor
c2c1eae2f3
first attempt
2022-04-12 15:51:25 -07:00