summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+12
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-172-1/+62
* Removing obsolete nodescope conceptLuke Kanies2010-02-171-19/+0
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+15
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-172-20/+30
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-172-5/+7
* Fixed RSpec deprecation notice in lexer testsJames Turnbull2010-06-101-1/+1
* Make specs work on win32David Schmitt2010-02-172-9/+15
* Functions are added to a module instead of ScopeLuke Kanies2010-02-172-11/+48
* Fix #3664 - qualified variable parsing in string interpolationBrice Figureau2010-02-171-0/+1
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-0/+8
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-171-20/+82
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-172-58/+90
* Fixing Parser::Resource param validationLuke Kanies2010-02-171-0/+5
* 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