Harshavardhana
|
58082cd8dc
|
Add gocyclo into source build, choosing cyclomatic complexity tolerance of 15 and below
|
2015-03-25 15:57:17 -07:00 |
Harshavardhana
|
c366fdd2d8
|
loop only on readers once
|
2015-03-25 14:48:46 -07:00 |
Harshavardhana
|
e1f4ed4650
|
Comment exported functions GetEncodedBlocksLen, GetEncodedBlockLen
|
2015-03-25 13:32:35 -07:00 |
Harshavardhana
|
2cbd15b690
|
Golint fixes
|
2015-03-25 13:25:25 -07:00 |
Harshavardhana
|
d967babbaa
|
Remove unnecessary if <block>
|
2015-03-25 12:58:15 -07:00 |
Frederick F. Kautz IV
|
be229473b5
|
Updating iodine
|
2015-03-25 00:43:48 -07:00 |
Harshavardhana
|
0f8021abd1
|
Fix nil pointer dereference when err is nil
|
2015-03-25 00:37:25 -07:00 |
Frederick F. Kautz IV
|
1be3766ae6
|
Adding iodine annotation to donut.Start(path)
|
2015-03-25 00:27:45 -07:00 |
Frederick F. Kautz IV
|
12a17f1ed7
|
Merge pull request #364 from fkautz/pr_out_using_iodine_in_donut_start_
|
2015-03-25 00:25:41 -07:00 |
Frederick F. Kautz IV
|
d06f5afdfc
|
Using iodine in donut.Start()
|
2015-03-25 00:25:27 -07:00 |
Harshavardhana
|
b3c3a8d6f2
|
Avoid empty if else body..
|
2015-03-25 00:24:41 -07:00 |
Harshavardhana
|
ada98c56c0
|
Fix minio hang in donut driver.
remove sending err to errorChannel until we figure out the right fix.
|
2015-03-25 00:15:36 -07:00 |
Frederick F. Kautz IV
|
1ae74591f6
|
Adding iodine
|
2015-03-24 23:54:49 -07:00 |
Frederick F. Kautz IV
|
dd5ba865ff
|
Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
pkg/drivers/donut/donut.go
pkg/storage/donut/bucket.go
pkg/storage/donut/donut.go
pkg/storage/donut/donut_test.go
pkg/storage/donut/donutdriver.go
|
2015-03-24 21:04:08 -07:00 |
Frederick F. Kautz IV
|
cf2550b267
|
Populate buckets at start
|
2015-03-24 19:58:03 -07:00 |
Harshavardhana
|
653ea50a59
|
Erasure technique is now uint8, handle it appropriately
|
2015-03-24 19:12:52 -07:00 |
Anand Babu (AB) Periasamy
|
fa9b1f341b
|
erasure encode janitor duty
|
2015-03-24 18:47:53 -07:00 |
Harshavardhana
|
6a87ed001c
|
Handle errors properly during erasure Decoding, also populate technique and verify
|
2015-03-24 18:14:13 -07:00 |
Harshavardhana
|
0474439b43
|
Code restructuring, assigning proper subsystems to each
- Drivers contain
* donut/*
* file/*
* memory/*
- Storage format contains
* donut/*
- GetObject() --> renamed to GetObjectReader()
- Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go
Simplifying, and documenting codebase further
|
2015-03-24 06:47:10 -07:00 |
Frederick F. Kautz IV
|
3c4012f1e7
|
Adding donut backend and setting as default
|
2015-03-23 20:07:22 -07:00 |
Harshavardhana
|
7c1c4b8a02
|
Merge pull request #351 from harshavardhana/pr_out_implement_log_package_as_drop_in_replacement_for_handling_debug_log_level
|
2015-03-23 18:55:14 -07:00 |
Harshavardhana
|
914962bd93
|
Implement log package as drop-in replacement for handling Debug log-level
|
2015-03-23 18:18:11 -07:00 |
Frederick F. Kautz IV
|
f91f5e59ee
|
Running gofmt manually, auto gofmt didn't simplify code
|
2015-03-23 12:26:41 -07:00 |
Frederick F. Kautz IV
|
56a298fd6a
|
Refactoring method variable names for erasureWriter struct
|
2015-03-23 12:25:20 -07:00 |
Frederick F. Kautz IV
|
d57e9d6c18
|
Adding sys. as reserved in erasureWriter
|
2015-03-23 11:56:24 -07:00 |
Frederick F. Kautz IV
|
b2f47ef446
|
Switching content hashing from sha512 to md5
|
2015-03-23 11:46:19 -07:00 |
Harshavardhana
|
b8e9834faa
|
Rename parms as --> params for brevity and misc cleanup
|
2015-03-22 20:26:01 -07:00 |
Frederick F. Kautz IV
|
b2c3172095
|
Adding sha512 support for pre-encoded data and verification on decode
|
2015-03-22 20:11:25 -07:00 |
Frederick F. Kautz IV
|
befac7d047
|
Exorcising donutbox
|
2015-03-22 19:55:15 -07:00 |
Frederick F. Kautz IV
|
eb8005cc65
|
Reading correct block size in erasure coded data
|
2015-03-22 18:49:30 -07:00 |
Anand Babu (AB) Periasamy
|
b9b0b35edf
|
removed private k and m and some more cleanups
|
2015-03-22 18:22:09 -07:00 |
Frederick F. Kautz IV
|
293e438830
|
Merge pull request #341 from abperiasamy/janitor
|
2015-03-22 17:34:25 -07:00 |
Anand Babu (AB) Periasamy
|
3a76229551
|
encoded size function is now public + some janitor duty
|
2015-03-22 17:17:53 -07:00 |
Harshavardhana
|
3929135c34
|
Make sure we use O_EXCL with O_CREATE to make sure we don't trip over existing file
|
2015-03-22 15:55:40 -07:00 |
Harshavardhana
|
2fa9320df2
|
De-couple donut into smaller files, useful for ease in external integration
|
2015-03-22 15:43:37 -07:00 |
Frederick F. Kautz IV
|
55f3659bb3
|
Removing log tracers
|
2015-03-22 15:39:50 -07:00 |
Frederick F. Kautz IV
|
03f51eac29
|
Adding list objects to donut
|
2015-03-22 15:33:52 -07:00 |
Harshavardhana
|
4b9fbd3b3a
|
DonutfileWriter should return value of file.Close()
|
2015-03-22 14:51:18 -07:00 |
Frederick F. Kautz IV
|
ced6edc9fe
|
Minor change, removing unnecessary commented method
|
2015-03-22 12:44:45 -07:00 |
Frederick F. Kautz IV
|
99cf484488
|
Adding GetObjectMetadata to donut
|
2015-03-22 12:36:51 -07:00 |
Frederick F. Kautz IV
|
703af6c3ce
|
Removing gob from donut driver
|
2015-03-22 12:17:12 -07:00 |
Harshavardhana
|
95affcb119
|
Fix build issues for new DonutDriver()
|
2015-03-22 02:53:21 -07:00 |
Frederick F. Kautz IV
|
933d44c656
|
New donut driver with local file encoding
|
2015-03-22 00:40:21 -07:00 |
Harshavardhana
|
a8056c4c12
|
Return error during JoinFiles back to the caller for inspection
|
2015-03-20 03:17:08 -07:00 |
Harshavardhana
|
2b0b5f014a
|
Update license header Mini should be Minimalist really
|
2015-03-19 14:35:50 -07:00 |
Harshavardhana
|
c3602967ab
|
Fix bucketpolicy to handle s3 and minio policy names separately.
Also fix an apparent bug in GetBucketPolicy{}
|
2015-03-19 12:22:14 -07:00 |
Harshavardhana
|
6eb5315249
|
Resource list updates
|
2015-03-19 00:47:34 -07:00 |
Harshavardhana
|
a1baed3bbc
|
Refactor to move config handling into api/
|
2015-03-18 22:49:02 -07:00 |
Harshavardhana
|
7ce3ab3193
|
Restructure minio api, move signature checks from utils to Api.
|
2015-03-18 18:16:19 -07:00 |
Frederick F. Kautz IV
|
2c69433588
|
Adding interfaces for donut driver
|
2015-03-18 14:27:10 -07:00 |