summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/ast
Commit message (Expand)AuthorAgeFilesLines
* [#4370] Fixes extlookup precedence getting overwritten between runsMatt Robinson2010-08-031-0/+4
* [#4423] repair parameterized class instantiationJesse Wolfe2010-08-031-0/+7
* [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-031-5/+0
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-0/+31
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-191-57/+0
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-24/+69
* Code smell: Two space indentationMarkus Roberts2010-07-0923-1465/+1465
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-0915-16/+16
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-15/+17
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-2823-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-2823-0/+0
* Cleaning up various warnings in specsMarkus Roberts2010-06-281-2/+2
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-2323-0/+0
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+12
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-0/+60
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-0/+88
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-173-5/+10
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-5/+27
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-25/+33
* Puppet::Parser::AST::Leaf#evaluate_match "insensitive" renamed toJesse Wolfe2010-04-091-2/+2
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-173-8/+30
* Adding strictness checking to resourcesLuke Kanies2010-02-171-49/+33
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+35
* Removing Resource::Reference classesLuke Kanies2010-02-172-52/+28
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-20/+13
* Allow adding single key to hashesBrice Figureau2010-02-172-48/+82
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-172-0/+147
* Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-293-10/+47
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-095-581/+3
* Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-122-1/+17
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-0/+10
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-0/+5
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-0/+38
* Fixing ruby warning in definition testLuke Kanies2009-08-021-1/+1
* Implement node matching with regexesBrice Figureau2009-08-013-5/+73
* Make sure node are referenced by their namesBrice Figureau2009-08-011-1/+44
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-012-0/+299
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-0/+125
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-1/+120
* Implement ephemeral scope variablesBrice Figureau2009-08-011-2/+2
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-0/+49
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-6/+6
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-061-0/+21
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-2/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-0610-49/+49
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-062-16/+16
* Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-141-0/+63
* Fixed #1884 - exported defines are collected by the exporting hostLuke Kanies2009-02-111-3/+16
* Fix #1682 - Resource titles are not flattened as they shouldBrice Figureau2009-02-111-0/+90
* Fix #1922 - Functions squash all arguments into a single hashBrice Figureau2009-02-111-2/+2