From 87f47e29a5219f9062d53c7ca6a65a0ac5858c7c Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:58:13 -0800 Subject: [PATCH 1/6] Fix env var table formatting (#43) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014574b2..49eccc3b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ npm start The `env.example` file has example values. Here's what they mean: Variable | Description | Sample --- | -- +-- | -- | -- `CONFIG_NAME` | Name of the configuration to use | `chis-ke` `EXTERNAL_PORT` | Port to use in docker compose when starting the web server | `3000` `PORT` | For localhost development environment | `3000` From 74ed3be83751599617701231ff73ed2deae80c9a Mon Sep 17 00:00:00 2001 From: Kenn Sippell Date: Tue, 30 Jan 2024 00:33:22 -0600 Subject: [PATCH 2/6] eCHIS Kenya - Add staging and training domains * Add staging and training domains * 1.0.7 * 1.0.8 --- package-lock.json | 4 ++-- package.json | 2 +- src/config/chis-ke/config.json | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84a5ae85..11aa4583 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cht-user-management", - "version": "1.0.6", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cht-user-management", - "version": "1.0.6", + "version": "1.0.8", "license": "ISC", "dependencies": { "@fastify/autoload": "^5.8.0", diff --git a/package.json b/package.json index d0c7be88..87a09b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cht-user-management", - "version": "1.0.6", + "version": "1.0.8", "main": "dist/index.js", "dependencies": { "@fastify/autoload": "^5.8.0", diff --git a/src/config/chis-ke/config.json b/src/config/chis-ke/config.json index b95f1204..9ad2b3ea 100644 --- a/src/config/chis-ke/config.json +++ b/src/config/chis-ke/config.json @@ -187,6 +187,23 @@ { "friendly": "West Pokot", "domain": "westpokot.echis.go.ke" + }, + + { + "friendly": "Staging (chis-staging.health.go.ke)", + "domain": "chis-staging.health.go.ke" + }, + { + "friendly": "Training 1", + "domain": "chis-training.health.go.ke" + }, + { + "friendly": "Training 2", + "domain": "chis-training-2.health.go.ke" + }, + { + "friendly": "Training 3", + "domain": "chis-training-3.health.go.ke" } ], "contact_types": [ From 79472e98cedef73ddc2839344ad6a3177a825654 Mon Sep 17 00:00:00 2001 From: Ashley <8253488+mrjones-plip@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:12:16 -0800 Subject: [PATCH 3/6] Deploy to Production - bump values.yaml to 1.0.8 --- scripts/deploy/values/users-chis-ke.yaml | 2 +- scripts/deploy/values/users-chis-ug.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy/values/users-chis-ke.yaml b/scripts/deploy/values/users-chis-ke.yaml index 70b76a61..aca9fcbc 100644 --- a/scripts/deploy/values/users-chis-ke.yaml +++ b/scripts/deploy/values/users-chis-ke.yaml @@ -1,6 +1,6 @@ cht-user-management: image: - tag: 1.0.0 + tag: 1.0.8 env: CONFIG_NAME: chis-ke diff --git a/scripts/deploy/values/users-chis-ug.yaml b/scripts/deploy/values/users-chis-ug.yaml index d3af0efc..e021a616 100644 --- a/scripts/deploy/values/users-chis-ug.yaml +++ b/scripts/deploy/values/users-chis-ug.yaml @@ -1,6 +1,6 @@ cht-user-management: image: - tag: 1.0.0 + tag: 1.0.8 env: CONFIG_NAME: chis-ug From 864bcf5c901ad65b79b4ac0430a5591d3a91fccb Mon Sep 17 00:00:00 2001 From: "kennsippell@gmail.com" Date: Wed, 31 Jan 2024 14:27:23 -0600 Subject: [PATCH 4/6] Add staging server --- src/config/chis-ug/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/chis-ug/config.json b/src/config/chis-ug/config.json index bde9ea7f..f54d7bd4 100644 --- a/src/config/chis-ug/config.json +++ b/src/config/chis-ug/config.json @@ -4,6 +4,10 @@ { "friendly": "eCHIS Uganda", "domain": "echis.health.go.ug" + }, + { + "friendly": "eCHIS Uganda Staging", + "domain": "vhtapp.dev.medicmobile.org" } ], From c9348b114c134e163a223b5d760f9a7fb67c8598 Mon Sep 17 00:00:00 2001 From: "kennsippell@gmail.com" Date: Thu, 8 Feb 2024 21:18:11 +0700 Subject: [PATCH 5/6] Update training and dev instances --- src/config/chis-ug/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/config/chis-ug/config.json b/src/config/chis-ug/config.json index f54d7bd4..30bad92a 100644 --- a/src/config/chis-ug/config.json +++ b/src/config/chis-ug/config.json @@ -6,8 +6,12 @@ "domain": "echis.health.go.ug" }, { - "friendly": "eCHIS Uganda Staging", - "domain": "vhtapp.dev.medicmobile.org" + "friendly": "eCHIS Uganda Dev", + "domain": "vhtapp-4x.dev.medicmobile.org" + }, + { + "friendly": "eCHIS Uganda Training", + "domain": "moh-ug-test.dev.medicmobile.org" } ], From 9e8650d3b61ae2fbd32ad3ae32dbdb4ea87a4e5b Mon Sep 17 00:00:00 2001 From: "kennsippell@gmail.com" Date: Thu, 8 Feb 2024 21:18:55 +0700 Subject: [PATCH 6/6] 1.0.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11aa4583..6dbc11ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cht-user-management", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cht-user-management", - "version": "1.0.8", + "version": "1.0.9", "license": "ISC", "dependencies": { "@fastify/autoload": "^5.8.0", diff --git a/package.json b/package.json index 87a09b47..6fb07286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cht-user-management", - "version": "1.0.8", + "version": "1.0.9", "main": "dist/index.js", "dependencies": { "@fastify/autoload": "^5.8.0",