Commit graph

983 commits

Author SHA1 Message Date
Frederick F. Kautz IV
d6be8d3517 Removing block size from donut writer, no longer necessary 2015-03-17 14:24:59 -07:00
Harshavardhana
c551757415 Merge pull request #319 from harshavardhana/pr_out_now_minioapi_handles_content_md5_set_during_putobject_ 2015-03-17 13:33:31 -07:00
Harshavardhana
74b3d092f2 Now MinioAPI handles Content-MD5 set during putObject()
- This change also facilitates proper error response
    in case of md5 mismatch or corruption
  - TODO a test function needs to be implemented
2015-03-17 13:32:13 -07:00
Harshavardhana
42006c2ab0 Merge pull request #318 from harshavardhana/pr_out_remove_contenttype_pseudo_func_ 2015-03-17 00:47:46 -07:00
Frederick F. Kautz IV
1dcb8eceb7 Merge pull request #317 from fkautz/pr_out_fixing_order_of_input_and_layout_in_time_parse 2015-03-17 00:47:34 -07:00
Harshavardhana
dccf32e5c4 Remove contenttype pseudo func() 2015-03-17 00:47:22 -07:00
Frederick F. Kautz IV
90b337a3e8 Fixing order of input and layout in time.Parse 2015-03-17 00:47:17 -07:00
Frederick F. Kautz IV
4770f611e0 Merge pull request #316 from fkautz/pr_out_moving_to_more_accurate_rfc3339 2015-03-17 00:46:01 -07:00
Frederick F. Kautz IV
25725c442a Moving to more accurate RFC3339 2015-03-17 00:45:50 -07:00
Frederick F. Kautz IV
639f542ac9 Merge pull request #315 from fkautz/pr_out_moving_from_iso8601_to_rfc3339 2015-03-17 00:42:25 -07:00
Frederick F. Kautz IV
e36fa95f1f Moving from iso8601 to RFC3339 2015-03-17 00:42:08 -07:00
Frederick F. Kautz IV
6070d18217 Merge pull request #314 from fkautz/pr_out_encoded_now_passes_tests_enabling 2015-03-17 00:34:18 -07:00
Frederick F. Kautz IV
598eb5192e Encoded now passes tests, enabling. 2015-03-17 00:33:49 -07:00
Harshavardhana
e5e6e4cfa7 Merge pull request #313 from harshavardhana/pr_out_encoded_storage_type_now_feature_complete 2015-03-16 23:46:26 -07:00
Harshavardhana
6d71935ea5 Encoded storage type now feature complete 2015-03-16 23:42:45 -07:00
Frederick F. Kautz IV
1766b588fb Merge pull request #312 from fkautz/pr_out_list_objects_in_buckets 2015-03-16 20:43:50 -07:00
Frederick F. Kautz IV
34cf6682fe list objects in buckets 2015-03-16 20:43:05 -07:00
Frederick F. Kautz IV
d99435963b Merge pull request #311 from fkautz/pr_out_switching_from_base64_to_hex_for_etag 2015-03-16 18:39:07 -07:00
Frederick F. Kautz IV
1a88b36c55 Switching from base64 to hex for etag 2015-03-16 18:38:42 -07:00
Harshavardhana
81f1d3c195 Merge pull request #310 from harshavardhana/pr_out_make_blocksize_as_constant 2015-03-16 18:20:22 -07:00
Harshavardhana
b495f15178 Make blockSize as constant 2015-03-16 18:20:01 -07:00
Frederick F. Kautz IV
cda13750f7 Merge pull request #309 from fkautz/pr_out_performing_etag_off_of_bytes_rather_than_md5_string 2015-03-16 18:15:44 -07:00
Frederick F. Kautz IV
211b084e50 Performing etag off of bytes rather than md5 string 2015-03-16 18:15:37 -07:00
Frederick F. Kautz IV
a8c8e4d335 Merge pull request #308 from fkautz/pr_out_metadata_now_stores_hex_md5_not_base64_minio_api_now_converts_md5_hex_to_base64 2015-03-16 18:03:46 -07:00
Frederick F. Kautz IV
583c32c774 Metadata now stores hex md5, not base64. Minio API now converts md5 hex to base64. 2015-03-16 18:03:22 -07:00
Frederick F. Kautz IV
ed5051a795 Merge pull request #307 from fkautz/pr_out_better_handling_of_metadata_in_encoded 2015-03-16 17:41:28 -07:00
Frederick F. Kautz IV
10ae089c46 Better handling of metadata in encoded 2015-03-16 17:40:59 -07:00
Harshavardhana
dc1589bb5f Merge pull request #306 from harshavardhana/pr_out_some_necessary_cleanup 2015-03-16 12:06:23 -07:00
Harshavardhana
15f68972a5 Some necessary cleanup
- Rename 'fs' as 'file' for brevity
  - Rename 'inmemory' as 'memory' for brevity
  - Change everywhere else
2015-03-16 11:46:16 -07:00
Harshavardhana
772d3bc3d4 Merge pull request #305 from harshavardhana/pr_out_remove_x509_package_janitor_continuation_monad 2015-03-15 19:45:09 -07:00
Harshavardhana
765fde13f1 Remove x509 package, janitor continuation monad 2015-03-15 19:44:55 -07:00
Harshavardhana
bf04d125fd Merge pull request #304 from harshavardhana/pr_out_move_from_fmt_errorf_to_errors_new 2015-03-15 19:42:23 -07:00
Harshavardhana
596eeb097e Move from fmt.Errorf to errors.New
In many cases fmt.Errorf is good enough, but since
error is an interface, you can use arbitrary data
structures as error values, to allow callers to
inspect the details of the error.
2015-03-15 19:41:16 -07:00
Frederick F. Kautz IV
7936b05451 Merge pull request #303 from fkautz/pr_out_decoding_and_returning_objects_now_works 2015-03-15 19:02:12 -07:00
Frederick F. Kautz IV
a589ddaddf Decoding and returning objects now works 2015-03-15 19:02:00 -07:00
Frederick F. Kautz IV
a737246f92 Merge pull request #302 from fkautz/pr_out_metadata_and_writing_the_object_are_now_both_committed_together 2015-03-15 17:43:21 -07:00
Frederick F. Kautz IV
682bf085c4 Metadata and writing the object are now both committed together. 2015-03-15 17:42:33 -07:00
Frederick F. Kautz IV
3a2419d20f Merge pull request #300 from fkautz/pr_out_adding_create_bucket_to_encoded 2015-03-15 12:28:39 -07:00
Frederick F. Kautz IV
96d0a089b8 Adding create bucket to encoded 2015-03-15 12:28:24 -07:00
Harshavardhana
4744149ec4 Merge pull request #299 from harshavardhana/pr_out_skip_uinimplemented_tests_and_some_cleanup 2015-03-15 01:24:23 -07:00
Harshavardhana
3f95c55067 Skip uinimplemented tests and some cleanup 2015-03-15 01:23:57 -07:00
Frederick F. Kautz IV
6990a64d01 Merge pull request #298 from fkautz/pr_out_working_in_memory_donut_driver 2015-03-15 00:41:14 -07:00
Frederick F. Kautz IV
3e453a394a Working in memory donut driver 2015-03-15 00:41:06 -07:00
Frederick F. Kautz IV
e601d997f3 Merge pull request #297 from fkautz/pr_out_more_testing 2015-03-14 19:30:02 -07:00
Frederick F. Kautz IV
15d5e74837 More testing 2015-03-14 19:29:54 -07:00
Frederick F. Kautz IV
d52ca9a238 Merge pull request #296 from fkautz/pr_out_inmemory_donutbox_is_now_thread_safe 2015-03-14 19:21:44 -07:00
Frederick F. Kautz IV
7e61696901 Inmemory donutbox is now thread safe 2015-03-14 19:21:34 -07:00
Frederick F. Kautz IV
74eb6067f6 Merge pull request #295 from fkautz/pr_out_adding_start_of_inmem_donut 2015-03-14 18:02:43 -07:00
Frederick F. Kautz IV
85da9fc627 Adding start of inmem donut 2015-03-14 18:02:27 -07:00
Frederick F. Kautz IV
b441a27c67 Merge pull request #294 from fkautz/pr_out_renaming_singledisk_to_encoded 2015-03-14 11:39:03 -07:00