1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
Frederick F. Kautz IV
2ba56b286c Fixing errors in doCopyCmd 2015-04-21 16:26:30 -07:00
Frederick F. Kautz IV
3ae23a9a85 Removing duplication in doCopyCmdRecursive, now depends on doCopyCmd 2015-04-21 16:03:40 -07:00
Harshavardhana
095ae11caf Migrate to quick Config, qdb takes the high road 2015-04-21 13:47:46 -07:00
Harshavardhana
6adb5e5217 Move getHostConfig() outside of getNewClient(), waiting on new qConfig to simplify this further 2015-04-21 01:14:28 -07:00
Frederick F. Kautz IV
02c2616dc4 Adding more tests for cp, fixing few minor bugs 2015-04-20 20:53:20 -07:00
Frederick F. Kautz IV
e61639897d Full coverage of doMb 2015-04-20 19:35:56 -07:00
Frederick F. Kautz IV
33869c524a Renaming StatBucket to Stat 2015-04-20 12:47:11 -07:00
Harshavardhana
a2b886a6e9 Add missing AssertExpectations() for previous commit 2015-04-20 01:17:52 -07:00
Harshavardhana
d66898048d Enable TestCopyRecursive() back, test passes cleanly now 2015-04-20 01:05:21 -07:00
Harshavardhana
f37412777a Fix various merge conflicts, TestCopyRecursive() disabled for now will renable after fixing it 2015-04-19 19:56:29 -07:00
Harshavardhana
df94fdf08a Rename parseURL to getURL, since parsing is outside of mc context now 2015-04-19 19:39:02 -07:00
Harshavardhana
8bc587b8cf Now clients only take URLs - fixes #425
- Interface change, takes only minimal arguments
 - Passing URLs all the way down
 - Bucket and Object awareness only at per client level
2015-04-19 19:39:02 -07:00
Frederick F. Kautz IV
aae6b25262 Adding more error returning for ls cmd 2015-04-18 21:55:30 -07:00
Frederick F. Kautz IV
8b585ae245 Converting recursive copy to not fatal out but return errors 2015-04-18 21:00:47 -07:00
Frederick F. Kautz IV
2f0013fb38 Add more tests, fix attempted creation of bucket with file system 2015-04-18 19:47:54 -07:00
Frederick F. Kautz IV
445508c1b0 Adding more tests 2015-04-18 19:00:12 -07:00
Frederick F. Kautz IV
91c408551e Adding test for ls cmd 2015-04-18 18:32:09 -07:00
Frederick F. Kautz IV
ddbe0eee63 Adding recursive copy test 2015-04-17 21:33:48 -07:00
Harshavardhana
c706e152c6 Revert Alias behavior, make it passthrough and make Object Storage errors human readable 2015-04-17 21:31:15 -07:00
Harshavardhana
39d3f1439b Review error messages part of #286 2015-04-17 20:31:35 -07:00
Frederick F. Kautz IV
1daee3e076 Adding more mocks 2015-04-17 20:04:54 -07:00
Frederick F. Kautz IV
2b4da8aa12 Recreating mock for new test 2015-04-17 18:24:46 -07:00
Anand Babu (AB) Periasamy
b28541a1b6 replace urltype to string 2015-04-17 16:12:03 -07:00
Frederick F. Kautz IV
5d18863f15 minor edit, normalizing go imports 2015-04-16 20:51:22 -07:00
Frederick F. Kautz IV
8b5eff1040 Adding test for copy 2015-04-16 20:27:19 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Frederick F. Kautz IV
5863d7078a First round of copy refactoring to be more testable 2015-04-16 18:13:33 -07:00