This website requires JavaScript.
Explore
Help
Sign In
tudor.stanciu
/
network-resurrector
mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
Watch
1
Star
0
Fork
You've already forked network-resurrector
0
Code
Issues
1
Packages
Projects
Releases
Wiki
Activity
Merged PR 82: Monorepo migration
Browse Source
Monorepo migration
master
Tudor Stanciu
2024-03-24 21:25:36 +00:00
parent
156b0be7fb
209bb7e91f
commit
08f1360f21
349 changed files
with
22266 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
.dockerignore → backend/.dockerignore
Unescape
Escape
View File
0
.gitattributes → backend/.gitattributes
vendored
Unescape
Escape
View File
0
.gitignore → backend/.gitignore
vendored
Unescape
Escape
View File
0
Directory.Build.props → backend/Directory.Build.props
Unescape
Escape
View File
0
NetworkResurrector.sln → backend/NetworkResurrector.sln
Unescape
Escape
View File
0
NuGet.config → backend/NuGet.config
Unescape
Escape
View File
0
README.md → backend/README.md
Unescape
Escape
View File
0
ReleaseNotes.xml → backend/ReleaseNotes.xml
Unescape
Escape
View File
0
dependencies.props → backend/dependencies.props
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/CancelHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/CancelHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/LockHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/LockHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/LogoutHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/LogoutHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/RestartHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/RestartHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/ShutdownHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/ShutdownHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/CommandHandlers/SleepHandler.cs → backend/src/agent/NetworkResurrector.Agent.Application/CommandHandlers/SleepHandler.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/DependencyInjectionExtensions.cs → backend/src/agent/NetworkResurrector.Agent.Application/DependencyInjectionExtensions.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Mappings/MappingProfile.cs → backend/src/agent/NetworkResurrector.Agent.Application/Mappings/MappingProfile.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/NetworkResurrector.Agent.Application.csproj → backend/src/agent/NetworkResurrector.Agent.Application/NetworkResurrector.Agent.Application.csproj
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Queries/GetSystemVersion.cs → backend/src/agent/NetworkResurrector.Agent.Application/Queries/GetSystemVersion.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/ICliService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/ICliService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IParamProvider.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IParamProvider.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IPowerService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IPowerService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IValidationService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Abstractions/IValidationService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Linux/BashService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Linux/BashService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Linux/LinuxPowerService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Linux/LinuxPowerService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/ParamProvider.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/ParamProvider.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/ValidationService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/ValidationService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Windows/CmdService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Windows/CmdService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Application/Services/Windows/WindowsPowerService.cs → backend/src/agent/NetworkResurrector.Agent.Application/Services/Windows/WindowsPowerService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Domain/Constants/Errors.cs → backend/src/agent/NetworkResurrector.Agent.Domain/Constants/Errors.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Domain/Models/ConfigurationRecords.cs → backend/src/agent/NetworkResurrector.Agent.Domain/Models/ConfigurationRecords.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Domain/Models/Records.cs → backend/src/agent/NetworkResurrector.Agent.Domain/Models/Records.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Domain/NetworkResurrector.Agent.Domain.csproj → backend/src/agent/NetworkResurrector.Agent.Domain/NetworkResurrector.Agent.Domain.csproj
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Cancel.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Cancel.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Lock.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Lock.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Logout.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Logout.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Restart.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Restart.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Shutdown.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Shutdown.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Sleep.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Commands/Sleep.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Dto/CommandRecords.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Dto/CommandRecords.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Dto/EventRecords.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Dto/EventRecords.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/CancelResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/CancelResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/LockResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/LockResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/LogoutResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/LogoutResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/RestartResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/RestartResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/ShutdownResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/ShutdownResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/SleepResult.cs → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/Events/SleepResult.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.PublishedLanguage/NetworkResurrector.Agent.PublishedLanguage.csproj → backend/src/agent/NetworkResurrector.Agent.PublishedLanguage/NetworkResurrector.Agent.PublishedLanguage.csproj
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/Constants/ApiRoutes.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/Constants/ApiRoutes.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/DependencyInjectionExtension.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/DependencyInjectionExtension.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/Models/ServiceConfiguration.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/Models/ServiceConfiguration.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/NetworkResurrector.Agent.Wrapper.csproj → backend/src/agent/NetworkResurrector.Agent.Wrapper/NetworkResurrector.Agent.Wrapper.csproj
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/Services/IResurrectorAgentService.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/Services/IResurrectorAgentService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/Services/Internal/HttpHeadersService.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/Services/Internal/HttpHeadersService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent.Wrapper/Services/ResurrectorAgentService.cs → backend/src/agent/NetworkResurrector.Agent.Wrapper/Services/ResurrectorAgentService.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Controllers/HostController.cs → backend/src/agent/NetworkResurrector.Agent/Controllers/HostController.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Extensions/DataTypeExtensions.cs → backend/src/agent/NetworkResurrector.Agent/Extensions/DataTypeExtensions.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Extensions/LoggingExtensions.cs → backend/src/agent/NetworkResurrector.Agent/Extensions/LoggingExtensions.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Extensions/Serilog/AgentCodeEventEnricher.cs → backend/src/agent/NetworkResurrector.Agent/Extensions/Serilog/AgentCodeEventEnricher.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Extensions/StartupExtensions.cs → backend/src/agent/NetworkResurrector.Agent/Extensions/StartupExtensions.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/NetworkResurrector.Agent.csproj → backend/src/agent/NetworkResurrector.Agent/NetworkResurrector.Agent.csproj
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Program.cs → backend/src/agent/NetworkResurrector.Agent/Program.cs
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Properties/PublishProfiles/FolderProfile.pubxml → backend/src/agent/NetworkResurrector.Agent/Properties/PublishProfiles/FolderProfile.pubxml
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/Properties/launchSettings.json → backend/src/agent/NetworkResurrector.Agent/Properties/launchSettings.json
Unescape
Escape
View File
0
src/agent/NetworkResurrector.Agent/appsettings.json → backend/src/agent/NetworkResurrector.Agent/appsettings.json
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/CancelActionHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/CancelActionHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/LockMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/LockMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/LogoutUserHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/LogoutUserHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/PingMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/PingMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/RestartMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/RestartMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/ShutdownMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/ShutdownMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/SleepMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/SleepMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/System/ResetCacheHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/System/ResetCacheHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/CommandHandlers/WakeMachineHandler.cs → backend/src/api/NetworkResurrector.Api.Application/CommandHandlers/WakeMachineHandler.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/DependencyInjectionExtensions.cs → backend/src/api/NetworkResurrector.Api.Application/DependencyInjectionExtensions.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Extensions/EntityExtensions.cs → backend/src/api/NetworkResurrector.Api.Application/Extensions/EntityExtensions.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Extensions/ModelExtensions.cs → backend/src/api/NetworkResurrector.Api.Application/Extensions/ModelExtensions.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Helpers/DataFaker.cs → backend/src/api/NetworkResurrector.Api.Application/Helpers/DataFaker.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Helpers/Randomizer.cs → backend/src/api/NetworkResurrector.Api.Application/Helpers/Randomizer.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Mappings/MappingProfile.cs → backend/src/api/NetworkResurrector.Api.Application/Mappings/MappingProfile.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj → backend/src/api/NetworkResurrector.Api.Application/NetworkResurrector.Api.Application.csproj
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Queries/GetMachines.cs → backend/src/api/NetworkResurrector.Api.Application/Queries/GetMachines.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Queries/GetReleaseNotes.cs → backend/src/api/NetworkResurrector.Api.Application/Queries/GetReleaseNotes.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Queries/GetSystemVersion.cs → backend/src/api/NetworkResurrector.Api.Application/Queries/GetSystemVersion.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Queries/GetUserPermissions.cs → backend/src/api/NetworkResurrector.Api.Application/Queries/GetUserPermissions.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/Abstractions/INotificationService.cs → backend/src/api/NetworkResurrector.Api.Application/Services/Abstractions/INotificationService.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/Abstractions/IUserContext.cs → backend/src/api/NetworkResurrector.Api.Application/Services/Abstractions/IUserContext.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/Abstractions/IUserService.cs → backend/src/api/NetworkResurrector.Api.Application/Services/Abstractions/IUserService.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/Decorators/UserContextCache.cs → backend/src/api/NetworkResurrector.Api.Application/Services/Decorators/UserContextCache.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/NotificationService.cs → backend/src/api/NetworkResurrector.Api.Application/Services/NotificationService.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/UserContext.cs → backend/src/api/NetworkResurrector.Api.Application/Services/UserContext.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Application/Services/UserService.cs → backend/src/api/NetworkResurrector.Api.Application/Services/UserService.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/DbContexts/NetworkDbContext.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/DbContexts/NetworkDbContext.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/DependencyInjectionExtensions.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/DependencyInjectionExtensions.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/MachineAgentConfiguration.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/MachineAgentConfiguration.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/MachineConfiguration.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/MachineConfiguration.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionConfiguration.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionConfiguration.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionConfigurationEf.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionConfigurationEf.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionPerformerConfiguration.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Power/PowerActionPerformerConfiguration.cs
Unescape
Escape
View File
0
src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Security/PermissionConfiguration.cs → backend/src/api/NetworkResurrector.Api.Domain.Data/EntityTypeConfiguration/Security/PermissionConfiguration.cs
Unescape
Escape
View File
Some files were not shown because too many files have changed in this diff
Show More
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
tudor.stanciu/network-resurrector
Title
Body
Create Issue