Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production release v24.24.0 #2258

Merged
merged 18 commits into from
Jun 10, 2024
Merged

Production release v24.24.0 #2258

merged 18 commits into from
Jun 10, 2024

Commits on Jun 2, 2024

  1. Bump Dependencies (#2212)

    * Update Pipfile
    
    * fix breaking changes in drf
    
    * fix test case
    
    * more dependency updates
    
    ---------
    
    Co-authored-by: Aakash Singh <[email protected]>
    vigneshhari and sainak authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2a8a783 View commit details
    Browse the repository at this point in the history
  2. Remove PatientTeleConsultation model (#2184)

    * Remove PatientTeleConsultation model
    
    * Remove tele_consultation_history
    
    * Remove @Property annotation
    
    * update migrations
    
    ---------
    
    Co-authored-by: Aakash Singh <[email protected]>
    Co-authored-by: Vignesh Hari <[email protected]>
    3 people authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ee311a1 View commit details
    Browse the repository at this point in the history
  3. Exclude ICD11 entries from redis that does not have a `meta_chapter_s…

    …hort` (#2207)
    
    * ICD11: Fallback to meta_chapter if meta_chapter_short is null
    
    * Exclude icd11 diagnosis that does not have meta_chapter_short from redis
    
    ---------
    
    Co-authored-by: Vignesh Hari <[email protected]>
    rithviknishad and vigneshhari authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    be5711f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update actions dependencies and remove unused workflows (#2220)

    * bump actions dependencies
    
    * remove unused workflows
    
    * fix super linter
    
    * use slim variant of super linter
    
    * bump actions/checkout action
    
    * cleanup linter workflow
    
    ---------
    
    Co-authored-by: Vignesh Hari <[email protected]>
    sainak and vigneshhari authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7b90428 View commit details
    Browse the repository at this point in the history
  2. fixed data seeding issue (#2221)

    Co-authored-by: Vignesh Hari <[email protected]>
    DraKen0009 and vigneshhari authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a9f8d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2472d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. update default patient list to show recently_modified first after no_…

    …consultation_filed (#2232)
    
    fix patient list default sorting
    sainak authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7b4fdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2e808 View commit details
    Browse the repository at this point in the history
  3. Fix op number constraint for readmitted patients (#2147)

    * fix op number constraint for readmitted patients
    
    * .
    
    * changed conditions
    
    * constraint for all suggestion
    
    * added tests
    
    * remade migrations
    
    * removed checks for OP number
    
    * updated tests
    
    * removed all validations
    
    * create migration
    
    * linting issues
    
    * revert
    
    * linting
    
    * linting
    
    * Revert "Merge branch 'op-number-constraint' of https://github.com/coronasafe/care into op-number-constraint"
    
    This reverts commit cfe9962, reversing
    changes made to 4e80be9.
    
    * revert
    
    * remove unwanted commits
    
    ---------
    
    Co-authored-by: Shivank Kacker <[email protected]>
    Co-authored-by: Aakash Singh <[email protected]>
    3 people authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    396e7ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b160e9 View commit details
    Browse the repository at this point in the history
  5. Add health check for celery queue length (#2244)

    add health check for celery queue length
    sainak authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8790cde View commit details
    Browse the repository at this point in the history
  6. Add endpoint to get version info (#2242)

    Co-authored-by: Vignesh Hari <[email protected]>
    sainak and vigneshhari authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    369b9df View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Merge pull request #2246 from coronasafe/develop

    Merge Develop to Staging v24.24.0
    gigincg authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    eff9b43 View commit details
    Browse the repository at this point in the history
  2. Add Consent Model (#2209)

    * added migrations
    
    * updates
    
    * updates
    
    * v-comparision
    
    * fixing files
    
    * complete?
    
    * added tests
    
    * fixed test
    
    * made changes
    
    * updated migrations and used bulk updates
    
    * Update care/facility/api/serializers/patient_consultation.py
    
    * fixed
    
    * fixed permissions and router
    
    * fixes
    
    * cleanup queryset
    
    * rebase migrations
    
    * allow only home facility users to create or update consent
    
    * fixes
    
    * add is_migrated field
    
    * fix permission
    
    * remove types from migrations
    
    ---------
    
    Co-authored-by: Aakash Singh <[email protected]>
    shivankacker and sainak authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1e962ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a9cb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Dont allow users to set patient code status as not specified for cons…

    …ent (#2251)
    
    * dont allow users to set patient code status as not specified for consent
    
    * update serializer validation
    
    ---------
    
    Co-authored-by: Shivank Kacker <[email protected]>
    sainak and shivankacker authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a4d24b6 View commit details
    Browse the repository at this point in the history
  2. Exclude ICD11 entries that does not have a meta_chapter_short from …

    …search instead for not loading in redis table (#2248)
    sainak authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    37ab926 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2254 from coronasafe/develop

    Merge Develop to Staging v24.24.0
    gigincg authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d6d55c4 View commit details
    Browse the repository at this point in the history