summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* | Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-112-57/+11
* | Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-113-20/+17
* | More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-086-266/+256
* | Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-0822-110/+68
* | Removing some obsolete code from the AST base classLuke Kanies2008-02-081-39/+3
* | Ceasing autoloading ast files; loading them manually insteadLuke Kanies2008-02-081-7/+21
* | Merge commit 'bartv/pending/fix-933' into 0.24.xLuke Kanies2008-02-051-0/+2
|\ \
| * | Store a resource before adding relations to it otherwise activerecord willBart Vanbrabant2008-02-031-0/+2
| |/
* | Fixing #1017 -- environment-specific modulepath is noLuke Kanies2008-02-041-1/+1
* | Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-302-275/+393
* | Removing tons of unnecessary calls to "nil?" from the lexer.Luke Kanies2008-01-281-22/+6
|/
* Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-191-25/+10
* Applying a fix for #998 -- I used a patch equivalent toLuke Kanies2008-01-191-0/+3
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-5/+1
* Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-0/+3
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-1/+7
* This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+2
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-114-23/+23
* Fixing #923. Resources that are collected on the localLuke Kanies2007-12-061-1/+0
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-284-27/+22
* Fixing the first half of #917 -- the ResourcReferenceLuke Kanies2007-11-281-2/+2
* Fixing the error message as requested in #893.Luke Kanies2007-11-271-3/+1
* Fixing #921, mostly by just deleting the existing test. I hadLuke Kanies2007-11-261-2/+4
* Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies2007-11-241-89/+75
* Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.pa...Luke Kanies2007-11-231-1/+1
* Fixing the first part of #787. Not all collections wereLuke Kanies2007-11-201-4/+5
* Fixing a failing test from my fix for #446 -- I had changedLuke Kanies2007-11-191-6/+5
* Fixing #446. I ended up largely not using porridge's patch,Luke Kanies2007-11-191-21/+34
* Fixing a parser test -- really, just removing testsLuke Kanies2007-11-132-1/+2
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-6/+3
* Moving some compile tests to the spec/ directory, andLuke Kanies2007-11-121-5/+14
* Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies2007-11-121-0/+2
* Merge commit 'davids-bugfixes/rest/fix-731'Luke Kanies2007-11-081-1/+2
|\
| * fix #731: add exported=true to collect_exportedDavid Schmitt2007-11-081-1/+2
* | Switching the class resource evaluation to only happenLuke Kanies2007-11-082-5/+10
* | Classes once again get evaluated immediately when theLuke Kanies2007-11-081-0/+1
|/
* Fixing error thrown when the end of the file is encountered unexpectedlyLuke Kanies2007-10-051-4/+6
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-16/+3
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-052-9/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-036-6/+0
* Fixed #854.Michael V. O'Brien2007-10-031-3/+1
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-8/+11
* Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-252-225/+1
|\
| * Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
| * Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-131-224/+0
* | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-103-576/+553
* | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-102-630/+624
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-4/+0
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-072-4/+10
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-3/+6