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: voxpupuli/puppet-collectd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.4.0
Choose a base ref
...
head repository: voxpupuli/puppet-collectd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.0.0
Choose a head ref
  • 12 commits
  • 40 files changed
  • 4 contributors

Commits on Feb 8, 2020

  1. Change all port parameters to use Stdlib::Port

    Instead of having a mix of strings and integers, all port parameters
    should be using `Stdlib::Port`.
    
    I've also changed some `String`s to `Stdlib::Host`, but none of these
    should be breaking changes.
    alexjfisher authored and bastelfreak committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    720186a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

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

Commits on Mar 31, 2020

  1. Install disk package if required prior CentOS 8

    This PR is a bug fix allowing to install the disk package in versions prior CentOS 8 in case `$manage_package` is configured by the user.
    NikolayTsvetkov authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    ca6336a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 4, 2020

  1. Merge pull request #929 from NikolayTsvetkov/patch-1

    Install disk package if required prior CentOS 8
    bastelfreak authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    dd541aa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #930 from prabiegx/logparser

    [collectd] rename log_parser to logparser
    bastelfreak authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    d0fcd39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #906 from bastelfreak/stdlib_port

    Change all `port` parameters to use `Stdlib::Port`
    bastelfreak authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    d7b79c5 View commit details
    Browse the repository at this point in the history
  4. modulesync 2.12.0

    bastelfreak committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2db37aa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #931 from voxpupuli/modulesync

    modulesync 2.12.0
    bastelfreak authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4ab1a66 View commit details
    Browse the repository at this point in the history
  6. release 12.0.0

    bastelfreak committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    913556f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #932 from bastelfreak/rel1200

    release 12.0.0
    bastelfreak authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    4686e16 View commit details
    Browse the repository at this point in the history
Loading