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

61 Commits

Author SHA1 Message Date
Harshavardhana
481d5758ef Add missing info 2015-04-29 12:09:55 -07:00
Harshavardhana
1474fb20db Add play.minio.io as default 2015-04-28 19:17:59 -07:00
Harshavardhana
6e426b2939 Make alias a subcommand and part of config subcommand 2015-04-28 18:23:02 -07:00
Harshavardhana
29562bc887 Implement sync command for single source multiple targets 2015-04-28 13:06:56 -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
41637a2155 Review comments, part of #451 2015-04-28 02:35:46 -07:00
Harshavardhana
9711642f1d Fix for #439 - simplify config handling 2015-04-26 19:16:12 -07:00
Harshavardhana
c57c3ddbf6 Make cmd-config simpler, context processing happens only by one function 2015-04-26 19:11:38 -07:00
Harshavardhana
34d2ca98a3 Ignore if the keys are still based on default configuration 2015-04-25 21:31:05 -07:00
Anand Babu (AB) Periasamy
c09ce54090 console enhancements, consistent error message and janitor duty 2015-04-23 21:25:10 -07:00
Harshavardhana
3ac36d1f95 Add skip localhost and 127.0.0.1 - treat them as special case in getHostConfig - fixes #467 2015-04-21 15:15:20 -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
e2bae764fa Adding auth tests 2015-04-20 15:28:46 -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
7c71fb85a3 remove DEBUG message 2015-04-18 19:10:13 -07:00
Anand Babu (AB) Periasamy
8635773258 update error message for config generate 2015-04-18 19:05:38 -07:00
Harshavardhana
32d6a2be82 Check if err is nil from saveConfig() before switch type - fixes #427 2015-04-18 16:51:54 -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
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
Harshavardhana
0935573255 Prefix error messages with mc: part of #286 2015-04-16 15:53:33 -07:00
Harshavardhana
36a5d3a05a Now mc config handles and documents config generation - fixes #341 2015-04-12 23:29:10 -07:00
Harshavardhana
5665d28a7c Fix alias handling, fixes #350 2015-04-12 17:56:50 -07:00
Harshavardhana
8b811f6ac9 Update license headers to Modern Copy (C) 2015-04-12 16:00:50 -07:00
Harshavardhana
26b8d6fd62 Fix Auth handling bug - fixes #348, no accesskeyid and secretid as valid case 2015-04-12 15:52:30 -07:00
Frederick F. Kautz IV
c479b3833f s3 put writer now blocks on close 2015-04-12 11:26:05 -07:00
Harshavardhana
a40c08bfae Travis possible build fix 2015-04-11 16:35:29 -07:00
Frederick F. Kautz IV
63a0ab89fe Adding config test 2015-04-11 16:05:32 -07:00
Frederick F. Kautz IV
fa62b85a5a Using switch instead of if statement for path 2015-04-10 23:34:34 -07:00
Harshavardhana
1e8c803478 Remove docs directory, approaching self documentation 2015-04-10 21:09:45 -07:00
Frederick F. Kautz IV
84c5c244b9 Removing fatal side effects from get bash completion config 2015-04-10 17:50:44 -07:00
Frederick F. Kautz IV
37741a292a Updating how config files are retrieved 2015-04-10 14:29:12 -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
Frederick F. Kautz IV
ab2fb8f1c6 Killing an unused function 2015-04-09 20:26:24 -07:00
Frederick F. Kautz IV
a7ffa3aba7 Updating error printing in cmd-config 2015-04-09 20:21:17 -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
6e9fe6dc56 mc client interface now provides typed errors 2015-04-08 22:21:01 -07:00
Harshavardhana
e8baa6c8e9 Add ./mc update command 2015-04-08 21:41:59 -07:00
Harshavardhana
8ea467294f iodine deps now coming in from minio-io/pkg/iodine 2015-04-08 18:19:51 -07:00
Harshavardhana
abd2bd729b Update documentation 2015-04-08 17:02:50 -07:00
Harshavardhana
3eac44879f Now mc on windows uses C:\Users\<Username>\mc as the config directory 2015-04-08 15:14:56 -07:00
Harshavardhana
44d0f86e54 Add coloring outside of iodine, moving iodine messages to log.Debug 2015-04-06 12:50:15 -07:00
Harshavardhana
9e7c367545 Move from mgutz/ansi to fatih/color package on popularity and cleaner API.
This package also supports Windows console coloring.
2015-04-06 12:17:34 -07:00
Frederick F. Kautz IV
8e438a7473 Adding iodine to cmd-config 2015-04-06 12:08:17 -07:00
Anand Babu (AB) Periasamy
02e7e35d7b first step to rewrite copy cmd 2015-04-03 12:56:28 -07:00