Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: broken identity service removed
Browse files Browse the repository at this point in the history
The identity service was merged without beign tested and it was not in workable condition. Will push the service again when we have a workable service.

Closes #95
  • Loading branch information
ratanparai committed Mar 27, 2020
1 parent 8b3fbee commit 62af44a
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 200 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,6 @@ in terminal from project's root folder. The first run can take 30 mins to 1 hour
### Service URLs
* WebStatus - [http://localhost:5107/](http://localhost:5107/)
* Enrolling.API - [http://localhost:5102/swagger/](http://localhost:5102/swagger/)
* Identity - [http://localhost:5105/](http://localhost:5105/)


## Tech & Tools
Expand Down
11 changes: 2 additions & 9 deletions docker-compose.override.yml
@@ -1,4 +1,4 @@
version: '3.5'
version: "3.5"

services:
seq:
Expand All @@ -12,7 +12,7 @@ services:
- SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
ports:
- "5433:1433" # Important: In a production environment your should remove the external port
- "5433:1433" # Important: In a production environment your should remove the external port

enrolling.api:
environment:
Expand All @@ -23,13 +23,6 @@ services:
- "5102:80"
- "5581:5001"

identity.api:
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://0.0.0.0:80
ports:
- "5105:80"

webstatus:
environment:
- ASPNETCORE_ENVIRONMENT=Production
Expand Down
10 changes: 1 addition & 9 deletions docker-compose.yml
@@ -1,4 +1,4 @@
version: '3.5'
version: "3.5"

services:
seq:
Expand All @@ -15,14 +15,6 @@ services:
depends_on:
- sql.data

identity.api:
image: ${REGISTRY:-eschool}/identity.api:${PLATFORM:-linux}-${TAG:-latest}
build:
context: .
dockerfile: src/Services/Identity/Identity.API/Dockerfile
depends_on:
- sql.data

webstatus:
image: ${REGISTRY:-eschool}/webstatus:${PLATFORM:-linux}-${TAG:-latest}
build:
Expand Down
18 changes: 0 additions & 18 deletions eSchool.sln
Expand Up @@ -7,8 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6BFF1AB8-C90
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{1C120673-72F4-4679-AC4C-68286E9091A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Identity", "Identity", "{7BB0857D-E716-488C-B5A2-802FAB06EC27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Enrolling", "Enrolling", "{5193B8A7-4464-482A-872C-C59BB56C88ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Enrolling.FunctionalTests", "src\Services\Enrolling\Enrolling.FunctionalTests\Enrolling.FunctionalTests.csproj", "{A5EAFFBC-100F-4B84-AEC8-64048DB95905}"
Expand All @@ -27,8 +25,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{AA9E7227-03D
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStatus", "src\Web\WebStatus\WebStatus.csproj", "{3B42E8EA-BD33-4324-A771-9A885788D8BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Identity.API", "src\Services\Identity\Identity.API\Identity.API.csproj", "{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -123,25 +119,12 @@ Global
{3B42E8EA-BD33-4324-A771-9A885788D8BA}.Release|x64.Build.0 = Release|Any CPU
{3B42E8EA-BD33-4324-A771-9A885788D8BA}.Release|x86.ActiveCfg = Release|Any CPU
{3B42E8EA-BD33-4324-A771-9A885788D8BA}.Release|x86.Build.0 = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|x64.Build.0 = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Debug|x86.Build.0 = Debug|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|Any CPU.Build.0 = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|x64.ActiveCfg = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|x64.Build.0 = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|x86.ActiveCfg = Release|Any CPU
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C120673-72F4-4679-AC4C-68286E9091A5} = {6BFF1AB8-C900-43E5-988F-E07C085BD64A}
{7BB0857D-E716-488C-B5A2-802FAB06EC27} = {1C120673-72F4-4679-AC4C-68286E9091A5}
{5193B8A7-4464-482A-872C-C59BB56C88ED} = {1C120673-72F4-4679-AC4C-68286E9091A5}
{A5EAFFBC-100F-4B84-AEC8-64048DB95905} = {5193B8A7-4464-482A-872C-C59BB56C88ED}
{ACAFCC74-35F3-44DB-B241-6E9A3CD928A5} = {5193B8A7-4464-482A-872C-C59BB56C88ED}
Expand All @@ -150,7 +133,6 @@ Global
{057CF093-72A7-47CC-BCB8-296C2B569905} = {5193B8A7-4464-482A-872C-C59BB56C88ED}
{AA9E7227-03DB-4D04-A7FB-E8FD09D4C719} = {6BFF1AB8-C900-43E5-988F-E07C085BD64A}
{3B42E8EA-BD33-4324-A771-9A885788D8BA} = {AA9E7227-03DB-4D04-A7FB-E8FD09D4C719}
{1CDF1DD7-A82D-4E1A-AA3D-854AA573A0A5} = {7BB0857D-E716-488C-B5A2-802FAB06EC27}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E418719F-3193-403E-AF58-9BE9F94FD8BE}
Expand Down

This file was deleted.

35 changes: 0 additions & 35 deletions src/Services/Identity/Identity.API/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions src/Services/Identity/Identity.API/Identity.API.csproj

This file was deleted.

25 changes: 0 additions & 25 deletions src/Services/Identity/Identity.API/Program.cs

This file was deleted.

48 changes: 0 additions & 48 deletions src/Services/Identity/Identity.API/Startup.cs

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions src/Services/Identity/Identity.API/appsettings.json

This file was deleted.

0 comments on commit 62af44a

Please sign in to comment.