summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixing error when template does not existluke2006-07-112-1/+2
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-032-63/+97
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-301-2/+2
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-302-21/+40
* adding some tests for the template functionluke2006-06-291-1/+1
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-292-1/+37
* Making sure fail function converts everything to stringsluke2006-06-271-2/+2
* Adding "fail" function, which will raise a ParseError if it is encountered.luke2006-06-271-0/+5
* Fixing #182. Added a retry section to try reconnecting to ldap. Only one re...luke2006-06-201-1/+9
* Adding test and fix for empty execs being ignoredluke2006-06-151-3/+5
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-3/+5
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-141-11/+22
* abstracting out ldap connections so that there is a single method responsible...luke2006-06-131-12/+22
* Fixing ldap usage when ldap libs are not availableluke2006-06-131-20/+28
* removing extraneous debuggingluke2006-06-131-2/+0
* Adding support for default nodes as requested in #136.luke2006-06-134-212/+261
* A round of bug-fixing in preparation for the next release.luke2006-06-131-1/+17
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-3/+11
* Adding support for following referralsluke2006-06-121-0/+1
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-092-1/+7
* Fixing #166. Function names are no longer reserved words.luke2006-06-083-420/+411
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-082-171/+187
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-12/+8