From a799ddebdc516dba40a846e7e370825049cd97d7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 18 Oct 2019 10:49:23 +0300 Subject: Revert "Add: MuckStore" This reverts commit b87027a3c7d3bc88e2674c9e22c8745c9dbf1043. --- yarns/100-projects.yarn | 1 - yarns/150-pipelines.yarn | 1 - yarns/300-workers.yarn | 1 - yarns/400-build.yarn | 3 --- yarns/500-build-fail.yarn | 1 - yarns/600-unauthz.yarn | 1 - yarns/700-artifact-store.yarn | 1 - 7 files changed, 9 deletions(-) (limited to 'yarns') diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn index 3c4edbc..4c5291f 100644 --- a/yarns/100-projects.yarn +++ b/yarns/100-projects.yarn @@ -53,7 +53,6 @@ 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 7b3a339..6a303eb 100644 --- a/yarns/150-pipelines.yarn +++ b/yarns/150-pipelines.yarn @@ -64,7 +64,6 @@ 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 2375a31..cea6c81 100644 --- a/yarns/300-workers.yarn +++ b/yarns/300-workers.yarn @@ -57,7 +57,6 @@ 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 08eb8f9..13eefce 100644 --- a/yarns/400-build.yarn +++ b/yarns/400-build.yarn @@ -43,7 +43,6 @@ 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. @@ -887,7 +886,6 @@ 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. @@ -1121,7 +1119,6 @@ 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 08592a7..6ca06c6 100644 --- a/yarns/500-build-fail.yarn +++ b/yarns/500-build-fail.yarn @@ -45,7 +45,6 @@ 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 cca142e..ab33404 100644 --- a/yarns/600-unauthz.yarn +++ b/yarns/600-unauthz.yarn @@ -37,7 +37,6 @@ 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 e562957..cadc83c 100644 --- a/yarns/700-artifact-store.yarn +++ b/yarns/700-artifact-store.yarn @@ -31,7 +31,6 @@ 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