Skip to content

Commit

Permalink
Merge pull request #4 from bcgov/feat/changes_to_homepage
Browse files Browse the repository at this point in the history
feat: changes to homepage
  • Loading branch information
cberg-aot authored Dec 23, 2024
2 parents c246875 + b99d8e3 commit 567e3be
Show file tree
Hide file tree
Showing 104 changed files with 991 additions and 26,978 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,8 @@ on:
required: true

jobs:
deployer-db:
name: Database
uses: ./.github/workflows/.deployer-db.yml
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: ${{ inputs.environment }}
triggers: ${{ inputs.triggers }}

deployer:
name: Stack
needs: deployer-db
environment: ${{ inputs.environment }}
runs-on: ubuntu-24.04
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
name: [backend, frontend]
name: [ frontend ]
steps:
- uses: actions/checkout@v4
- uses: grafana/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
- 5432:5432
strategy:
matrix:
dir: [backend, frontend]
dir: [frontend]
include:
- dir: backend
token: SONAR_TOKEN_BACKEND
- dir: frontend
token: SONAR_TOKEN_FRONTEND
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
packages: write
strategy:
matrix:
package: [migrations, backend, frontend]
package: [ frontend ]
timeout-minutes: 1
steps:
- uses: shrink/actions-docker-registry-tag@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend frontend migrations
packages: frontend

cleanup_db: # TODO move it off to another action later.
name: Remove DB User from crunchy
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
package: [backend, frontend, migrations]
package: [ frontend ]
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
Expand All @@ -35,21 +35,14 @@ jobs:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('backend/' 'frontend/' 'migrations/' 'charts/')
triggers: ( 'frontend/' '.github/' 'charts/')
db_user: app-${{github.event.number}}
params: --set global.secrets.persist=false

tests:
name: Tests (${{ github.event.number }})
if: needs.deploys.outputs.triggered == 'true'
needs: [deploys]
uses: ./.github/workflows/.tests.yml
with:
target: ${{ github.event.number }}

results:
name: PR Results
needs: [builds, deploys, tests]
needs: [builds, deploys]
if: always()
runs-on: ubuntu-24.04
steps:
Expand Down
398 changes: 1 addition & 397 deletions README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions SECURITY.md

This file was deleted.

24 changes: 0 additions & 24 deletions backend/.dockerignore

This file was deleted.

37 changes: 0 additions & 37 deletions backend/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions backend/nest-cli.json

This file was deleted.

Loading

0 comments on commit 567e3be

Please sign in to comment.