-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IHS-61 IHS-43 IHS-77 Project restructure, move tagger to separate pro…
…ject (#75) * move tagger to separate project add infra and domain projects * refactoring project structure * bump deps * fix minio stat check exception * sync with master, fix merge conflicts add ImplicitUsings * add caching, delete global.json * add docker compose project * rename DTOs
- Loading branch information
Showing
125 changed files
with
1,048 additions
and
790 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ env: | |
|
||
jobs: | ||
publish-container: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ obj/ | |
riderModule.iml | ||
/_ReSharper.Caches/ | ||
.idea/ | ||
*.sln.DotSettings.user | ||
*.user | ||
*.opencover.xml | ||
/recognizer | ||
.vs/ |
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
ImageHosting.Persistence/DbContexts/ImageHostingDbContext.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
ImageHosting.Persistence/Extensions/DependencyInjection/ServiceCollectionExtensions.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
ImageHosting.Storage/Extensions/DependencyInjection/ServiceCollectionExtensions.cs
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
ImageHosting.Storage/Features/Images/Models/ImageUploadedResponse.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
ImageHosting.Storage/Features/Images/Models/UploadFileDto.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
ImageHosting.Storage/Features/Images/Services/FileService.cs
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
ImageHosting.Storage/Features/Images/Services/FileUploadCommand.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
ImageHosting.Storage/Features/Images/Services/IFileService.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.