Merge branch '6264-cwl-runner' closes #6264
[arvados.git] / services / datamanager / datamanager.go
2015-07-22 Peter AmstutzMerge branch '6264-cwl-runner' closes #6264
2015-07-15 bryanMerge branch '5288-arv-copy-documentation' refs #5288
2015-07-15 ManojMerge branch 'master' into 6465-optimize-workbench...
2015-07-14 radhikaMerge branch 'master' into 6219-fuse-performance-testing
2015-07-14 Peter AmstutzMerge branch '6484-fuse-fsync-erofs' closes #6484
2015-07-14 Peter AmstutzMerge branch 'github-3408-production-datamanager' refs...
2015-07-14 Peter AmstutzMerge branch 'master' into github-3408-production-datam...
2015-06-09 mishazMerge branch 'master' into 3408-production-datamanager
2015-06-09 mishazRenamed BlockToReplication BlockToDesiredReplication.
2015-06-02 mishazChanges in response to code review.
2015-05-19 mishazFixed compilation errors after merging master.
2015-05-19 mishazMerge branch 'master' into 3408-production-datamanager
2015-05-19 mishazAdded code for generating pull lists.
2015-04-21 mishazAdded logger util GetOrCreateMap() and started using...
2015-03-17 mishazgofmt cleanup.
2015-02-28 mishazAdded lots of unit tests.
2015-02-23 mishazFixed bug where I wasn't copied saved data.
2015-02-23 Peter AmstutzMerge branch '4520-arv-copy-project-uuid' closes #4520
2015-02-23 mishazAdded flags to write network data and then read it...
2015-02-23 mishazAdded BlockToReplication field to collection.ReadCollec...
2015-02-21 Phil HodgsonMerge branch 'master' into 4232-slow-pipes-n-jobs
2015-02-19 Peter AmstutzMerge branch 'master' into 4823-python-sdk-writable...
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 mishazMerge branch 'master' into 3408-production-datamanager...
2015-02-17 mishazChanges to allow datamanager to run indefinitely:
2015-02-17 mishazMerge branch '3408-production-datamanager' refs #3408
2015-02-17 mishazMore changes in response to Peter's review.
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 mishazAdded different event types for started, partially...
2015-02-13 mishazMoved some logging code from datamananager to loggerutil.
2015-02-13 mishazUpdated logger to do all work in a dedicated goroutine...
2015-02-13 mishazRenamed timestamp fields to begin with "time_"
2015-02-13 mishazA bunch of changes, most in response to Peter's review.
2015-02-13 mishazAdded comment, ran gofmt.
2015-02-13 mishazAdded Logger.MutateLog() on Tom's suggestion. Tried...
2015-02-13 mishazgofmt'd all my source code. No other changes.
2015-02-13 mishazStarted logging in keep.go. More work to be done.
2015-02-13 mishazMoved some logic from datamanager.go to keep.go.
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 mishazSwitched Logger edit hooks to write hooks so they'll...
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 mishazStarted focusing on Keep Server responses again. Switch...
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-14 mishazAdded flags to read data manager token from a file.
2014-10-10 mishazDeleted unused type.
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 mishazAdded some code to deal with keep disks.
2014-10-02 mishazAdded params struct for GetCollections
2014-09-23 mishazCommitting just to get some input on my Go Style.