arvados.git
2014-10-22 radhika4228: add test for combining files from a collection...
2014-10-22 radhika4228: fix arv_normalize input when a file in a subdir...
2014-10-22 radhika4228: fix arv_normalize input when a file in a subdir...
2014-10-22 radhikacloses #4227
2014-10-22 radhikaMerge branch 'master' into 4227-date-display
2014-10-22 radhikarefs #4091 - comment out the test that is failing inter...
2014-10-22 Brett Smith4139: Fix race condition in Node Manager tests.
2014-10-22 Tom CleggReport "swap" memory statistic if kernel provides it...
2014-10-22 radhika4227: much simplified date display test
2014-10-22 radhikaMerge branch 'master' into 4227-date-display
2014-10-22 Tom CleggMerge branch '3826-crunchstat-netstats' closes #3826
2014-10-22 Tom Clegg3826: Merge branch 'master' into 3826-crunchstat-netstats
2014-10-22 Brett SmithMerge branch '4139-node-manager-race-fix-wip'
2014-10-22 Brett Smith4139: Node Manager more closely tracks nodes it boots.
2014-10-22 Brett Smith4139: Node Manager supports subscribing to shutdown...
2014-10-21 Tom CleggMerge branch '4266-log-performance' refs #4266
2014-10-21 Tom Clegg4266: Merge branch 'master' into 4266-log-performance
2014-10-21 Tom Clegg4266: Add word missing from comment.
2014-10-21 Tom Clegg4266: Use each_line as enumerator instead of building...
2014-10-21 Tom Clegg4266: Add missing "next" statement, oops.
2014-10-21 radhika4227: update fixtures to use bigger finish times
2014-10-21 radhikaMerge branch 'master' of git.curoverse.com:arvados...
2014-10-21 Brett SmithMerge branch '4139-node-manager-polling-logging-wip'
2014-10-21 Brett Smith4139: Improve scheduling of Node Manager polls.
2014-10-21 Brett Smith4139: Improve logging in Node Manager poll actors.
2014-10-21 Brett Smith4139: Node Manager callback actor avoids redundant...
2014-10-21 radhika4227: some more test and fixture updates.
2014-10-21 Tom Clegg4266: Tweak long-line handling.
2014-10-21 Tom Clegg4266: Fix OOM when stderr has a lot of data with no...
2014-10-21 radhika4227: minor test upadtes
2014-10-21 Tom Clegg4266: Clean up streambuf.split(newline) loop.
2014-10-21 radhikaMerge branch 'master' into 4227-date-display
2014-10-21 radhikacloses #4054
2014-10-21 radhika4091: the test with 200 jobs and 10 pipelines is failin...
2014-10-21 radhikaMerge branch 'master' into 4054-sharing-email
2014-10-21 radhika4227: AM / PM indicator fix
2014-10-21 Ward VandewegeArvados python SDK: do not blow up when HOME is not...
2014-10-20 Tom Clegg4266: Fix log processing performance.
2014-10-20 Peter AmstutzMerge branch '3787-docker-docs' closes #3787
2014-10-20 Peter Amstutz3787: docker group -> @docker@ group for consistency
2014-10-20 Peter Amstutz3787: Add note about needing to be in docker group...
2014-10-20 Peter Amstutz3787: Update title, grammar, add "Share Docker images...
2014-10-20 radhikaMerge branch 'master' into 4054-sharing-email
2014-10-20 Tom Clegg3826: Merge branch 'master' into 3826-crunchstat-netstats
2014-10-20 Tom Clegg3826: Fix confusing reuse of variable name.
2014-10-20 Tom Clegg3826: Use strconv instead of scanner + sscanf.
2014-10-20 Tom Clegg3826: Use global logChan. Use ioutil.ReadFile.
2014-10-20 Tom Clegg3826: Clean up slice initialization.
2014-10-20 radhikacloses #4062
2014-10-20 Tom Clegg4062: Do not clobber next_page_url filters with local...
2014-10-20 Tom Clegg4062: Merge branch 'master' into 4062-infinite-scroll...
2014-10-18 radhika4054: minor test update
2014-10-18 radhikaMerge branch 'master' into 4054-sharing-email
2014-10-17 radhika4054: show email address in sharing tab and update...
2014-10-17 Peter AmstutzMerge branch '3698-invalid-output-of' closes #3698
2014-10-17 Ward VandewegeMake sure to use httpclient 2.5.0 or higher for Workben...
2014-10-17 Peter Amstutz3698: Fix: components keys are symbols, not strings...
2014-10-17 Peter Amstutz3698: Add check that output_of refers to an actual...
2014-10-17 Peter Amstutz4083: Searched for everything using strptime and added...
2014-10-17 Tom CleggMerge branch '4229-close-files' closes #4229
2014-10-17 Nancy Ouyangadded by_id subdirectory notes and arvados#collection
2014-10-17 Brett Smith4239: Update Python SDK for google-api-python-client...
2014-10-17 Brett Smith4189: Diagnostics suite doesn't try to clear Rails...
2014-10-17 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-17 radhika4062: Do not include offset in the next_page_href when...
2014-10-16 Brett SmithMerge branch '4189-workbench-project-admin-attr-editing...
2014-10-16 Brett Smith4189: Workbench lets users with write permission rename...
2014-10-16 Brett Smith4189: Workbench tests clear more state during teardown.
2014-10-16 Brett Smith4189: Document the API server's writable_by field.
2014-10-16 Tom Clegg4189: Add writable_by to User API response, so writable...
2014-10-16 Tom Clegg4189: Admit in writable_by that an object is writable...
2014-10-16 Tom Clegg4189: Look up owner's writable_by when API did not...
2014-10-16 radhika4062: test updates
2014-10-16 Tom Clegg3826: Reverse fields in "stat not found" warning.
2014-10-16 Peter AmstutzMerge branch '3609-arv-ws' refs #3609
2014-10-16 Peter Amstutz3609: Fix PollClient for case when there are no filters...
2014-10-16 Peter Amstutz3609: Testing fixups.
2014-10-16 Peter Amstutz3609: Back out setting api_version, api_host, and api_i...
2014-10-16 Tom Clegg4229: Add missing Close() calls
2014-10-16 Tom Clegg4229: Get rid of sleep() in test
2014-10-16 radhika4062: update python testing to handle the multiple...
2014-10-16 Peter Amstutz3609: import signal; add_mutually_exclusive_group doesn...
2014-10-16 Brett SmithPython SDK is not compatible with apiclient 1.3.
2014-10-16 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-16 radhika4062: test update
2014-10-16 Peter Amstutz3609: Add additional api_ fields to api client object...
2014-10-16 Tom CleggMerge branch '4219-verify-with-hints' closes #4219
2014-10-16 Tom Clegg4219: Add test for missing size hint. Dry up "known...
2014-10-16 Tom Clegg3826: Roll up Open() attempts into a slice and a loop.
2014-10-16 radhikaMerge branch 'master' into 4062-infinite-scroll-repeat...
2014-10-16 radhika4062: trailing white space
2014-10-16 Tom Clegg3826: Fix up formatting cf. gofmt
2014-10-16 Tom Clegg3826: Just modify lastSample maps in place, instead...
2014-10-16 radhika4062: fix greedy infinite scrolling in tabs displaying...
2014-10-16 Peter AmstutzMerge branch 'master' into 3609-arv-ws
2014-10-16 Peter AmstutzMissing file
2014-10-16 Peter Amstutz3787: Extra note that once inside the container the...
2014-10-16 Tom Clegg3826: Change FindStat to OpenStatFile to eliminate...
2014-10-16 Peter Amstutz3787: Completed first draft explaining how to pull...
2014-10-16 Tom Clegg3826: Use correct variable Sscanf. CPU stats work again.
next