summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-112-21/+27
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-086-278/+34
* | Fixing a test broken by previous refactoringLuke Kanies2008-11-071-7/+4
* | Finishing the refactoring of the resource generation interface.Luke Kanies2008-11-075-208/+74
* | Refactoring and clarifying the resource generation methods.Luke Kanies2008-11-072-45/+268
* | Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-072-107/+132
* | Adding SimpleGraph#leaves, which I apparently did not migrate from PGraphLuke Kanies2008-11-061-0/+7
* | Removing mention of obsolete edgelist_class from GRATR.Luke Kanies2008-11-062-18/+0
* | Changing the catalog's relationship graph into a normal graph.Luke Kanies2008-11-063-76/+77
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-068-591/+545
* | Moving Catalog#write_graph to SimpleGraph, where it belongs.Luke Kanies2008-11-062-0/+37
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-0514-484/+248
* | Removing mid-transaction resources from the catalog.Luke Kanies2008-11-052-1/+15
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-053-0/+186
* | Aliasing "must_not" just like we alias "must"Luke Kanies2008-11-051-0/+1
* | Deduplicating slashes in the fileserving codeLuke Kanies2008-11-043-3/+8
* | Fixing the augeas type tests to work when augeas is missingLuke Kanies2008-11-041-88/+98
* | Reducing the number of calls to terminus() to reduce interference with cachingLuke Kanies2008-11-041-2/+3
* | Switched all value management in props/params to internal classes.Luke Kanies2008-11-048-889/+928
* | 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-042-7/+20
* | Moving a file purging test to rspecLuke Kanies2008-11-042-42/+49
* | Fixing #1641 - file recursion now only passes original parameters to child re...Luke Kanies2008-11-042-24/+39
* | Removing obsolete methods and tests:Luke Kanies2008-11-042-101/+0
* | Making it so (once again) files with sources set can still be deletedLuke Kanies2008-11-045-50/+48
* | Fixing and migrating more file tests.Luke Kanies2008-11-047-581/+312
* | Adding a starting point for spec tests for tidy.Luke Kanies2008-11-042-12/+12
* | Setting puppetmasterd up to serve all indirected classes.Luke Kanies2008-11-031-1/+3
* | Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-033-13/+38
* | Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-032-3/+3
* | Fixing :bindaddress setting to work with the new server subsystem.Luke Kanies2008-11-032-3/+26
* | Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-032-1/+8
* | Fixing forward-compatibility issues resulting from no global resourcesLuke Kanies2008-10-312-6/+3
* | Fixing a test I broke when fixing a reporting bugLuke Kanies2008-10-311-4/+0
* | Merge branch '0.24.x'Luke Kanies2008-10-3149-867/+1074
|\|
| * Added unit tests for the augeas type and providerBryan Kearney2008-10-303-2/+344
| * Fix #1402 - Allow multiline commentsBrice Figureau2008-10-294-1/+51
| * Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-294-1/+47
| * Fixed augeas examples in typeJames Turnbull2008-10-291-2/+2
| * Merge branch 'augeas' into 0.24.xJames Turnbull2008-10-293-0/+341
| |\
| | * Merge branch 'augeas' of git@github.com:bkearney/puppet into augeasBryan Kearney2008-10-281-200/+0
| | |\
| | | * Beginning provider split, need help on the voodooBryan Kearney2008-10-272-181/+211
| | * | Split Augeas up into a provider and a type.Bryan Kearney2008-10-283-161/+410
| | |/
| | * Added augeas type and featureJames Turnbull2008-10-242-0/+292
| * | Fixed #1710 - Spurious output in test runJames Turnbull2008-10-292-6/+2
| * | Fixing #1669 - The dump parameter can now be changed on mounts.Luke Kanies2008-10-292-1/+30
| * | Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-292-2/+67
| * | Fixing #1667 - regex automatic value documentation is now readable.Luke Kanies2008-10-292-2/+4
| * | Fixed #1692 - k5login fails to set mode when file is createdJames Turnbull2008-10-282-1/+3
| * | Fixing #1660 - Adding specifically supported values for tidy recursion.Luke Kanies2008-10-283-0/+79