Skip to content

Commit

Permalink
Merge pull request #5 from pagopa/PPD-206-CRUD-GPS
Browse files Browse the repository at this point in the history
feat: PPD-206 crud gps
  • Loading branch information
alessio-acitelli authored Jun 30, 2022
2 parents 0435454 + a3084a0 commit 10831a5
Show file tree
Hide file tree
Showing 49 changed files with 3,963 additions and 343 deletions.
5 changes: 4 additions & 1 deletion .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
trigger: none

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-18.04'

variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository
Expand All @@ -33,6 +33,9 @@ steps:
extraProperties: |
sonar.projectKey=$(SONARCLOUD_PROJECT_KEY)
sonar.projectName=$(SONARCLOUD_PROJECT_NAME)
sonar.coverage.exclusions=**/config/*,**/*Mock*,**/model/**,**/entity/*
sonar.cpd.exclusions=**/model/**,**/entity/*
- task: Maven@3
inputs:
Expand Down
2 changes: 1 addition & 1 deletion openapi/generate_openapi.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
curl http://localhost:8080/v3/api-docs | python3 -m json.tool > ./openapi.json
curl http://localhost:9090/v3/api-docs | python3 -m json.tool > ./openapi.json
Loading

0 comments on commit 10831a5

Please sign in to comment.