From 3ee2d45c33dbd426e8db668ec293a616c543c835 Mon Sep 17 00:00:00 2001 From: Goncalo Oliveira Date: Fri, 19 Feb 2021 18:18:13 +0100 Subject: [PATCH 1/3] added ASPNET Functions templates Signed-off-by: Goncalo Oliveira --- templates.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/templates.json b/templates.json index 2f0beb0..0260555 100644 --- a/templates.json +++ b/templates.json @@ -349,5 +349,32 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "official": "false" + }, + { + "template": "aspnet", + "platform": "x86_64", + "language": "C#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions C# template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" + }, + { + "template": "aspnet-fsharp", + "platform": "x86_64", + "language": "F#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions F# template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" + }, + { + "template": "aspnet-controller", + "platform": "x86_64", + "language": "C#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions C# controller template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" } ] From 575ae75a7caeb220e0eedc9770dc718413be32f6 Mon Sep 17 00:00:00 2001 From: Goncalo Oliveira Date: Fri, 19 Feb 2021 18:26:42 +0100 Subject: [PATCH 2/3] added TypeScript templates Signed-off-by: Goncalo Oliveira --- templates.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates.json b/templates.json index 0260555..9e1d476 100644 --- a/templates.json +++ b/templates.json @@ -376,5 +376,23 @@ "description": "ASPNET Functions C# controller template", "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", "official": "false" + }, + { + "template": "typescript", + "platform": "x86_64", + "language": "TypeScript", + "source": "goncalo-oliveira", + "description": "TypeScript + Node 14 + Express template", + "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", + "official": "false" + }, + { + "template": "typescript-fastify", + "platform": "x86_64", + "language": "TypeScript", + "source": "goncalo-oliveira", + "description": "TypeScript + Node 14 + Fastify template", + "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", + "official": "false" } ] From c9a12d1edc415c849660b29e395194df7267a27f Mon Sep 17 00:00:00 2001 From: Goncalo Oliveira Date: Fri, 19 Feb 2021 18:45:00 +0100 Subject: [PATCH 3/3] Revert "added TypeScript templates" This reverts commit 575ae75a7caeb220e0eedc9770dc718413be32f6. Signed-off-by: Goncalo Oliveira --- templates.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/templates.json b/templates.json index 9e1d476..0260555 100644 --- a/templates.json +++ b/templates.json @@ -376,23 +376,5 @@ "description": "ASPNET Functions C# controller template", "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", "official": "false" - }, - { - "template": "typescript", - "platform": "x86_64", - "language": "TypeScript", - "source": "goncalo-oliveira", - "description": "TypeScript + Node 14 + Express template", - "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", - "official": "false" - }, - { - "template": "typescript-fastify", - "platform": "x86_64", - "language": "TypeScript", - "source": "goncalo-oliveira", - "description": "TypeScript + Node 14 + Fastify template", - "repo": "https://github.com/goncalo-oliveira/faas-typescript-template", - "official": "false" } ]