Commit graph

648 commits

Author SHA1 Message Date
Harshavardhana f7a06a5d1e Some more cleanup 2015-02-18 12:15:33 -08:00
Frederick F. Kautz IV 784ab9a551 Merge pull request #175 from fkautz/pr_out_adding_header_version 2015-02-18 10:21:40 -08:00
Frederick F. Kautz IV 05ac09bf69 Adding header version 2015-02-18 10:21:02 -08:00
Harshavardhana c212ae18bc Merge pull request #174 from harshavardhana/pr_out_no_need_to_check_pip_fixes_172 2015-02-18 01:24:10 -08:00
Harshavardhana 2a5183ff8a No need to check pip fixes #172 2015-02-18 01:23:07 -08:00
Harshavardhana d8e0be7575 Merge pull request #173 from harshavardhana/pr_out_make_channels_more_aware_of_errors_and_shutdown_on_error_some_cleanup 2015-02-18 00:24:35 -08:00
Harshavardhana a3e5121f7b Make channels more aware of errors and shutdown on error - some cleanup 2015-02-18 00:24:19 -08:00
Harshavardhana 4bdbfe47a2 Merge pull request #171 from harshavardhana/pr_out_expose_policy_code_for_api_router_usage 2015-02-17 19:06:14 -08:00
Harshavardhana cf6d03b907 Expose policy code, for api router usage 2015-02-17 19:06:01 -08:00
Harshavardhana 5235badec9 Merge pull request #169 from harshavardhana/pr_out_add_policy_validation_code_more_rigorous 2015-02-17 18:10:00 -08:00
Harshavardhana 650b3bac9b Merge pull request #168 from vadmeste/fix_devscripts_headers 2015-02-17 18:09:51 -08:00
Frederick F. Kautz IV 2af664eeaf Merge pull request #170 from fkautz/pr_out_adding_scaffolding_for_writing_donut 2015-02-17 17:51:54 -08:00
Frederick F. Kautz IV fe9a5c14a0 Adding scaffolding for writing donut 2015-02-17 17:47:10 -08:00
Harshavardhana 980d229272 Add policy validation code more rigorous 2015-02-17 13:23:16 -08:00
Anis Elleuch 04075b15c9 Fix Shebang position
Add licence to setup_development_environment.sh
2015-02-17 19:17:31 +01:00
Harshavardhana 7882c8c746 Merge pull request #167 from harshavardhana/pr_out_add_new_error_response 2015-02-16 20:44:41 -08:00
Harshavardhana 2696d2f4e7 Add new error response 2015-02-16 20:44:25 -08:00
Harshavardhana 45866ff3a7 Merge pull request #166 from harshavardhana/pr_out_skip_policy_files 2015-02-16 18:37:18 -08:00
Harshavardhana f04beab7c2 Skip policy files 2015-02-16 18:37:09 -08:00
Harshavardhana 47a5dd7e72 Merge pull request #165 from vadmeste/more_check_for_call_results 2015-02-16 18:30:28 -08:00
Harshavardhana 4ce180bb72 Merge pull request #164 from harshavardhana/pr_out_implement_bucket_policy_handler 2015-02-16 18:28:48 -08:00
Harshavardhana eeae64935e Implement bucket policy handler and with galore of cleanup 2015-02-16 18:20:40 -08:00
Anis Elleuch dc551e6c2e Check function return values for downloading operations
Fix two regressions after changing the behavior of check_version
call function returns the status code of the first part of the pipe command
Fix indentation
Add more error msgs when git fails
MINIO_DEV takes the directory path where the env.sh is found
2015-02-16 22:29:49 +01:00
Harshavardhana 7d8c34e055 Merge pull request #163 from harshavardhana/pr_out_add_osx_deps_check_and_development_environment 2015-02-15 15:20:34 -08:00
Harshavardhana 574ee2a271 Add osx deps check and development environment 2015-02-15 14:48:11 -08:00
Harshavardhana 6af37d5ca1 Merge pull request #162 from vadmeste/installer_script_enhancements 2015-02-15 14:19:37 -08:00
Anis Elleuch f95b954b9a Add INT signal handler to accelerate quitting when asked by the user
Print the required version of the missing packages
Check the status code of curl download and abort when failed
2015-02-15 23:05:10 +01:00
Harshavardhana be9f59c555 Merge pull request #161 from harshavardhana/pr_out_add_license_and_fix_development_scripts 2015-02-15 02:01:35 -08:00
Harshavardhana ba3e2d41f7 Add license and fix development scripts 2015-02-15 01:59:48 -08:00
Harshavardhana 78755aa1e0 Merge pull request #160 from harshavardhana/pr_out_move_to_devscripts_to_avoid_top_level_dir_clutter 2015-02-14 17:29:38 -08:00
Harshavardhana 0d91e7d540 Move to devscripts to avoid top level dir clutter 2015-02-14 17:28:55 -08:00
Harshavardhana 5a2616ca47 Merge pull request #159 from harshavardhana/pr_out_further_changes_to_minio_dev_script 2015-02-14 17:23:09 -08:00
Harshavardhana 6b85cb1168 Further changes to minio dev script 2015-02-14 17:21:29 -08:00
Harshavardhana 58dcd5751e Merge pull request #156 from vadmeste/add_minio_env_installer 2015-02-14 17:12:15 -08:00
Anis Elleuch 6e30ccd612 * Add a development environnment installer for minio project with an automatic dependency installation
* Install minio in /home/vadmeste/minio-dev by default
* Check for host architecutre before installing
* Check the minio dev directory before start
* env.sh is always in the root of minio-dev directory, use base dirname instead of hardcoded path
* Explain why we use main function in the script
* env.sh should not mess with GOROOT variable if already defined
* Force the user to set GOROOT var if golang is already installed
* Prettify the script output
* Hide pushd/popd output
2015-02-14 22:06:29 +01:00
Harshavardhana 685077eaa5 Merge pull request #158 from harshavardhana/pr_out_there_is_no_golang_version_1_4_0 2015-02-13 19:10:25 -08:00
Harshavardhana cce10456d5 There is no golang version 1.4.0 2015-02-13 19:10:15 -08:00
Harshavardhana be1b50247a Merge pull request #157 from harshavardhana/pr_out_reorg_docs_and_cleanup 2015-02-13 19:07:06 -08:00
Harshavardhana f07ccb035d Reorg docs and cleanup 2015-02-13 19:06:47 -08:00
Harshavardhana a527251865 Merge pull request #155 from harshavardhana/pr_out_update_docs 2015-02-13 15:26:48 -08:00
Harshavardhana bd56b6e571 Update docs 2015-02-13 15:26:26 -08:00
Harshavardhana 16c520639f Merge pull request #154 from harshavardhana/pr_out_write_error_responses_documentation 2015-02-13 15:21:16 -08:00
Harshavardhana 5a0a700a45 Write Error Responses documentation 2015-02-13 15:20:58 -08:00
Harshavardhana 08c6717f88 Merge pull request #153 from vadmeste/check_for_golang_version 2015-02-13 02:59:16 -08:00
Anis Elleuch 262d8cc23a Check if the installed golang version is greater than 1.4.0 2015-02-13 10:09:15 +01:00
Anis Elleuch 2ef1df016b Add a generic version checker function 2015-02-13 10:08:52 +01:00
Harshavardhana e0b9a2f9ef Merge pull request #152 from harshavardhana/pr_out_reply_in_xml_from_validate_and_ignore_handlers 2015-02-11 22:00:53 -08:00
Harshavardhana 966cdd4f05 Reply in xml from validate and ignore handlers 2015-02-11 22:00:45 -08:00
Harshavardhana 8a562ebbef Merge pull request #151 from harshavardhana/pr_out_implement_s3_style_errorcodes_and_response 2015-02-11 21:28:22 -08:00
Harshavardhana ac4f07906c Implement S3 Style ErrorCodes and Response
This patchset also brings in lot of cleanup in terms of minioapi codebase
2015-02-11 21:27:28 -08:00