[ARVADOS] updated: 1.3.0-975-gebce50053
Git user
git at public.curoverse.com
Thu May 30 20:50:02 UTC 2019
Summary of changes:
apps/workbench/app/models/collection.rb | 8 --------
1 file changed, 8 deletions(-)
via ebce50053f2f560591bef4ca3552f9d43a4bdfd4 (commit)
from 618643017913c78a4d584ba4a5d9ca0db333a4f3 (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 ebce50053f2f560591bef4ca3552f9d43a4bdfd4
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Thu May 30 17:44:53 2019 -0300
14946: Removes shadowed Collection.uuid method as it isn't being used.
Ruby 2.5 started to warn about this method being redefined at
ArvadosBase.columns
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/models/collection.rb b/apps/workbench/app/models/collection.rb
index f5aef841e..ead2c951c 100644
--- a/apps/workbench/app/models/collection.rb
+++ b/apps/workbench/app/models/collection.rb
@@ -86,14 +86,6 @@ class Collection < ArvadosBase
arvados_api_client.api "collections/#{self.uuid}/", "used_by"
end
- def uuid
- if self[:uuid].nil?
- return self[:portable_data_hash]
- else
- super
- end
- end
-
def friendly_link_name lookup=nil
name || portable_data_hash
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list