Skip to content

Releases: voxpupuli/onceover

Added summary format for parallel output

26 Feb 09:22
Compare
Choose a tag to compare

Running parallel tests resulted in poor output. This release adds the --format parameter which allows selecting which formatter to use, it now also defaults to printing a summary after a --parallel run

Removed pry

05 Feb 23:30
Compare
Choose a tag to compare

This is what happens when you write code at midnight and don't code review.

Fixed newline issue

05 Feb 23:27
Compare
Choose a tag to compare

Mocked functions that had escape characters in them caused issues in the previous version. This is now fixed

Refactored function mocking

05 Feb 21:45
Compare
Choose a tag to compare

The release refactors the way that function mocking work under the hood, removes the dependency on rspec-puppet-utils and allows for mocking functions that include a double colon in the name

Allow regexes for modules

24 Dec 05:36
Compare
Choose a tag to compare

This release allows the use of regexes when testing roles and profiles that come from modules. Just specify the regex such as:

classes:
  - /role::/

This will now match all classes containing role:: including ones that come from modules.

Also in this release:

  • Factset for Windows 10
  • Removed acceptance testing docs

Added details to `onceover show puppetfile`

05 Sep 13:43
Compare
Choose a tag to compare

@raphink Added:

  • superseded_by because it's not obvious when modules are deprecated
  • endorsement because it's useful to know if you can trust the devs

Enabled trusted_server_facts

15 May 10:28
Compare
Choose a tag to compare

This can cause issues of not enabled with rspec-puppet >= 2.6.11

If you use pre_conditions see errors like this:

error during compilation: Evaluation Error: Cannot reassign variable '$servername'

This is because the server variables are already set by rspec-puppet and don't need to be sat again.

Added include/exclude validation

13 May 01:47
Compare
Choose a tag to compare

Onceover will now give a nice error when a hash has include but not exclude. PR: #172

Allow symbol loading and fix windows symlinks

05 Apr 01:04
Compare
Choose a tag to compare

This release contains the following PRs:

Adds the ability to load symbols from onceover.yaml (bug) and fixes a windows symlink issue

Trusted Facts!

27 Mar 01:03
Compare
Choose a tag to compare

@LMacchi added trusted facts support, resolving #151