summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-20 17:18:23 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-03 21:06:50 +0300
commitb87027a3c7d3bc88e2674c9e22c8745c9dbf1043 (patch)
treea0f74e34dde2bb69a38223bec3d71cea7e1d311f /yarns
parent066664763f16318076e34d702cce746b2fd4afca (diff)
downloadick2-b87027a3c7d3bc88e2674c9e22c8745c9dbf1043.tar.gz
Add: MuckStore
Diffstat (limited to 'yarns')
-rw-r--r--yarns/100-projects.yarn1
-rw-r--r--yarns/150-pipelines.yarn1
-rw-r--r--yarns/300-workers.yarn1
-rw-r--r--yarns/400-build.yarn3
-rw-r--r--yarns/500-build-fail.yarn1
-rw-r--r--yarns/600-unauthz.yarn1
-rw-r--r--yarns/700-artifact-store.yarn1
7 files changed, 9 insertions, 0 deletions
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index 4c5291f..3c4edbc 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.yarn
@@ -53,6 +53,7 @@ building them. We start by starting an instance of the controller.
... uapi_projects_id_get
... uapi_projects_id_put
... uapi_projects_id_delete
+ ... create update show delete
AND a running ick controller
WHEN user makes request GET /projects
diff --git a/yarns/150-pipelines.yarn b/yarns/150-pipelines.yarn
index 6a303eb..7b3a339 100644
--- a/yarns/150-pipelines.yarn
+++ b/yarns/150-pipelines.yarn
@@ -64,6 +64,7 @@ running them. We start by starting an instance of the controller.
... uapi_pipelines_id_get
... uapi_pipelines_id_put
... uapi_pipelines_id_delete
+ ... create update show delete
AND a running ick controller
WHEN user makes request GET /pipelines
diff --git a/yarns/300-workers.yarn b/yarns/300-workers.yarn
index cea6c81..2375a31 100644
--- a/yarns/300-workers.yarn
+++ b/yarns/300-workers.yarn
@@ -57,6 +57,7 @@ controller API. It doesn't actually talk to the worker itself.
... uapi_workers_id_get
... uapi_workers_id_put
... uapi_workers_id_delete
+ ... create update show delete
AND an access token for obelix with scopes
... uapi_workers_post
AND a running ick controller
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index 13eefce..08eb8f9 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -43,6 +43,7 @@ Set up the controller.
... uapi_logs_get
... uapi_logs_id_delete
... uapi_logs_id_get
+ ... create update show delete
AND a running ick controller
Add up a project with some named pipelines.
@@ -886,6 +887,7 @@ Set up the controller.
... uapi_logs_get
... uapi_logs_id_delete
... uapi_logs_id_get
+ ... create update show delete
AND a running ick controller
Add a couple of projects.
@@ -1119,6 +1121,7 @@ Set up the controller.
... uapi_logs_get
... uapi_logs_id_delete
... uapi_logs_id_get
+ ... create update show delete
AND a running ick controller
Add a couple of projects.
diff --git a/yarns/500-build-fail.yarn b/yarns/500-build-fail.yarn
index 6ca06c6..08592a7 100644
--- a/yarns/500-build-fail.yarn
+++ b/yarns/500-build-fail.yarn
@@ -45,6 +45,7 @@ Set up the controller.
... uapi_logs_get
... uapi_logs_id_delete
... uapi_logs_id_get
+ ... create update show delete
AND a running ick controller
Add up a project and its pipelines.
diff --git a/yarns/600-unauthz.yarn b/yarns/600-unauthz.yarn
index ab33404..cca142e 100644
--- a/yarns/600-unauthz.yarn
+++ b/yarns/600-unauthz.yarn
@@ -37,6 +37,7 @@ Set up the controller.
... uapi_builds_get
... uapi_builds_id_get
... uapi_logs_id_get
+ ... create update show delete
AND a running ick controller
WHEN user makes request POST /projects with a valid token and body
diff --git a/yarns/700-artifact-store.yarn b/yarns/700-artifact-store.yarn
index cadc83c..e562957 100644
--- a/yarns/700-artifact-store.yarn
+++ b/yarns/700-artifact-store.yarn
@@ -31,6 +31,7 @@ Set up the artifact store.
... uapi_blobs_id_delete
... uapi_blobs_id_put
... uapi_blobs_id_get
+ ... create update show delete
AND a running ick controller
<!--