Harshavardhana
|
767f4d1d8f
|
Let donut driver use log.Errorln wrapper
|
2015-03-28 12:43:26 -07:00 |
Frederick F. Kautz IV
|
96e26335e2
|
Adding tests and a fix for get object where bucket is not found
|
2015-03-27 23:23:22 -07:00 |
Frederick F. Kautz IV
|
53439d7768
|
Updating iodine to match new api
|
2015-03-26 15:55:06 -07:00 |
Frederick F. Kautz IV
|
40e311a919
|
Updating iodine to support new iodine.Error(error, map[string]string) error method
|
2015-03-25 19:12:55 -07:00 |
Harshavardhana
|
58082cd8dc
|
Add gocyclo into source build, choosing cyclomatic complexity tolerance of 15 and below
|
2015-03-25 15:57:17 -07:00 |
Harshavardhana
|
d967babbaa
|
Remove unnecessary if <block>
|
2015-03-25 12:58:15 -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
|
d06f5afdfc
|
Using iodine in donut.Start()
|
2015-03-25 00:25:27 -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
|
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 |
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 |