summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-301-0/+52
* Add boolean operators to ASTBrice Figureau2008-09-301-0/+53
* Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-5/+5
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-0/+10
* Add rspec unit test for the append operatorBrice Figureau2008-09-214-1/+120
* Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-0/+9
* Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-1/+12
* Issue 1215Andrew Shafer2008-06-131-24/+3
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-0/+9
* Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-52/+52
* Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+57
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+7
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
* Fixing some tests that only failed under certainLuke Kanies2008-03-181-3/+1
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-5/+156
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+6
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-138/+148
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-2/+2
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-251-1/+7
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-98/+113
* Fixed test for #1040James Turnbull2008-02-201-0/+1
* converting parser ast node specs from setup/teardown to before/afterRick Bradley2008-02-181-83/+81
* converting parser ast host class specs from setup/teardown to before/afterRick Bradley2008-02-181-86/+84
* converting parser compilerspecs from setup/teardown to before/afterRick Bradley2008-02-181-391/+379
* 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-122-6/+6
* Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-121-4/+13
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-122-0/+275
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-117-188/+188
* Refactoring the interface between the Compile classLuke Kanies2008-02-111-26/+15
* Changing some methods in the Compile class toLuke Kanies2008-02-112-25/+25
* Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-112-113/+224
* Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-30/+13
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-31/+333
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-082-4/+4
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-082-6/+6
* Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-0/+465
* Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-0/+60
* Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-1/+14
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-2/+7
* This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+21
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-14/+14
* Fixing #923. Resources that are collected on the localLuke Kanies2007-12-061-13/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-282-33/+42
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-4/+22
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-0/+386
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-0/+25
* Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-0/+50
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-0/+100
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-6/+12
* Classes once again get evaluated immediately when theLuke Kanies2007-11-081-12/+87