projects
/
arvados.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge pull request #2 from wtsi-hgi/feature/arv-view
[arvados.git]
/
services
/
datamanager
/
collection
/
2015-09-04
Joshua C. Randall
Merge pull request #2 from wtsi-hgi/feature/arv-view
tree
|
commitdiff
2015-07-31
Tom Clegg
Merge branch 'git-commit-debug' of https://github.com...
tree
|
commitdiff
2015-07-31
Tom Clegg
Merge branch 'crunch-dispatch-docker-bin-env' of https...
tree
|
commitdiff
2015-07-22
Peter Amstutz
Merge branch '6264-cwl-runner' closes #6264
tree
|
commitdiff
2015-07-15
bryan
Merge branch '5288-arv-copy-documentation' refs #5288
tree
|
commitdiff
2015-07-15
Manoj
Merge branch 'master' into 6465-optimize-workbench...
tree
|
commitdiff
2015-07-14
radhika
Merge branch 'master' into 6219-fuse-performance-testing
tree
|
commitdiff
2015-07-14
Peter Amstutz
Merge branch '6484-fuse-fsync-erofs' closes #6484
tree
|
commitdiff
2015-07-14
Peter Amstutz
Merge branch 'github-3408-production-datamanager' refs...
tree
|
commitdiff
2015-07-14
Peter Amstutz
Merge branch 'master' into github-3408-production-datam...
tree
|
commitdiff
2015-06-16
mishaz
Now reading default replication level from api server.
tree
|
commitdiff
2015-06-09
mishaz
Merge branch 'master' into 3408-production-datamanager
tree
|
commitdiff
2015-06-09
mishaz
Renamed BlockToReplication BlockToDesiredReplication.
tree
|
commitdiff
2015-06-04
mishaz
Added size to block locators, touching most of the...
tree
|
commitdiff
2015-06-02
mishaz
Changes in response to code review.
tree
|
commitdiff
2015-05-19
mishaz
Merge branch 'master' into 3408-production-datamanager
tree
|
commitdiff
2015-05-12
mishaz
Removed a comment that was accidentally copied in.
tree
|
commitdiff
2015-05-12
mishaz
Switched collection_test.go to use the excellent gochec...
tree
|
commitdiff
2015-04-28
mishaz
Started logging memory reserved in addition to memory...
tree
|
commitdiff
2015-04-21
mishaz
Added logger util GetOrCreateMap() and started using...
tree
|
commitdiff
2015-03-23
Joshua C. Randall
Merge pull request #1 from curoverse/master
tree
|
commitdiff
2015-03-16
mishaz
Added a couple helper methods to remove boilerplate...
tree
|
commitdiff
2015-02-28
mishaz
Added lots of unit tests.
tree
|
commitdiff
2015-02-23
mishaz
Added block to collection index map. Started using...
tree
|
commitdiff
2015-02-23
mishaz
Fixed bug where I wasn't copied saved data.
tree
|
commitdiff
2015-02-23
Peter Amstutz
Merge branch '4520-arv-copy-project-uuid' closes #4520
tree
|
commitdiff
2015-02-23
mishaz
Added BlockToReplication field to collection.ReadCollec...
tree
|
commitdiff
2015-02-21
Phil Hodgson
Merge branch 'master' into 4232-slow-pipes-n-jobs
tree
|
commitdiff
2015-02-19
Peter Amstutz
Merge branch 'master' into 4823-python-sdk-writable...
tree
|
commitdiff
2015-02-18
Radhika Chippada
closes #5197
tree
|
commitdiff
2015-02-17
Nancy Ouyang
closes #5243, #5194 Merge branch '5194-quickfix-disambi...
tree
|
commitdiff
2015-02-17
mishaz
Merge branch '3408-production-datamanager' refs #3408
tree
|
commitdiff
2015-02-17
Tom Clegg
3408: Merge branch 'master' into 3408-production-datama...
tree
|
commitdiff
2015-02-13
Tom Clegg
Merge branch 'master' into 3408-production-datamanager
tree
|
commitdiff
2015-02-13
mishaz
Updated logger to do all work in a dedicated goroutine...
tree
|
commitdiff
2015-02-13
mishaz
A bunch of changes, most in response to Peter's review.
tree
|
commitdiff
2015-02-13
mishaz
gofmt'd all my source code. No other changes.
tree
|
commitdiff
2015-02-13
mishaz
Created loggerutil to hold common datamanager logger...
tree
|
commitdiff
2015-02-13
mishaz
Started reading collections and keep data in parallel...
tree
|
commitdiff
2015-02-13
mishaz
Merge branch 'master' of git.curoverse.com:arvados...
tree
|
commitdiff
2015-02-13
mishaz
Added recording of fatal errors to logger.
tree
|
commitdiff
2015-02-13
mishaz
Added ForceRecord() method to enable writing remaining...
tree
|
commitdiff
2015-02-13
mishaz
Switched batch size to 50. Added logging of batch size.
tree
|
commitdiff
2015-02-13
mishaz
Added memory alloc in use to stats exported to log...
tree
|
commitdiff
2015-02-13
mishaz
Added structure to data manager log entries, grouping...
tree
|
commitdiff
2015-02-13
mishaz
Added ability to turn off logging by passing an empty...
tree
|
commitdiff
2015-02-13
mishaz
Started using Logger in data manager and collections.
tree
|
commitdiff
2015-02-13
mishaz
Fixed heap profile writing so that we overwrite previou...
tree
|
commitdiff
2015-02-13
mishaz
Added string copying to try to reduce memory usage...
tree
|
commitdiff
2015-02-13
mishaz
Started parsing modification date as a timestamp instea...
tree
|
commitdiff
2015-02-13
mishaz
Switched from strings to BlockDigests to hold block...
tree
|
commitdiff
2015-02-13
mishaz
Long overdue checkin of data manager. Current code...
tree
|
commitdiff
2015-02-13
mishaz
Added reporting of disk usage. This is the Collection...
tree
|
commitdiff
2015-02-13
Tom Clegg
Merge branch 'master' of git.curoverse.com:arvados...
tree
|
commitdiff
2014-10-03
mishaz
Switched to using structs rather than maps to hold...
tree
|
commitdiff
2014-10-03
mishaz
Merge branch 'master' of git.curoverse.com:arvados...
tree
|
commitdiff
2014-10-03
mishaz
Moved Keep code to its own package.
tree
|
commitdiff
2014-10-03
mishaz
Created sdk util package and moved helpful methods...
tree
|
commitdiff
2014-10-03
mishaz
Created helper method to deal with iterating through...
tree
|
commitdiff
2014-10-02
mishaz
Added params struct for GetCollections
tree
|
commitdiff
2014-09-29
mishaz
Moved manifest package from services/datamanager to...
tree
|
commitdiff
2014-09-25
mishaz
Responded to Tim's comments.
tree
|
commitdiff
2014-09-25
mishaz
Updated code in response to Tim's Review.
tree
|
commitdiff
2014-09-23
mishaz
Committing just to get some input on my Go Style.
tree
|
commitdiff