Skip to content

Commit bd23102

Browse files
authored
Merge pull request #16 from Lewan24/features-i15-refactor
Features i15 refactor
2 parents e70cb05 + f8c3b0d commit bd23102

File tree

216 files changed

+13208
-851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+13208
-851
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ ClientBin/
241241
*.dbmdl
242242
*.dbproj.schemaview
243243
*.jfm
244-
*.pfx
245244
*.publishsettings
246245
orleans.codegen.cs
247246

@@ -260,7 +259,6 @@ Generated_Code/
260259
# to a newer Visual Studio version. Backup files are not needed,
261260
# because we have git ;-)
262261
_UpgradeReport_Files/
263-
Backup*/
264262
UpgradeLog*.XML
265263
UpgradeLog*.htm
266264
ServiceFabricBackup/
@@ -400,4 +398,4 @@ FodyWeavers.xsd
400398
*.msp
401399

402400
# JetBrains Rider
403-
*.sln.iml
401+
*.sln.iml

BackupService_MapaMysli.png

460 KB
Loading

DbBackupService/.dockerignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**/.dockerignore
2+
**/.env
3+
**/.git
4+
**/.gitignore
5+
**/.project
6+
**/.settings
7+
**/.toolstarget
8+
**/.vs
9+
**/.vscode
10+
**/.idea
11+
**/*.*proj.user
12+
**/*.dbmdl
13+
**/*.jfm
14+
**/azds.yaml
15+
**/bin
16+
**/charts
17+
**/docker-compose*
18+
**/Dockerfile*
19+
**/node_modules
20+
**/npm-debug.log
21+
**/obj
22+
**/secrets.dev.yaml
23+
**/values.dev.yaml
24+
LICENSE
25+
README.md

DbBackupService/Application/Application.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

DbBackupService/Application/Data/Interfaces/IApplicationService.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

DbBackupService/Application/Data/Interfaces/IDbBackupService.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

DbBackupService/Application/Data/Services/ApplicationService.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

DbBackupService/Application/Data/Services/DbBackupService.cs

Lines changed: 0 additions & 89 deletions
This file was deleted.

DbBackupService/Core/Core.csproj

Lines changed: 0 additions & 23 deletions
This file was deleted.

DbBackupService/Core/Entities/Databases/MySqlDatabase.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)