Merge branch '2291-new-keepd-read-blocks' (fixes #2291)
[arvados.git] / services / api / app / controllers /
2014-03-26 Tim PierceMerge branch '2291-new-keepd-read-blocks' (fixes #2291)
2014-03-25 Tom CleggMerge branch '2412-do-not-reuse-task-work-dirs'
2014-03-25 Brett SmithMerge branch '2288-smoke-test'
2014-03-25 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-25 radhika chippadaMinor test updates
2014-03-25 radhika chippadaThe controller invokes the create links method from...
2014-03-25 Tom CleggMerge branch '1750-remove-old-schema-doc'
2014-03-25 radhika chippadasetup method in user model assumes that the user object...
2014-03-25 radhika chippadaGround work to remove found object logic from user...
2014-03-25 radhika chippadaUpdate all functional tests to work with the new respon...
2014-03-25 radhika chippadaUpdate user model to return a List instead of HashList
2014-03-24 radhika chippadaWhen uuid is passed, openid_prefix can be optional
2014-03-24 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-24 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-24 Tom CleggMerge branch '2290-user-activity'
2014-03-24 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-24 radhika chippadaRaise error if both uuid and user.email are omitted...
2014-03-24 Tom CleggAccept ...&filters=&... in query string as "none" inste...
2014-03-24 radhika chippadaRaise ArgumentError when required openid_prefix is...
2014-03-23 radhika chippadaInclude all the newly created link objects in the respo...
2014-03-23 radhika chippadaRepo name and VM are optional to the setup method
2014-03-23 radhika chippadaRender 404 if no user is found for the uuid provided
2014-03-21 radhika chippadaAll functional tests passing with refactored code.
2014-03-21 Tom CleggMerge branch 'master' into 2316-no-clear-tmp-flag
2014-03-21 Tom CleggRemove old schema#show method used by Workbench before
2014-03-21 Brett SmithMerge branch '2288-integration-tests'
2014-03-21 radhika chippadatesting setup method implementation
2014-03-21 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-21 radhika chippadasetup-new-user script using the setup method.
2014-03-20 radhika chippadaUpdate the functional tests to use the setup method
2014-03-20 radhika chippadaIntroduce a new setup method in the users controller
2014-03-20 Peter AmstutzMerge branch '2193-fix-permissions-cache' (no functiona...
2014-03-20 Peter AmstutzMerge branch '2278-crunch-dispatcher-monitor-processes'
2014-03-20 radhika chippadaUse rails configuration for default openid prefix.
2014-03-20 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-19 radhika chippadaReplace tabs with spaces as per our coding standards
2014-03-19 radhika chippadaRemove -n aka just probe option from the setup-new...
2014-03-19 radhika chippadaUpdate comments in the tests
2014-03-19 radhika chippadaWhen create is invoked with user object as input, check...
2014-03-19 radhika chippadaWhen using user_param, the user object is not expected...
2014-03-19 radhika chippadaFunctional tests to verify links
2014-03-17 radhika chippadaAdded functional tests for controller updates
2014-03-17 radhika chippadaFix a nil check
2014-03-17 radhika chippadaFix an error introduced elsewhere in the file.
2014-03-17 Peter Amstutz* Allow the system user to update job columns, even...
2014-03-17 radhika chippadaAll links in place
2014-03-17 radhika chippadaTest just_probe and openid_prefix options
2014-03-16 Tom CleggMerge branch 'master' into 2290-user-activity
2014-03-16 radhika chippadaMore accomplished
2014-03-16 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-16 radhika chippadacreate and some links tested
2014-03-14 Peter AmstutzMerge remote-tracking branch 'origin/master' into 2075...
2014-03-14 Tom CleggMerge branch '2257-inequality-conditions'
2014-03-14 Tom CleggAdd "filters" param to discovery document, add deprecat...
2014-03-14 Tom CleggMerge branch '2257-inequality-conditions' into 2290...
2014-03-14 Tom CleggMake integer attributes searchable, add test cases.
2014-03-14 Tom CleggMerge branch 'master' into 2257-inequality-conditions
2014-03-14 radhika chippadaMerge branch 'master' into 2187-enhance-user-setup
2014-03-14 radhika chippadaWIP - update the create action in users controller...
2014-03-13 Peter AmstutzFilters out "show", "index" and "destroy" methods from...
2014-03-13 Peter AmstutzAdded offset to 'list' method on resources.
2014-03-13 Tom CleggFix crash in render_error(not_an_exception), and use...
2014-03-12 Peter AmstutzAdds scopes: ["all"] when creating a new api client...
2014-03-12 Peter AmstutzReplaces postgres-specific 'now()' with standard SQL...
2014-03-11 Peter AmstutzMerge branch '2107-update-documentation'
2014-03-10 Peter AmstutzMerge branch '2042-new-collection-from-selected-files'
2014-03-10 Peter AmstutzMerge branch 'master' of git.clinicalfuture.com:arvados
2014-03-10 Tom CleggMerge branch '2189-log-in-as-user'
2014-03-10 Tom CleggMerge branch 'master' into 2189-log-in-as-user
2014-03-09 Tom CleggAdvertise filters param in discovery doc.
2014-03-09 Tom CleggMove where=[] to filters=[]
2014-03-07 Tom CleggSupport where=[[attr,operator,operand],...] parameter
2014-03-06 Peter AmstutzMerge remote-tracking branch 'origin/master' into 2042...
2014-03-05 Tom CleggAdd "Log in as user" button in Admin pane on users...
2014-03-04 Peter AmstutzMerge remote-tracking branch 'origin/master' into 2049...
2014-03-01 Tom CleggFix jobs.cancel and add integration test. closes #2258
2014-02-21 Peter AmstutzMerge branch '1965-fuse-support-directories'
2014-02-16 Tom CleggMerge branch 'master' into 2060-edit-tags-in-workbench
2014-02-16 Tom CleggMerge branch 'master' into 2179-demo-feedback
2014-02-16 Tom CleggFix symbol key used in serialized attribute. closes...
2014-02-14 Tom CleggProvide manifest_text in collections.get API response...
2014-02-14 Tom CleggFix crash in collections.provenance when a script_param...
2014-02-13 Tom CleggFix 404 at api_client_authorizations.create_system_auth...
2014-02-12 Peter AmstutzMerge branch '2061-update-docs'
2014-02-11 Ward VandewegeMerge branch 'master' of git.curoverse.com:arvados
2014-02-11 Ward VandewegeHandle the situation where config.workbench_address...
2014-02-07 Peter AmstutzMerge branch 'master' into 1786-replace-jekyll-with...
2014-02-04 Peter AmstutzMerge branch '1977-provenance-report' of git.clinicalfu...
2014-02-04 Peter Amstutz* Added used_by query for collections
2014-02-04 Tom CleggMerge branch '1979-workbench-ui'
2014-02-04 Tom CleggFix (and add test for) 404 at repositories.get_all_perm...
2014-02-04 Peter AmstutzMerge branch '1977-provenance-report' of git.clinicalfu...
2014-02-04 Peter AmstutzCan now use 'contains' to query individual columns...
2014-02-04 Tom CleggMerge branch '1977-provenance-report'
2014-02-04 Tom CleggMove can_read permission logic into ArvadosModel.readab...
2014-02-04 Tom CleggEnsure permissions can be propagated via group owner_uu...
2014-02-03 Tom CleggMerge branch '1976-pipeline-progress'
2014-02-03 Tom CleggMerge branch 'master' into 1977-provenance-report
2014-01-29 Peter AmstutzNow renders collections using up to the first three...
2014-01-29 Peter AmstutzMerge remote-tracking branch 'origin/master' into 1977...
next