summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Requiring puppet/rails in the interpreter before Rails.initluke2006-12-171-0/+1
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-151-3/+3
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-151-7/+3
* New rails stuff redux.shadoi2006-12-144-26/+26
* Fixing painfully difficult to find bug in defining exported resourcesluke2006-12-141-2/+9
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-123-8/+35
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-1/+5
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-152-11/+12
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-133-12/+12
* Fixing #339, and the bigger problem it concealed. Metaparams are now only ad...luke2006-11-132-0/+8
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-092-6/+6
* Slightly more doc updatesluke2006-11-091-15/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-092-18/+76
* Rails stuff part 1shadoi2006-11-092-11/+11
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-088-44/+44
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-182-14/+35
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-183-528/+597
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-183-10/+13
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-13/+19
* adding explicit load of ast/branch to its subclassesluke2006-10-153-0/+6
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-1/+1
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-0610-176/+181
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0432-3668/+3781
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-202-2/+5
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-193-54/+41
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-1512-23/+17
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-155-765/+554
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-151-4/+14
* This commit adds two important features (but which probably were notluke2006-09-155-554/+765
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-131-11/+13
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-033-7/+7
* Adding eat-last-line support in ERBluke2006-09-031-1/+1
* downgrading the template interpolation messageluke2006-08-301-1/+1
* Adding automatic stacktrace printing to deverror. I need to go through and r...luke2006-08-291-4/+1
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-286-254/+267
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-2210-272/+415
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-227-1098/+796
* Function autoloading now works as requested in #214.luke2006-08-221-3/+19
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-211-1/+29
* Committing changes that require dollar signs in prototypesluke2006-08-144-195/+280
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-11/+4
* Apparently objects were legal rvalues, which does not make any sense. Fixed ...luke2006-07-212-302/+292
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-182-1/+5
* Adding a unit test for plain "nodesearch"luke2006-07-181-0/+10
* Fixing templating so it immediately fails when a variable is not found, as op...luke2006-07-111-4/+19
* Fixing templating bug that can result in what looks like an infinite loop, an...luke2006-07-111-1/+7