summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-113-18/+48
* | Adding cached attribute support to resources.Luke Kanies2008-11-113-10/+24
* | 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-1110-31/+25
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-8/+0
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-5/+0
* | Fixing a test broken by previous refactoringLuke Kanies2008-11-071-7/+4
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-072-185/+24
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-071-0/+247
* | Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-071-71/+101
* | Changing the catalog's relationship graph into a normal graph.Luke Kanies2008-11-061-67/+74
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-063-444/+431
* | Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-061-0/+25
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-052-153/+90
* | Removing mid-transaction resources from the catalog.Luke Kanies2008-11-051-0/+14
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-052-0/+177
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-041-0/+5
* | Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-041-88/+98
* | Switched all value management in props/params to internal classes.Luke Kanies2008-11-042-22/+609
* | Fixing #1677 - fixing the selinux tests in master.Luke Kanies2008-11-041-0/+6
* | Changing the meaning of the unused Puppet::Type#parameter method to return an...Luke Kanies2008-11-041-1/+16
* | Fixing #1641 - file recursion now only passes original parameters to child re...Luke Kanies2008-11-041-20/+25
* | Making it so (once again) files with sources set can still be deletedLuke Kanies2008-11-041-0/+10
* | Fixing and migrating more file tests.Luke Kanies2008-11-042-2/+161
* | Adding a starting point for spec tests for tidy.Luke Kanies2008-11-041-7/+12
* | Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-8/+27
* | Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-031-2/+2
* | Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-031-0/+7
* | Merge branch '0.24.x'Luke Kanies2008-10-319-47/+565
|\|
| * Added unit tests for the augeas type and providerBryan Kearney2008-10-302-0/+341
| * Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-1/+29
| * Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+28
| * Fixing #1669 - The dump parameter can now be changed on mounts.Luke Kanies2008-10-291-0/+29
| * Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-291-0/+66
| * Fixing #1660 - Adding specifically supported values for tidy recursion.Luke Kanies2008-10-281-0/+60
| * Fixing #1698 - all logs again show up in the report.Luke Kanies2008-10-281-46/+0
| * Fixed #1104 - Classes and nodes should set $name variablesBrice Figureau2008-10-281-0/+13
* | Merge branch '0.24.x'Luke Kanies2008-10-228-18/+409
|\|
| * Fixes #1663 - added Symbol check and additional testSean E. Millichamp2008-10-231-0/+9
| * Fix SELinux test to succeed when Puppet debug mode is enabledSean E. Millichamp2008-10-221-0/+1
| * Fix regression caused by switch to Puppet's execute() functionsSean E. Millichamp2008-10-221-1/+1
| * Solaris RBAC AttributesAndrew Shafer2008-10-224-15/+345
| * Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+8
| * Fix #1115 - part2 - fix tests and add all_tagsBrice Figureau2008-10-211-1/+7
| * Fixed #1663 - Regression relating to facter fact naming from 0.24.5James Turnbull2008-10-211-1/+14
| * Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+24
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-1742-145/+2863
|\|
| * Fixing tests I broke when trying to fix the Providers reference.Luke Kanies2008-10-171-5/+15
| * Use fully qualified paths when calling binaries, adjust chcon call to use Pup...Sean E. Millichamp2008-10-171-8/+8