Andy Arthur
|
8f5fc4fac1
|
pr feedback
|
2020-09-01 13:57:46 -07:00 |
|
Andy Arthur
|
7ba1b929c2
|
cleanup, more tests
|
2020-09-01 09:45:31 -07:00 |
|
Andy Arthur
|
33f535c080
|
first pass at push/pull tags
|
2020-09-01 07:58:08 -07:00 |
|
Brian Hendriks
|
250ec98e29
|
read-tables
dolt read-tables command
|
2020-08-09 18:20:54 -07:00 |
|
Aaron Son
|
590581c9c8
|
go/cmd/dolt/commands: merge.go: Make merge operate on commit specs, not branch refs directly.
|
2020-07-07 15:06:59 -07:00 |
|
Aaron Son
|
1d582304ca
|
bats: remotes.bats: Unskip tests which pass with reference ref specifiers now.
|
2020-07-07 13:37:56 -07:00 |
|
Aaron Son
|
1c07eb7ece
|
Merge pull request #763 from liquidata-inc/aaron/clone-creates-remote-branch-refs
go/cmd/dolt: commands/clone.go: Update clone behavior to create remote references for each remote branch.
|
2020-07-07 11:30:08 -07:00 |
|
Aaron Son
|
86b10b5cb6
|
go/cmd/dolt: commands/clone.go: Update clone behavior to create remote references for each remote branch.
|
2020-06-24 11:48:49 -07:00 |
|
Aaron Son
|
8e5b7c8413
|
go/cmd/dolt: commands/branch.go: Have -d support a list of branches to delete.
|
2020-06-24 10:01:40 -07:00 |
|
Aaron Son
|
104c9f5372
|
go/cmd/dolt: commands/branch.go: Implement branch -d -r.
|
2020-06-24 09:54:47 -07:00 |
|
Aaron Son
|
99e18eed25
|
go/cmd/dolt: commands/branch.go: Implement --list -r.
|
2020-06-24 09:44:03 -07:00 |
|
Aaron Son
|
220d8d3bbe
|
bats/remotes.bats: Add a test for dolt branch -r listing remote branches only.
|
2020-06-24 09:30:18 -07:00 |
|
Aaron Son
|
8cebf049f6
|
bats/remotes.bats: PR feedback.
|
2020-06-22 13:13:54 -07:00 |
|
Aaron Son
|
cd7fc5a898
|
bats/remotes.bats: Add bats tests, some skipped, for some remote branch ref handling tests.
|
2020-06-22 12:31:49 -07:00 |
|
Aaron Son
|
05e838cb9c
|
bats: Change remotesrv pid handling to capture pid of background process.
|
2020-06-18 11:18:30 -07:00 |
|
Brian Hendriks
|
f250da8a15
|
Bh/remotes bat fixes (#701)
|
2020-05-29 10:22:28 -07:00 |
|
Katie McCulloch
|
1d5f61dc0f
|
{bats,libraries/doltcore/env: Remove automatic creation of docs and fix bats tests accordingly
|
2020-04-21 14:16:51 -07:00 |
|
Timothy Sehn
|
009ce05c2f
|
Added test for bad error message on only passing one argument to dolt push
|
2020-04-19 09:24:30 -07:00 |
|
Katie McCulloch
|
059ff7dac1
|
bats,cmd/dolt/commands/merge.go: Don't overwrite local changes on merge with no conflicts
|
2020-04-10 12:39:04 -07:00 |
|
Katie McCulloch
|
47e32be33e
|
bats/remotes.bats: Add skipped test; working docs are stomped on pull
|
2020-04-10 12:11:56 -07:00 |
|
Andy Arthur
|
dce31c8736
|
fixed bats test
|
2020-04-08 16:39:38 -07:00 |
|
Andy Arthur
|
5aa6c67873
|
Merge branch 'master' into andy/autogen_import
|
2020-04-08 16:15:08 -07:00 |
|
Andy Arthur
|
0bddc6cfbe
|
added unique tags for copy and import paths, validating unique tags at the root
|
2020-04-06 15:59:17 -07:00 |
|
Andy Arthur
|
082448094b
|
force fetch bats test
|
2020-04-02 17:00:19 -07:00 |
|
Andy Arthur
|
6672092067
|
added force fetch
|
2020-04-02 17:00:19 -07:00 |
|
Andy Arthur
|
6bd78cfdf6
|
added force push
|
2020-04-02 17:00:19 -07:00 |
|
Brian Hendriks
|
c5cb72a238
|
fix return value on failure to push (#492)
|
2020-03-25 13:35:43 -07:00 |
|
Timothy Sehn
|
23a0f2016b
|
Actually test the --set-upstream functionality
|
2020-03-01 16:17:12 -08:00 |
|
Timothy Sehn
|
c07b13903c
|
Added a succeeding bats test for push --set-upstream. Could not repo panic.
|
2020-03-01 16:10:15 -08:00 |
|
Brian Hendriks
|
a45fedf4cc
|
formatting, and additional checks
|
2020-02-27 14:20:36 -08:00 |
|
Brian Hendriks
|
2aaaea1c2b
|
pull stomp fix
|
2020-02-27 12:34:54 -08:00 |
|
Timothy Sehn
|
ede9f2f4f3
|
Made a file system remotes bats test file, added some tests, and moved appropriate tests from remotes.bats. Added a skipped test in remotes.bats for dolt pull stomping a dirty working set
|
2020-02-24 14:21:25 -08:00 |
|
Zach Musgrave
|
06d98fd687
|
Updated bats remotes tests for cloning an empty repo
Signed-off-by: Zach Musgrave <zach@liquidata.co>
|
2020-01-28 10:48:44 -08:00 |
|
Katie McCulloch
|
e686f60616
|
bats/remotes.bats: test dolt fetch with docs
|
2020-01-24 13:03:47 -08:00 |
|
Katie McCulloch
|
9b15a210d2
|
bats/remotes.bats: test push and pull with docs from remote
|
2020-01-24 12:49:29 -08:00 |
|
Katie McCulloch
|
4e6997e5e9
|
bats/remotes.bats: Add clone coverage for docs
|
2020-01-24 12:08:10 -08:00 |
|
Daylon Wilkins
|
a8ee8c30dc
|
Removed Windows carriage-return and trailing whitespace from bats tests
|
2020-01-23 11:17:11 -08:00 |
|
Daylon Wilkins
|
072c8d80e0
|
Removed old table and schema commands from the command line
|
2020-01-22 17:03:22 -08:00 |
|
Matt Jesuele
|
fa3c06b5cb
|
bats: Factor setup and teardown logic out of tests, greatly reducing duplication
|
2019-10-08 13:43:21 -07:00 |
|
Brian Hendriks
|
27412b3cfa
|
Bh/output updates (#98)
output updates
performance fix
|
2019-09-30 17:40:12 -07:00 |
|
Brian Hendriks
|
ee1ec46b14
|
Push and Pull v2 (#89)
|
2019-09-27 11:20:47 -07:00 |
|
Brian Hendriks
|
1435a8f509
|
Bh/clone2 (#83)
New clone implementation works on the table files directly.
|
2019-09-17 17:14:06 -07:00 |
|
Daylon Wilkins
|
66aa389b66
|
Changed bats to use a static folder on Windows
|
2019-07-23 15:45:27 -07:00 |
|
Matt Jesuele
|
e5a556d6c8
|
dolt/bats: Factor out batshelper util function
|
2019-07-23 13:11:07 -07:00 |
|
Matt Jesuele
|
a0ab975ded
|
dolt/bats: Add nativebatsdir helper function
|
2019-07-23 12:59:26 -07:00 |
|
Daylon Wilkins
|
bc59893f66
|
Changed bats tests on Windows to use WSL
|
2019-07-22 16:14:13 -07:00 |
|
Daylon Wilkins
|
a68636c40b
|
Fixed inconsistent spacing in bats files (not my fault grr)
|
2019-07-18 14:51:10 -07:00 |
|
Daylon Wilkins
|
ba0044ecea
|
Moved bats windows compatibility changes to separate file
|
2019-07-18 14:51:10 -07:00 |
|
Daylon Wilkins
|
b13cea0dbd
|
Fixed/skipped failing bats tests on Windows
|
2019-07-18 14:51:10 -07:00 |
|
Brian Hendriks
|
1b2e49004b
|
bats tests
|
2019-06-13 15:08:06 -07:00 |
|