| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 3 | -7/+7 |
* | Adding eat-last-line support in ERB | luke | 2006-09-03 | 1 | -1/+1 |
* | downgrading the template interpolation message | luke | 2006-08-30 | 1 | -1/+1 |
* | Adding automatic stacktrace printing to deverror. I need to go through and r... | luke | 2006-08-29 | 1 | -4/+1 |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 6 | -254/+267 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 10 | -272/+415 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 7 | -1098/+796 |
* | Function autoloading now works as requested in #214. | luke | 2006-08-22 | 1 | -3/+19 |
* | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 1 | -1/+29 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 4 | -195/+280 |
* | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 1 | -11/+4 |
* | Apparently objects were legal rvalues, which does not make any sense. Fixed ... | luke | 2006-07-21 | 2 | -302/+292 |
* | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 2 | -1/+5 |
* | Adding a unit test for plain "nodesearch" | luke | 2006-07-18 | 1 | -0/+10 |
* | Fixing templating so it immediately fails when a variable is not found, as op... | luke | 2006-07-11 | 1 | -4/+19 |
* | Fixing templating bug that can result in what looks like an infinite loop, an... | luke | 2006-07-11 | 1 | -1/+7 |
* | Fixing error when template does not exist | luke | 2006-07-11 | 2 | -1/+2 |
* | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 2 | -63/+97 |
* | Trying to merge metrics and reports. There is now a separate transaction rep... | luke | 2006-06-30 | 1 | -2/+2 |
* | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 2 | -21/+40 |
* | adding some tests for the template function | luke | 2006-06-29 | 1 | -1/+1 |
* | Adding initial template support. It is just a function, and a method_missing... | luke | 2006-06-29 | 2 | -1/+37 |
* | Making sure fail function converts everything to strings | luke | 2006-06-27 | 1 | -2/+2 |
* | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 2006-06-27 | 1 | -0/+5 |
* | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -1/+9 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -3/+5 |
* | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 2006-06-14 | 1 | -11/+22 |
* | abstracting out ldap connections so that there is a single method responsible... | luke | 2006-06-13 | 1 | -12/+22 |
* | Fixing ldap usage when ldap libs are not available | luke | 2006-06-13 | 1 | -20/+28 |
* | removing extraneous debugging | luke | 2006-06-13 | 1 | -2/+0 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 4 | -212/+261 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -1/+17 |
* | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -3/+11 |
* | Adding support for following referrals | luke | 2006-06-12 | 1 | -0/+1 |
* | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 2 | -1/+7 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 3 | -420/+411 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 2 | -171/+187 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 1 | -5/+11 |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -8/+25 |
* | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 2 | -191/+200 |
* | Allowing empty files | luke | 2006-05-18 | 2 | -446/+453 |
* | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 2 | -34/+32 |
* | Wrapping the host storage into a transaction. It might have a slight perform... | luke | 2006-05-15 | 1 | -9/+15 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 2 | -27/+83 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 6 | -33/+131 |
* | Made a *huge* performance difference in storing hosts -- down from about 25 s... | luke | 2006-05-13 | 1 | -5/+7 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 6 | -436/+520 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 6 | -487/+474 |