-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: puppetlabs/puppet-strings
base: v4.1.3
head repository: puppetlabs/puppet-strings
compare: v5.0.0
- 14 commits
- 24 files changed
- 10 contributors
Commits on Oct 31, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0eeb75d - Browse repository at this point
Copy the full SHA 0eeb75dView commit details
Commits on Nov 1, 2024
-
Merge pull request #403 from smortex/fix-ci-with-latest-yard
Fix CI with latest yard
Configuration menu - View commit details
-
Copy full SHA for 2024b92 - Browse repository at this point
Copy the full SHA 2024b92View commit details
Commits on Dec 22, 2024
-
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' ```
Configuration menu - View commit details
-
Copy full SHA for c52291a - Browse repository at this point
Copy the full SHA c52291aView commit details
Commits on Jan 16, 2025
-
clarifies the puppet-strings usage
This is part of the OpenVox rebranding. This summary string is part of the `puppet --help` output.
Configuration menu - View commit details
-
Copy full SHA for 5749461 - Browse repository at this point
Copy the full SHA 5749461View commit details -
Merge pull request #405 from binford2k/clarify_summary
clarifies the puppet-strings usage
Configuration menu - View commit details
-
Copy full SHA for 2a52b05 - Browse repository at this point
Copy the full SHA 2a52b05View commit details
Commits on Feb 12, 2025
-
Merge pull request #404 from bastelfreak/puppet
List puppet as runtime dependency
Configuration menu - View commit details
-
Copy full SHA for cd6349c - Browse repository at this point
Copy the full SHA cd6349cView commit details
Commits on Apr 8, 2025
-
(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.
Configuration menu - View commit details
-
Copy full SHA for b4714a7 - Browse repository at this point
Copy the full SHA b4714a7View commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 22a2744 - Browse repository at this point
Copy the full SHA 22a2744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea6f0d - Browse repository at this point
Copy the full SHA 0ea6f0dView commit details
Commits on Apr 10, 2025
-
Merge pull request #407 from puppetlabs/CAT-2281-Remove_puppet_7_test…
…_infrastructure (CAT-2281) Remove puppet 7 infrastructure
Configuration menu - View commit details
-
Copy full SHA for 4a49f54 - Browse repository at this point
Copy the full SHA 4a49f54View commit details
Commits on May 30, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for f37cb25 - Browse repository at this point
Copy the full SHA f37cb25View commit details
Commits on Jun 2, 2025
-
Merge pull request #408 from ghoneycutt/configure_push
Rake task allows for a different commit message
Configuration menu - View commit details
-
Copy full SHA for a3fe160 - Browse repository at this point
Copy the full SHA a3fe160View commit details
Commits on Jun 9, 2025
-
GitHub Actions committed
Jun 9, 2025 Configuration menu - View commit details
-
Copy full SHA for ed7ce7f - Browse repository at this point
Copy the full SHA ed7ce7fView commit details -
Merge pull request #409 from puppetlabs/release-prep
Release prep v5.0.0
Configuration menu - View commit details
-
Copy full SHA for beb0586 - Browse repository at this point
Copy the full SHA beb0586View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.3...v5.0.0