Skip to content

Commit

Permalink
IHS-61 IHS-43 IHS-77 Project restructure, move tagger to separate pro…
Browse files Browse the repository at this point in the history
…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
adedw authored Sep 21, 2024
1 parent fd7f0b3 commit a0871d6
Show file tree
Hide file tree
Showing 125 changed files with 1,048 additions and 790 deletions.
11 changes: 8 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/.dockerignore
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
Expand All @@ -7,7 +8,6 @@
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
Expand All @@ -22,4 +22,9 @@
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
README.md
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**
7 changes: 6 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ on:

jobs:
codecov:
env:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
dotnet-version: 8.0.x
cache: true

- name: Restore dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:

jobs:
publish-container:

runs-on: ubuntu-latest

permissions:
contents: read
packages: write
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ obj/
riderModule.iml
/_ReSharper.Caches/
.idea/
*.sln.DotSettings.user
*.user
*.opencover.xml
/recognizer
.vs/
11 changes: 0 additions & 11 deletions Dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions ImageHosting.Persistence/DbContexts/ImageHostingDbContext.cs

This file was deleted.

10 changes: 0 additions & 10 deletions ImageHosting.Persistence/Entities/ForbiddenCategory.cs

This file was deleted.

This file was deleted.

41 changes: 0 additions & 41 deletions ImageHosting.Storage/AssignTagsConsumer.cs

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions ImageHosting.Storage/Features/Images/Models/RemoveFile.cs

This file was deleted.

15 changes: 0 additions & 15 deletions ImageHosting.Storage/Features/Images/Models/UploadFileDto.cs

This file was deleted.

10 changes: 0 additions & 10 deletions ImageHosting.Storage/Features/Images/Models/WriteFile.cs

This file was deleted.

70 changes: 0 additions & 70 deletions ImageHosting.Storage/Features/Images/Services/FileService.cs

This file was deleted.

30 changes: 0 additions & 30 deletions ImageHosting.Storage/Features/Images/Services/FileUploadCommand.cs

This file was deleted.

11 changes: 0 additions & 11 deletions ImageHosting.Storage/Features/Images/Services/IFileService.cs

This file was deleted.

Loading

0 comments on commit a0871d6

Please sign in to comment.