arvados.git
2014-04-03 Tim PierceMerge branch '2221-complete-docker' (closes #2325,...
2014-04-03 Tim PierceSemicolon fix (refs #2325, refs #2221).
2014-04-03 Ward VandewegeMerge branch '2509-rake-linkchecker'
2014-04-03 Tim PierceUse a simple 'open' for fetch_block (freeing up an...
2014-04-03 Tim PierceResolving style comments from #2325. (refs #2325, refs...
2014-04-03 Ward Vandewege* README: remove numbers in headings
2014-04-03 Tim PierceUse quotemeta to protect shell escapes (refs #2221...
2014-04-03 Tim PierceSet umask to 022 when creating config files. (refs...
2014-04-02 Brett Smithdocker: Install staged source on Docker images.
2014-04-02 Brett Smithdocker: Tolerate existing tmp in api-image.
2014-04-02 Brett Smithdocker: `chmod go=rX` on generated files.
2014-04-02 Brett Smithdocker: Don't try shell expansion in Makefile.
2014-04-02 Brett Smithdocker: Improve build.sh's Makefile finding.
2014-04-02 Ward Vandewegedoc: Add rake linkchecker task, and document it in...
2014-04-02 Tom CleggMerge branch '2209-correct-items-available'
2014-04-02 Tom CleggFix counting results in test case (count != size for...
2014-04-02 Tom CleggMerge branch 'master' into 2209-correct-items-available
2014-04-02 Tom CleggReally check for duplicate items returned, instead...
2014-04-02 Brett Smithdoc: Fix Keep links in tutorial-job1.
2014-04-02 Brett SmithMerge branch '2470-doc-refresh'.
2014-04-02 Brett Smithdoc: Implement Tom's suggested improvements.
2014-04-02 Brett Smithdoc: tutorial-job1 updates and style tweaks.
2014-04-02 Brett Smithdoc: job-and-pipeline-ref grammar fixes.
2014-04-02 Brett Smithdoc: Keep topic style tweaks.
2014-04-02 Brett Smithdoc: Fix typos in tutorial-parallel.
2014-04-02 Brett Smithdoc: tutorial-job-debug update and style.
2014-04-02 Brett Smithdoc: Make running-pipeline-command up-to-date.
2014-04-02 Brett Smithdoc: Highlight "you" in reference JSON.
2014-04-02 Brett Smithdoc: Use $USER in tutorial JSON.
2014-04-02 Brett Smithdoc: Tweak running-external-program style.
2014-04-02 Brett Smithdoc: tutorial-new-pipeline clarity.
2014-04-02 Brett Smithdoc: tutorial-firstscript style consistency.
2014-04-02 Brett Smithdoc: tutorial-pipeline-workbench style+clarity.
2014-04-02 Brett Smithdoc: Fix tutorial-keep typos and consistency.
2014-04-02 Brett Smithdoc: Fix api-tokens typos and consistency.
2014-04-02 Brett Smithdoc: Fix ssh-access typos and consistency.
2014-04-02 Brett Smithdoc: Style and consistency in user/index.
2014-04-02 Tom CleggMerge branch '2447-fix-workbench-search'
2014-04-02 Tom CleggFix searching on tables with no "name" column. Take...
2014-04-02 Tom CleggLoad ArvadosApiClient after configuration.
2014-04-02 Tom CleggMerge branch '2498-group-admin'
2014-04-02 Tom CleggFix down-migration: delete the system_group and automat...
2014-04-02 Tom CleggAdd migration to create system group in existing instal...
2014-04-01 Tom CleggAdd a system_group, and ensure it has can_manage permis...
2014-04-01 Brett Smithdoc: Implement Tom's suggested improvements.
2014-04-01 Tom CleggDocument group-level administrator semantics.
2014-04-01 Tom CleggSupport group-wide administrator privileges.
2014-04-01 Tom CleggIncrease max #users shown on users/activity page.
2014-04-01 Tom CleggCount distinct records for items_available, not rows...
2014-04-01 Tom CleggTest no duplicate UUIDs are returned by collections...
2014-04-01 Tom CleggTest items_available = items returned when limit is...
2014-04-01 Tom CleggMove keep mount point outside TASK_WORK directory to...
2014-04-01 Tom CleggAdd repository=arvados now required by jobs.create.
2014-03-31 Brett Smithdoc: tutorial-job1 updates and style tweaks.
2014-03-31 Brett Smithdoc: job-and-pipeline-ref grammar fixes.
2014-03-31 Brett Smithdoc: Keep topic style tweaks.
2014-03-31 Brett Smithdoc: Fix typos in tutorial-parallel.
2014-03-31 Brett Smithdoc: tutorial-job-debug update and style.
2014-03-31 Brett Smithdoc: Make running-pipeline-command up-to-date.
2014-03-31 Brett Smithdoc: Highlight "you" in reference JSON.
2014-03-31 Brett Smithdoc: Use $USER in tutorial JSON.
2014-03-31 Brett Smithdoc: Tweak running-external-program style.
2014-03-31 Brett Smithdoc: tutorial-new-pipeline clarity.
2014-03-31 Brett Smithdoc: tutorial-firstscript style consistency.
2014-03-31 Brett Smithdoc: tutorial-pipeline-workbench style+clarity.
2014-03-31 Brett Smithdoc: Fix tutorial-keep typos and consistency.
2014-03-31 Brett Smithdoc: Fix api-tokens typos and consistency.
2014-03-31 Brett Smithdoc: Fix ssh-access typos and consistency.
2014-03-31 Brett Smithdoc: Style and consistency in user/index.
2014-03-28 Tom CleggBump arvados-cli version to use output_is_persistent...
2014-03-28 Tom CleggMerge branch '1932-job-output-persistent'
2014-03-28 Tom CleggFetch --tags, otherwise we miss out on commits that...
2014-03-28 Tom CleggAdd dependency on latest arv-run-pipeline-instance.
2014-03-28 Tom CleggClarify c_already_finished comments.
2014-03-28 Tim PierceMerge branch '2291-new-keepd-read-blocks'
2014-03-28 Tim PierceAddressing code review comments (refs #2485, refs ...
2014-03-28 Tim PierceMerge branch 'master' into 2221-complete-docker
2014-03-28 Tim PierceUnit test for FindKeepVolumes (refs #2295)
2014-03-28 Tom CleggMove "empty blob" magic number into a Collection class...
2014-03-28 Tom CleggFix some whitespace complaints.
2014-03-28 Tom CleggMerge branch 'master' into 1932-job-output-persistent
2014-03-27 Tom CleggFix migration crash when script_version is nil.
2014-03-27 Tom CleggIgnore "cache directory does not exist" error when...
2014-03-27 radhika chippadaMerge branch '2068-reset-user'
2014-03-27 radhika chippadareload object before unsetup
2014-03-27 Brett Smithdoc: Make index adorable.
2014-03-27 radhika chippadaminor cleanup
2014-03-27 radhika chippadaClean up the users controller
2014-03-27 radhika chippadaUpdate tests to match controller updates towards admin_...
2014-03-27 radhika chippadaUse before_filter admin_required in the users controlle...
2014-03-27 radhika chippadaImprove the api call invocation
2014-03-27 radhika chippadaUpdate UI to use button_to instead of link_to to deacti...
2014-03-27 radhika chippadaMerge branch 'master' into 2068-reset-user
2014-03-27 radhika chippadaUpdate the text on the deactivate link
2014-03-27 radhika chippadaUse post method instead of get method when invoking...
2014-03-27 radhika chippadaStory #2068: Invoke the user -> unsetup method when...
2014-03-27 radhika chippadaExpose user unsetup method from the API server. Added...
2014-03-27 Peter AmstutzMerged branch 1741-internal-git-repo into 2333-crunch...
2014-03-27 Peter AmstutzFixed dangling 'end'
2014-03-27 Peter AmstutzMerge branch 'master' into 2333-crunch-dispatch-token...
next