Commits on Jan 28, 2016

  1. Add GitHub Signature

    This change adds support for a github_secret to be added to the
    webhook config allowing the secret to be used when calling the
    hook from GitHub. This is the preferred way for securing hooks
    from GitHub.
    Adam Yohrling committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    27e0a60 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Update the documentation to show how to use the github_secret value.
    Adam Yohrling committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    9281f97 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Allow Webhook to be removed.

    Prior to this commit, we did not have any puppet code
    for removing the webhook. This is the intial commit for
    removing via and ensure param.
    Zack Smith committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    c219f3e View commit details
    Browse the repository at this point in the history
  2. Formatting

    Zack Smith committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    8604980 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Add support to ensure => false on mcollective class

    Prior to commit mco agent,application and ddl had to be manually deleted
    . This commit add support for a new param that ensures => absent on the
    files in question.
    Zack Smith committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    4ea4be6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. fix mcollective image

    issue #263
    mmckinst committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    5e6df66 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Add Spec Tests

    This change adds the spec test for the updated github_secret config
    value for the webhook.
    Adam Yohrling committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    a58437b View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Add Acceptance Test

    This change adds an acceptance test for the webhook configured with
    github secret value
    Adam Yohrling committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    49b9183 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into add_github_signature

    Adam Yohrling committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    0384391 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #264 from mmckinst/fix_images

    fix mcollective image
    acidprime committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    1a1888b View commit details
    Browse the repository at this point in the history
  4. Fix Ruby 1.8.7 issue with Spec

    Zack Smith committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    f7d7ff1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #262 from immuta/add_github_signature

    Add GitHub signature
    acidprime committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    91bde83 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Fix webhook gif?

    Zack Smith committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    f270781 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. add curl example

    jessereynolds committed May 10, 2016
    Configuration menu
    Copy the full SHA
    b776ad0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Add support to overwrite webhook config file permissions

    Robert Heinzmann committed May 20, 2016
    Configuration menu
    Copy the full SHA
    3dab287 View commit details
    Browse the repository at this point in the history
  2. Fix TravisCI Job for latest rake (not supporting ruby < 1.9.3)

    Robert Heinzmann committed May 20, 2016
    Configuration menu
    Copy the full SHA
    457b069 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Merge pull request #278 from elconas/feature_fix_r10k_webhook_permiss…

    …ions_rebase3
    
    Add support for custom permissions and ownership of webhooks.yaml
    acidprime authored Jul 13, 2016
    Configuration menu
    Copy the full SHA
    e584e3a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Configuration menu
    Copy the full SHA
    07ce412 View commit details
    Browse the repository at this point in the history
  2. Use correct SPDX identifier for license

    Without this patch, the metadata.json would not properly lint.
    ghoneycutt committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    1ec7903 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Configuration menu
    Copy the full SHA
    45ffd8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69172bf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Merge pull request #288 from ghoneycutt/fix_testing

    Fix testing
    rnelson0 authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    96d479e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #274 from jessereynolds/master

    add curl example to readme
    rnelson0 authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    ebbd296 View commit details
    Browse the repository at this point in the history
  3. Duplicate certpath key

    Fixes this message `Warning: The key 'certpath' is declared more than once`
    Sean S. King committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    d2d0486 View commit details
    Browse the repository at this point in the history
  4. Update config_version.sh

    I revised your example `config_version.sh` a bit. The major change is that I shortened the result of the SHA code to the first 10 characters. A complete SHA is like 40 characters. I like the cleaner output and thought others would too.
    
    The rest of the changes are simply setting variables at the top of the file for easier configurability/readability
    Sean S. King committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    c938e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07e870b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Add $root_group, $root_user to params, define it based on OS

    Add those parameters to init.pp as well, to let the user
    override it if necessary. Further use $::r10k::root_user, $::r10k::root_group
    all over the place instead of the hardcoded names.
    buzzdeee committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    d1fe76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef1bfd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #295 from andrewwippler/andrewwippler-patch-1

    Fixes Puppet 4 path for webhook
    rnelson0 authored Nov 9, 2016
    Configuration menu
    Copy the full SHA
    e4dc604 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Merge pull request #287 from seanscottking/patch-1

    Duplicate certpath key
    dhoppe authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    d9f0136 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #291 from seanscottking/patch-2

    Update config_version.sh
    dhoppe authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    9932649 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Merge pull request #279 from buzzdeee/master

    unbreak on OS where root group != 'root'
    jyaworski authored Nov 13, 2016
    Configuration menu
    Copy the full SHA
    ebcb77d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Modulesync 0.15.1

      First modulesync after migration
      Badge and location updates
      Remove tracked file in .gitignore
    rnelson0 committed Nov 14, 2016
    1 Configuration menu
    Copy the full SHA
    a2d4ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c61563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80382c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Merge pull request #296 from voxpupuli/modulesync

    First modulesync after migration
    rnelson0 authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    99a682d View commit details
    Browse the repository at this point in the history
  2. Badge updates

      I left a few references to acidprime/r10k during the modulesync.
    rnelson0 authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    540e611 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #298 from voxpupuli/badges

    Badge updates
    rnelson0 authored Nov 15, 2016
    Configuration menu
    Copy the full SHA
    5ab878f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. Release candidate for v4.0.0

    rnelson0 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    20fbab4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Merge pull request #299 from voxpupuli/4.0.0rel

    Release candidate for v4.0.0
    bastelfreak authored Nov 19, 2016
    Configuration menu
    Copy the full SHA
    1268327 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Rename CHANGELOG.md

    rnelson0 committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    54c43a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #301 from voxpupuli/changelog

    Rename CHANGELOG.md
    alexjfisher authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    682fe0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9119fc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #302 from voxpupuli/travis_release

    Reformat release header for 4.0.0
    rnelson0 authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    5b499ae View commit details
    Browse the repository at this point in the history