| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 2 | -0/+8 |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 2 | -6/+6 |
* | Slightly more doc updates | luke | 2006-11-09 | 1 | -15/+1 |
* | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 2 | -18/+76 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 2 | -11/+11 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 8 | -44/+44 |
* | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -14/+35 |
* | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 3 | -528/+597 |
* | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 3 | -10/+13 |
* | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -13/+19 |
* | adding explicit load of ast/branch to its subclasses | luke | 2006-10-15 | 3 | -0/+6 |
* | Adding modified patch from #256 -- apt now uses "responsefile" for the presee... | luke | 2006-10-09 | 1 | -1/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 10 | -176/+181 |
* | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -8/+14 |
* | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+5 |
* | Removing some left-over debugging | luke | 2006-10-04 | 1 | -4/+0 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 32 | -3668/+3781 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 1 | -0/+7 |
* | adding an extra make target for debugging, rather than defaulting to always c... | luke | 2006-09-20 | 2 | -2/+5 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 3 | -54/+41 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 12 | -23/+17 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 5 | -765/+554 |
* | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -4/+14 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 5 | -554/+765 |
* | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -11/+13 |
* | 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 |