[ARVADOS] updated: 2c447c25f810b52e986649a3f4138c671d066092

git at public.curoverse.com git at public.curoverse.com
Sun Feb 1 20:27:47 EST 2015


Summary of changes:
 apps/workbench/app/controllers/jobs_controller.rb  |   4 +-
 apps/workbench/app/helpers/application_helper.rb   |   2 +-
 .../workbench/app/views/application/index.html.erb |   2 +-
 .../pipeline_instances/_running_component.html.erb |   2 +
 .../test/integration/anonymous_access_test.rb      | 133 +++++++++++++++------
 services/api/test/fixtures/jobs.yml                |   3 +-
 6 files changed, 106 insertions(+), 40 deletions(-)

       via  2c447c25f810b52e986649a3f4138c671d066092 (commit)
       via  1a462bc4d29fc17cef377d232fc2bf0fd0e72358 (commit)
       via  6b972e1753c0606eade16e98c32f8da2f7678652 (commit)
      from  9f931ff8477f5ba02b53dcc7a8f65032f0a6d013 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2c447c25f810b52e986649a3f4138c671d066092
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Sun Feb 1 20:22:42 2015 -0500

    2659: (1) Update link_to_if_arvados_object method to display an object name as link for User type only when the user is active.
    Otherwise, an anonymous user will always see 404 when such a link is clicked.
    (2) In the unlikely event of an anonymous user traversing to /users or /groups pages, there will be an 'Add a new xxx' link,
    which is undesirable (even though they do eventually fail when accessed). Hence, hide them for inactive users.
    (3) Add test assertions for both the updates.

commit 1a462bc4d29fc17cef377d232fc2bf0fd0e72358
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Sun Feb 1 15:09:23 2015 -0500

    2659: It appears that a job's log file is stored in a user's Home project, instead of the project in which the job originated from.
    Due to this, when an anonymous user accesses the job from the publicly accessible project, the Log tab is failing.
    Hence, display job -> Log tab for active users only.

commit 6b972e1753c0606eade16e98c32f8da2f7678652
Author: Radhika Chippada <radhika at curoverse.com>
Date:   Sun Feb 1 12:42:47 2015 -0500

    2659: show job cancel button only when user is_active.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list