diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 8097ebc..9788fea 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -26,10 +26,10 @@ jobs: dir: [backend, frontend] include: - dir: backend - sonar_projectKey: bcgov_nr-quickstart-typescript_backend + sonar_projectKey: bcgov_citz-von_backend token: SONAR_TOKEN_BACKEND - dir: frontend - sonar_projectKey: bcgov_nr-quickstart-typescript_frontend + sonar_projectKey: bcgov_citz-von_frontend token: SONAR_TOKEN_FRONTEND steps: - uses: bcgov-nr/action-test-and-analyse@v0.0.1 diff --git a/README.md b/README.md index 51a1bb8..6a9d5a3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_nr-quickstart-typescript&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_nr-quickstart-typescript) -[![Merge to Main](https://github.com/bcgov/nr-quickstart-typescript/actions/workflows/merge-main.yml/badge.svg)](https://github.com/bcgov/nr-quickstart-typescript/actions/workflows/merge-main.yml) -[![Unit Tests and Analysis](https://github.com/bcgov/nr-quickstart-typescript/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/bcgov/nr-quickstart-typescript/actions/workflows/unit-tests.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_citz-von&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_citz-von) +[![Merge to Main](https://github.com/bcgov/citz-von/actions/workflows/merge-main.yml/badge.svg)](https://github.com/bcgov/citz-von/actions/workflows/merge-main.yml) +[![Unit Tests and Analysis](https://github.com/bcgov/citz-von/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/bcgov/citz-von/actions/workflows/unit-tests.yml) -[![Issues](https://img.shields.io/github/issues/bcgov/nr-quickstart-typescript)](/../../issues) -[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/nr-quickstart-typescript)](/../../pulls) -[![MIT License](https://img.shields.io/github/license/bcgov/nr-quickstart-typescript.svg)](/LICENSE.md) +[![Issues](https://img.shields.io/github/issues/bcgov/citz-von)](/../../issues) +[![Pull Requests](https://img.shields.io/github/issues-pr/bcgov/citz-von)](/../../pulls) +[![MIT License](https://img.shields.io/github/license/bcgov/citz-von.svg)](/LICENSE.md) [![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md) # QuickStart: OpenShift, TypeScript and Postgres/PostGIS -The DevOps Quickstart is a fully functional set of pipeline workflows and a starter application stack intended to help Agile DevOps teams hit the ground running. Currently OpenShift is supported with plans for AWS (Amazon Web Services). Pipelines are run using [GitHub Actions](https://github.com/bcgov/nr-quickstart-typescript/actions). +The DevOps Quickstart is a fully functional set of pipeline workflows and a starter application stack intended to help Agile DevOps teams hit the ground running. Currently OpenShift is supported with plans for AWS (Amazon Web Services). Pipelines are run using [GitHub Actions](https://github.com/bcgov/citz-von/actions). Features: * Pull Request-based pipeline @@ -114,7 +114,7 @@ The following are required: Create a new repository using this repository as a template. -* Select bcgov/nr-quickstart-typescript under Repository template +* Select bcgov/citz-von under Repository template * Check Codecov | Code Coverage to grant access * Jira cannot be unchecked (I try every time!) @@ -213,7 +213,7 @@ Pull Requests: Packages are available from your repository (link on right). All should have visibility set to public for the workflows to run successfully. -E.g. https://github.com/bcgov/nr-quickstart-typescript/packages +E.g. https://github.com/bcgov/citz-von/packages ### Branch Protection diff --git a/SECURITY.md b/SECURITY.md index b5e68c4..ce9943e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,4 +7,4 @@ This product currently has no support and is experimental. That could change in ## Reporting a Vulnerability -Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/nr-quickstart-typescript/issues). +Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/citz-von/issues). diff --git a/backend/openshift.deploy.yml b/backend/openshift.deploy.yml index ed36432..442ec60 100644 --- a/backend/openshift.deploy.yml +++ b/backend/openshift.deploy.yml @@ -6,7 +6,7 @@ labels: parameters: - name: NAME description: Module name - value: nr-quickstart-typescript + value: citz-von - name: COMPONENT description: Component name value: backend @@ -37,7 +37,7 @@ parameters: value: ghcr.io - name: PROMOTE description: Image (namespace/name:tag) to promote/import - value: bcgov/nr-quickstart-typescript/backend:prod + value: bcgov/citz-von/backend:prod objects: - apiVersion: v1 kind: ImageStream diff --git a/backend/package-lock.json b/backend/package-lock.json index 79d214f..efae599 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,11 +1,11 @@ { - "name": "nr-quickstart-typescript", + "name": "citz-von", "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "nr-quickstart-typescript", + "name": "citz-von", "version": "0.0.1", "license": "Apache-2.0", "dependencies": { diff --git a/backend/package.json b/backend/package.json index 671f4fe..eb26b3c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,5 +1,5 @@ { - "name": "nr-quickstart-typescript", + "name": "citz-von", "version": "0.0.1", "description": "BCGov devops quickstart. For reference, testing and new projects.", "main": "index.js", @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/bcgov/nr-quickstart-typescript.git" + "url": "git+https://github.com/bcgov/citz-von.git" }, "keywords": [ "openshift", @@ -36,9 +36,9 @@ "author": "Derek Roberts", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/bcgov/nr-quickstart-typescript/issues" + "url": "https://github.com/bcgov/citz-von/issues" }, - "homepage": "https://github.com/bcgov/nr-quickstart-typescript#readme", + "homepage": "https://github.com/bcgov/citz-von#readme", "dependencies": { "@nestjs/cli": "^9.1.8", "@nestjs/common": "^9.2.1", diff --git a/common/openshift.init.yml b/common/openshift.init.yml index f94e7d6..0777000 100644 --- a/common/openshift.init.yml +++ b/common/openshift.init.yml @@ -3,7 +3,7 @@ kind: Template parameters: - name: NAME description: Product name - value: nr-quickstart-typescript + value: citz-von - name: PG_DATABASE description: Postgres database name value: database diff --git a/database/openshift.deploy.yml b/database/openshift.deploy.yml index 4ed142c..674acb9 100644 --- a/database/openshift.deploy.yml +++ b/database/openshift.deploy.yml @@ -3,7 +3,7 @@ kind: Template parameters: - name: NAME description: Product name - value: nr-quickstart-typescript + value: citz-von - name: COMPONENT description: Component name value: database diff --git a/database/templates/openshift.deploy.yml b/database/templates/openshift.deploy.yml index 15100d0..a747cd1 100644 --- a/database/templates/openshift.deploy.yml +++ b/database/templates/openshift.deploy.yml @@ -3,7 +3,7 @@ kind: Template parameters: - name: NAME description: Product name - value: nr-quickstart-typescript + value: citz-von - name: COMPONENT description: Component name value: database diff --git a/frontend-react/README.md b/frontend-react/README.md index cb63a2a..edf0f26 100644 --- a/frontend-react/README.md +++ b/frontend-react/README.md @@ -45,7 +45,7 @@ yarn lint ### You can also try it with Docker ```sh -docker build -t ghcr.io/bcgov/nr-quickstart-typescript/frontend-react:snapshot . +docker build -t ghcr.io/bcgov/citz-von/frontend-react:snapshot . ``` Then: @@ -55,5 +55,5 @@ docker run -t -i -p 3000:3000 \ -e VITE_KC_URL=https://dev.loginproxy.gov.bc.ca/auth \ -e VITE_KC_REALM=standard \ -e VITE_KC_CLIENT_ID=seed-planning-test-4296 \ - ghcr.io/bcgov/nr-quickstart-typescript/frontend-react:snapshot + ghcr.io/bcgov/citz-von/frontend-react:snapshot ``` diff --git a/frontend/openshift.deploy.yml b/frontend/openshift.deploy.yml index 5f7c220..cf45402 100644 --- a/frontend/openshift.deploy.yml +++ b/frontend/openshift.deploy.yml @@ -6,7 +6,7 @@ labels: parameters: - name: NAME description: Module name - value: nr-quickstart-typescript + value: citz-von - name: COMPONENT description: Component name value: frontend @@ -37,7 +37,7 @@ parameters: value: ghcr.io - name: PROMOTE description: Image (namespace/name:tag) to promote/import - value: bcgov/nr-quickstart-typescript/frontend:prod + value: bcgov/citz-von/frontend:prod objects: - apiVersion: v1 kind: ImageStream diff --git a/renovate.json b/renovate.json index 2505bef..da9975e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "config:base" ], "autodiscover": true, - "autodiscoverFilter": "bcgov/nr-quickstart-typescript", + "autodiscoverFilter": "bcgov/citz-von", "gitAuthor": "Renovate Bot ", "configMigration": true, "configWarningReuseIssue": true,