From 98ed79569985cb186e8ef506c07f8337b6800957 Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:21:25 -0700 Subject: [PATCH 1/7] moving files to archived folder --- .../cloud-functions-github-auto-deployer/index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/index.md (100%) diff --git a/tutorials/cloud-functions-github-auto-deployer/index.md b/archived/cloud-functions-github-auto-deployer/index.md similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/index.md rename to archived/cloud-functions-github-auto-deployer/index.md From 3b5628e8701eb91c24b8e57df7b88f5625255f36 Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:26:04 -0700 Subject: [PATCH 2/7] Rename tutorials/cloud-functions-github-auto-deployer/sample-function/index.js to archived/cloud-functions-github-auto-deployer/sample-function/index.js --- .../cloud-functions-github-auto-deployer/sample-function/index.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/sample-function/index.js (100%) diff --git a/tutorials/cloud-functions-github-auto-deployer/sample-function/index.js b/archived/cloud-functions-github-auto-deployer/sample-function/index.js similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/sample-function/index.js rename to archived/cloud-functions-github-auto-deployer/sample-function/index.js From 7ee735830636f65f69ce27b3cefa308c3be20083 Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:27:31 -0700 Subject: [PATCH 3/7] Rename tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock to archived/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock --- .../cloud-functions-github-auto-deployer/auto-deployer/yarn.lock | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock (100%) diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock b/archived/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock rename to archived/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock From c6c8962fbf738955359d3642449d307e35960ed7 Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:29:20 -0700 Subject: [PATCH 4/7] Rename tutorials/cloud-functions-github-auto-deployer/auto-deployer/package.json to archived/cloud-functions-github-auto-deployer/auto-deployer/package.json --- .../auto-deployer/package.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/auto-deployer/package.json (100%) diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/package.json b/archived/cloud-functions-github-auto-deployer/auto-deployer/package.json similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/package.json rename to archived/cloud-functions-github-auto-deployer/auto-deployer/package.json From b35538173fde33b71eaa4d0d4a1083376d505f0e Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:30:22 -0700 Subject: [PATCH 5/7] Rename tutorials/cloud-functions-github-auto-deployer/auto-deployer/index.js to archived/cloud-functions-github-auto-deployer/auto-deployer/index.js --- .../cloud-functions-github-auto-deployer/auto-deployer/index.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/auto-deployer/index.js (100%) diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/index.js b/archived/cloud-functions-github-auto-deployer/auto-deployer/index.js similarity index 100% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/index.js rename to archived/cloud-functions-github-auto-deployer/auto-deployer/index.js From ea499ea12db86a39a62798de21c3c291e8601c8d Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:31:14 -0700 Subject: [PATCH 6/7] Rename tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json to archived/cloud-functions-github-auto-deployer/auto-deployer/config.json --- .../auto-deployer/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {tutorials => archived}/cloud-functions-github-auto-deployer/auto-deployer/config.json (99%) diff --git a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json b/archived/cloud-functions-github-auto-deployer/auto-deployer/config.json similarity index 99% rename from tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json rename to archived/cloud-functions-github-auto-deployer/auto-deployer/config.json index 63776c9c72..4a0b6f5875 100644 --- a/tutorials/cloud-functions-github-auto-deployer/auto-deployer/config.json +++ b/archived/cloud-functions-github-auto-deployer/auto-deployer/config.json @@ -14,4 +14,4 @@ "functionName":"[YOUR_FUNCTION_NAME_N]" } ] -} \ No newline at end of file +} From ed900fc872dc2f6af8397520982c9431d7b5a5e0 Mon Sep 17 00:00:00 2001 From: Todd Kopriva <43478937+ToddKopriva@users.noreply.github.com> Date: Mon, 6 Apr 2020 14:34:43 -0700 Subject: [PATCH 7/7] added README file with explanation of archive operation --- archived/cloud-functions-github-auto-deployer/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 archived/cloud-functions-github-auto-deployer/README.md diff --git a/archived/cloud-functions-github-auto-deployer/README.md b/archived/cloud-functions-github-auto-deployer/README.md new file mode 100644 index 0000000000..df3860e800 --- /dev/null +++ b/archived/cloud-functions-github-auto-deployer/README.md @@ -0,0 +1,4 @@ +This tutorial was moved into the archived folder because of a security vulnerability in one of its dependencies, minimist: +https://github.com/GoogleCloudPlatform/community/network/alert/tutorials/cloud-functions-github-auto-deployer/auto-deployer/yarn.lock/minimist/open + +To republish this tutorial, first ensure that this security vulnerability has been addressed.