summaryrefslogtreecommitdiffstats
path: root/spec/unit/util
Commit message (Expand)AuthorAgeFilesLines
...
* | Supporting a nil expirer on cacher objects.Luke Kanies2008-12-181-0/+15
* | Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-181-142/+272
* | Merge branch '0.24.x'Luke Kanies2008-12-021-32/+77
|\|
| * Fixing #1785 - selinux tests no longer break other testsLuke Kanies2008-12-021-5/+9
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-252-0/+8
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-141-0/+41
| * Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-141-33/+33
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-111-0/+10
* | Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+6
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-100/+50
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-17/+11
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-8/+0
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-051-0/+8
* | Merge branch '0.24.x'Luke Kanies2008-10-311-46/+0
|\|
| * Fixing #1698 - all logs again show up in the report.Luke Kanies2008-10-281-46/+0
* | Merge branch '0.24.x'Luke Kanies2008-10-221-1/+1
|\|
| * Fix regression caused by switch to Puppet's execute() functionsSean E. Millichamp2008-10-221-1/+1
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-176-0/+740
|\|
| * Use fully qualified paths when calling binaries, adjust chcon call to use Pup...Sean E. Millichamp2008-10-171-8/+8
| * Setting SELinux contexts with chcon should not dereference symbolic linksSean E. Millichamp2008-10-171-5/+5
| * Add unit test coverage for Puppet::Util::SELinux and fix problems found by testsSean E. Millichamp2008-10-091-0/+174
| * Adding an array indexer method to Puppet::Util::Metric as requested in #1633.Luke Kanies2008-10-081-0/+9
| * Adding partial spec tests for Puppet::Util::Metric.Luke Kanies2008-10-081-0/+86
| * Fixing #1089 - Log messages are now tagged with the log level,Luke Kanies2008-10-041-3/+4
| * Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-0/+152
| * Fixed #1613 - The client environment will be substituted when looking up sett...Luke Kanies2008-10-031-0/+15
| * Adding user_attr util to parse attributes on solarisAndrew Shafer2008-10-011-0/+47
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-0/+256
* | Merge branch '0.24.x'Luke Kanies2008-09-231-0/+13
|\|
| * Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-0/+13
* | Removing dead-end file work as promised.Luke Kanies2008-08-201-59/+0
* | Adding files temporarily, since I've decided this work is a dead-end.Luke Kanies2008-08-201-0/+59
* | Merge branch '0.24.x'Luke Kanies2008-07-041-2/+8
|\|
| * Fixed #1231 - Exceptions during startup should now be clear.Luke Kanies2008-07-041-2/+8
* | Merge branch '0.24.x'Luke Kanies2008-07-022-556/+722
|\|
| * Adding an 'instance' class method to ldap connections.Luke Kanies2008-07-011-0/+42
| * issue 1183Andrew Shafer2008-06-161-585/+701
* | Merge branch '0.24.x'Luke Kanies2008-06-142-0/+58
|\|
| * Adding execute bits to every test currently missing them.Luke Kanies2008-06-131-0/+0
| * Adding a class for using templates directly within resourcesLuke Kanies2008-06-091-0/+58
* | Merge branch '0.24.x'Luke Kanies2008-05-252-1/+43
|\|
| * Fixing tests that are broken when running as root under OSX 10.5Paul Lathrop2008-05-231-2/+5
| * Added warnings test and cleaning up trailing whitespace.Paul Lathrop2008-05-231-0/+35
| * Fixed a bug in my tests which caused them to fail when run against the master...Paul Lathrop2008-05-231-0/+4
* | Merge branch '0.24.x'Luke Kanies2008-05-204-0/+1059
|\|
| * Minor cosmetic changes to cleanup some style elements and get rid of some cruft.Paul Lathrop2008-05-181-22/+23
| * Another refactor based on feedback from Luke. This includes adding an accesso...Paul Lathrop2008-05-181-19/+23
| * Refactored tests based on feedback from Luke.Paul Lathrop2008-05-171-176/+169
| * Rewritten tests for Puppet::Util::Storage.Paul Lathrop2008-05-171-44/+211
| * Add unit tests for Puppet::Util::StoragePaul Lathrop2008-05-171-0/+72