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

39 Commits

Author SHA1 Message Date
Harshavardhana
4b88ad7786 Move to structure printing everywhere, fix incorrect iodine usage at few places 2015-06-22 15:29:36 -07:00
Harshavardhana
8b42e6bed6 Turn off boxed UI for update notification on smaller terminals 2015-06-17 20:34:56 -07:00
Harshavardhana
c04acf4d50 Convert all errors.New and fmt.Errorf to typed errors 2015-06-13 21:36:42 -07:00
Harshavardhana
715c7e507b Handle message for windows for update command 2015-06-12 19:16:27 -07:00
Harshavardhana
168926fa06 All methods use now target2Client, source2Client, url2Client helpers 2015-06-09 10:37:48 -07:00
Harshavardhana
127027e1f8 Rename all http references to https 2015-06-08 21:13:12 -07:00
Harshavardhana
4bf5b19274 Fix updates to not depend on LastModified header, use a json to indicate latest build and path 2015-06-08 16:47:48 -07:00
Harshavardhana
d320b5c0ec Moving to 'go run make.go', all builds are release builds for now 2015-06-06 01:20:39 -07:00
Anand Babu (AB) Periasamy
2c1c5254c7 reorg doc strings 2015-05-30 17:33:18 -07:00
Harshavardhana
7c05adb9b3 Fix update URL 2015-05-29 01:30:27 -07:00
Harshavardhana
25f847b3b6 Implement console.Fatals, Errors, Infos, Prints for structure input and printing 2015-05-26 17:59:35 -07:00
Harshavardhana
192285c2af Remove console to depend on its own structures, instead let it deal with interface{} 2015-05-24 12:58:30 -07:00
Harshavardhana
54d0f9c553 Refactoring console printing style, supports --json even for error messages now - fixes #418 2015-05-22 18:27:07 -07:00
Harshavardhana
edb8381400 Refactor debugging output, implement --json output currently only supported on 'ls' 2015-05-21 22:30:32 -07:00
Harshavardhana
26fbc3bc20 Change closed brackets to quote characters and remove brackets for Reason 2015-05-20 20:51:44 -07:00
Harshavardhana
25e4eb8b5b mc update has no arguments and errors are now meaningful 2015-05-15 22:48:43 -07:00
Harshavardhana
f8531ea6ec Update to new changes in objecstorage-go 2015-05-15 22:15:38 -07:00
Harshavardhana
e4a77c7391 Change minio-io to minio 2015-05-11 16:24:26 -07:00
Harshavardhana
f914a059d3 Use console.Debugln instead of log.Debug.Println 2015-05-02 12:32:21 -07:00
Harshavardhana
766dbfa559 "unstruct client functions"
Original-Author: Anand Babu Periasamy <ab@minio.io>
2015-05-02 11:41:30 -07:00
Harshavardhana
d35e75ef4b Cmd update now has a standard URL 2015-05-01 00:23:15 -07:00
Harshavardhana
9833697e0a Add more fixes and helpful messaging
- check for config file for each command, prior to error out properly
  - hostconfig doesn't do any key verification, let client s3 verify it as needed
  - mc update change URL pointed to dl.minio.io minio server, still not functional yet
2015-04-30 14:03:06 -07:00
Harshavardhana
1732243672 Fix the bug re-introduced from previous fixes 2015-04-29 01:43:23 -07:00
Harshavardhana
8d68154498 getBuildDate() should be time.Time and handle it gracefully 2015-04-29 00:04:28 -07:00
Harshavardhana
dfbc501246 Update cli and relevant changes in mc 2015-04-28 21:02:33 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Harshavardhana
41637a2155 Review comments, part of #451 2015-04-28 02:35:46 -07:00
Harshavardhana
c57c3ddbf6 Make cmd-config simpler, context processing happens only by one function 2015-04-26 19:11:38 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Harshavardhana
1468cc47ff Add retries 5 times currently supported for ./mc ls, ./mc mb 2015-04-16 20:17:18 -07:00
Anand Babu (AB) Periasamy
90f853a00f Modern Copy to Mini Copy 2015-04-16 20:13:52 -07:00
Harshavardhana
0935573255 Prefix error messages with mc: part of #286 2015-04-16 15:53:33 -07:00
Frederick F. Kautz IV
d14e4f4473 Iodine traces only print with --debug flag. Fixes #283 2015-04-14 18:23:01 -07:00
Anand Babu (AB) Periasamy
e49cb08c5e rfc compliant user-agent 2015-04-11 20:38:46 -07:00
Anand Babu (AB) Periasamy
e7a2699ab2 minio client becomes modern copy 2015-04-11 17:11:38 -07:00
Harshavardhana
ad35fe72d0 Move colors to console package, now implement colored
- Fatal, Fatalf, Fatalln
 - Error, Errorln
 - Info, Infof, Infoln
2015-04-10 01:14:47 -07:00
Harshavardhana
bec4dc2b6c Avoid using versions for ./mc update, use build time instead.
Also a minor fix in glob matching should be a proper HostURL
2015-04-09 03:53:32 -07:00
Anand Babu (AB) Periasamy
99240bfb2d config bug fixes and removed default-host support 2015-04-09 02:41:59 -07:00
Harshavardhana
e8baa6c8e9 Add ./mc update command 2015-04-08 21:41:59 -07:00