summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing Interpreter classLuke Kanies2010-02-171-69/+0
* All non-transient parser references are goneLuke Kanies2010-02-171-2/+1
* Moving Rails initialization to Compiler terminusLuke Kanies2010-02-171-15/+1
* Bug #1900 Parsing of quoted $ in stdinJesse Wolfe2009-10-191-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Converting the catalog as neededLuke Kanies2009-02-061-3/+3
* Issue 1215Andrew Shafer2008-06-131-17/+2
* Clarifying the exception when there's a syntax error but a valid parser.Luke Kanies2008-05-121-1/+1
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-1/+5
* Corrected #1040 fix - this should now be right - trace was after raiseJames Turnbull2008-02-251-3/+1
* Second attempt fix address ticket #1040James Turnbull2008-02-191-3/+6
* Attempt to fix #1040 - catching errors in compilationJames Turnbull2008-02-191-1/+5
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-20/+20
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-2/+2
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* 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-051-6/+1
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-8/+11
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-061-6/+13
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-261-0/+3
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-251-2/+2
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-1/+1
* 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-231-95/+45
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-0/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-32/+0
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-1/+2
* The new parser configuration object works now,Luke Kanies2007-08-161-388/+13
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-141-163/+0
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-2/+7
* Fixing #314 and #729; here's the changelog:luke2007-08-031-214/+37
* Caching whether a given file or module has been loaded, because the loading w...luke2007-07-201-7/+12
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-58/+40
* Fixing a typo in a log messageluke2007-07-091-1/+1
* Fixing #687.luke2007-07-091-1/+1
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-6/+58
* Removing extra debugging from the interpreterluke2007-06-191-2/+0
* More test fixes. I seem to be getting very close.luke2007-06-191-0/+2
* Significantly reworking both external_nodes and ldapnodes support (see change...luke2007-06-151-124/+133
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-55/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-26/+22
* Not stripping domain info from the ldap node, as requestedluke2007-04-301-4/+0
* Adding a migration to create indexesluke2007-03-211-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-4/+11
* Removing extraneous debuggingluke2007-02-181-5/+0
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-181-1/+6
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-161-7/+32
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-2/+2