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: v4.1.3
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: v5.0.0
Choose a head ref
  • 14 commits
  • 24 files changed
  • 10 contributors

Commits on Oct 31, 2024

  1. Fix CI with latest yard

    Monkey patching libraries is a bad idea.  Latest version of yard changed
    some internal details, which broke CI.
    
    A workaround was proposed in #401 but the root cause was not addressed.
    
    In this commit, we replace the private `io` object with an instance of a
    class that provide the expected `IO#write` method instead of `nil` which
    does not provide this interface in CI, so that the issue is not raised
    anymore.
    smortex committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0eeb75d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge pull request #403 from smortex/fix-ci-with-latest-yard

    Fix CI with latest yard
    jordanbreen28 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    2024b92 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. List puppet as runtime dependency

    puppe is a runtime dependency:
    
    ```
    $ git grep "require 'puppet/"
    lib/puppet-strings/yard/parsers/puppet/parser.rb:require 'puppet/pops'
    lib/puppet-strings/yard/parsers/puppet/statement.rb:require 'puppet/pops'
    lib/puppet-strings/yard/util.rb:require 'puppet/util'
    lib/puppet/application/strings.rb:require 'puppet/application/face_base'
    lib/puppet/face/strings.rb:require 'puppet/face'
    lib/puppet/feature/rgen.rb:require 'puppet/util/feature'
    lib/puppet/feature/yard.rb:require 'puppet/util/feature'
    spec/spec_helper.rb:require 'puppet/version'
    ```
    bastelfreak committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    c52291a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. clarifies the puppet-strings usage

    This is part of the OpenVox rebranding. This summary string is part of
    the `puppet --help` output.
    binford2k committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    5749461 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #405 from binford2k/clarify_summary

    clarifies the puppet-strings usage
    bastelfreak authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    2a52b05 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Merge pull request #404 from bastelfreak/puppet

    List puppet as runtime dependency
    LukasAud authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    cd6349c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. (CAT-2281) Remove puppet 7 infrastructure

    Puppet 7 is EOL. Therefore, we can remove the test infrastructure for it.
    This commit aims to clear up any testing/config infrastructure related to
    Puppet 7 and, by extension, Ruby 2.7.
    LukasAud committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    b4714a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Rubocop safe corrections

    LukasAud committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    22a2744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ea6f0d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Merge pull request #407 from puppetlabs/CAT-2281-Remove_puppet_7_test…

    …_infrastructure
    
    (CAT-2281) Remove puppet 7 infrastructure
    gavindidrichsen authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    4a49f54 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Rake task allows for a different commit message

    Without this commit, you cannot inform the rake task to push gh-pages to
    accept a different commit message. This is necessary in environment
    where commit messages have to be in specific formats.
    
    None of the system calls were checking the exit status of their
    respective commands. Not stopping on error means that the rake take can
    fail and you and your pipelines would not know.
    ghoneycutt committed May 30, 2025
    Configuration menu
    Copy the full SHA
    f37cb25 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge pull request #408 from ghoneycutt/configure_push

    Rake task allows for a different commit message
    gavindidrichsen authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a3fe160 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Release prep v5.0.0

    GitHub Actions committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    ed7ce7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from puppetlabs/release-prep

    Release prep v5.0.0
    david22swan authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    beb0586 View commit details
    Browse the repository at this point in the history
Loading