closes #5197
[arvados.git] / services / datamanager / collection / collection.go
2015-02-18 Radhika Chippadacloses #5197
2015-02-17 Nancy Ouyangcloses #5243, #5194 Merge branch '5194-quickfix-disambi...
2015-02-17 mishazMerge branch '3408-production-datamanager' refs #3408
2015-02-17 Tom Clegg3408: Merge branch 'master' into 3408-production-datama...
2015-02-13 Tom CleggMerge branch 'master' into 3408-production-datamanager
2015-02-13 mishazUpdated logger to do all work in a dedicated goroutine...
2015-02-13 mishazA bunch of changes, most in response to Peter's review.
2015-02-13 mishazgofmt'd all my source code. No other changes.
2015-02-13 mishazCreated loggerutil to hold common datamanager logger...
2015-02-13 mishazStarted reading collections and keep data in parallel...
2015-02-13 mishazMerge branch 'master' of git.curoverse.com:arvados...
2015-02-13 mishazAdded recording of fatal errors to logger.
2015-02-13 mishazAdded ForceRecord() method to enable writing remaining...
2015-02-13 mishazSwitched batch size to 50. Added logging of batch size.
2015-02-13 mishazAdded memory alloc in use to stats exported to log...
2015-02-13 mishazAdded structure to data manager log entries, grouping...
2015-02-13 mishazAdded ability to turn off logging by passing an empty...
2015-02-13 mishazStarted using Logger in data manager and collections.
2015-02-13 mishazFixed heap profile writing so that we overwrite previou...
2015-02-13 mishazAdded string copying to try to reduce memory usage...
2015-02-13 mishazStarted parsing modification date as a timestamp instea...
2015-02-13 mishazSwitched from strings to BlockDigests to hold block...
2015-02-13 mishazLong overdue checkin of data manager. Current code...
2015-02-13 mishazAdded reporting of disk usage. This is the Collection...
2015-02-13 Tom CleggMerge branch 'master' of git.curoverse.com:arvados...
2014-10-03 mishazSwitched to using structs rather than maps to hold...
2014-10-03 mishazMerge branch 'master' of git.curoverse.com:arvados...
2014-10-03 mishazMoved Keep code to its own package.
2014-10-03 mishazCreated sdk util package and moved helpful methods...
2014-10-03 mishazCreated helper method to deal with iterating through...
2014-10-02 mishazAdded params struct for GetCollections
2014-09-29 mishazMoved manifest package from services/datamanager to...
2014-09-25 mishazResponded to Tim's comments.
2014-09-25 mishazUpdated code in response to Tim's Review.
2014-09-23 mishazCommitting just to get some input on my Go Style.