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/puppet-strings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: puppetlabs/puppet-strings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 25, 2022

  1. (GH-332) Ensure PuppetStrings is loaded for tasks

    Prior to this commit users would receive an Undefined Constant error
    when attempting to generate a reference file via the provided Rake
    tasks.
    
    This was caused by the compact testing style for modules added in v3.0.
    
    In this case the parent, PuppetStrings is not properly loaded before
    Tasks. As a result the error above is caused.
    
    This commit adds a new module declaration to tasks.rb that will ensure
    that the PuppetStrings is properly loaded.
    chelnak committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0292153 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #333 from puppetlabs/GH-332-ensure_module_is_loaded

    (GH-332) Ensure PuppetStrings is loaded for tasks
    LukasAud authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    55e3091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a1785 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #334 from puppetlabs/GH-332-bump_gem_version

    (GH-332) Bump gem version to 3.0.1
    pmcmaw authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8eee747 View commit details
    Browse the repository at this point in the history
  5. Release prep v3.0.1

    GitHub Actions committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9b02b9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #335 from puppetlabs/release-prep

    Release prep v3.0.1
    chelnak authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f4522ef View commit details
    Browse the repository at this point in the history
Loading