-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/backend/migrating image storage to azureblobs #342
Merged
waveyboym
merged 10 commits into
develop
from
feat/backend/migrating-image-storage-to-azureblobs
Aug 24, 2024
Merged
Feat/backend/migrating image storage to azureblobs #342
waveyboym
merged 10 commits into
develop
from
feat/backend/migrating-image-storage-to-azureblobs
Aug 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
waveyboym
added
type: documentation
Improvements or additions to documentation
type: feature
A new feature
type: fix
Introduces a fix for a previous issue
type: testing
This affects one or more tests
For: api
This is mainly for the api
For: backend
This is mainly for the backend code
priority: high
This needs/needed to be addressed as soon as possible
effort: 5
This may require/required hours of work
For: deployment
This will affect our deployed system
labels
Aug 24, 2024
1 task
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #342 +/- ##
===========================================
- Coverage 81.39% 81.32% -0.07%
===========================================
Files 53 10 -43
Lines 3294 1869 -1425
Branches 81 0 -81
===========================================
- Hits 2681 1520 -1161
+ Misses 522 307 -215
+ Partials 91 42 -49 ☔ View full report in Codecov by Sentry. |
waveyboym
deleted the
feat/backend/migrating-image-storage-to-azureblobs
branch
August 24, 2024 18:44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort: 5
This may require/required hours of work
For: api
This is mainly for the api
For: backend
This is mainly for the backend code
For: deployment
This will affect our deployed system
priority: high
This needs/needed to be addressed as soon as possible
type: documentation
Improvements or additions to documentation
type: feature
A new feature
type: fix
Introduces a fix for a previous issue
type: testing
This affects one or more tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pr proposes migration from storing images on mongodb database and storing as blobs on azure storage. The main benefits that this pr has introduced:
Fixes # (issue)
#341
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: