Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Remove server (#1502)
Browse files Browse the repository at this point in the history
* Remove server

* Remove tests.

* Update changelog.

* Remove tests.
  • Loading branch information
adamdriscoll authored Feb 5, 2020
1 parent 28c125e commit feeb5d6
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 381 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Fixed an is where -ReplaceToast on Show-UDToast would not replace a toast (https://github.com/ironmansoftware/universal-dashboard/issues/1449) by [adamdriscoll](https://github.com/adamdriscoll)
- Changed web.config to use PowerShell.exe rather than UD.Server.exe by [adamdriscoll](https://github.com/adamdriscoll)

### Changed (Enterprise)

- Fixed issue where the login button wouldn't change font color by [adamdriscoll](https://github.com/adamdriscoll)

### Removed

- Removed Publish-UDDashboard by [adamdriscoll](https://github.com/adamdriscoll)
- Removed UniversalDashboard.Server.exe by [adamdriscoll](https://github.com/adamdriscoll)

## 2.8.3 - (1-31-2020)

### Added
Expand Down
Binary file removed src/CorFlags.exe
Binary file not shown.
98 changes: 0 additions & 98 deletions src/UniversalDashboard.Server/DashboardManager.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/UniversalDashboard.Server/Program.cs

This file was deleted.

7 changes: 0 additions & 7 deletions src/UniversalDashboard.Server/Properties/launchSettings.json

This file was deleted.

16 changes: 0 additions & 16 deletions src/UniversalDashboard.Server/UniversalDashboard.Server.csproj

This file was deleted.

28 changes: 0 additions & 28 deletions src/UniversalDashboard.Server/Win32Service.cs

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions src/UniversalDashboard.UITest/Integration/webconfig.tests.ps1

This file was deleted.

3 changes: 1 addition & 2 deletions src/UniversalDashboard.UITest/Manifest.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Describe "Manifest" {
Get-Command 'Out-UDGridData' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Out-UDMonitorData' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Out-UDTableData' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Publish-UDDashboard' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Remove-UDCookie' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Set-UDContentType' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Set-UDCookie' -ErrorAction SilentlyContinue | Should not be $null
Expand Down Expand Up @@ -120,7 +119,7 @@ Describe "Manifest" {
Get-Command 'New-UDGridLayout' -ErrorAction SilentlyContinue | Should not be $null
Get-Command 'Clear-UDCache' -ErrorAction SilentlyContinue | Should not be $null

(Get-Command -Module UniversalDashboard.Community | Measure-Object).Count | should be 129
(Get-Command -Module UniversalDashboard.Community | Measure-Object).Count | should be 128
}

It "should require .NET 4.7" -Skip {
Expand Down
6 changes: 0 additions & 6 deletions src/UniversalDashboard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A666D7E6
build.ps1 = build.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalDashboard.Server", "UniversalDashboard.Server\UniversalDashboard.Server.csproj", "{ECA5AC7B-9166-470A-B99C-234241794D3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UniversalDashboard.Common", "UniversalDashboard.Common\UniversalDashboard.Common.csproj", "{0EE93AE9-7C10-48D4-B804-CCC0C8CA39B0}"
EndProject
Global
Expand All @@ -30,10 +28,6 @@ Global
{08412C9A-7ADD-4D7A-AFC6-68D64F044A07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08412C9A-7ADD-4D7A-AFC6-68D64F044A07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08412C9A-7ADD-4D7A-AFC6-68D64F044A07}.Release|Any CPU.Build.0 = Release|Any CPU
{ECA5AC7B-9166-470A-B99C-234241794D3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECA5AC7B-9166-470A-B99C-234241794D3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECA5AC7B-9166-470A-B99C-234241794D3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECA5AC7B-9166-470A-B99C-234241794D3E}.Release|Any CPU.Build.0 = Release|Any CPU
{0EE93AE9-7C10-48D4-B804-CCC0C8CA39B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EE93AE9-7C10-48D4-B804-CCC0C8CA39B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EE93AE9-7C10-48D4-B804-CCC0C8CA39B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 0 additions & 1 deletion src/UniversalDashboard/New-UDModuleManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ $manifestParameters = @{
"New-UDSwitch",
"New-UDRadio",
"New-UDTextbox",
"Publish-UDDashboard",
"New-UDImage"
"New-UDFab"
"New-UDFabButton"
Expand Down
Loading

0 comments on commit feeb5d6

Please sign in to comment.