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: voxpupuli/puppet-augeasproviders_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: voxpupuli/puppet-augeasproviders_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 16 commits
  • 18 files changed
  • 8 contributors

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    4af3565 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    f6f9b97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from jamespwilliams/master

    Update git:// github.com submodule URL to use https://
    alexjfisher authored May 18, 2022
    Configuration menu
    Copy the full SHA
    7446dc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. rspec: Remove Puppet::Util::Storage mock

    In attempting to upgrade bodgit/puppet-postfix's[^1] dependency on this
    module, I received the following error:
    
      Failure/Error: allow(Puppet::Util::Storage).to receive(:store)
        The use of doubles or partial doubles from rspec-mocks outside
        of the per-test lifecycle is not supported.
    
    This appears to be the result of the change in
    637108e to use a mock rather than a
    stub. However, it is not clear to me why Puppet::Util::Storage needs to
    be mocked, as all tests still pass in this module and puppet-postfix
    without it, so remove.
    
    [1]: https://github.com/bodgit/puppet-postfix
    lollipopman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    aa427ad View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge pull request #42 from lollipopman/puppet-util-storage

    rspec: Remove Puppet::Util::Storage mock
    ekohl authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cc3a3db View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Modulesync 5.4.0

    ekohl committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6a73638 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from voxpupuli/modulesync

    modulesync 5.4.0
    ekohl authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2c4ba9e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    1b7260f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from voxpupuli/bastelfreak-patch-1

    Fix broken Apache-2 license
    bastelfreak authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    90fd61a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Use expect() instead of .should

    This removes deprecation warnings from the process output.
    
    It also uses eq([]) instead of be_empty since it's easier to debug: the
    diff is more useful.
    ekohl committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    9e3d0e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from ekohl/remove-should-style

    Use expect() instead of .should
    ekohl authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d3fc567 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. modulesync 5.5.0

    maxadamo committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    7daf0b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from voxpupuli/modulesync

    modulesync 5.5.0
    bastelfreak authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    9f5bf7f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    da34348 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request #49 from StatensPensjonskasse/Workaround-libaugeas…

    …-save/load-issue
    
    Workaround libaugeas save/load issue
    ekohl authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    401a167 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Release 3.2.1

    b4ldr committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c4cedd9 View commit details
    Browse the repository at this point in the history
Loading