-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement of the folder structure (#749)
* chore: reorganize folder structure (appsettings.override.json not found) * refactor: adapt dockerfiles to new directories * wip * fix: add correct path to dockerfile * chore: move Files.Jobs.SanityCheck to Executables folder * chore: add adminUi and helm to project * fix: remove old folder * fix: adpot to new file path * fix: update build container images * fix: ConsumerApi dockerfile * fix: correct pathing for ConsumerApi * fix: more dockerfiles * fix: pathing * fix: DatabaseMigrator files * fix: update github workflows test.yml * fix: more dockerfile fixes * fix: dockerfiles * chore: remove lest over pasted line * fix: unit tests * fix: update unit tests * fix: container and unit tests * fix: multiple unit test fixes * fix: copy path * fix: correct dotnet restore path * fix: holpefully paths are correct now * fix: container image * fix: helm * fix: add holder path * Revert "fix: add holder path" This reverts commit a7c8b98. * Revert "fix: helm" This reverts commit 3ac7ed5. * fix: edit path in pubspec.lock to fix flutter check * Revert "fix: edit path in pubspec.lock to fix flutter check" This reverts commit f0c0941. * fix: path * Revert "fix: path" This reverts commit 259e626. * fix: potential fix for helm chart * Revert "fix: potential fix for helm chart" This reverts commit 4aeb05c. * fix: potential fix for helm chart * fix: FilesSanityCheck paths * fix: correct the path * fix: path for Job.IdentityDeletion * fix: typo * fix: DatabaseMigrator dockerfile * fix: github workflow path * fix: invisible character * ci: downgrade node-version * fix: adapt moved csproj files * fix: update appsettings.override path * fix: path for integration tests * fix: remove unused dependency * update version * fix: git ignore pathing for packages * fix: EntityFrameworkCore version for AdminApi & formatting issues * fix: change password for database-migrator * Revert "fix: change password for database-migrator" This reverts commit d51068f. * fix: change password * Revert "fix: change password" This reverts commit 635b2b5. * chore: move AdminCli to Executable folder & fix pathing * fix: AdminCli pathing * fix: pathing in copy * fix: pathing again * fix: pathing fro copy app * fix: revert to original state * fix: update path * fix: AdminCli pathing * chore: fix namespaces in FilesSanityCheck * chore: improve integration tests * fix: pathing to appsettings.override.json * fix: correct the appsettings.override.json path for ConsumerApi * chore: remove unused usings * chore: appsettings.override.json * chore: edit gitignore hardlinks * fix: csproj file and add GET.feature * fix: replace backslash with slash * chore: remove leftover appsettings.override.json * fix: AdminCli namespaces * fix: add reference to AdminApi.Infrastructure.Database.Postgres to AdminApi.csproj * chore: add missing slash * chore: move newly added files from main into correct folders * chore: add missing slash for other buildDockerImage files * chore: rename Executables folder to Applications * fix: remove unused usings in order to fix identity-deletion-job integration tests * chore: remove appsettings.override.json and add it to .gitignore * chore: remove redundant newline * fix: rollback change to the references * fix: ArchUnit.csproj rollback change to the refereces * fix: revert original reference in EventHandlerService.Tests.csproj * refactor: add recursive match for any directory level * ci: only restore and build the test project and its dependencies, instead of the whole solution * ci: add debug ls commands * ci: add debug cat commands * test: include appsettings.override.json in Job.IdentityDeletion.Tests.Integration.csproj * test: fix appsettings path * ci: remove debug output * fix: use AdminUi location * fix: use correct path in runChecks.sh * fix: use correct Program file * chore: remove unused favicon.ico from AdminApi * chore: move AdminApi.Sdk & ComsumerApi.Sdk to Sdks folder * chore: move sql scripts to scripts folder * chore: remove openapi.yml * chore: use correct script name in compose file of pipelines * ci: fix script paths * ci: remove volume from compose.test.yml * chore: nest AdminApi.Sdk & ComsumerApi.Sdk to src folder * fix: add new AdminUi files missing from merge conflict * fix: more missing files from failed merge conflict * chore: move helm folder to repo root * chore: remove helm from solution --------- Co-authored-by: Timo Notheisen <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a22ae5
commit 05eb9c5
Showing
695 changed files
with
1,136 additions
and
1,752 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
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
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
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
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
* @tnotheis | ||
/AdminUi/ @jkoenig134 | ||
/Applications/AdminUi/ @jkoenig134 |
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
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 was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...dminApi.Infrastructure.Database.Postgres/AdminApi.Infrastructure.Database.Postgres.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
AdminApi/src/AdminApi.Infrastructure/AdminApi.Infrastructure.csproj
This file was deleted.
Oops, something went wrong.
Binary file not shown.
45 changes: 0 additions & 45 deletions
45
AdminApi/test/AdminApi.Tests.Integration/AdminApi.Tests.Integration.csproj
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
...dminApi.Infrastructure.Database.Postgres/AdminApi.Infrastructure.Database.Postgres.csproj
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\AdminApi.Infrastructure\AdminApi.Infrastructure.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
Applications/AdminApi/src/AdminApi.Infrastructure/AdminApi.Infrastructure.csproj
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\BuildingBlocks\src\BuildingBlocks.Infrastructure\BuildingBlocks.Infrastructure.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
57 changes: 57 additions & 0 deletions
57
...ientApp/src/app/components/client/change-secret-dialog/change-secret-dialog.component.css
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
.action-buttons { | ||
margin-top: 25px; | ||
display: flex; | ||
justify-content: flex-end; | ||
} | ||
|
||
.action-buttons button { | ||
margin: 5px; | ||
} | ||
|
||
.disabled-container { | ||
pointer-events: none; | ||
opacity: 0.4; | ||
} | ||
|
||
.loading { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
z-index: 999; | ||
position: absolute; | ||
margin-top: -60px; | ||
width: 90%; | ||
height: 90%; | ||
} | ||
|
||
.client-secret-warning-container { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
width: 100%; | ||
background-color: #f39e5f; | ||
} | ||
|
||
.client-secret-warning { | ||
color: #ffffff; | ||
font-weight: 500; | ||
padding: 10px; | ||
} | ||
|
||
.form-details { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
min-width: 150px; | ||
width: 100%; | ||
} | ||
|
||
.form-field { | ||
width: 100%; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.form-card { | ||
margin-top: 60px; | ||
min-height: 250px; | ||
} |
Oops, something went wrong.