Releases: gaelcolas/Sampler
Releases · gaelcolas/Sampler
v0.116.2-preview0001
[v0.116.2-preview0001]
Added
- Script
Set-SamplerTaskVariable.ps1
- Added debug output of PSModulePath
v0.116.1
[v0.116.1]
Fixed
- Task
Build_ModuleOutput_ModuleBuilder
- Fixed #402: Using parameter
Filter
instead ofInclude
to get MOF files.
- Fixed #402: Using parameter
Get-MofSchemaName
- Permanently skipped a test that the build worker
ubuntu-latest
were
unable to run due to missing shared library 'libmi'.
- Permanently skipped a test that the build worker
- Now the QA test that verifies that the Unreleased section header is present
in the CHANGELOG.md correctly supports ChangelogManagement v3.0.1. - Task
Convert_Pester_Coverage
- No longer throws an exception when there was just one missed command
for a test suite. Fixes #407.
- No longer throws an exception when there was just one missed command
Added
- Task
Build_ModuleOutput_ModuleBuilder
- Proper support for DSC composite resources (*.schema.psm1).
Changed
- The QA tests can now be debugged by
Invoke-Pester
directly, before it
had to be started by the build scriptbuild.ps1
. This will also help
the Pester Tests VS Code extension to be able to run the tests.
v0.116.0
[v0.116.0]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376. - Removed MOF based DSC resources from the CompleteModule sample.
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
RequiredModules.psd1.template
- Fixes #397,
ModuleType
Plaster parameter.
- Fixes #397,
Resolve-Dependency.ps1
- Fixes #394,
AllowPrerelease
is ignored for bootstrap.
- Fixes #394,
module.tests.ps1.template
- Fixed code style according to this project's standard.
v0.116.0-preview0008
[v0.116.0-preview0008]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376. - Removed MOF based DSC resources from the CompleteModule sample.
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
RequiredModules.psd1.template
- Fixes #397,
ModuleType
Plaster parameter.
- Fixes #397,
Resolve-Dependency.ps1
- Fixes #394,
AllowPrerelease
is ignored for bootstrap.
- Fixes #394,
module.tests.ps1.template
- Fixed code style according to this project's standard.
v0.116.0-preview0007
[v0.116.0-preview0007]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
RequiredModules.psd1.template
- Fixes #397,
ModuleType
Plaster parameter.
- Fixes #397,
Resolve-Dependency.ps1
- Fixes #394,
AllowPrerelease
is ignored for bootstrap.
- Fixes #394,
module.tests.ps1.template
- Fixed code style according to this project's standard.
v0.116.0-preview0006
[v0.116.0-preview0006]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
Resolve-Dependency.ps1
- Fixes #394,
AllowPrerelease
is ignored for bootstrap.
- Fixes #394,
module.tests.ps1.template
- Fixed code style according to this project's standard.
v0.116.0-preview0005
[v0.116.0-preview0005]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
module.tests.ps1.template
- Fixed code style according to this project's standard.
v0.116.0-preview0004
[v0.116.0-preview0004]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
v0.116.0-preview0003
[v0.116.0-preview0003]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Merge-JaCoCoReport
- Improvements to be able to merge missing elements, like entire element
<class>
,<sourcefile>
,<method>
.
- Improvements to be able to merge missing elements, like entire element
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is
v0.116.0-preview0002
[v0.116.0-preview0002]
Removed
- Removed the task
Set_Build_Environment_Variables
since it is not used,
and build helpers are not in use anymore. Fixes #376
Added
- Added more unit tests to raise code coverage.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Pester 5 HQRM test are in module DscResource.Test and is tested there.
- Deprecated Pester 4 HQRM tests was removed from code coverage. The new
Changed
- Task
copy_paths_to_choco_staging
- Now handle property
Exclude
andForce
correctly.
- Now handle property
Fixed
Get-MofSchemaName
- Correctly throws an error if the schema MOF cannot be parsed.
- Task
Convert_Pester_Coverage
- Removed one unused line of code.
- Moved one line of code so that code coverage threshold value
will output correctly in some circumstances.
Set-SamplerTaskVariable
- Reverted code that was removed in pull request #383. The code is
necessary because how the commandsGet-BuiltModuleVersion
,
Get-SamplerBuiltModuleManifest
,Get-SamplerBuiltModuleBase
, and
Get-SamplerModuleRootPath
are currently built. The code that was
reverted handles resolving the wildcard (*
) in the returned paths
from the mentioned commands.
- Reverted code that was removed in pull request #383. The code is