Skip to content

Commit

Permalink
ci: sonar (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 14, 2024
1 parent b712b42 commit c77755b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
tests-java:
name: Backend Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
secrets: inherit
uses: ./.github/workflows/reusable-tests-be.yml

tests-frontend:
name: Frontend Unit Tests
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
secrets: inherit
uses: ./.github/workflows/reusable-tests-fe.yml

trivy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Lifecycle](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)


The nr-forest-client is a node.js application built with [Vue.js](https://vuejs.org) in typescript as frontend, [Spring boot java](https://spring.io/projects/spring-boot#learn) as backend, postgres and oracle for database, integrated with the [greenfield-template](https://github.com/bcgov/greenfield-template) to automate the process for testing, security scanning, code quality checking, image building and deploying.
The nr-forest-client is a node.js application built with [Vue.js](https://vuejs.org) in typescript as frontend, [Spring boot java](https://spring.io/projects/spring-boot#learn) as backend, postgres and oracle for database, integrated with the [QuickStart for OpenShift](https://github.com/bcgov/quickstart-openshift) to automate the process for testing, security scanning, code quality checking, image building and deploying.

## Frontend

Expand All @@ -36,4 +36,4 @@ As the application evolves, so does the data, and to control the evolution of th

We have the database schema documented using [SchemaSpy](https://schemaspy.org/). This is particularly useful tool for database administrators, developers, and analysts who need to understand the structure and relationships within a database. This allow us to automatically generate a visualization of the database schema through Entity-Relationship (ER) diagrams. These diagrams help users quickly grasp the relationships between tables, making it easier to navigate and understand complex databases.

You can find our database diagram on [this page](https://bcgov.github.io/nr-forest-client/schema/nrfc/relationships.html) and more information about the database on [this page](https://bcgov.github.io/nr-forest-client/schema)
You can find our database diagram on [this page](https://bcgov.github.io/nr-forest-client/schema/nrfc/relationships.html) and more information about the database on [this page](https://bcgov.github.io/nr-forest-client/schema)
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/greenfield-template/issues).
Please report any issues or vulerabilities with an [issue](https://github.com/bcgov/nr-forest-client/issues).

0 comments on commit c77755b

Please sign in to comment.