[ARVADOS] updated: 2c630802a9bf570c3ced2f7d42c2346ef814b578
git at public.curoverse.com
git at public.curoverse.com
Wed Aug 19 11:00:13 EDT 2015
Summary of changes:
.../app/controllers/application_controller.rb | 4 ----
apps/workbench/app/models/authorized_key.rb | 2 +-
apps/workbench/app/models/repository.rb | 2 +-
.../test/integration/application_layout_test.rb | 20 +++++++++++---------
apps/workbench/test/integration/errors_test.rb | 6 +++---
docker/workbench/application.yml.in | 3 ++-
sdk/python/arvados/commands/arv_copy.py | 5 +++--
7 files changed, 21 insertions(+), 21 deletions(-)
via 2c630802a9bf570c3ced2f7d42c2346ef814b578 (commit)
via 0d7ba600e89764c4669e9c346514a4c347e4533b (commit)
via c1ceb0f74d5547c56cf6cdde56044adba171efaf (commit)
via 3bfb9c5cbf5dd56b84fd17f9e1dcdd6a219fe5fe (commit)
via 7ba5211a4228bcf01f679157d23dd99a9f0bbcd8 (commit)
via dac77d5d53bb56054b91ba2ed223a49da08848f8 (commit)
via 45fcd8aeec29e7e3b86415811f2cf2a5beb82a54 (commit)
via d929be450d1886ac04d7c2c98cd16eb44f468413 (commit)
via 84d14d659b8c31c266a3b08e688171f90fe46cad (commit)
from 041fb50eb0b55d37bd165bec25a2285183326cce (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 2c630802a9bf570c3ced2f7d42c2346ef814b578
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 10:57:29 2015 -0400
6640: Reverted bugfix.
diff --git a/apps/workbench/app/controllers/application_controller.rb b/apps/workbench/app/controllers/application_controller.rb
index 1483187..db3d430 100644
--- a/apps/workbench/app/controllers/application_controller.rb
+++ b/apps/workbench/app/controllers/application_controller.rb
@@ -744,12 +744,8 @@ class ApplicationController < ActionController::Base
helper_method :all_projects
def all_projects
- limit = @limit
- @limit = nil
@all_projects ||= Group.
filter([['group_class','=','project']]).order('name')
- @limit = limit
- @all_projects
end
helper_method :my_projects
commit 0d7ba600e89764c4669e9c346514a4c347e4533b
Merge: 041fb50 c1ceb0f
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 09:25:07 2015 -0400
Merge branch 'master' into 6640-projects-menu-incomplete
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list