summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-0/+4
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-1/+49
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-031-1/+3
* Trying to clean up how rails is loadedluke2006-12-291-9/+9
* A couple of small bug-fixesluke2006-12-281-8/+2
* Loading the rails lib early on, so that the rails configuration parameters ar...luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-15/+23
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-0/+12