[ARVADOS] updated: 2c3500ce771ff9a7cc63a0c92424def877798635
Git user
git at public.curoverse.com
Tue May 31 13:08:59 EDT 2016
Summary of changes:
.../test/fixtures/api_client_authorizations.yml | 3 +--
services/api/test/fixtures/links.yml | 30 +++++++++++-----------
2 files changed, 16 insertions(+), 17 deletions(-)
via 2c3500ce771ff9a7cc63a0c92424def877798635 (commit)
from 5cbcd7b2923a9c4e58189dbaa0b482e357291c57 (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 2c3500ce771ff9a7cc63a0c92424def877798635
Author: radhika <radhika at curoverse.com>
Date: Tue May 31 13:07:09 2016 -0400
8876: correct the job_reader2 fixture
diff --git a/services/api/test/fixtures/api_client_authorizations.yml b/services/api/test/fixtures/api_client_authorizations.yml
index 1f9fe07..de14838 100644
--- a/services/api/test/fixtures/api_client_authorizations.yml
+++ b/services/api/test/fixtures/api_client_authorizations.yml
@@ -223,10 +223,9 @@ job_reader:
expires_at: 2038-01-01 00:00:00
job_reader2:
- uuid: zzzzz-gj3su-jobreader2autht
+ uuid: zzzzz-gj3su-jobreader2auth1
api_client: untrusted
user: job_reader2
- api_token: e99512cdc0f3415c2428b9758f33bdfb07bc3561b00e86e7e6
api_token: jobreader2415c2428b9758f33bdfb07bc3561b0jobreader2
expires_at: 2038-01-01 00:00:00
diff --git a/services/api/test/fixtures/links.yml b/services/api/test/fixtures/links.yml
index 2d1e552..33b9b28 100644
--- a/services/api/test/fixtures/links.yml
+++ b/services/api/test/fixtures/links.yml
@@ -702,10 +702,10 @@ job_reader_can_read_previous_job_run:
tail_uuid: zzzzz-tpzed-905b42d1dd4a354
head_uuid: zzzzz-8i9sb-cjs4pklxxjykqqq
-job_reader2_can_read_job_with_components:
+job_reader_can_read_foo_repo:
# Permission link giving job_reader2 permission
- # to read running_job_with_components
- uuid: zzzzz-o0j2j-jobcomps4jobrdr
+ # to read foo_repo
+ uuid: zzzzz-o0j2j-072ec05dc9487f8
owner_uuid: zzzzz-tpzed-000000000000000
created_at: 2014-06-13 20:42:26 -0800
modified_by_client_uuid: zzzzz-tpzed-000000000000000
@@ -714,13 +714,13 @@ job_reader2_can_read_job_with_components:
updated_at: 2014-06-13 20:42:26 -0800
link_class: permission
name: can_read
- tail_uuid: zzzzz-tpzed-readjobwithcomp
- head_uuid: zzzzz-8i9sb-with2components
+ tail_uuid: zzzzz-tpzed-905b42d1dd4a354
+ head_uuid: zzzzz-s0uqq-382brsig8rp3666
-job_reader2_can_read_pipeline_from_job_with_components:
+job_reader2_can_read_job_with_components:
# Permission link giving job_reader2 permission
# to read running_job_with_components
- uuid: zzzzz-o0j2j-pi4comps4jobrdr
+ uuid: zzzzz-o0j2j-jobcomps4jobrdr
owner_uuid: zzzzz-tpzed-000000000000000
created_at: 2014-06-13 20:42:26 -0800
modified_by_client_uuid: zzzzz-tpzed-000000000000000
@@ -730,12 +730,12 @@ job_reader2_can_read_pipeline_from_job_with_components:
link_class: permission
name: can_read
tail_uuid: zzzzz-tpzed-readjobwithcomp
- head_uuid: zzzzz-d1hrv-partdonepipelin
+ head_uuid: zzzzz-8i9sb-with2components
-job_reader2_can_read_first_job_from_pipeline_from_job_with_components:
+job_reader2_can_read_pipeline_from_job_with_components:
# Permission link giving job_reader2 permission
# to read running_job_with_components
- uuid: zzzzz-o0j2j-job4pi4j4jobrdr
+ uuid: zzzzz-o0j2j-pi4comps4jobrdr
owner_uuid: zzzzz-tpzed-000000000000000
created_at: 2014-06-13 20:42:26 -0800
modified_by_client_uuid: zzzzz-tpzed-000000000000000
@@ -745,12 +745,12 @@ job_reader2_can_read_first_job_from_pipeline_from_job_with_components:
link_class: permission
name: can_read
tail_uuid: zzzzz-tpzed-readjobwithcomp
- head_uuid: zzzzz-8i9sb-cjs4pklxxjykqqq
+ head_uuid: zzzzz-d1hrv-partdonepipelin
-job_reader2_can_read_foo_repo:
+job_reader2_can_read_first_job_from_pipeline_from_job_with_components:
# Permission link giving job_reader2 permission
- # to read foo_repo
- uuid: zzzzz-o0j2j-072ec05dc9487f8
+ # to read running_job_with_components
+ uuid: zzzzz-o0j2j-job4pi4j4jobrdr
owner_uuid: zzzzz-tpzed-000000000000000
created_at: 2014-06-13 20:42:26 -0800
modified_by_client_uuid: zzzzz-tpzed-000000000000000
@@ -760,7 +760,7 @@ job_reader2_can_read_foo_repo:
link_class: permission
name: can_read
tail_uuid: zzzzz-tpzed-readjobwithcomp
- head_uuid: zzzzz-s0uqq-382brsig8rp3666
+ head_uuid: zzzzz-8i9sb-cjs4pklxxjykqqq
baz_collection_name_in_asubproject:
uuid: zzzzz-o0j2j-bazprojectname2
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list