-
Notifications
You must be signed in to change notification settings - Fork 83
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-reboot
base: 1.2.0
head repository: puppetlabs/puppetlabs-reboot
compare: 1.2.1
- 13 commits
- 4 files changed
- 5 contributors
Commits on Oct 13, 2015
-
Merge branch 'master' into stable
* master: (FM-3747) Prepare Supported release 1.2.0 (MODULES-2659) Detect CCM pending reboot state (MODULES-2658) Detect DSC pending reboot state (MODULES-2657) Detect Windows computer rename (MODULES-2674) Add masterless pre-suite for dev (MODULES-2674) Use install_dev_puppet_module_on (MODULES-2674) Update module install + ca certs (MODULES-2585) Fix Linux provider failing on Windows (MODULES-2452) Update Beaker Version (maint) Guarantee Facter version for old Puppets
Configuration menu - View commit details
-
Copy full SHA for 7270369 - Browse repository at this point
Copy the full SHA 7270369View commit details
Commits on Oct 14, 2015
-
Merge branch 'master' into stable
* master: (maint) Emit Windows debug messages for pending
Configuration menu - View commit details
-
Copy full SHA for 0a5ec2e - Browse repository at this point
Copy the full SHA 0a5ec2eView commit details
Commits on Nov 14, 2015
-
(MODULES-2822) Windows provider reboot_required
- Adds a new value to the Windows specific provider implementation that can be set to notify of a pending reboot. - This has been added primarily for the sake of DSC, which needs a way to ask for a reboot on demand, since the Invoke-DscResource cmdlet in PowerShell does not propagate a global status anywhere. See https://tickets.puppetlabs.com/browse/MODULES-2641 Sample usage from within another module looks something like: resource.catalog.resource(:reboot, 'dsc_reboot') if reboot_resource.provider.respond_to?(:reboot_required) reboot_resource.provider.reboot_required = true else
Configuration menu - View commit details
-
Copy full SHA for 5ed5c76 - Browse repository at this point
Copy the full SHA 5ed5c76View commit details
Commits on Nov 16, 2015
-
Merge pull request #97 from Iristyle/ticket/master/MODULES-2822-add-r…
…eboot_required-provider-check (MODULES-2822) Windows provider reboot_required
Configuration menu - View commit details
-
Copy full SHA for 747201b - Browse repository at this point
Copy the full SHA 747201bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a3735 - Browse repository at this point
Copy the full SHA b0a3735View commit details
Commits on Nov 17, 2015
-
(MODULES-2822) Adjust reboot_required specs
- In cases where the system is actually pending a reboot for reasons other than setting the reboot_required flag, the module would report a reboot. Guard against these conditions, by adjusting tests.
Configuration menu - View commit details
-
Copy full SHA for 793bb17 - Browse repository at this point
Copy the full SHA 793bb17View commit details -
Merge pull request #98 from Iristyle/ticket/master/MODULES-2822-make-…
…reboot_required-tests-less-fragile (MODULES-2822) Adjust reboot_required specs
Ryan Gard committedNov 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 6760a8f - Browse repository at this point
Copy the full SHA 6760a8fView commit details
Commits on Nov 20, 2015
-
(MODULES-2804) Fix use of Win32::Registry.read
The `read` method of `Win32::Registry` class returns a `[type, data]` array if the value exists, but it's used as if it returns just the `data` in `package_installer?` and `pending_computer_rename`. In most cases, there is no problem with it because the detecting result is determined by whether the registry value exists or not, not by the `data`. However it may cause issues sometimes. Instead be sure to explicitly grab the data from the return value when necesary.
Configuration menu - View commit details
-
Copy full SHA for 97e836a - Browse repository at this point
Copy the full SHA 97e836aView commit details -
* pr-96: (MODULES-2804) Fix use of Win32::Registry.read Closes #96
Configuration menu - View commit details
-
Copy full SHA for 374b6fb - Browse repository at this point
Copy the full SHA 374b6fbView commit details
Commits on Nov 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9b59bb6 - Browse repository at this point
Copy the full SHA 9b59bb6View commit details -
Merge branch 'master' into stable
* master: (MODULES-2804) Fix use of Win32::Registry.read (MODULES-2822) Adjust reboot_required specs (maint) fix spec naming for reboot_required (MODULES-2822) Windows provider reboot_required
Configuration menu - View commit details
-
Copy full SHA for 457aa12 - Browse repository at this point
Copy the full SHA 457aa12View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf61a9 - Browse repository at this point
Copy the full SHA cdf61a9View commit details -
Merge pull request #99 from ferventcoder/ticket/stable/FM-3881-releas…
…e-1.2.1 (FM-3881) prep for 1.2.1 supported release
Configuration menu - View commit details
-
Copy full SHA for 12afa2d - Browse repository at this point
Copy the full SHA 12afa2dView 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 1.2.0...1.2.1