Skip to content

Releases: voxpupuli/onceover

Added warning for modules/ dir

15 Mar 01:06
Compare
Choose a tag to compare

@mikkergimenez Has added functionality which means for users that already have a modules/ directory they now get a nice error and onceover doesn't blat it silently (nice)

Fixed function mocking for rich data

15 Mar 01:05
Compare
Choose a tag to compare

This fixes #159 and means that functions that are mocked now reliably return the data type that they were passed in the YAML. Also gets around some big errors that you can get by passing strange strings

Allow custom templates and forcing

06 Mar 04:54
Compare
Choose a tag to compare

New features:

  • #157 Added the ability to use custom templates
  • #158 Added the ability to tell r10k to force override locally modified modules

Added :before section

27 Feb 10:03
Compare
Choose a tag to compare

This option allows for more thorough mocking of functions that need to behave differently based on certain fact conditions.

Props to @LMacchi for this feature

Fix Caching regression

26 Feb 08:56
Compare
Choose a tag to compare

#154 Was introduced with the last release, this remediates that issue and also finally fixes the way onceover does caching of deleted files. Thanks to @philomory for finding the bug

Fixed caching of dotfiles

15 Jan 22:55
Compare
Choose a tag to compare

This release fixes #115 and adds a large amount of automated acceptance testing which should make things a fair bit more robust.

Issue #113 may be fixed by this but it has yet to be reliably replicated so I doubt it.

Fixed modulepath delimiter on Windows

05 Jan 06:28
Compare
Choose a tag to compare

Add support for :control_branch

05 Jan 04:57
Compare
Choose a tag to compare

Onceover now supports the :control_branch feature, it just does a simple find and replace based on the branch that you currently have checked out.

Thanks to @Nekototori for this feature

Fixed #140

04 Oct 09:07
Compare
Choose a tag to compare

This release fixes a regression as described in #140

Thanks @GeoffWilliams

Fixed #131

12 Sep 00:34
Compare
Choose a tag to compare

This release fixes #131 which involved an accidental change to hiera's load order