Merge branch 'master' into 11840-unique-constraint-untrash-coll
authorradhika <radhika@curoverse.com>
Mon, 26 Jun 2017 14:26:53 +0000 (10:26 -0400)
committerradhika <radhika@curoverse.com>
Mon, 26 Jun 2017 14:26:53 +0000 (10:26 -0400)
Arvados-DCO-1.1-Signed-off-by: Radhika Chippada <radhika@curoverse.com>

Conflicts:
services/api/test/fixtures/collections.yml

1  2 
services/api/test/fixtures/collections.yml

index dcb8c149750804757b66c4733325cddb36bfea93,6543f5422a861b3430c285402a5ae1d8ac1d3dd4..240306059d139ffd9a53d97b04cdd6e69ecd6061
@@@ -657,33 -657,24 +657,51 @@@ collection_to_remove_and_rename_files
    manifest_text: ". d41d8cd98f00b204e9800998ecf8427e+0 0:0:file1 0:0:file2\n"
    name: collection to remove and rename files
  
+ collection_with_tags_owned_by_active:
+   uuid: zzzzz-4zz18-taggedcolletion
+   portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   created_at: 2014-02-03T17:22:54Z
+   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
+   modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f
+   modified_at: 2014-02-03T17:22:54Z
+   updated_at: 2014-02-03T17:22:54Z
+   manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:bar\n"
+   name: collection with tags
+   properties:
+     tags:
+       existing tag 1: value for existing tag 1
+       existing tag 2: value for existing tag 2
+     some other property: value for the other property
 +trashed_collection_to_test_name_conflict_on_untrash:
 +  uuid: zzzzz-4zz18-trashedcolnamec
 +  portable_data_hash: 80cf6dd2cf079dd13f272ec4245cb4a8+48
 +  owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
 +  created_at: 2014-02-03T17:22:54Z
 +  modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
 +  modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f
 +  modified_at: 2014-02-03T17:22:54Z
 +  updated_at: 2014-02-03T17:22:54Z
 +  manifest_text: ". d41d8cd98f00b204e9800998ecf8427e+0 0:0:file1 0:0:file2\n"
 +  name: same name for trashed and persisted collections
 +  is_trashed: true
 +  trash_at: 2001-01-01T00:00:00Z
 +  delete_at: 2038-01-01T00:00:00Z
 +
 +same_name_as_trashed_coll_to_test_name_conflict_on_untrash:
 +  uuid: zzzzz-4zz18-namesameastrash
 +  portable_data_hash: 80cf6dd2cf079dd13f272ec4245cb4a8+48
 +  owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
 +  created_at: 2014-02-03T17:22:54Z
 +  modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
 +  modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f
 +  modified_at: 2014-02-03T17:22:54Z
 +  updated_at: 2014-02-03T17:22:54Z
 +  manifest_text: ". d41d8cd98f00b204e9800998ecf8427e+0 0:0:file1 0:0:file2\n"
 +  name: same name for trashed and persisted collections
 +
  # Test Helper trims the rest of the file
  
  # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper