Skip to content

Commit

Permalink
Merge branch 'develop' into creating-test-cases-for-asset-bed
Browse files Browse the repository at this point in the history
  • Loading branch information
DraKen0009 authored Oct 22, 2024
2 parents 204460e + 8bac44a commit 2d12be6
Show file tree
Hide file tree
Showing 64 changed files with 180 additions and 5,885 deletions.
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ DATABASE_URL=postgres://postgres:postgres@localhost:5433/care
REDIS_URL=redis://localhost:6380
CELERY_BROKER_URL=redis://localhost:6380/0

FIDELIUS_URL=http://localhost:8092

DJANGO_DEBUG=False

BUCKET_REGION=ap-south-1
Expand Down
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @ohcnetwork/care-developers
*.yml @tomahawk-pilot
* @ohcnetwork/care-backend-admins
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gunicorn = "==23.0.0"
healthy-django = "==0.1.0"
jsonschema = "==4.23.0"
jwcrypto = "==1.5.6"
newrelic = "==10.0.0"
newrelic = "==10.1.0"
pillow = "==10.4.0"
psycopg = { extras = ["c"], version = "==3.2.2" }
pycryptodome = "==3.20.0"
Expand Down
58 changes: 31 additions & 27 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions aws/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,29 +114,21 @@
"value": "True"
},
{
"name": "ENABLE_ABDM",
"value": "True"
},
{
"name": "ABDM_URL",
"name": "ABDM_GATEWAY_URL",
"value": "https://dev.abdm.gov.in"
},
{
"name": "HEALTH_SERVICE_API_URL",
"value": "https://healthidsbx.abdm.gov.in/api"
"name": "ABDM_ABHA_URL",
"value": "https://abhasbx.abdm.gov.in"
},
{
"name": "ABDM_FACILITY_URL",
"value": "https://facilitysbx.abdm.gov.in"
},
{
"name": "X_CM_ID",
"name": "ABDM_CM_ID",
"value": "sbx"
},
{
"name": "FIDELIUS_URL",
"value": "https://fidelius.ohc.network"
},
{
"name": "SENTRY_TRACES_SAMPLE_RATE",
"value": "1.0"
Expand Down
42 changes: 13 additions & 29 deletions aws/celery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
}
},
"portMappings": [],
"command": [
"/app/celery_beat-ecs.sh"
],
"command": ["/app/celery_beat-ecs.sh"],
"cpu": 128,
"environment": [
{
Expand Down Expand Up @@ -97,29 +95,21 @@
"value": "True"
},
{
"name": "ENABLE_ABDM",
"value": "True"
},
{
"name": "ABDM_URL",
"name": "ABDM_GATEWAY_URL",
"value": "https://dev.abdm.gov.in"
},
{
"name": "HEALTH_SERVICE_API_URL",
"value": "https://healthidsbx.abdm.gov.in/api"
"name": "ABDM_ABHA_URL",
"value": "https://abhasbx.abdm.gov.in"
},
{
"name": "ABDM_FACILITY_URL",
"value": "https://facilitysbx.abdm.gov.in"
},
{
"name": "X_CM_ID",
"name": "ABDM_CM_ID",
"value": "sbx"
},
{
"name": "FIDELIUS_URL",
"value": "https://fidelius.ohc.network"
},
{
"name": "SENTRY_TRACES_SAMPLE_RATE",
"value": "1.0"
Expand Down Expand Up @@ -296,9 +286,7 @@
"awslogs-stream-prefix": "ecs"
}
},
"command": [
"/app/celery_worker-ecs.sh"
],
"command": ["/app/celery_worker-ecs.sh"],
"cpu": 384,
"memory": 1536,
"memoryReservation": 1536,
Expand Down Expand Up @@ -384,24 +372,20 @@
"value": "True"
},
{
"name": "ENABLE_ABDM",
"value": "True"
},
{
"name": "ABDM_URL",
"name": "ABDM_GATEWAY_URL",
"value": "https://dev.abdm.gov.in"
},
{
"name": "HEALTH_SERVICE_API_URL",
"value": "https://healthidsbx.abdm.gov.in/api"
"name": "ABDM_ABHA_URL",
"value": "https://abhasbx.abdm.gov.in"
},
{
"name": "X_CM_ID",
"value": "sbx"
"name": "ABDM_FACILITY_URL",
"value": "https://facilitysbx.abdm.gov.in"
},
{
"name": "FIDELIUS_URL",
"value": "https://fidelius.ohc.network"
"name": "ABDM_CM_ID",
"value": "sbx"
},
{
"name": "SENTRY_TRACES_SAMPLE_RATE",
Expand Down
Empty file removed care/abdm/__init__.py
Empty file.
1 change: 0 additions & 1 deletion care/abdm/admin.py

This file was deleted.

Empty file removed care/abdm/api/__init__.py
Empty file.
20 changes: 0 additions & 20 deletions care/abdm/api/serializers/abha_number.py

This file was deleted.

24 changes: 0 additions & 24 deletions care/abdm/api/serializers/auth.py

This file was deleted.

33 changes: 0 additions & 33 deletions care/abdm/api/serializers/consent.py

This file was deleted.

12 changes: 0 additions & 12 deletions care/abdm/api/serializers/health_facility.py

This file was deleted.

66 changes: 0 additions & 66 deletions care/abdm/api/serializers/healthid.py

This file was deleted.

Loading

0 comments on commit 2d12be6

Please sign in to comment.