| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework Puppet::Util::Cacher to only expire using TTLs | Nick Lewis | 2011-07-21 | 1 | -4/+0 |
* | Maint: Tagged spec tests that are known to fail on Windows | Josh Cooper | 2011-07-19 | 1 | -1/+1 |
* | Fix tests with "relative" paths on Windows | Josh Cooper | 2011-07-19 | 4 | -5/+9 |
* | (#8268) Fix resource harness spec tests | Josh Cooper | 2011-07-12 | 1 | -5/+9 |
* | Merge branch '2.6.x' into 2.7.x | Nick Lewis | 2011-06-08 | 1 | -3/+3 |
|\ |
|
| * | (#2128) Add the ability to specify a node name | Nick Lewis | 2011-06-06 | 1 | -3/+3 |
| * | Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yaml | Brice Figureau | 2011-04-05 | 1 | -2/+13 |
* | | (#7507) Add ability to filter Ruby 1.9 spec failures | Matt Robinson | 2011-05-17 | 1 | -5/+5 |
* | | maint: clean up the spec test headers in bulk. | Daniel Pittman | 2011-04-13 | 4 | -8/+4 |
* | | maint: just require 'spec_helper', thanks rspec2 | Daniel Pittman | 2011-04-08 | 4 | -4/+4 |
* | | (#7026) Remove whits from reports when finalizing | Nick Lewis | 2011-04-08 | 1 | -0/+19 |
* | | Merge branch '2.6.x' into next | Matt Robinson | 2011-01-19 | 1 | -0/+84 |
|\| |
|
| * | (#5710) Removed unnecessary calls to insync? | Paul Berry | 2011-01-07 | 1 | -0/+23 |
| * | Prep for fixing #5710: Refactor stub provider in resource harness spec | Paul Berry | 2011-01-07 | 1 | -33/+36 |
| * | Maint: test partial resource failure | Paul Berry | 2011-01-07 | 1 | -0/+58 |
* | | Merge branch '2.6.x' into next | Nick Lewis | 2011-01-06 | 4 | -585/+330 |
|\| |
|
| * | (#5758) Verify that report events are correctly created | Paul Berry | 2011-01-03 | 1 | -6/+56 |
| * | (#5715) Removed unnecessary attributes from YAML of Puppet::Transaction::Event. | Paul Berry | 2010-12-30 | 1 | -0/+13 |
| * | (#5715) Make certain report attributes always present. | Nick Lewis | 2010-12-30 | 2 | -4/+10 |
| * | (#5715) Changed the type of metric names to always be strings. | Paul Berry | 2010-12-30 | 1 | -13/+13 |
| * | (#5715) Add status attribute to reports. | Paul Berry | 2010-12-30 | 1 | -3/+18 |
| * | (#5715) Made the changes/total and events/total metrics always present | Paul Berry | 2010-12-30 | 1 | -0/+10 |
| * | (#5715) Refactor in preparation for adding a status attribute to reports. | Paul Berry | 2010-12-30 | 1 | -10/+10 |
| * | (#5715) Removed Puppet::Transaction::Report#external_times from YAML output. | Paul Berry | 2010-12-30 | 1 | -0/+8 |
| * | (#5715) Added total time metric to apply reports. | Paul Berry | 2010-12-30 | 1 | -0/+9 |
| * | (#5715) Removed redundant attribute Transaction::Event#version | Paul Berry | 2010-12-30 | 1 | -1/+1 |
| * | (#5715) Removed Puppet::Util::Log#version. | Paul Berry | 2010-12-30 | 1 | -1/+1 |
| * | (#5715) Removed the unused attribute Puppet::Transaction::Event#node | Paul Berry | 2010-12-30 | 1 | -1/+1 |
| * | (#5715) Prep work: Fixed add_statuses in report_spec. | Paul Berry | 2010-12-30 | 1 | -1/+1 |
| * | Modified the behavior of Puppet::Resource::Status as follows: | Paul Berry | 2010-12-17 | 2 | -5/+31 |
| * | (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar... | Paul Berry | 2010-12-17 | 3 | -549/+151 |
| * | (#5493) Add report_format, puppet_version, and configuration_version to Reports | Nick Lewis | 2010-12-16 | 1 | -15/+21 |
* | | Merge branch '2.6.x' into next | Nick Lewis | 2010-12-16 | 3 | -72/+205 |
|\| |
|
| * | (#5408) Attributes can be both audited and managed | Jesse Wolfe | 2010-12-10 | 2 | -71/+197 |
| * | Fix #1757 Change file mode representation to octal | Jesse Wolfe | 2010-12-08 | 1 | -3/+3 |
| * | (#4943) Add puppet inspect application | Nick Lewis | 2010-12-02 | 1 | -0/+8 |
* | | maint: Use expand_path when requiring spec_helper or puppettest | Matt Robinson | 2010-12-06 | 5 | -5/+5 |
* | | Maint: Modified tests of indirector.save to call the indirection directly. | Paul Berry | 2010-11-30 | 1 | -1/+1 |
* | | Maint: Refactor tests to use <class>.indirection.<method> | Paul Berry | 2010-11-29 | 1 | -7/+0 |
* | | Fix #4339 - Save a last run report summary to $statedir/last_run_summary.yaml | Brice Figureau | 2010-11-13 | 1 | -2/+13 |
|/ |
|
* | [#4364] Fix failing spec due to incorrect loglevel | Jesse Wolfe | 2010-08-04 | 1 | -1/+1 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 5 | -953/+953 |
* | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -3/+3 |
* | Fix for #4117 "Storing newly-audited value" messages | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | maint: fix stub failures in report_spec.rb | Jesse Wolfe | 2010-07-02 | 1 | -0/+4 |
* | [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rb | Markus Roberts | 2010-06-28 | 5 | -0/+0 |
* | [#3994-part 2] rename integration tests to *_spec.rb | Markus Roberts | 2010-06-28 | 5 | -0/+0 |
* | [#3994] rename the specs to have _spec.rb at the end | Markus Roberts | 2010-06-23 | 5 | -0/+0 |
* | Fixing #3139 - all properties can now be audited | Luke Kanies | 2010-02-17 | 3 | -3/+86 |