-
-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-yum
base: v4.2.0
head repository: voxpupuli/puppet-yum
compare: v4.3.0
- 13 commits
- 11 files changed
- 5 contributors
Commits on May 18, 2020
-
Use simpler code for tests for expected failures
Rather than: ```ruby it { is_expected.to raise_error(Puppet::PreformattedError, `%r{Package name must be formatted as Yum::RpmName, not 'String'} ) } ``` use ```ruby it { is_expected.to compile.and_raise_error( %r{Package name must be formatted as Yum::RpmName, not 'String'} )} ```Configuration menu - View commit details
-
Copy full SHA for b94b080 - Browse repository at this point
Copy the full SHA b94b080View commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 87ab5dd - Browse repository at this point
Copy the full SHA 87ab5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715abcc - Browse repository at this point
Copy the full SHA 715abccView commit details
Commits on May 28, 2020
-
versionlock must specify at least .* for arch.
Previously it was possible to use an arch of `undef` which produced versionlock files for both yum and dnf that would never match a package. Change the default to `*` so versionlock lines always end in `.*` unless an arch is specified in which case it is `.x86_64` for instance.
Configuration menu - View commit details
-
Copy full SHA for 62aebcf - Browse repository at this point
Copy the full SHA 62aebcfView commit details
Commits on Jun 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78b1a08 - Browse repository at this point
Copy the full SHA 78b1a08View commit details
Commits on Jun 5, 2020
-
Merge pull request #179 from traylenator/hat
De-duplicate start of string match character
Configuration menu - View commit details
-
Copy full SHA for 5b009d2 - Browse repository at this point
Copy the full SHA 5b009d2View commit details -
Merge pull request #175 from traylenator/dnftag
Add dnf tag to metadata
Configuration menu - View commit details
-
Copy full SHA for 1538fa8 - Browse repository at this point
Copy the full SHA 1538fa8View commit details
Commits on Jun 25, 2020
-
Improve extraction of available updates
The `yum list updates` command outputs diagnostic messages and then the actual available updates both on stdout. Depending on the installed yum plugins, a variable number of diagnostic lines are emitted, and the output is always formatted for humans, making it non-trivial to distinguish useless and relevant lines. Instead of ignoring the first line, match each line with a pattern matching the following fields: - package: The name of the package for which an update is available, they are in the format <package-name>.<architecture>; - available_version: The version of the package available for update, ensure it starts with a digit; - repository: The repository containing the update These fields are separated by a variable amount of space. When a line match this pattern, consider the package as relevant for update.Configuration menu - View commit details
-
Copy full SHA for 565e91c - Browse repository at this point
Copy the full SHA 565e91cView commit details
Commits on Jun 27, 2020
-
Merge pull request #181 from smortex/improve-list-updates
Improve extraction of available updates
1Configuration menu - View commit details
-
Copy full SHA for 45e8f58 - Browse repository at this point
Copy the full SHA 45e8f58View commit details -
Merge pull request #177 from traylenator/star
versionlock must specify at least .* for arch.
Configuration menu - View commit details
-
Copy full SHA for 07c24b7 - Browse repository at this point
Copy the full SHA 07c24b7View commit details -
Merge pull request #173 from traylenator/raise
Use simpler code for tests for expected failures
Configuration menu - View commit details
-
Copy full SHA for 8b7c297 - Browse repository at this point
Copy the full SHA 8b7c297View commit details
Commits on Jul 20, 2020
-
Vadym Chepkov committed
Jul 20, 2020 Configuration menu - View commit details
-
Copy full SHA for c10bebc - Browse repository at this point
Copy the full SHA c10bebcView commit details -
Merge pull request #186 from vchepkov/release-4.2.1
prepare release 4.3.0
Configuration menu - View commit details
-
Copy full SHA for 1c3c5e2 - Browse repository at this point
Copy the full SHA 1c3c5e2View 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.2.0...v4.3.0