Skip to content

Commit

Permalink
Merge pull request #55 from Arquisoft/chore/cleanup-and-http2
Browse files Browse the repository at this point in the history
Code cleanup and http2 in API
  • Loading branch information
Toto-hitori authored Feb 27, 2024
2 parents 42e1499 + 8a60749 commit ec2bf05
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 16,465 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm --prefix users/authservice ci
- run: npm --prefix users/userservice ci
- run: npm --prefix gatewayservice ci
- run: npm --prefix webapp ci
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npm --prefix webapp test -- --coverage
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
Expand All @@ -33,9 +27,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm --prefix users/authservice install
- run: npm --prefix users/userservice install
- run: npm --prefix gatewayservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: npm --prefix webapp run test:e2e
Expand Down
1 change: 1 addition & 0 deletions api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=${DATABASE_URL}
spring.datasource.username=${DATABASE_USER}
spring.datasource.password=${DATABASE_PASSWORD}
server.http2.enabled=true
2 changes: 0 additions & 2 deletions gatewayservice/.dockerignore

This file was deleted.

17 changes: 0 additions & 17 deletions gatewayservice/Dockerfile

This file was deleted.

49 changes: 0 additions & 49 deletions gatewayservice/gateway-service.js

This file was deleted.

40 changes: 0 additions & 40 deletions gatewayservice/gateway-service.test.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit ec2bf05

Please sign in to comment.