summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobjectluke2006-06-011-5/+11
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-8/+25
* Fixing #162. Node names must now be comma-separated.luke2006-05-312-191/+200
* Allowing empty filesluke2006-05-182-446/+453
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-182-34/+32
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-152-27/+83
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-146-33/+131
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-131-5/+7
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-136-436/+520
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-136-487/+474