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

#3076 - Add support for private blob storages #3159

Merged
merged 26 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4c97eca
WIP-Update ImageUrl to a type string
Metal-Mighty Jun 27, 2024
d92c0be
wip storage as base64 images
Metal-Mighty Aug 5, 2024
c6f82fa
Finish support of images as base64 strings
Metal-Mighty Aug 12, 2024
c1734dd
WIP-Update ImageUrl to a type string
Metal-Mighty Jun 27, 2024
b2ff0f8
wip storage as base64 images
Metal-Mighty Aug 5, 2024
914ed93
Finish support of images as base64 strings
Metal-Mighty Aug 12, 2024
4e037a4
Fix unit tests build
Metal-Mighty Aug 12, 2024
cecfc27
WIP-Update ImageUrl to a type string
Metal-Mighty Jun 27, 2024
10eced0
wip storage as base64 images
Metal-Mighty Aug 5, 2024
9287758
Finish support of images as base64 strings
Metal-Mighty Aug 12, 2024
70ff8a6
WIP-Update ImageUrl to a type string
Metal-Mighty Jun 27, 2024
5509c5d
wip storage as base64 images
Metal-Mighty Aug 5, 2024
92ee9bc
Finish support of images as base64 strings
Metal-Mighty Aug 12, 2024
cb57207
Add missing file header
Metal-Mighty Aug 20, 2024
af405ac
Update commented out code for new image management
Metal-Mighty Aug 21, 2024
89481b8
Update unit tests for new model image management
Metal-Mighty Aug 21, 2024
5701622
Fix bad replace in file header
Metal-Mighty Aug 21, 2024
68b8e7e
Fix unit tests
Metal-Mighty Aug 21, 2024
265aea4
Fix unit tests and bugs
Metal-Mighty Aug 22, 2024
dcb49b0
Fix build issues after rebase
Metal-Mighty Aug 26, 2024
2d23db2
using cleanup
Metal-Mighty Aug 26, 2024
9dda953
Code quality cleanup
Metal-Mighty Aug 26, 2024
598e86f
Rename remaining `*imageUri` to `*image`
Metal-Mighty Aug 26, 2024
5f5dbe1
Code quality fixes
Metal-Mighty Aug 26, 2024
1ae2840
Remove usage of Redis
Metal-Mighty Aug 26, 2024
7af291a
Remove unused parameter
Metal-Mighty Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip storage as base64 images
  • Loading branch information
Metal-Mighty committed Aug 26, 2024
commit b2ff0f8f2167f45fdb0fefb2bd9b73d401c89135
2 changes: 0 additions & 2 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ services:
build:
context: .
dockerfile: IoTHub.Portal.Server/Dockerfile
ports:
- 8001:80
depends_on:
database:
condition: service_healthy
Expand Down