1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

192 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
de16a72e29 Add session command, first cut 2015-06-19 17:31:21 -07:00
Harshavardhana
0ea95ce6eb Add more elaborate tag this time in [STRING-EPOCH-GITREV] format 2015-06-16 18:30:34 -07:00
Harshavardhana
c04acf4d50 Convert all errors.New and fmt.Errorf to typed errors 2015-06-13 21:36:42 -07:00
Harshavardhana
7a3bfcfac5 Add gomaxprocs default to NumCPUs() and update version 2015-06-11 19:07:04 -07:00
Harshavardhana
eb5d6ab84f Move to upstream progress bar, deleting our fork - needed patches merged by upstream maintainer 2015-06-11 14:47:18 -07:00
Harshavardhana
dae79df316 Add errInvalidTheme and .Before should reply back to cli as error 2015-06-11 14:36:35 -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
425b46abab rename to registerCmd 2015-06-05 16:43:27 -07:00
Anand Babu (AB) Periasamy
7ba6bce961 trim long filenames in progress bar caption 2015-06-04 16:37:06 -07:00
Harshavardhana
d98b419a6a Why only modularize cmd, do flags as well 2015-05-31 02:01:02 -07:00
Anand Babu (AB) Periasamy
31d1c25aa7 further modularize command options 2015-05-30 19:39:06 -07:00
Anand Babu (AB) Periasamy
fefdbd35ed global alias option 2015-05-30 17:49:08 -07:00
Anand Babu (AB) Periasamy
d57fdd909f remove retry capability 2015-05-30 16:53:34 -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
ba10419b3a Revert "Migrate pb to minio/pb with some changes"
This reverts commit 0fd38593d6.
2015-05-16 01:30:12 -07:00
Harshavardhana
0fd38593d6 Migrate pb to minio/pb with some changes 2015-05-15 23:29:37 -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
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
fc6c6ff03a Update cli and add CustomAppHelpTemplate 2015-04-28 21:21:45 -07:00
Harshavardhana
dfbc501246 Update cli and relevant changes in mc 2015-04-28 21:02:33 -07:00
Harshavardhana
1e38777fd2 Add documentation for update, and use PathStyle for play.minio.io for now 2015-04-28 19:45:05 -07:00
Harshavardhana
8ffd8d0f26 User folder instead of directories in documentation 2015-04-28 12:15:09 -07:00
Harshavardhana
744ed7dcd1 Bring old documentation back 2015-04-28 11:03:34 -07:00
Harshavardhana
a5f63483bf Adding proper buildDate, now through ldflags 2015-04-27 13:08:04 -07:00
Harshavardhana
339ecbe4ac Update documentation 2015-04-26 04:59:39 -07:00
Anand Babu (AB) Periasamy
e359d125a5 Version is now based on MD5SUM of its binary 2015-04-24 20:46:42 -07:00
Frederick F. Kautz IV
daf36c40e6 Version number now set through ldflags in makefile 2015-04-24 19:59:22 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Anand Babu (AB) Periasamy
b923232e9f console theme improvements 2015-04-22 18:05:42 -07:00
Harshavardhana
095ae11caf Migrate to quick Config, qdb takes the high road 2015-04-21 13:47:46 -07:00
Harshavardhana
af1cb1b478 Make sure to properly exit if requested theme not available, also re-structure console package a bit 2015-04-20 13:19:52 -07:00
Harshavardhana
12a7895710 Fix a bug introduced in qdb migration commit 27d87fdd8e when config file doesn't exist 2015-04-20 12:23:21 -07:00
Harshavardhana
d407c753c5 Add a new --retry flag to change default retry count 2015-04-19 22:46:23 -07:00
Harshavardhana
a2098d865c Remove redundant config check command, config is validated at mc start anyways 2015-04-19 19:39:03 -07:00
Anand Babu (AB) Periasamy
8635773258 update error message for config generate 2015-04-18 19:05:38 -07:00
Harshavardhana
5f4d89ccd5 Deprecate bash-completion support 2015-04-17 20:17:27 -07:00
Harshavardhana
27d87fdd8e Migrate config to qdb 2015-04-17 18:28:18 -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
Frederick F. Kautz IV
1ac8895014 Disable bash completion. Fixes #379. 2015-04-16 15:58:50 -07:00
Harshavardhana
0935573255 Prefix error messages with mc: part of #286 2015-04-16 15:53:33 -07:00
Anand Babu (AB) Periasamy
5583555ca8 issue#371 implement --quiet 2015-04-14 19:38:17 -07:00
Frederick F. Kautz IV
d1a216c10a Removing quiet, dead code. Will be implemented (gh issue exists) 2015-04-14 17:54:43 -07:00