From 233783cd8e7b2f8a066e3a31411a3c6c9ff61c60 Mon Sep 17 00:00:00 2001 From: Kanak Singhal Date: Thu, 14 Dec 2023 16:12:13 +0530 Subject: [PATCH 1/5] Create terrarium.yaml --- apps/04-golang-pgsql/terrarium.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/04-golang-pgsql/terrarium.yaml diff --git a/apps/04-golang-pgsql/terrarium.yaml b/apps/04-golang-pgsql/terrarium.yaml new file mode 100644 index 00000000..b281e3c1 --- /dev/null +++ b/apps/04-golang-pgsql/terrarium.yaml @@ -0,0 +1,12 @@ +id: 04-golang-pgsql +name: Go Postgres Demo App 04 +env_prefix: VO + +compute: + use: server_web + inputs: + port: 3000 + +dependencies: + - id: db + use: postgres From 5ee957a1978871cdc8a1d8609006fca879f922c8 Mon Sep 17 00:00:00 2001 From: Kanak Singhal Date: Thu, 14 Dec 2023 16:27:34 +0530 Subject: [PATCH 2/5] Update terrarium.yaml --- apps/04-golang-pgsql/terrarium.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/04-golang-pgsql/terrarium.yaml b/apps/04-golang-pgsql/terrarium.yaml index b281e3c1..3cbfdb28 100644 --- a/apps/04-golang-pgsql/terrarium.yaml +++ b/apps/04-golang-pgsql/terrarium.yaml @@ -1,6 +1,5 @@ id: 04-golang-pgsql name: Go Postgres Demo App 04 -env_prefix: VO compute: use: server_web From a0323443d3eabdbc211ded97f1596e96a9c1595e Mon Sep 17 00:00:00 2001 From: Kanak Singhal Date: Fri, 15 Dec 2023 16:34:48 +0530 Subject: [PATCH 3/5] Update terrarium.yaml --- apps/04-golang-pgsql/terrarium.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/04-golang-pgsql/terrarium.yaml b/apps/04-golang-pgsql/terrarium.yaml index 3cbfdb28..e41c4c95 100644 --- a/apps/04-golang-pgsql/terrarium.yaml +++ b/apps/04-golang-pgsql/terrarium.yaml @@ -1,11 +1,6 @@ id: 04-golang-pgsql name: Go Postgres Demo App 04 -compute: - use: server_web - inputs: - port: 3000 - dependencies: - id: db use: postgres From d2232db453b6e4dc18446269c5a63133b4fc7cec Mon Sep 17 00:00:00 2001 From: Kanak Singhal Date: Mon, 18 Dec 2023 14:25:34 +0530 Subject: [PATCH 4/5] add noop sh script --- apps/04-golang-pgsql/noop.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 apps/04-golang-pgsql/noop.sh diff --git a/apps/04-golang-pgsql/noop.sh b/apps/04-golang-pgsql/noop.sh new file mode 100755 index 00000000..e78c829c --- /dev/null +++ b/apps/04-golang-pgsql/noop.sh @@ -0,0 +1 @@ +echo hello world \ No newline at end of file From 5feaf2190be6e0a41ef6177e9f860eaffbd84ddf Mon Sep 17 00:00:00 2001 From: Rajat Sharma <64005405+rajatsharma111@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:28:41 +0530 Subject: [PATCH 5/5] Update noop.sh --- apps/04-golang-pgsql/noop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/04-golang-pgsql/noop.sh b/apps/04-golang-pgsql/noop.sh index e78c829c..05178e23 100755 --- a/apps/04-golang-pgsql/noop.sh +++ b/apps/04-golang-pgsql/noop.sh @@ -1 +1 @@ -echo hello world \ No newline at end of file +echo hello world!!