July Mid Release
What's Changed
- README: Update API to OHC Domain and notice about line endings by @rithviknishad in #1332
- merge and update staging deployment job by @sainak in #1343
- fix: centralise linting across the project by @cp-coder in #1288
- Allows only State Admin users to delete other users by @rithviknishad in #1341
- Fixes issues with and related to
PatientAssetBed
view by @rithviknishad in #1325 - set default auth to jwt for production deployments by @sainak in #1356
- Remove codeql and update PR template by @vigneshhari in #1359
- Bump requests from 2.25.1 to 2.31.0 in /requirements by @dependabot in #1306
- Bump azure/setup-kubectl from 2.0 to 3.0 in /.github/workflows by @dependabot in #1211
- Fix minor typos in Security Policy by @Ashesh3 in #1360
- Fix: Add get_object_or_404 to resolve 500 DoesNotExist Error and added tests by @GeekGawd in #1358
- Cleanup: Adds custom migration to clean prescriptions by @rithviknishad in #1361
- Removing CodeQL by @vigneshhari in #1362
- Delete notifications older than 90 days by @yaswanthsaivendra in #1328
- add external_id field to users and use uuid for jwt by @sainak in #1363
- fix server issue on token refresh by @sainak in #1365
- Hcx communications by @khavinshankar in #1346
- upgrade django to 4.2 by @sainak in #1371
- fix start scripts by @sainak in #1391
- Updated encryptionPrivateKeyURL in hcx by @khavinshankar in #1390
- revert ratelimit changes by @sainak in #1393
- fix celery invocation command by @sainak in #1394
- drop the usage of POSTGIS_URL by @sainak in #1392
- Added tests for asset module by @yaswanthsaivendra in #1382
- remove django anymail config by @sainak in #1396
- fix patient discharge-report by @sainak in #1397
- fix celery dev container by @sainak in #1395
- update boto to latest version and pin sentry-sdk by @sainak in #1398
- add DATABASE_URL export to celery scripts by @sainak in #1402
- Set
current_bed
toNone
when discharging and custom migration for past consultations. by @rithviknishad in #1401 - upgraded typed-ast from 1.5.0 to 1.5.4 by @khavinshankar in #1408
- Changed Regex Validator for Phone Number Field for Patient Registration Form by @siddnikh in #1406
- remove the darwin workaround for parallel tests by @sainak in #1412
- add tests for phone number validator by @sainak in #1410
- upgrade python runtime to 3.11 by @sainak in #1409
- Rename all instances of orgin_facility to origin_facility by @sainak in #1303
- give preference to static fixtures first while loading dummy data by @sainak in #1413
- Set
discharge_date
same asdeath_datetime
if dischrged as expired ("EXP") by @rithviknishad in #1414 - hotfix: pin to pydantic v1 for fhir.resources by @sainak in #1418
- Remove PII from Patient CSV export by @Ashesh3 in #1416
- fix prescribed_medication variable in patient discharge summary by @sainak in #1420
- hotfix: revert removing patient_id to fix values collapsing by @sainak in #1423
- Medibase Medicines Integration by @rithviknishad in #1369
- Adds validation to consulation date fields (
admission_date
,discharge_date
,death_datetime
) by @rithviknishad in #1415 - Adds migration to move
ip_no
toop_no
for non admission consultations by @rithviknishad in #1428 - Load medicines to in-memory on django start by @rithviknishad in #1432
- fix: adds tests for auth and token endpoints by @cp-coder in #1431
- Revert "Load medicines to in-memory on django start (#1432)" by @rithviknishad in #1436
- Add discharge_reason filter for patient by @Ashesh3 in #1440
- add silk profiler by @sainak in #1437
- Add
home_facility
toUserBaseMinimumSerializer
by @GeekGawd in #1441 - Medibase: Drop littletable; instead store as list from ORM's
values_list
by @rithviknishad in #1443 - Adds
chapter
,root_block
,root_category
columns tometa_icd11_diagnosis
DB table by @rithviknishad in #1448 - Update branding from CoronaSafe Network to Open Healthcare Network by @Ashesh3 in #1449
- Fixes string representation of
MedibaseMedicine
model by @rithviknishad in #1452
New Contributors
- @GeekGawd made their first contribution in #1358
- @yaswanthsaivendra made their first contribution in #1328
Full Changelog: v1.6.1...v1.6.2