Commits on Jun 5, 2019

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

Commits on Jun 18, 2019

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

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    80a0610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeaf999 View commit details
    Browse the repository at this point in the history
  3. Revert default slack_icon value to undef

    Setting the default value breaks all the tests. Having a defined
    default value is more of a clarity in config thing than a
    functional requirement, since the code will fall back to the
    hardcoded ":ocean:" value if the value is undefined.
    ncstate-mafields committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    e0c9b7d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Trim "full_name" when module name has no dashes

    If the module name has no dash (i.e., data['repository']['full_name'] = 'owner/module_name' ), then previous trimming will not work.
    In such case we need trim 'owner/' part in the 'full_name' variable.
    posledov authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    2f20def View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. webhook: use the systemd service by default

    systemd is standard nowadays, so default to that instead of the init
    script.
    
    Remove the suse service template because the redhat one would work
    equivalently. Rename the redhat one to be generic.
    kenyon committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    c277ba5 View commit details
    Browse the repository at this point in the history
  2. travis: test with ubuntu 18.04 instead of 14.04

    Ubuntu 14.04 supported ended in April 2019. Ubuntu 18.04 is the
    current LTS release.
    kenyon committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    3c3b4a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. templates/webhook.yaml.erb: chmod -x

    YAML files are not executable.
    kenyon committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    1019e0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ceed0c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Merge pull request #497 from 0x6d617474/slack_icon_docs

    Add slack_icon docs to README
    rnelson0 authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    809c9b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #494 from kenyon/webhook_systemd_is_default

    webhook: use the systemd service by default
    rnelson0 authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    fa15969 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

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

Commits on Jul 10, 2019

  1. r10k webhook logfiles should not be executable

    webhook manifest sets the webhook logdirectory to 0755 using recurse.
    when using logrotation the logrotate config file should be able to set individual permissions on rotated logfiles.
    
    changing file resource default from 0644 to 0755 as puppet internally will set directories to 0755 by itself: https://github.com/puppetlabs/puppet/blob/master/lib/puppet/type/file/mode.rb#L102
    
    removing recurse true to allow logrotate to set individual permissions.
    set specific mode on webhook bin file
    Martin Alfke committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    8090f72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #500 from tuxmea/filemode_rotated_logfiles

    r10k webhook logfiles should not be executable
    rnelson0 authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    10037c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    88dabc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #492 from syseleven/feature/add-pool_size

    Implement pool_size parameter
    baurmatt authored Jul 29, 2019
    Configuration menu
    Copy the full SHA
    66723ba View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. remove git dependency from r10k::install::puppet_gem

    Andrew N Golovkov committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    888870b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    a724ed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from bastelfreak/archlinux

    implement Archlinux support
    bastelfreak authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    3b9cf9e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #502 from Andor/master

    remove git dependency from r10k::install::puppet_gem
    bastelfreak authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    524be4a View commit details
    Browse the repository at this point in the history
  4. modulesync 2.8.0

    bastelfreak committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    1f8877b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b507ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8fd2b5 View commit details
    Browse the repository at this point in the history
  7. modulesync 2.9.0

    bastelfreak committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    5fb3fa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    500b278 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7275435 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #501 from voxpupuli/modulesync

    modulesync 2.9.0 & drop Ubuntu 14.04, add 16.04/18.04
    bastelfreak authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    8bb5272 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #498 from posledov/master

    Trim "full_name" when module name has no dash
    bastelfreak authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    5bfbf3c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #491 from EncoreTechnologies/master

    Allow uppercase characters in environment names
    bastelfreak authored Oct 27, 2019
    Configuration menu
    Copy the full SHA
    8343202 View commit details
    Browse the repository at this point in the history
  13. release 8.0.0

    bastelfreak committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e6cff6f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Merge pull request #504 from bastelfreak/rel800

    release 8.0.0
    bastelfreak authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0136820 View commit details
    Browse the repository at this point in the history