[ARVADOS] updated: efd59dbd5925023e9986875d9b0af4a456388db7
git at public.curoverse.com
git at public.curoverse.com
Mon Mar 9 12:12:18 EDT 2015
Summary of changes:
...50303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb | 1 +
1 file changed, 1 insertion(+)
via efd59dbd5925023e9986875d9b0af4a456388db7 (commit)
from 19656a41f019488120f950b06ecf9e19074b11a3 (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 efd59dbd5925023e9986875d9b0af4a456388db7
Author: Brett Smith <brett at curoverse.com>
Date: Mon Mar 9 12:12:04 2015 -0400
5319: Include CurrentApiClient in migration model.
Needed to use system_user_uuid. Refs #5319.
diff --git a/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb b/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb
index 89d54a0..7f65450 100644
--- a/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb
+++ b/services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb
@@ -7,6 +7,7 @@ class FixCollectionPortableDataHashWithHintedManifest < ActiveRecord::Migration
class ArvadosModel < ActiveRecord::Base
self.abstract_class = true
extend HasUuid::ClassMethods
+ include CurrentApiClient
include KindAndEtag
before_create do |record|
record.uuid ||= record.class.generate_uuid
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list