-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-dsc_lite
base: v4.0.1
head repository: puppetlabs/puppetlabs-dsc_lite
compare: v4.1.0
- 20 commits
- 10 files changed
- 9 contributors
Commits on Jun 7, 2024
-
(CAT-1869) - Add configurable dsc_timeout param for dsc type
Prior to this commit, we set a default timeout of 20 minutes for the dsc type, and this was not configurable. This change adds a new "dsc_timeout" param to the dsc type, which accepts an integer value for the number of seconds execution should wait before exiting. Users can now configure this timeout through their manifests, same as you would with any other property see below: ``` dsc { "Running Script": resource_name => 'Script', module => 'PSDesiredStateConfiguration', dsc_timeout => 10, properties => { getscript => 'Start-Sleep -Seconds 5', testscript => '$false', setscript => 'Start-Sleep -Seconds 5', }, } ```Configuration menu - View commit details
-
Copy full SHA for fad6643 - Browse repository at this point
Copy the full SHA fad6643View commit details -
Merge pull request #213 from puppetlabs/cat-1869-add_configurable_tim…
…eout (CAT-1869) - Add configurable dsc_timeout param for dsc type
Configuration menu - View commit details
-
Copy full SHA for 89d4f6d - Browse repository at this point
Copy the full SHA 89d4f6dView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8998d5 - Browse repository at this point
Copy the full SHA f8998d5View commit details -
Merge pull request #214 from puppetlabs/cat-1869-add_configurable_tim…
…eout (maint) - Implement retries for timeout test
Configuration menu - View commit details
-
Copy full SHA for aeda8d4 - Browse repository at this point
Copy the full SHA aeda8d4View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed999a1 - Browse repository at this point
Copy the full SHA ed999a1View commit details -
Merge pull request #215 from puppetlabs/update_labeller
(maint) Update labeller.yml to pull_request
Configuration menu - View commit details
-
Copy full SHA for 83145d6 - Browse repository at this point
Copy the full SHA 83145d6View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ee2d5f - Browse repository at this point
Copy the full SHA 2ee2d5fView commit details
Commits on Jun 13, 2024
-
Merge pull request #216 from puppetlabs/revert-215-update_labeller
Revert "(maint) Update labeller.yml to pull_request"
Configuration menu - View commit details
-
Copy full SHA for de77679 - Browse repository at this point
Copy the full SHA de77679View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89152d3 - Browse repository at this point
Copy the full SHA 89152d3View commit details -
Merge pull request #217 from puppetlabs/pdksync_CAT-1954-Remove_labeller
pdksync - (CAT-1954) Remove labeller
Configuration menu - View commit details
-
Copy full SHA for d167508 - Browse repository at this point
Copy the full SHA d167508View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fc0830 - Browse repository at this point
Copy the full SHA 2fc0830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 761b703 - Browse repository at this point
Copy the full SHA 761b703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e5eb22 - Browse repository at this point
Copy the full SHA 2e5eb22View commit details -
Merge pull request #218 from puppetlabs/maint-remove_unsupported_os
(CAT-1927) - Remove Windows 7, 8.x and 2008 R2 Support
Configuration menu - View commit details
-
Copy full SHA for ed95c2a - Browse repository at this point
Copy the full SHA ed95c2aView commit details
Commits on Aug 15, 2024
-
(maint) - add disclaimer for script block logging
This commit adds a warning the readme about the use of sensitive data with script block logging enabled. As per microsoft's own recommendation, protected event logging should also be enabled to encyrpt this data.
Configuration menu - View commit details
-
Copy full SHA for 8b10f7d - Browse repository at this point
Copy the full SHA 8b10f7dView commit details -
Merge pull request #220 from puppetlabs/maint-add_readme_disclaimer
(maint) - add disclaimer for script block logging
Configuration menu - View commit details
-
Copy full SHA for 2c75b19 - Browse repository at this point
Copy the full SHA 2c75b19View commit details -
Ths commit fixes the timeout matcher to more accurately match a legitimate dsc timeout. Before, if output was nil for any other reason dsc_lite would assume timeout which is not strictly correct. There is a specific error message returned on dsc timeout which we should strive to match instead. Additionally, moved the logic to only execute for nodes with windows powershell support as we can only pass a timeout to powershell on these nodes.
Configuration menu - View commit details
-
Copy full SHA for a31f0b9 - Browse repository at this point
Copy the full SHA a31f0b9View commit details -
Merge pull request #219 from puppetlabs/bug-fix_timeout_matcher
(Bug) - Fix timeout matcher
Configuration menu - View commit details
-
Copy full SHA for c40b6af - Browse repository at this point
Copy the full SHA c40b6afView commit details -
GitHub Actions committed
Aug 15, 2024 Configuration menu - View commit details
-
Copy full SHA for cf31595 - Browse repository at this point
Copy the full SHA cf31595View commit details -
Merge pull request #221 from puppetlabs/release-prep
Release prep v4.1.0
Configuration menu - View commit details
-
Copy full SHA for 746fc17 - Browse repository at this point
Copy the full SHA 746fc17View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.1...v4.1.0