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-telegraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: voxpupuli/puppet-telegraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 20 commits
  • 32 files changed
  • 9 contributors

Commits on Feb 18, 2021

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

Commits on Mar 1, 2021

  1. install: fix manage_repo logic and tests

    The relationship specifications were incorrectly outside of the "if
    $manage_repo" block. Also the tests should have been failing because
    of that, but the tests were made to artificially pass. This commit
    fixes the tests and the Puppet code.
    
    Co-authored-by: Luke Bigum <Luke.Bigum@lmax.com>
    kenyon and lukebigum committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2b37e55 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request #160 from lukebigum/yumrepo

    move relationship between package and repo into code block where repo is managed
    kenyon authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    53fbad9 View commit details
    Browse the repository at this point in the history
  2. Refactor manage_repo install tests for consistency.

    There was a parallelism break.
    For manage_repo=>true, there was a single test with a case for two OS.
    For manage_repo=>false, three OS'es got a separate test-of-just-that-OS.
    Added the missing OS to the 'true' case, collapsed the 'false' case into a single test.
    gcoxmoz committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    787eb9c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Merge pull request #165 from gcoxmoz/collapse-manage_repo-test

    Refactor manage_repo install tests for consistency.
    kenyon authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    288a828 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. puppet/archive: allow 5.x

    bastelfreak committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d2d9ea7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from bastelfreak/archive

    puppet/archive: allow 5.x
    bastelfreak authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6d0449c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. make sure the ensure absent works with package install

    Steffy Fort authored and fe80 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ebd42ce View commit details
    Browse the repository at this point in the history
  2. add output spec

    fe80 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    d83eb40 View commit details
    Browse the repository at this point in the history
  3. fix linter

    fe80 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f5d9c80 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #169 from fe80/feature/ensure_remove

    make sure the ensure absent works with package install
    bastelfreak authored May 7, 2021
    Configuration menu
    Copy the full SHA
    d9da773 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    e31d53c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from thias/master

    Fix README example 3 + cosmetic updates
    kenyon authored May 18, 2021
    Configuration menu
    Copy the full SHA
    754cfcc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    98a12cc View commit details
    Browse the repository at this point in the history
  2. rubocop: autofix

    bastelfreak committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    1e4f7b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01aa807 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #175 from bastelfreak/stdlib

    allow latest stdlib/apt modules
    bastelfreak authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    fa703d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Merge pull request #174 from voxpupuli/modulesync

    modulesync 4.1.0-38-gb0cd491
    bastelfreak authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    eb79115 View commit details
    Browse the repository at this point in the history
  2. Release 4.1.0

    bastelfreak committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6f10142 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from bastelfreak/rel410

    Release 4.1.0
    sebastianrakel authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    435c2a2 View commit details
    Browse the repository at this point in the history
Loading