summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast/selector.rb
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-091-30/+30
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-171-1/+2
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-091-3/+1
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-171-2/+0
* Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-121-0/+4
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-30/+12
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-6/+5
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-10/+0
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-0/+1
* changing selector error messageluke2007-01-261-1/+1
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-1/+9
* adding explicit load of ast/branch to its subclassesluke2006-10-151-0/+2
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-5/+1
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-1/+4
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+2
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-5/+6
* Moving ast classes into separate filesluke2006-01-131-0/+60