46 Commits (6f4862659f7f86e1637fe579343bc878f499d9bf)

Author SHA1 Message Date
Bala FA 3dfe254a11 gateway: make each backend as subcommands. (#4506) 7 years ago
Bala FA 7ebf11b202 words: new package Damerau Levenshtein distance function. (#3929) 7 years ago
Krishna Srinivas cea4cfa3a8 Implement S3 Gateway to third party cloud storage providers. (#3756) 7 years ago
Bala FA bff4d29415 Remove commands and commandsTree global variables. (#3855) 7 years ago
Bala FA 98d17d2a97 Remove globalQuiet and globalConfigDir global variables (#3830) 7 years ago
Anis Elleuch 9b3c014bab config: Add browser parameter (#3807) 7 years ago
Harshavardhana 9eb8e375c5 cli: Make sure to add --help flag for subcommands. (#3773) 7 years ago
Anis Elleuch 54a18592e9 flags: Fix --version output (#3772) 7 years ago
Harshavardhana 611bd68739 cli: Add new features from CLI. 7 years ago
Harshavardhana 25eeb88a8f cli: Bring upstream changes to minio server. 7 years ago
Harshavardhana 13c3b9cbcb main/cli: Don't print hidden flags/commands in help template. (#3748) 7 years ago
Bala FA 602dac8773 mainUpdate: refactor to handle quiet flag properly (#3744) 7 years ago
Bala FA 440866d26c Move go version check into main() (#3734) 8 years ago
Bala FA 8912b6bf3b trie: new package (#3729) 8 years ago
Harshavardhana 31dff87903 Honor envs properly for access and secret key. (#3703) 8 years ago
Harshavardhana 85f2b74cfd jwt: Cache the bcrypt password hash. (#3526) 8 years ago
Anis Elleuch 8e49a3d047 Simplify running cmd.Main() for external tests (#3636) 8 years ago
Anis Elleuch f803bb4b3d admin: Add service Set Credentials API (#3580) 8 years ago
Harshavardhana f8a3b1e164 Fix a bug in previous patch. 8 years ago
Harshavardhana bf2b8879b7 config: Allow non-standard config dir to be configured with SSL. (#3583) 8 years ago
Harshavardhana 08b6cfb082 ssl: Set a global boolean to enable SSL across Minio (#3558) 8 years ago
Bala FA e8ce3b64ed Generate and use access/secret keys properly (#3498) 8 years ago
Anis Elleuch 01f625824a args: Honor config-dir & quiet wherever they are (#3356) 8 years ago
Anis Elleuch fd1f09a66c log: Enable loggers just after configuration load (#3348) 8 years ago
Harshavardhana dd74e5a809 Revert "init: Honor config-dir flag when it is passed as global or local flag (#3337)" 8 years ago
Anis Elleuch e2ef95af7d init: Honor config-dir flag when it is passed as global or local flag (#3337) 8 years ago
Harshavardhana 2c3a2241e7 update: Change update notifier for new style banner. (#3289) 8 years ago
Aditya Manthramurthy e216201901 Remove control command from minio binary (Fixes #3264) (#3265) 8 years ago
Harshavardhana 716316f711 Reduce number of envs and options from command line. (#3230) 8 years ago
Harshavardhana 2f373684f5 Fix the server startup messages and help text. (#3211) 8 years ago
Harshavardhana d9674f7524 Improve coverage of web-handlers.go (#3157) 8 years ago
Krishna Srinivas 0b3282ac9f Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127) 8 years ago
Anis Elleuch a15dc5fed5 Print message when creating the config file (#3089) 8 years ago
Anis Elleuch c21ac80268 Validate access/secret keys found in the config file and enhance invalid keys messages (#3017) 8 years ago
Anis Elleuch 2005d656e6 Properly load creds from env and save them when server cmd is executed (#2970) 8 years ago
Harshavardhana 55f6828750 Do not print update message unless there is an update. (#2919) 8 years ago
Harshavardhana fdaa129a5b Fix dockerfile container image. (#2892) 8 years ago
Aditya Manthramurthy 8ea571c7f7 Remove MINIO_DEBUG environment variable (#2794) 8 years ago
Anis Elleuch e66fb4bd7b configMigrate() returns errors + tests (#2735) 8 years ago
Krishna Srinivas 81d8263ae2 binary-update: Do not fetch update info for minio binary compiled from source. 8 years ago
Anis Elleuch 3e284162d7 Add global flags to all commands and subcommands (#2605) 8 years ago
Krishna Srinivas 9358ee011b logging: Print stack trace in case of errors. 8 years ago
Karthic Rao 07d232c7b4 instrumentation: instrumentation for locks. (#2584) 8 years ago
Harshavardhana 7398d737b5 profiler: Fix it properly and generate/save profiles even failure situations. (#2607) 8 years ago
Harshavardhana 511a8cbe04 profiler: Fix how we generate profiles. (#2596) 8 years ago
Harshavardhana bccf549463 server: Move all the top level files into cmd folder. (#2490) 8 years ago
Krishna Srinivas e2498edb45 contoller: Implement controlled healing and trigger (#2381) 8 years ago
Anis Elleuch 5526ac13d2 Protect shutdown callbacks lists with a mutex (#2432) 8 years ago
Harshavardhana 0188cd0b84 utils: Take monitorShutdownSignal to take an exitFunc which would executed upon error. (#2378) 8 years ago
Anis Elleuch d28fb5fe23 Add a generic registerShutdown function for graceful exit (#2344) 8 years ago