Skip to content

Commit 38dc7c5

Browse files
committed
Remove temp sandbox
1 parent 94cfa94 commit 38dc7c5

27 files changed

+2
-1027
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ updates:
1414
- "/mesh_processor"
1515
- "/recordprocessor"
1616
- "/sandbox"
17-
- "/temporary_sandbox"
1817
schedule:
1918
interval: "daily"
2019
open-pull-requests-limit: 1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ terraform/zips
2222
*.pyc
2323
.python-version
2424
**/.terraform/
25+
sandbox/immunisation-fhir-api.json
2526
sandbox/specification/
2627
openapi.json
2728

sandbox/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.projectKey=NHSDigital_immunisation-fhir-api
33
sonar.organization=nhsdigital
44
sonar.host.url=https://sonarcloud.io
55
sonar.python.version=3.11
6-
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**,redis_sync/src/log_decorator.py
6+
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**,redis_sync/src/log_decorator.py
77
sonar.python.coverage.reportPaths=backend-coverage.xml,delta-coverage.xml,ack-lambda-coverage.xml,filenameprocessor-coverage.xml,recordforwarder-coverage.xml,recordprocessor-coverage.xml,mesh_processor-coverage.xml,redis_sync-coverage.xml,mns_subscription-coverage.xml,id_sync-coverage.xml,shared-coverage.xml
88
sonar.cpd.exclusions=**/cache.py,**/authentication.py,**/test_cache.py,**/test_authentication.py,**/mns_service.py,**/errors.py,redis_sync/src/log_decorator.py,**/Dockerfile,lambdas/shared/src/common/**,filenameprocessor/src/logging_decorator.py
99
sonar.issue.ignore.multicriteria=exclude_snomed_urls,exclude_hl7_urls

temporary_sandbox/.dockerignore

Whitespace-only changes.

temporary_sandbox/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

temporary_sandbox/fhir_api/__init__.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

temporary_sandbox/fhir_api/exceptions/__init__.py

Whitespace-only changes.

temporary_sandbox/fhir_api/exceptions/base_exceptions.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

temporary_sandbox/fhir_api/models/dynamodb/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)