Skip to content

Commit 1f3dcfe

Browse files
authored
GH-115: Merge changes to master (#118)
* Update valid versions * Update valid versions * Update CHANGELOG.md * GH-84 Add installation of AdoptOpenJDK pre-requisite * GH-84 Add installation of AdoptOpenJDK pre-requisite * GH-84: Add installation of AdoptOpenJDK and JRE pre-requisite * GH-84: Add installation of AdoptOpenJDK and JRE pre-requisite * GH-85: Make sure that the minLevel of the File logger is set to 'Debug' for InstallTool * GH-85: Make sure that the minLevel of the File logger is set to 'Debug' for InstallTool * GH-86: Make it possible to initialize an image with only the third party software prerequisites and/or the Application prerequisites and installation * GH-87: Restore support for local SQL Server Express database for Vagrant boxes (Hyper-V) (#88) * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support * Restore local SQLExpress mockdatabase support - Networking/login config * Restore local SQLExpress mockdatabase support - Rename * Restore local SQLExpress mockdatabase support - Correct download url * Restore local SQLExpress mockdatabase support - Use a specific instancename: ISHSQLEXPRESS * Restore local SQLExpress mockdatabase support - CHANGELOG * Restore local SQLExpress mockdatabase support - Configure ISHSQLEXPRESS tcp/login when installing (#90) * GH-89: Add support for Windows Server 2019 (#91) * GH-89: Add support for Windows Server 2019 * GH-92: Initialize-MockDatabase.ps1 - Support creation of a SQL user when initializing the mock database (#93) GH-92: Initialize-MockDatabase.ps1 - Support creation of a SQL user when initializing the mock database * GH-94: Add support for local SQL Server (Express) 2016 database for AWS (EC2) instances (#96) * GH-97: DevelopFriendly - PowerShell scripts to help in troubleshooting instances (#98) * GH-101 DevelopFriendly - Improve PowerShell scripts to help in troubleshooting instances (#103) * GH102 Database - Add the option to restore the Demo or and Empty database from the ISHCD (#104) * Gh 100 make changes required to support the future new 'versionless' ish deploy module (#105) * GH-100 Make changes required to support the future new 'versionless' ISHDeploy module * GH-99 - Update CHANGELOG (#106) * Gh 107 changes required for new ishcs web application (#108) * GH-107 - Changes required for new ISHCS web application * Gh 109 make sure that the min level of the file logger (n log) for install tool is set to the required value (#110) * GH-109 Make sure that the minLevel of the File logger (NLog) for InstallTool is set to the required value * GH-109 Make sure that the minLevel of the File logger (NLog) for InstallTool is set to the required value * GH-111 : Packer - Provide the correct ps_java_... inputparameters (#113) * GH-114: Review/update readme, changelog, releasnotes, versions, ... (#117) * GH-114: Review/Update README, CHANGELOG, RELEASNOTES, versions, ...
1 parent 2507d83 commit 1f3dcfe

File tree

45 files changed

+1933
-224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1933
-224
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

3+
## release v1.3
4+
5+
- GH-107: Changes required for new 'ISHCS' web application (InstallTool inputparameters)
6+
- GH-102: Database - Add the option to restore the Demo or and Empty database from the ISHCD as local/'mock' database
7+
- GH-101: DevelopFriendly - Improve PowerShell scripts to help in troubleshooting instances
8+
- GH-100: Update the example scripts to use the 'versionless' ISHDeploy module
9+
- GH-97: DevelopFriendly - PowerShell scripts to help in troubleshooting instances (enhancement)
10+
- GH-94: Add support for local SQL Server (Express) 2016 database for AWS (EC2) instances (enhancement)
11+
- GH-92: Initialize-MockDatabase.ps1 - Support creation of a SQL user when initializing the mock database (enhancement)
12+
- GH-89: Add support for Windows Server 2019
13+
- GH-87: Restore support for local SQL Server Express database for Vagrant boxes (Hyper-V)
14+
- GH-86: Make it possible to initialize an image with only the third party software prerequisites and/or the Application prerequisites and installation
15+
- GH-85: Make sure that the minLevel of the File logger is set to 'Debug' for InstallTool
16+
- GH-84: Add installation of AdoptOpenJDK and JRE pre-requisite
17+
- Update valid/supported versions (released: 13.0.1, 13.0.2, not released 14.0.0).
18+
319
## release v1.2
420

521
- GH-53: Add support for docker container images

Examples/Clean-ISH.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ $cleanBlock= {
3737
$infoSharePath="C:\InfoShare"
3838
Write-Debug "infoSharePath=$infoSharePath"
3939

40-
$ishDeployProgramDataPath=Join-Path "C:\ProgramData" "ISHDeploy.$ishVersion"
40+
$ishDeployProgramDataPath=Join-Path "C:\ProgramData" "ISHDeploy"
4141
Write-Debug "ishDeployProgramDataPath=$ishDeployProgramDataPath"
4242

4343
$ishServerProgramDataPath=Join-Path "C:\ProgramData" "ISHServer.$ishServerVersion"
4444
Write-Debug "ishServerProgramDataPath=$ishServerProgramDataPath"
4545

46-
$ishDeployModuleName="ISHDeploy.$ishVersion"
46+
$ishDeployModuleName="ISHDeploy"
4747
Write-Debug "ishDeployModuleName=$ishDeployModuleName"
4848
$ishServerModuleName="ISHServer.$ishServerVersion"
4949
Write-Debug "ishServerModuleName=$ishServerModuleName"

Examples/ISHDeploy/Get-Status.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ try
4747

4848
if($Computer)
4949
{
50-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
50+
$ishDelpoyModuleName="ISHDeploy"
5151
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5252
}
5353

Examples/ISHDeploy/Set-ADFSIntegrationISH.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ try
5959

6060
if($Computer)
6161
{
62-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
62+
$ishDelpoyModuleName="ISHDeploy"
6363
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
6464
}
6565
$remoteADFS=Add-ModuleFromRemote -ComputerName $adfsComputerName -Name ADFS

Examples/ISHDeploy/Set-ISHCMComponents.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ try
4848

4949
if($Computer)
5050
{
51-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
51+
$ishDelpoyModuleName="ISHDeploy"
5252
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5353
}
5454

Examples/ISHDeploy/Set-ISHCMMenuAndButton.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ try
5050

5151
if($Computer)
5252
{
53-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
53+
$ishDelpoyModuleName="ISHDeploy"
5454
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5555
}
5656

Examples/ISHDeploy/Set-ISHIntegrationADFS.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ try
5454

5555
if($Computer)
5656
{
57-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
57+
$ishDelpoyModuleName="ISHDeploy"
5858
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5959
}
6060
$remoteADFS=Add-ModuleFromRemote -ComputerName $adfsComputerName -Name ADFS

Examples/ISHDeploy/Set-ISHSTSRelyingParty.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ try
4747

4848
if($Computer)
4949
{
50-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
50+
$ishDelpoyModuleName="ISHDeploy"
5151
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5252
}
5353

Examples/ISHDeploy/Set-ISHSTSWindows.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ try
4949
{
5050
$ishServerVersion=($ISHVersion -split "\.")[0]
5151
$ishServerModuleName="ISHServer.$ishServerVersion"
52-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
52+
$ishDelpoyModuleName="ISHDeploy"
5353
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name @($ishServerModuleName,$ishDelpoyModuleName)
5454
}
5555

Examples/ISHDeploy/Set-InternalAuthentication.ImplicitRemoting.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ try
4747

4848
if($Computer)
4949
{
50-
$ishDelpoyModuleName="ISHDeploy.$ISHVersion"
50+
$ishDelpoyModuleName="ISHDeploy"
5151
$remote=Add-ModuleFromRemote -ComputerName $Computer -Credential $Credential -Name $ishDelpoyModuleName
5252
}
5353

0 commit comments

Comments
 (0)