Changes to allow datamanager to run indefinitely:
[arvados.git] / services /
2015-02-17 mishazChanges to allow datamanager to run indefinitely:
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-17 Tom CleggMerge branch '4759-timestamp-precision-TC' closes ...
2015-02-17 Tom Clegg4759: Add functional tests for timestamp precision.
2015-02-17 Tom Clegg4759: Ignore args to as_json.
2015-02-16 Radhika ChippadaMerge branch 'master' into 5189-manage-acct-shows-own...
2015-02-16 Tom CleggMerge branch '3410-replication-attrs' closes #3410...
2015-02-16 Tom Clegg3410: Merge branch 'master' into 3410-replication-attrs
2015-02-16 Tom Clegg4759: Use ISO 8601 timestamps with fractional seconds...
2015-02-16 Radhika ChippadaMerge branch 'master' into 5096-wb-collection-name...
2015-02-16 Radhika ChippadaMerge branch 'master' into 5189-manage-acct-shows-own...
2015-02-16 Peter AmstutzMerge branch '5095-fuse-ls-takes-forever' closes #5095
2015-02-16 Peter Amstutz5095: _mtime on collection defaults to 0 instead of...
2015-02-16 Peter Amstutz5095: Set _mtime when the collection object is updated.
2015-02-16 Radhika Chippadacloses #5186
2015-02-16 Radhika Chippada5186: a few more test assertions.
2015-02-16 Tom Clegg3410: Update comments.
2015-02-16 Tom Clegg3410: Fix search index so [old versions of] tests pass...
2015-02-16 Tom Clegg3410: Fix overly sensitive test.
2015-02-15 Radhika Chippada5186: collection properties attribute is a hash
2015-02-15 Tom Clegg3410: Update comments.
2015-02-15 Tom Clegg3410: Rename maybe_clear_redundancy_confirmed to maybe_...
2015-02-14 Tom CleggEnsure result order is predictable, even if client...
2015-02-14 Tom CleggMerge branch '5011-thread-safe-test' refs #5011
2015-02-14 Ward VandewegeMerge branch '5200-anonymous-download'
2015-02-14 Ward VandewegeMerge branch 'master' into 5200-anonymous-download
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 mishazNow fetch Keep Server Status and record it to the log...
2015-02-13 mishazImproved erorr message to make it clear what's a size...
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 mishazFinished adding logging to keep.GetServerContents but...
2015-02-13 mishazran gofmt
2015-02-13 mishazBroke keep.GetServerContents() into smaller functions.
2015-02-13 mishazRemoved channel awareness from keep.GetServerContents().
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 mishazCreated loggerutil to hold common datamanager logger...
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 mishazAdded recording of fatal errors to logger.
2015-02-13 mishazAdded ForceRecord() method to enable writing remaining...
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 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 mishazStarted reading index from keep servers.
2015-02-13 mishazStarted reading response from keep server.
2015-02-13 Tom CleggMerge branch 'master' of git.curoverse.com:arvados...
2015-02-13 Peter Amstutz5095: Record mtime() from group#contents
2015-02-13 Peter Amstutz5095: Don't check update when getting mtime().
2015-02-13 Tom CleggMerge branch '5037-nonocache' closes #5037
2015-02-13 Tom CleggMerge branch '5030-hide-graph-until-data' closes #5030
2015-02-12 Tom Clegg5200: Fix overly sensitive fuse test. (Do not fail...
2015-02-12 Tom Clegg5200: Enable anonymous file view/download.
2015-02-12 Tom CleggMerge branch '4839-worker-state' closes #4839
2015-02-12 Peter AmstutzMerge branch '4904-arv-web' closes #4904
2015-02-12 Peter AmstutzMerge branch 'master' into 4904-arv-web
2015-02-12 Peter Amstutz4904: Remove extraneous ciddir and cidfilepath. Explic...
2015-02-12 Tom Clegg4839: Use node[crunch_worker_state], not node[info...
2015-02-12 Brett SmithNode Manager daemon tests avoid checking monitor.is_ali...
2015-02-11 Tom Clegg3410: Fix munge_manifest_locators!: don't skip locators...
2015-02-11 Tom Clegg3410: Add tests for replication attributes.
2015-02-11 Tom Clegg3410: Add replication attributes (and rules about updat...
2015-02-11 Tom Clegg3410: Add default_collection_replication to config...
2015-02-11 Tom Clegg3410: Rename redundancy -> replication columns.
2015-02-11 Radhika Chippada5185: do not display description at all in Project...
2015-02-11 Radhika Chippada5185: in project data collections tab, show description...
2015-02-11 Peter AmstutzMerge branch 'master' into 4904-arv-web
2015-02-11 Peter Amstutz4904: Detach from Docker container to get cid from...
2015-02-11 Radhika ChippadaMerge branch 'master' into 5110-workbench-full-text...
2015-02-11 Peter Amstutz4904: Refactor arv-web main() into ArvWeb class. Add...
2015-02-11 Radhika ChippadaMerge branch 'master' into 4951-request-vm
2015-02-10 Tom Clegg4958: Merge branch 'master' into 4958-old-browser-alert
2015-02-10 Brett SmithMerge branch '5160-share-with-anonymous-group-wip'
2015-02-10 Brett Smith5160: Make anonymous group fixture match database seed.
2015-02-10 Brett Smith5160: All users have API read permission to anonymous...
2015-02-10 Radhika Chippadarefs #4523 : Add postgres full text search support
2015-02-10 Radhika ChippadaMerge branch 'master' into 5110-workbench-full-text...
2015-02-10 Radhika ChippadaMerge branch 'master' into 4523-full-text-search
2015-02-10 Tom Clegg5037: Remove git tags from SDK version restrictions.
2015-02-10 Tom Clegg5037: Merge branch 'master' into 5037-nonocache
2015-02-10 Radhika ChippadaMerge branch 'master' into 4523-full-text-search
2015-02-10 Radhika ChippadaMerge branch '4523-full-text-search' into 5110-workbenc...
next