summaryrefslogtreecommitdiffstats
path: root/lib/puppet/property.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5931) Prevent errors when calling insync? on audited propertiesPaul Berry2011-01-251-1/+16
* Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-5/+5
* Code smell: Two space indentationMarkus Roberts2010-07-091-281/+281
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-18/+6
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-2/+5
* Working #3139 - Removing Property#checkableLuke Kanies2010-02-171-16/+0
* Fixing Property#change_to_s in rare case failuresLuke Kanies2010-04-121-3/+3
* Fixing feature validation when passed one itemLuke Kanies2010-02-171-0/+1
* Solidifying the RAL/Event integration.Luke Kanies2010-02-171-5/+1
* Refactoring the Change/Event/Property interfaceLuke Kanies2010-02-171-1/+1
* Moving event creation to the resourceLuke Kanies2010-02-171-3/+2
* Reorganizing Property class to match current styleLuke Kanies2010-02-171-66/+34
* Cleaning up Event creationLuke Kanies2010-02-171-23/+15
* Random code cleanupLuke Kanies2010-02-171-3/+3
* Moving Ensure property into separate fileLuke Kanies2010-02-171-92/+1
* Fix for #2817 (links created even when links property set to follow)Markus Roberts2009-12-151-11/+3
* Ticket #2685 (Type error in ssh_authorized_keys)Markus Roberts2009-10-231-0/+1
* Fix for #2654 (error generating error message)Markus Roberts2009-09-221-2/+2
* Adding metadata delegation from param to resourceLuke Kanies2009-08-031-13/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-4/+4
* Add an unmunge capability to type parameters and propertiesBrice Figureau2009-05-021-2/+2
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Fixing all broken tests. Most of them were broken by fileserving changes.Luke Kanies2008-12-021-2/+2
* Merge branch '0.24.x'Luke Kanies2008-12-021-1/+1
|\
| * Fixing #1764 - a property's 'sync' method is never considered a no-op.Luke Kanies2008-11-211-1/+1
* | Fixing tests broken by fileserving and other refactoring.Luke Kanies2008-11-081-3/+0
* | Converting the file 'source' property to a parameter.Luke Kanies2008-11-051-10/+0
* | Switched all value management in props/params to internal classes.Luke Kanies2008-11-041-93/+64
|/
* Removing some code in Parameter that is unnecessary.Luke Kanies2008-09-231-1/+2
* Fixed #1595 - Internally, Property#retrieve is no longer calledLuke Kanies2008-09-231-0/+5
* Renaming the Puppet::PropertyChange class to Puppet::Transaction::Change.Luke Kanies2008-07-031-1/+0
* Fixing #920 -- I have replaced the existing mount test with anLuke Kanies2007-11-261-1/+1
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-37/+23
* Fixed #827. Applied a form of the patch provided by porridge andMichael V. O'Brien2007-10-041-2/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-111-7/+8
* Adding support in Property for declarating whether a given property type will...luke2007-07-101-6/+37
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-0/+528