arvados.git
2015-05-12 mishazSwitched collection_test.go to use the excellent gochec...
2015-04-28 mishazStarted logging memory reserved in addition to memory...
2015-04-21 mishazAdded logger util GetOrCreateMap() and started using...
2015-03-17 mishazgofmt cleanup.
2015-03-16 mishazAdded a couple helper methods to remove boilerplate...
2015-03-16 mishazAdded some tests.
2015-03-16 mishazCleaned up test.
2015-03-16 mishazFixed bug in BlockSet.ToCollectionIndexSet.
2015-02-28 mishazAdded lots of unit tests.
2015-02-23 mishazAdded block to collection index map. Started using...
2015-02-23 mishazFixed bug where I wasn't copied saved data.
2015-02-23 mishazAdded flags to write network data and then read it...
2015-02-23 mishazAdded BlockToReplication field to collection.ReadCollec...
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 Nancy Ouyangrefs #5090 Merge branch '5090-doc-to-homepage'
2015-02-17 Tom Clegg3408: Merge branch 'master' into 3408-production-datama...
2015-02-17 Nancy Ouyangrefs #4926 Merge branch '4926-rename-share.png'
2015-02-17 Tom CleggMerge branch '4759-timestamp-precision-TC' closes ...
2015-02-17 Radhika Chippadacloses #5220
2015-02-17 Nancy Ouyang4926: renamed share.png to sharing.png due to adblock...
2015-02-17 Ward Vandewege5220: whitespace cleanup.
2015-02-17 Tom Clegg4759: Add functional tests for timestamp precision.
2015-02-17 Tom Clegg4759: Add test for inequality filters.
2015-02-17 Tom Clegg4759: Ignore args to as_json.
2015-02-16 Radhika Chippada5220: do not show "Sharing and permissions" box when...
2015-02-16 Radhika Chippadacloses #5189
2015-02-16 Radhika Chippada5189: a little cleanup
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 Ward VandewegeFix typo in COPYING.
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 Chippadarefs #5096
2015-02-16 Radhika ChippadaMerge branch 'master' into 5096-wb-collection-name...
2015-02-16 Radhika Chippada5096: more efficient update method override.
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 Radhika Chippada5189: include owned repositories in the list of reposit...
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 Radhika Chippada5096: if only collection name or description is being...
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 Nancy OuyangMinor fixes, see #5090
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 mishazRenamed BlockDigest's ToString() to String() to impleme...
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 mishazAdded support for MinimumWriteInterval.
2015-02-13 mishazFixed bugs in logger, changed interface some, added...
2015-02-13 mishazAdded logger to write log messages that grow over time...
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 mishazChanges to manifest that I forgot to add to previous...
2015-02-13 mishazAdded blockdigest class to store digests more efficient...
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.
next