Harshavardhana
|
85e547d854
|
Parse response headers in tests
|
10 years ago |
Frederick F. Kautz IV
|
818b6d2e33
|
Minor cleanup of memory get partial object
|
10 years ago |
Frederick F. Kautz IV
|
0c5ed6f3ba
|
Add partial object support to donut driver
|
10 years ago |
Harshavardhana
|
a56098b8c9
|
Make sure in API we handle all error type exclusively, and return certain values exclusively
|
10 years ago |
Frederick F. Kautz IV
|
959d90fcf7
|
Adding test for partial objects
|
10 years ago |
Frederick F. Kautz IV
|
b165efdfcb
|
Refactoring pkg/utils/log, copying from golang's log and modifying
|
10 years ago |
Harshavardhana
|
767f4d1d8f
|
Let donut driver use log.Errorln wrapper
|
10 years ago |
Frederick F. Kautz IV
|
96e26335e2
|
Adding tests and a fix for get object where bucket is not found
|
10 years ago |
Frederick F. Kautz IV
|
53439d7768
|
Updating iodine to match new api
|
10 years ago |
Frederick F. Kautz IV
|
40e311a919
|
Updating iodine to support new iodine.Error(error, map[string]string) error method
|
10 years ago |
Harshavardhana
|
58082cd8dc
|
Add gocyclo into source build, choosing cyclomatic complexity tolerance of 15 and below
|
10 years ago |
Harshavardhana
|
d967babbaa
|
Remove unnecessary if <block>
|
10 years ago |
Harshavardhana
|
0f8021abd1
|
Fix nil pointer dereference when err is nil
|
10 years ago |
Frederick F. Kautz IV
|
1be3766ae6
|
Adding iodine annotation to donut.Start(path)
|
10 years ago |
Frederick F. Kautz IV
|
d06f5afdfc
|
Using iodine in donut.Start()
|
10 years ago |
Harshavardhana
|
ada98c56c0
|
Fix minio hang in donut driver.
remove sending err to errorChannel until we figure out the right fix.
|
10 years ago |
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
|
10 years ago |