summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-061-6/+13
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-067-22/+22
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-063-18/+34
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-4/+5
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-046-65/+38
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-0428-509/+101
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-036-68/+53
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-18/+3
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-035-90/+92
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-015-9/+241
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-262-1/+8
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-254-18/+11
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-258-27/+27
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-252-2/+12
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-1/+1
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-233-112/+53
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-0/+1
* Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-221-1/+16
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-204-6/+13
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-207-41/+29