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 |