arvados.git
2014-09-16 radhikacloses #2875
2014-09-16 radhika2875: minor text update
2014-09-16 radhika2875: collection description is now textile and also...
2014-09-16 radhika2875: remove junk migration lines
2014-09-15 radhikano issue # fix failing test to use selenium driver
2014-09-15 radhika2875: integration tests to verify description on pipeli...
2014-09-15 Peter AmstutzUpdated Gemfile to pull in changes from commit:ac594f1...
2014-09-15 radhika2875: render template description as textile attribte...
2014-09-15 radhika2875: add description option
2014-09-12 radhika2875: add initial description to pipeline instance...
2014-09-12 radhikaMerge branch 'master' into 2875-pipeline-description
2014-09-12 radhikacloses #3654
2014-09-12 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-12 radhika2875: initial description on pipeline instance when...
2014-09-12 radhikaMerge branch 'master' into 2875-pipeline-description
2014-09-12 radhika2875: set initial description on the new pipeline insta...
2014-09-12 Tim PierceBug fix: manifests with extra spaces
2014-09-12 radhika3654: disable search icon collection show page rather...
2014-09-12 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-12 radhikaMerge branch 'master' into 2875-pipeline-description
2014-09-12 radhika2875: add new partial to display name and description.
2014-09-12 Peter AmstutzMerge branch '3187-start-finish-timestamps-tasks-pipeli...
2014-09-12 Peter AmstutzFixed typo Y% -> %Y
2014-09-11 radhika3654: update tests to match the selection dropdown...
2014-09-11 radhika2875: add description to jobs and pipeline_instances.
2014-09-11 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-11 radhika3654: move the checkbox to the left of the row in colle...
2014-09-11 Peter Amstutz3187: Update the task start time when the task actually...
2014-09-11 Ward VandewegeFallout from #3036: the test for the checkbox value...
2014-09-11 radhika3654: add a default name to newly created combined...
2014-09-11 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-11 Brett SmithClean up manifest whitespace in split-fastq.
2014-09-11 Peter AmstutzMerge branch 'master' into 3187-start-finish-timestamps...
2014-09-10 Brett SmithPrevent PySDK CollectionReader from sending UUIDs to...
2014-09-10 Brett Smith3846: Improve timeout handling in PySDK KeepClient.
2014-09-10 Brett Smith3842: Keep::Manifest concatenates file information...
2014-09-09 Peter Amstutz3187: Record started_at and finished_at for tasks and...
2014-09-09 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-09 radhika3654: display show icon for files only when the file...
2014-09-09 Brett Smith#3830: Make crunch-job's git calls more robust.
2014-09-09 Peter Amstutz3187: Migration to add started_at and finished_at to...
2014-09-09 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-09 Peter AmstutzMerge branch '3453-arv-list-docker-images' closes ...
2014-09-09 Peter Amstutz3453: Rename check_project_exists to desired_project_uu...
2014-09-09 Peter AmstutzMerge branch '3586-job-priority' closes #3586
2014-09-09 Peter AmstutzMerge branch 'master' into 3586-job-priority closes...
2014-09-08 Peter AmstutzMerge branch '3644-arv-mount-projects' closes #3644
2014-09-08 Peter Amstutz3453: Refactored arv-put to remove support for name...
2014-09-08 Peter Amstutz3644: Update tests broken by merge
2014-09-08 Tim Pierce3823: bug fixes for arvados-bcbio-nextgen.py
2014-09-08 Peter Amstutz3644: Moved some common regex patterns into SDK
2014-09-08 Peter AmstutzMerge branch 'master' into 3644-arv-mount-projects
2014-09-08 Peter Amstutz3644: Restore 'tag' tests and add 'SharedDirectory...
2014-09-08 Tim PierceMerge branch '3663-collection-reader-performance'
2014-09-08 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-08 Peter Amstutz3453: Add ensure_unique_name=True to collection create.
2014-09-08 radhika3654: redirection to newly created collection is now...
2014-09-08 Peter AmstutzMerge branch 'master' into 3453-arv-list-docker-images
2014-09-08 Peter AmstutzAdded create#ensure_unique_name to discovery document...
2014-09-08 Peter Amstutz3453: Create links and collection objects in the specif...
2014-09-06 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-06 radhika3654: slight update to redirect to newly created collection
2014-09-06 radhika3654: little cleanup around the post method
2014-09-06 radhika3654: use POST method to combine selections.
2014-09-05 Peter AmstutzUpdated Gemfile again with published package version...
2014-09-05 Peter AmstutzMerge branch '3822-ensure-unique-names' refs #3822
2014-09-05 Peter Amstutz3822: Updated Gemfile
2014-09-05 Peter Amstutz3822: Fixed use of string instead of symbol in hash...
2014-09-05 Peter Amstutz3822: Added 'ensure_unique_name' option to #create...
2014-09-05 radhika3654: combine options is enabled when only data collect...
2014-09-05 radhika3654: add selection dropdown to collections page
2014-09-05 radhika3654: test update
2014-09-05 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-05 radhika3654: add selection dropdown to collections page
2014-09-05 radhika3654: add selection dropdown to collections page
2014-09-05 radhika3654: add selection dropdown to collection#show page
2014-09-05 radhika3654: add integration and funtional tests for combining...
2014-09-05 Ward VandewegeReplace all remaining references to Clinical Future...
2014-09-05 Brett Smith3720: Update arvados Gem versions.
2014-09-05 Peter Amstutz3644: minor control block indentation fix.
2014-09-05 Peter Amstutz3644: Changed so ctime == mtime because ctime is not...
2014-09-05 Brett SmithMerge branch '3720-big-manifest-performance-wip'
2014-09-05 Brett Smith3720: Limit Workbench file rendering for large Collections.
2014-09-05 Brett Smith3720: Refactor manifest parsing from API server to...
2014-09-05 Brett Smith3720: arvados-cli Gemfile refers to gemspec.
2014-09-05 Brett Smith3720: Clean up+skip Ruby SDK tests.
2014-09-05 Peter Amstutz3453: Now lists images by default if called with no...
2014-09-05 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-05 Peter AmstutzMerge branch '3710-combine-selections-bug' refs #3710
2014-09-05 Peter Amstutz3710: Refactored code to reduce redundancy. Use select...
2014-09-05 Peter Amstutz3644: fuse_arvados test pass.
2014-09-05 Peter AmstutzRemove name and description columns on jobs table intro...
2014-09-04 radhikaMerge branch 'master' into 3654-combine-selections
2014-09-04 radhika3710: handle the scenario where files from named collec...
2014-09-04 Brett Smith3704: Treat project filters consistently in Workbench...
2014-09-04 Tim Pierce3663: update test_file_reader unit test
2014-09-04 Peter Amstutz3644: Add --by-id to invocation of arv-mount in crunch...
2014-09-04 Peter Amstutz3644: Added choose-your-own-adventure README files...
2014-09-04 radhika3710: update the combine_selected_files_into_collection...
2014-09-04 Tim Pierce3663: StreamFileReader.read() returns just one chunk
next