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: puppetlabs/puppetlabs-transition
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-transition
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.3
Choose a head ref
  • 11 commits
  • 28 files changed
  • 1 contributor

Commits on Feb 25, 2020

  1. (maint) Convert to PDK

    This converts the module to PDK and fixes the trivial rubocop warnings.
    There are still a few warnings that I wasn't comfortable changing
    without tests to validate behaviour.
    
    This converts the `fail` calls to `raise Puppet::Error, ...` to make
    rubocop happy and retain original behaviour.
    binford2k committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c4a1119 View commit details
    Browse the repository at this point in the history
  2. Correct an error with #10

    If transition were used with a resource with no `ensure` parameter (like
    a notify) then it would stacktrace. This corrects that and adds an
    example to validate that the type is working properly.
    binford2k committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    506b9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3f0469 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from puppetlabs/release

    Release 0.1.2
    binford2k authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    7ab490b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from binford2k/fix_no_ensure

    Correct an error with #10
    binford2k authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    cb328fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8aacd5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from binford2k/pdkify

    (maint) Convert to PDK
    binford2k authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f84221d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a61aa58 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #16 from binford2k/release

    Release preparation for 0.1.3
    binford2k authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    91b3ff0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff0f5ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac31cb6 View commit details
    Browse the repository at this point in the history
Loading