Skip to content

Commit

Permalink
Merge pull request #3 from bcgov/feature/init
Browse files Browse the repository at this point in the history
adding additional files
  • Loading branch information
rajpalc7 authored Feb 7, 2023
2 parents 7821b5b + e7fc984 commit fa249e4
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- PROJECT SHIELDS -->

[![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
Expand Down Expand Up @@ -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!)

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions backend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion common/openshift.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion database/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion database/templates/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions frontend-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```
4 changes: 2 additions & 2 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"config:base"
],
"autodiscover": true,
"autodiscoverFilter": "bcgov/nr-quickstart-typescript",
"autodiscoverFilter": "bcgov/citz-von",
"gitAuthor": "Renovate Bot <[email protected]>",
"configMigration": true,
"configWarningReuseIssue": true,
Expand Down

0 comments on commit fa249e4

Please sign in to comment.