Skip to content

Commit

Permalink
Main -> Val (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHanded authored Mar 5, 2024
2 parents 065cbb4 + 07a60f9 commit 1ee1973
Show file tree
Hide file tree
Showing 30 changed files with 355 additions and 378 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ exclude_patterns:
- "src/"
- "services/.sechub/"
- "services/database/"
- "services/stream-functions/"
- "services/ui/"
- "services/ui-src/public/"
- "services/ui-src/src/libs/"
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
run: |
BRANCH_NAME=$(./.github/setBranchName.sh ${{ github.ref_name }})
echo "branch_name=${BRANCH_NAME}" >> $GITHUB_ENV
- name: 'Setup jq'
- name: "Setup jq"
uses: dcarbone/[email protected]
with:
version: '${{ inputs.version }}'
force: '${{ inputs.force }}'
- name: 'Check jq'
version: "${{ inputs.version }}"
force: "${{ inputs.force }}"
- name: "Check jq"
# language=sh
run: |
which jq
Expand Down Expand Up @@ -128,7 +128,6 @@ jobs:
path: |
services/app-api/node_modules
services/uploads/node_modules
services/stream-functions/node_modules
services/ui/node_modules
services/ui-auth/node_modules
services/ui-src/node_modules
Expand Down Expand Up @@ -168,7 +167,7 @@ jobs:
run: |
STAGE_GH_IPSET_NAME=$STAGE_PREFIX$branch_name-gh-ipset
echo "Github IP Set name: $STAGE_GH_IPSET_NAME"
echo "STAGE_GH_IPSET_NAME=$STAGE_GH_IPSET_NAME" >> $GITHUB_OUTPUT
echo "STAGE_GH_IPSET_NAME=$STAGE_GH_IPSET_NAME" >> $GITHUB_OUTPUT
- name: Fetch AWS IP set Metadata
id: fetch-ip-set-info
run: |
Expand All @@ -194,12 +193,12 @@ jobs:
outputs:
application_endpoint: ${{ needs.deploy.outputs.application_endpoint }}
ipset_name: ${{ steps.fetch-ip-set-info.outputs.IPSET_NAME }}
ipset_id: ${{ steps.fetch-ip-set-info.outputs.IPSET_ID }}
ipset_id: ${{ steps.fetch-ip-set-info.outputs.IPSET_ID }}

setup-tests:
name: "Setup End To End Tests"
uses: ./.github/workflows/cypress-workflow.yml
needs:
needs:
- e2e-tests-init
with:
test-path: "init"
Expand Down Expand Up @@ -302,7 +301,7 @@ jobs:

cleanup:
name: Deslist GHA Runner CIDR Blocks
if: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/val' && github.ref != 'refs/heads/prod' }}
if: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/val' && github.ref != 'refs/heads/prod' }}
runs-on: ubuntu-latest
needs:
- e2e-tests-init
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ QMR is the CMCS MDCT application for collecting state data for related to measur
- [Database](#database)
- [Tables](#tables)
- [How to set up Dynamo endpoint to view local Db](#how-to-set-up-dynamo-endpoint-to-view-local-db)
- [Stream Functions](#stream-functions)
- [UI](#ui)
- [Dev/Impl/Prod endpoints](#devimplprod-endpoints)
- [Branch Endpoints](#branch-endpoints)
Expand Down Expand Up @@ -415,12 +414,6 @@ To run the dynamodb gui, run `DYNAMO_ENDPOINT=http://localhost:8000 dynamodb-adm

From here you can view the tables and perform operations on the local tables.

### Stream Functions

---

The stream functions fire deltas when updates to its table happens. These changes are picked up in the API where these changes are communicated to the kafka streams for the application.

## UI

The UI Service creates the URL's associated with the application and the cloudfront logs that monitor traffic.
Expand Down
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services=(
'database'
'app-api'
'uploads'
'stream-functions'
'ui'
'ui-auth'
'ui-src'
Expand Down
8 changes: 0 additions & 8 deletions services/stream-functions/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions services/stream-functions/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions services/stream-functions/handlers/emailReviewer.js

This file was deleted.

79 changes: 0 additions & 79 deletions services/stream-functions/handlers/emailSubmitter.js

This file was deleted.

35 changes: 0 additions & 35 deletions services/stream-functions/libs/ses-lib.js

This file was deleted.

9 changes: 0 additions & 9 deletions services/stream-functions/package.json

This file was deleted.

71 changes: 0 additions & 71 deletions services/stream-functions/serverless.yml

This file was deleted.

Loading

0 comments on commit 1ee1973

Please sign in to comment.