Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-reboot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-reboot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 13 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 13, 2015

  1. 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
    ferventcoder committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    7270369 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Merge branch 'master' into stable

    * master:
      (maint) Emit Windows debug messages for pending
    ferventcoder committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    0a5ec2e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. (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
    Iristyle committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    5ed5c76 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Merge pull request #97 from Iristyle/ticket/master/MODULES-2822-add-r…

    …eboot_required-provider-check
    
    (MODULES-2822) Windows provider reboot_required
    ferventcoder committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    747201b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a3735 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. (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.
    Iristyle committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    793bb17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from Iristyle/ticket/master/MODULES-2822-make-…

    …reboot_required-tests-less-fragile
    
    (MODULES-2822) Adjust reboot_required specs
    Ryan Gard committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    6760a8f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. (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.
    digglife authored and ferventcoder committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    97e836a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr-96'

    * pr-96:
      (MODULES-2804) Fix use of Win32::Registry.read
    
    Closes #96
    ferventcoder committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    374b6fb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. Merge branch 'stable'

    * stable:
    ferventcoder committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    9b59bb6 View commit details
    Browse the repository at this point in the history
  2. 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
    ferventcoder committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    457aa12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf61a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #99 from ferventcoder/ticket/stable/FM-3881-releas…

    …e-1.2.1
    
    (FM-3881) prep for 1.2.1 supported release
    Iristyle committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    12afa2d View commit details
    Browse the repository at this point in the history
Loading