arvados.git
2014-01-31 Peter AmstutzTweak to account for width of scrolbar
2014-01-31 Peter AmstutzWorking on javascript magic to resize svg div so scroll...
2014-01-31 Peter AmstutzRefactored code for managing divs containing svg (manag...
2014-01-30 Peter AmstutzColor-coded graphical pipeline comparison, alternate...
2014-01-30 Peter AmstutzFurther improvements to provenance graphs, added abilit...
2014-01-29 Peter AmstutzNow renders collections using up to the first three...
2014-01-29 Peter AmstutzVery nice provenance diagram for pipelines.
2014-01-29 Peter AmstutzMerge remote-tracking branch 'origin/master' into 1977...
2014-01-29 Peter AmstutzStarted refactoring
2014-01-29 Tom CleggSkip "specified commit exists" validation when updating...
2014-01-29 Peter AmstutzMerge branch 'master' into 1977-provenance-report
2014-01-29 Tom CleggFix jobs.cancelled_by_*_changed? calls to jobs.cancelle...
2014-01-29 Peter AmstutzMerge commit '2728f59' into 1977-provenance-report
2014-01-29 Peter AmstutzWorking on visualization of pipelines
2014-01-29 Tom CleggRemove +K@foo parts from collection uuids in jobs'...
2014-01-29 Tom CleggFix regular expressions in database migration.
2014-01-29 Peter AmstutzFixed bugs in creating graph from API provenance report.
2014-01-28 Tim PiercePython SDK uses ~/.config/arvados/settings.conf like...
2014-01-28 Peter AmstutzWorkbench is able to put together a graph from the...
2014-01-28 Tim PierceUpdating dependencies.
2014-01-28 Tim PierceUpdating dependencies to satisfy RubyGems.
2014-01-28 Peter AmstutzAPI server /collections/uuid/provenance endpoint works.
2014-01-28 Peter AmstutzMerge commit 'e17169e05c2e69d5bb46792bc33ef3c92f9c5237...
2014-01-28 Tom CleggClean up /arvados/v1/../../discovery/v1/ hack before...
2014-01-28 Peter AmstutzMerge branch 'master' into 1977-provenance-report
2014-01-28 Peter AmstutzWork in progress
2014-01-28 Peter AmstutzProvenance graph now uses full width of window
2014-01-27 Peter AmstutzInitial work adding provenance query to API server
2014-01-27 Peter AmstutzLeft navbar uses bootstrap "nav-header" class for secti...
2014-01-27 Peter AmstutzHooked into bootstrap/jquery to resize svg box when...
2014-01-27 Peter AmstutzAdjusts scrollbar to maintain center of image when...
2014-01-27 Tom CleggMerge branch '1946-request-body-vs-parameters'
2014-01-27 Tom CleggRemove request body object from parameters lists in...
2014-01-27 Tom CleggAdd version string to arv (assume "gem install" makes...
2014-01-27 Tom CleggDo not add body object to discovery parameters.
2014-01-27 Tom CleggFix up dependencies, pin google-api-client at 0.6.x
2014-01-27 Tom CleggAdd Gemfile.lock
2014-01-27 Tom CleggSend parameters in the request body instead of query...
2014-01-27 Peter AmstutzUse javascript to set the size of the svg box so that...
2014-01-27 Tom CleggAdd tests, fix dependencies so "bundle exec rake test...
2014-01-27 Tom CleggFix crash when no config file exists, and fix config...
2014-01-27 Tom CleggRemove Keep prototype (moved to branch 1747-keep-protot...
2014-01-26 Peter AmstutzPerformance fix to only visit a node once.
2014-01-25 Tom CleggDo not offer to let non-admin users create new keepDisk...
2014-01-25 Tom CleggChange underscores to camelcase in "kind" strings as...
2014-01-25 Tom CleggAdd virtualMachine test fixture.
2014-01-25 Tom CleggReplace Admin menu with System menu (users can see...
2014-01-25 Tom CleggAlways use symbol keys for object attribute names and...
2014-01-25 Tom CleggEnsure we always respond with json (except the redirect...
2014-01-25 Tom CleggDo not run ec2 commands in test mode.
2014-01-25 Tom CleggUpdate tests to match recent permission changes; dry...
2014-01-25 Peter AmstutzFollows both jobs and links to show provenance for...
2014-01-24 Tom CleggUse discovery document to build infix->kind map instead...
2014-01-24 Tom CleggProvide UUID prefix used for each schema in discovery...
2014-01-24 Tom CleggFix crash on error pages by removing before_filters...
2014-01-24 Tom CleggChange underscores to camelcase in "kind" strings as...
2014-01-24 Peter AmstutzCheckpoint, draws a somewhat useful graph, needs a...
2014-01-24 Tom CleggAdd /keep_disks page to Admin menu.
2014-01-24 Tom CleggFix keep_disks.ping to accept a correct ping_secret...
2014-01-24 Tom CleggUpdate schema migration version.
2014-01-24 Tom CleggAlways accept properties and info as serialized attributes.
2014-01-24 Tom CleggAlways use string keys instead of symbol keys for seria...
2014-01-24 Peter AmstutzTweaked running external program tutorial to make it...
2014-01-23 Peter AmstutzGemfile now just points to gemspec so same dependency...
2014-01-23 Peter AmstutzAdded doc/_site to gitignore
2014-01-23 Ward VandewegeAll git access should happen via git@ urls, not git://
2014-01-22 Tim PierceCache the API discovery doc for at least 24 hours ...
2014-01-21 Tom Cleggadd list-inactive-users.rb script.
2014-01-21 Tim PierceMerge branch '1943-client-sdk-config-files'
2014-01-21 Tim PierceClients use $HOME/.config/arvados/settings.conf for...
2014-01-21 Tom CleggMerge branch '1881-normalize-collection-uuids'
2014-01-21 Tom CleggMerge branch '1922-cache-discovery-python'
2014-01-21 Peter AmstutzMerge branch '1868-tutorial-running-binary-progs'
2014-01-21 Peter AmstutzMerge branch '1911-python-sdk-pydoc'
2014-01-21 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
2014-01-21 Peter AmstutzFixed import problems due to splitting module into...
2014-01-21 Peter AmstutzNew tutorial for running external programs
2014-01-21 Peter AmstutzRemoved "Tutorial:" from titles since that was an artif...
2014-01-21 Peter Amstutzcollection.py import stream
2014-01-21 Tim PierceUpdating API parameter documentation (refs #1901)
2014-01-21 Peter AmstutzStarted tutorial on running external programs
2014-01-21 Peter AmstutzFixed path to glyphicons
2014-01-21 Peter AmstutzMoved Python SDK and crunch utility scripts pages to...
2014-01-21 Tom CleggFix circumventing usual permission mechanism in nodes...
2014-01-21 Tom CleggAdd section about adding Keep disks during install.
2014-01-21 Tom CleggUpdate bundle. Avoid google-api-client 0.7.0 (rc2 is...
2014-01-21 Tom CleggAdd link to "create standard objects", and delete obsol...
2014-01-21 Peter AmstutzScript to build python documentation (requires epydoc)
2014-01-21 Peter AmstutzAdded Python SDK section to documentation
2014-01-21 Ward VandewegeFix error message when the all-users group can not...
2014-01-21 Peter AmstutzRenamed Keep/Stream/Collection submodules to keep/strea...
2014-01-21 Peter AmstutzMoving Collection, Stream and Keep classes into their...
2014-01-20 Tom CleggRender token with ApplicationController#show instead...
2014-01-20 Tom CleggCache discovery document in ~/.cache/arvados/discovery/.
2014-01-20 Tom CleggSet cache expiry time on discovery document.
2014-01-20 Tom CleggRemove +K@{name} hints from collection uuid, link head...
2014-01-20 Tom CleggNormalize collection UUID to {hash}+{size} before save...
2014-01-17 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2014-01-17 Tim PierceUpdated `arv' command line format options. Default...
2014-01-17 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
next