1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Harshavardhana
a12c507bec Update minio-go to v6.0.29 (#2799) 2019-06-15 10:12:32 -07:00
ebozduman
83a9d8b91d Adds missing codebase MinIO and min.io changes (#2745) 2019-04-16 22:31:54 -07:00
Harshavardhana
ba92305de0 Migrate to go1.12, deprecate vendor directory (#2727) 2019-03-27 10:08:19 -07:00
Ashish Kumar Sinha
1761b338f9 OlderThan & NewerThan configured for Days, Hours and Minutes (#2614)
Previously OlderThan and NewerThan was configured for day
which has been changed to Days, Hours and minutes.

Also, changed the `flag` in `find` command to be `newer-than` and `older-than` to be consistent with other commands.
2019-03-03 20:18:34 -08:00
ebozduman
83bb797389 Adds stderr and returns exit status of the cmd executed (#2361)
Fixes #2351
2018-01-23 13:17:47 +05:30
Harshavardhana
7ad9a36b9d Add find basic functional test (#2284) 2017-10-13 13:51:12 +05:30
Harshavardhana
c10b429dcb Refactor and fix find bugs (#2273)
- Watch now avoids an unnecessary waitgroup and simplifies overall flow.
- Watch now honors maxDepth parameter as well.
- Parsing logic is fully outside in the mainFind() function.
- Enhance and fix behavior of nameMatch to comply with unix
  find behavior.
- Enhance and fix behavior of maxdepth to comply with unix
  find behavior.

Fixes #2272
2017-10-09 19:44:58 -07:00
Harshavardhana
25254c7622 refactor find command to be simpler (#2264) 2017-10-05 15:29:54 -07:00
Carter McClellan
49ef42d36a Implement mc find (#2201) 2017-09-05 15:44:10 -07:00