Commits on Dec 8, 2015

  1. Configuration menu
    Copy the full SHA
    6cfbe4d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stable'

    * stable:
      (maint) add release date
      (FM-3492) Release 1.1.3
    ferventcoder committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    1984d90 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. (FM-4917) Rake / Beaker / Rspec compatibility

    Beaker needs a version of Rake less than 11 due to using
    `last_comment' in rake_task.rb:62. Reduce the version of
    Rake down to the same dependency that Beaker does as a
    development dependency.
    
    Rspec 3+ requires that should be explicitly set as an expect term.
    be_true and be_false have also been changed so that they are not
    whether something is truthy or falsey, but simply really true/false. To
    get the older behavior, the test simply needs to check for be_truthy or
    be_falsey. For explicit true/false checks, it is be true and be false.
    
    Remove gem install bundler as part of modulesync updates.
    
    Paired with Glenn Sarti <glenn.sarti at puppetlabs dot com>
    ferventcoder committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    5f678bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from ferventcoder/maint/master/modsync-changes

    (FM-4917) Rake / Beaker / Rspec compatibility
    glennsarti committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    f065068 View commit details
    Browse the repository at this point in the history
  3. (FM-4917) Rake ~> 10.1

    Beaker needs a version of Rake less than 11 due to using
    `last_comment' in rake_task.rb:62. Reduce the version of
    Rake down to the same dependency that Beaker does as a
    development dependency.
    ferventcoder committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    5f275e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. (maint) Fix the style of the registry::value parameters

    Prior to this, the parameters in the defined type, registry::value, were
    all on one line and not spaced according to the Puppet Labs style guide.
    
    This commit fixes that by putting each parameter on its own line and
    lining everything up.
    natemccurdy committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    96f2ccd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Merge pull request #102 from natemccurdy/fix_style

    (maint) Fix the style of the registry::value parameters
    ferventcoder committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    a574cd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. (maint) modsync update

    glennsarti committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    6d79568 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #103 from glennsarti/stable

    (maint) modsync update - stable
    ferventcoder committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    8103b24 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stable'

    * stable:
      (maint) modsync update
    ferventcoder committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    3ddda5e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from ferventcoder/master

    Merge stable up to master after modsync changes
    glennsarti committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    cefa78e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d199bb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Merge pull request #104 from glennsarti/master

    (maint) modsync update - master
    ferventcoder committed May 1, 2016
    Configuration menu
    Copy the full SHA
    7c2251a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. (doc)(MODULES-3356) Branding Name Change

    Update all references from puppetlabs to puppet
    jpogran committed May 16, 2016
    Configuration menu
    Copy the full SHA
    ed53e86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from jpogran/ticket/stable/MODULES-3356-brand…

    …ing-name-change
    
    (MODULES-3356) Branding Name Change
    ferventcoder committed May 16, 2016
    Configuration menu
    Copy the full SHA
    8fbc110 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'stable'

    * stable:
      (doc)(MODULES-3356) Branding Name Change
    ferventcoder committed May 16, 2016
    Configuration menu
    Copy the full SHA
    07c97bd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    bc37faa View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Merge pull request #108 from binford2k/fix_errors

    (FM-5236) Use double quotes so $key is interpolated
    ferventcoder committed May 24, 2016
    Configuration menu
    Copy the full SHA
    ffbc838 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. (MODULES-3536) modsync update

    Module updated with lastest modsync settings
    glennsarti committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    019de22 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Merge pull request #109 from glennsarti/ticket/stable/modules-3536

    (MODULES-3536) modsync update
    glennsarti authored Jun 30, 2016
    Configuration menu
    Copy the full SHA
    6917c16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stable'

    * stable:
      (MODULES-3536) modsync update
    glennsarti committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    d1b146e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    92cfe4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from MosesMendoza/MODULES-3640/windows/add_js…

    …on_pure_restriction
    
    (MODULES-3640) Update modulesync 30fc4ab
    MosesMendoza authored Jul 26, 2016
    Configuration menu
    Copy the full SHA
    3009072 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Merge branch 'stable'

    * stable:
      (MODULES-3640) Update modulesync 30fc4ab
    Moses Mendoza committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    44d1016 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Configuration menu
    Copy the full SHA
    fd6659d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Merge pull request #112 from glennsarti/ticket/stable/modsync

    (maint) modulesync 70360747
    Iristyle authored Aug 24, 2016
    Configuration menu
    Copy the full SHA
    738f674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f39cfcc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Merge remote-tracking branch 'origin/stable'

    * origin/stable:
      (maint) modulesync 70360747
    Iristyle committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    c6f63c3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into stable

    * origin/master:
      (FM-5236) Use double quotes so $key is interpolated
      (maint) modsync update - master
      (maint) Fix the style of the registry::value parameters
      (FM-4917) Rake ~> 10.1
      (FM-4917) Rake / Beaker / Rspec compatibility
    Iristyle committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    94da4db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pr/113' into stable

    * pr/113:
      (MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
    Iristyle committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    6204746 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/stable'

    * origin/stable:
      (MODULES-3775) (msync 8d0455c) update travis/appveyer w/Ruby 2.3
    Iristyle committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    f444177 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    d608d7f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Merge pull request #115 from puppetlabs/hunner_msync

    (MODULES-3704) Update gemfile template to be identical
    eputnam authored Nov 14, 2016
    Configuration menu
    Copy the full SHA
    0a18caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006c074 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Merge pull request #116 from puppetlabs/fix_json

    (MODULES-3632) Use json_pure always
    ferventcoder authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    5237361 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. (MODULES-3865) Manage keys in HKU (hkey_users)

    Previously, the registry module only allowed managing keys and
    values in HKLM and HKCR. This means the module would not be able to
    manage keys in HKU\.DEFAULT, a well-known key store. Allow HKU keys
    and values to also be managed with the module.
    
    NOTE: This is not the same as managing a user hive and registry
    keys. It is to purely manage the keys and values in HKU.
    hilhorst authored and ferventcoder committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    eea4467 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr114'

    * pr114:
      (MODULES-3865) Manage keys in HKU (hkey_users)
    ferventcoder committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    c515df4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc146d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Merge pull request #117 from puppetlabs/fix_1.9

    Workaround frozen strings on ruby 1.9
    eputnam authored Nov 18, 2016
    Configuration menu
    Copy the full SHA
    e2137f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    dbeb4f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Merge pull request #119 from puppetlabs/modulesync

    (FM-5972) Update to next modulesync_configs [dedaf10]
    eputnam authored Dec 29, 2016
    Configuration menu
    Copy the full SHA
    8a96d49 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. (MODULES-4263) add blacksmith rake tasks

    new CI changes require that windows modules have access to blacksmith tasks
    eputnam committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    86d67d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. (MODULES-3195) Fix WOW64 Constant Definition

    The module is throwing a "Munging failed" error when applying a registry
    value, more specifically with 64 bit keys/values.  The recommended way to
    fix this is to remove the "unless defined?" so that the constant is always
    defined on this module.
    Zack Shahan authored and ferventcoder committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    2add62c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pr118'

    * pr118:
      (MODULES-3195) Fix WOW64 Constant Definition
    ferventcoder committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    17ef317 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Merge pull request #121 from eputnam/blacksmith_tasks

    (MODULES-4263) add blacksmith rake tasks
    Helen authored Jan 9, 2017
    Configuration menu
    Copy the full SHA
    c5f95df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757ef40 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Merge pull request #120 from puppetlabs/hunner_msync

    (MODULES-4097) Sync travis.yml
    eputnam authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    ae6e287 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    8a500a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from puppetlabs/hunner_msync

    (MODULES-4098) Sync the rest of the files
    eputnam authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    e220511 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. (MODULES-4331) quoted UNSET string

    This is no longer a valid bareword.
    binford2k committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    c297a8f View commit details
    Browse the repository at this point in the history