summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-174-1/+172
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-172-76/+202
* Fixing bad testMarkus Roberts2010-02-171-1/+1
* Fix for #3556 Plussignment value meldingMarkus Roberts2010-02-171-0/+18
* Fixes #3295 - generate() now sets the working directory to the directory cont...Paul Lathrop2010-02-171-0/+41
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-174-8/+104
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-5/+27
* Fixing calls to "class_scope" in Scope testsLuke Kanies2010-04-091-3/+3
* Fixing all 'require' function testsLuke Kanies2010-04-091-7/+12
* 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
* Puppet::Parser::Resource.new parameters have changedJesse Wolfe2010-04-091-1/+1
* Add stub to Puppet::Parser::Collector test to prevent runaway stubJesse Wolfe2010-04-091-1/+5
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+9
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-171-163/+66
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-175-21/+43
* Converging the Resource classes furtherLuke Kanies2010-02-171-13/+13
* Adding strictness checking to resourcesLuke Kanies2010-02-171-49/+33
* Fixing most of the broken tests in test/Luke Kanies2010-02-173-31/+49
* Removing Resource::Reference classesLuke Kanies2010-02-1711-242/+378
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-171-0/+41
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-20/+13
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-179-914/+16
* Removing Interpreter classLuke Kanies2010-02-172-128/+16
* All non-transient parser references are goneLuke Kanies2010-02-177-74/+142
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-2/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-18/+18
* Adding helper module for finding known resource typesLuke Kanies2010-02-171-0/+25
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-171-16/+5
* Parser now uses Environment resource type collectionLuke Kanies2010-02-171-24/+30
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-171-4/+116
* Renaming LoadedCode to ResourceTypeCollectionLuke Kanies2010-02-173-50/+50
* Storing per-environment LoadedCode instancesLuke Kanies2010-02-172-29/+38
* Adding support for parsing ruby filesLuke Kanies2010-02-171-0/+23
* Fixing test structureLuke Kanies2010-02-171-4/+4
* Adding []/[]= support to Parser::ResourceLuke Kanies2010-02-171-0/+10
* Fixing "require" function to use new class interfaceLuke Kanies2010-02-171-2/+2
* Allow adding single key to hashesBrice Figureau2010-02-172-48/+82
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-4/+9
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-173-0/+157
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-2/+12
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+11
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-44/+60
* bug #3407 Part 2Jesse Wolfe2010-03-221-1/+1
* Merge branch '0.25.x'James Turnbull2010-01-133-1/+19
|\
| * ReFix 2675 ending slash in directory should get stripped offJesse Wolfe2010-01-012-0/+18
| * Fixed RSpec deprecation errorJames Turnbull2009-12-191-1/+1
* | Fix #2818 - scope variable assigned with undef are not "undef"Brice Figureau2009-12-293-10/+47
* | Merge branch '0.25.x'Luke Kanies2009-12-215-12/+47
|\|
| * Least kludgy patch for #2675Markus Roberts2009-11-141-1/+6