Skip to content

Commit

Permalink
Repo name find/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 21, 2023
1 parent cbe4bd7 commit bec62a4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
dir: [backend, frontend]
include:
- dir: backend
sonar_projectKey: quickstart-openshift_backend
sonar_projectKey: nr-results-exam_backend
token: SONAR_TOKEN_BACKEND
triggers: ('backend/')
- dir: frontend
sonar_projectKey: quickstart-openshift_frontend
sonar_projectKey: nr-results-exam_frontend
token: SONAR_TOKEN_FRONTEND
triggers: ('frontend/')
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run integration tests
run: BASE_URL=https://quickstart-openshift-test-backend.apps.silver.devops.gov.bc.ca API_NAME=nest node src/main.js
run: BASE_URL=https://nr-results-exam-test-backend.apps.silver.devops.gov.bc.ca API_NAME=nest node src/main.js

cypress-e2e:
name: Cypress end to end test
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: cypress-io/github-action@v6
name: Cypress run
with:
config: pageLoadTimeout=10000,baseUrl=https://quickstart-openshift-test-frontend.apps.silver.devops.gov.bc.ca/
config: pageLoadTimeout=10000,baseUrl=https://nr-results-exam-test-frontend.apps.silver.devops.gov.bc.ca/
working-directory: ./frontend
browser: ${{ matrix.browser }}
- uses: actions/upload-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/nr-spar-webapp)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_nr-spar-webapp&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_nr-spar-webapp)
[![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_nr-nr-results-exam&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_nr-nr-results-exam)

# Natural Resources RESULTS Exam Web Application

Expand Down Expand Up @@ -63,4 +63,4 @@ our [CONTRIBUTING](CONTRIBUTING.md) guide.
## Getting help

As mentioned, we're here to help. Feel free to start a conversation
on Rocket chat, you can search for `@jazz.grewal`.
on Rocket chat, you can search for `@jazz.grewal`.
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/quickstart-openshift/issues).
Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/nr-results-exam/issues).
6 changes: 3 additions & 3 deletions backend/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: Module name
value: quickstart-openshift
value: nr-results-exam
- name: COMPONENT
description: Component name
value: backend
Expand Down Expand Up @@ -45,10 +45,10 @@ parameters:
value: bcgov
- name: PROMOTE
description: Image (namespace/name:tag) to promote/import
value: bcgov/quickstart-openshift/backend:test
value: bcgov/nr-results-exam/backend:test
- name: PROMOTE_MIGRATION
description: Image (namespace/name:tag) for migration to promote/import
value: bcgov/quickstart-openshift/migrations:test
value: bcgov/nr-results-exam/migrations:test
- name: COMPONENT_DB_MIGRATION
description: Component name for database migrations
value: migrations
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: quickstart-openshift
value: nr-results-exam
- name: COMPONENT
description: Component name
value: database
Expand Down
2 changes: 1 addition & 1 deletion frontend/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "cypress";

export default defineConfig({
e2e: {
baseUrl: 'https://quickstart-openshift-test-frontend.apps.silver.devops.gov.bc.ca/',
baseUrl: 'https://nr-results-exam-test-frontend.apps.silver.devops.gov.bc.ca/',
setupNodeEvents(on, config) {
// implement node event listeners here
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/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: Module name
value: quickstart-openshift
value: nr-results-exam
- name: COMPONENT
description: Component name
value: frontend
Expand Down Expand Up @@ -34,7 +34,7 @@ parameters:
value: ghcr.io
- name: PROMOTE
description: Image (namespace/name:tag) to promote/import
value: bcgov/quickstart-openshift/frontend:prod
value: bcgov/nr-results-exam/frontend:prod
- name: LOG_LEVEL
description: Caddy logging level DEBUG, INFO, WARN, ERROR, PANIC, and FATAL (https://github.com/caddyserver/caddy/blob/master/logging.go)
value: "info"
Expand Down

0 comments on commit bec62a4

Please sign in to comment.