Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Client.Wasm/Components/StudentCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
</CardHeader>
<CardBody>
<UnorderedList Unstyled>
<UnorderedListItem>Номер <Strong>№X "Название лабораторной"</Strong></UnorderedListItem>
<UnorderedListItem>Вариант <Strong>№Х "Название варианта"</Strong></UnorderedListItem>
<UnorderedListItem>Выполнена <Strong>Фамилией Именем 65ХХ</Strong> </UnorderedListItem>
<UnorderedListItem><Link To="https://puginarug.com/">Ссылка на форк</Link></UnorderedListItem>
<UnorderedListItem>Номер <Strong>"№3 "Интеграционное тестирование"</Strong></UnorderedListItem>
<UnorderedListItem>Вариант <Strong>№16 "Учебный курс"</Strong></UnorderedListItem>
<UnorderedListItem>Выполнил<Strong>Чугунов Владислав 6511</Strong> </UnorderedListItem>
<UnorderedListItem><Link To="https://github.com/Colnuwko/cloud-development">Ссылка на форк</Link></UnorderedListItem>
</UnorderedList>
</CardBody>
</Card>
8 changes: 4 additions & 4 deletions Client.Wasm/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
Expand All @@ -12,7 +12,7 @@
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5127",
"environmentVariables": {
Expand All @@ -22,7 +22,7 @@
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7282;http://localhost:5127",
"environmentVariables": {
Expand All @@ -31,7 +31,7 @@
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchBrowser": false,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
Expand Down
4 changes: 2 additions & 2 deletions Client.Wasm/wwwroot/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"BaseAddress": ""
"BaseAddress": "https://localhost:7186/courses"
}
40 changes: 40 additions & 0 deletions CloudDevelopment.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ VisualStudioVersion = 17.14.36811.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Wasm", "Client.Wasm\Client.Wasm.csproj", "{AE7EEA74-2FE0-136F-D797-854FD87E022A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourseApp.AppHost", "TrainingCourseApp\TrainingCourseApp.AppHost\TrainingCourseApp.AppHost.csproj", "{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourseApp.ServiceDefaults", "TrainingCourseApp\TrainingCourseApp.ServiceDefaults\TrainingCourseApp.ServiceDefaults.csproj", "{C53C8EE4-EFE3-1A87-4119-EA1F9BA9141D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourse.Api", "TrainingCourse.Api\TrainingCourse.Api.csproj", "{91E8399E-D30D-3E51-7F8E-F5AF72E578B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourseApp.Gateway", "TrainingCourseApp.Gateway\TrainingCourseApp.Gateway.csproj", "{739465EA-49A5-E75F-FAF6-41307826BFEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourseApp.AppHost.Tests", "TrainingCourseApp.AppHost.Tests\TrainingCourseApp.AppHost.Tests.csproj", "{4D19714E-2A07-4BB2-AF50-9ED2BA23E7D6}"
ProjectSection(ProjectDependencies) = postProject
{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5} = {7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}
{91E8399E-D30D-3E51-7F8E-F5AF72E578B5} = {91E8399E-D30D-3E51-7F8E-F5AF72E578B5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainingCourseApp.FileService", "TrainingCourseApp.FileService\TrainingCourseApp.FileService.csproj", "{33EF8C66-9FDF-6096-9EB7-0E038C5B8B23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +31,30 @@ Global
{AE7EEA74-2FE0-136F-D797-854FD87E022A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE7EEA74-2FE0-136F-D797-854FD87E022A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE7EEA74-2FE0-136F-D797-854FD87E022A}.Release|Any CPU.Build.0 = Release|Any CPU
{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A240EE1-35E7-4CA8-B387-9D6E6A6C45F5}.Release|Any CPU.Build.0 = Release|Any CPU
{C53C8EE4-EFE3-1A87-4119-EA1F9BA9141D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53C8EE4-EFE3-1A87-4119-EA1F9BA9141D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53C8EE4-EFE3-1A87-4119-EA1F9BA9141D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53C8EE4-EFE3-1A87-4119-EA1F9BA9141D}.Release|Any CPU.Build.0 = Release|Any CPU
{91E8399E-D30D-3E51-7F8E-F5AF72E578B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91E8399E-D30D-3E51-7F8E-F5AF72E578B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91E8399E-D30D-3E51-7F8E-F5AF72E578B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91E8399E-D30D-3E51-7F8E-F5AF72E578B5}.Release|Any CPU.Build.0 = Release|Any CPU
{739465EA-49A5-E75F-FAF6-41307826BFEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{739465EA-49A5-E75F-FAF6-41307826BFEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{739465EA-49A5-E75F-FAF6-41307826BFEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{739465EA-49A5-E75F-FAF6-41307826BFEC}.Release|Any CPU.Build.0 = Release|Any CPU
{4D19714E-2A07-4BB2-AF50-9ED2BA23E7D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D19714E-2A07-4BB2-AF50-9ED2BA23E7D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D19714E-2A07-4BB2-AF50-9ED2BA23E7D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D19714E-2A07-4BB2-AF50-9ED2BA23E7D6}.Release|Any CPU.Build.0 = Release|Any CPU
{33EF8C66-9FDF-6096-9EB7-0E038C5B8B23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33EF8C66-9FDF-6096-9EB7-0E038C5B8B23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33EF8C66-9FDF-6096-9EB7-0E038C5B8B23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33EF8C66-9FDF-6096-9EB7-0E038C5B8B23}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file added Images/AspireAllServices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/AspireWork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/AspireWork_withGateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/LogsFileService.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Tests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/WorkApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/WorkBalancer8000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/WorkBalancer8001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/WorkBalancer8002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/WorkCaсhe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading