Glenn Sarti

Results 43 issues of Glenn Sarti

This commit adds a GitHub action to run Pester unit tests. This commit also includes a single test to ensure that Pester is indeed being executed.

Previously the builder would collect all PowerShell files including tests. This commit changes the builder to ignore the unneede test files

## Description ## Testing plan ## External links ## Output from tests Including output from tests may require access to a TFE instance. Ignore this section if you have no...

### What You Are Seeing? The automated update docs page says the AU modules is being updated all the time ![image](https://user-images.githubusercontent.com/5819622/207777265-2c1f90ee-742e-42db-9b6e-24664d4de4a2.png) However the AU module is no longer receiving updates....

Documentation
0 - Backlog

Given a manifest of: ``` puppet # $number1 = 5000 # $number2 = '6000' # $sum = $number1 + $number2 # notify{"Sum: $sum":} $server = 'localhost' notify{"Path: ${server}\foo":} notify{"this string...

new check

With the manifest below, it produces no warnings. Expecting at least one ``` puppet # Class documentation class init { $admin_enable = false $admin_bind_address = '0.0.0.0:8083' $domain_name = undef $http_enable...

I was trying to add filtering to a SHiPs module I was developing however it always filtered out everything which is very strange. I have created a minimal reproduction of...

All, I was thinking that perhaps I should add a version of my "Beyond Pester 101" and "Beyond Pester 102" talks into this docs repo. However before I start (as...

documentation

From https://github.com/schacon/ruby-git/issues/326 --- Repro case: * Download a repository which contains a file with CRLF endings on an operating system that uses LF endings * Extracting the diff will throw...

I am writing a Schema validator that can run on Linux (and Mac) and Windows platforms and I noticed something strange with the Schema Reader. When I attempted to read...