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 | January Week 4 #1842

Merged
merged 13 commits into from
Jan 22, 2024
Merged

Production Release | January Week 4 #1842

merged 13 commits into from
Jan 22, 2024

Conversation

gigincg
Copy link
Member

@gigincg gigincg commented Jan 22, 2024

Proposed Changes

  • Brief of changes made.

Associated Issue

  • Link to issue here, explain how the proposed solution will solve the reported issue/ feature request.

Architecture changes

  • Remove this section if not used

Merge Checklist

  • Tests added/fixed
  • Update docs in /docs
  • Linting Complete
  • Any other necessary step

Only PR's with test cases included and passing lint and test pipelines will be reviewed

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

rithviknishad and others added 13 commits January 17, 2024 15:41
…Search (#1823)

* allow diagnoses starting with disease code to be searchable

* Add tests

* Fix regex pattern and improve tests

* ensure ICD11 is lazy loaded
* feat: added whitelist of file types in file upload

* test: added test for file upload whitelist

* feat: use mime type for files whitelisting

* test: use mime_type in test instead of extension

* fix: allow audio files

* fix: added all the allowed file types to whitelist

* fix: minor changes (implement review suggestions)

* Fix Typo

---------

Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
* fix bucket configurations

* add type annotations
* replace little table with redis-om

* add partial word search

https://redis.io/docs/interact/search-and-query/advanced-concepts/query_syntax/#prefix-matching

* limit prefix expansion to 3 words

* use redis-stack inplace of redis image

* handle exceptions raised due to cache miss

* add health check for containers

* fix page size issue

* fix test

* escape tokens

* add is leaf filter for icd11 items

* fix bucket auth

* fix localstack cors

* use a different endpoint for docker health check

* only load icd11 in cache which has code

* fix imports

* fix key error

* revert docker changes

* fix ping endpoint

* fix icd11 search by code

* fix not found error handling

* make icd tests cover more cases

* fix ping endpoint
* Add more symptoms

* Split new loss of taste/smell into two symptoms

* exclude migrations from lint

* ignore migrations from isort lint

* fix

* fix

* lint

* rebase migrations

---------

Co-authored-by: Aakash Singh <mail@singhaakash.dev>
* Summarization Tasks Disable - Added env variables

* Env variable as Boolean instead of String, added Doc

* Linting fix

* add django-configuration doc to index

---------

Co-authored-by: Aakash Singh <mail@singhaakash.dev>
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.19.0...v3.20.0)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vignesh Hari <vichuhari100@gmail.com>
Bumps the boto group with 2 updates: [boto3](https://github.com/boto/boto3) and [boto3-stubs](https://github.com/youtype/mypy_boto3_builder).


Updates `boto3` from 1.34.15 to 1.34.21
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.15...1.34.21)

Updates `boto3-stubs` from 1.34.15 to 1.34.21
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: boto
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: boto
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [celery](https://github.com/celery/celery) from 5.3.4 to 5.3.6.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst)
- [Commits](celery/celery@v5.3.4...v5.3.6)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.1...7.4.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix celery beat healthchecks

* fix prebuilt docker compose
fix healthcheck in celery container in dev
@gigincg gigincg merged commit 20b8599 into production Jan 22, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants