| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -1/+6 |
| * | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -3/+8 |
| * | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -2/+2 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -0/+23 |
| * | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -2/+56 |
| * | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 2 | -0/+40 |
| * | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 2 | -6/+16 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 11 | -11/+33 |
| * | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -6/+40 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 11 | -8/+14 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 3 | -0/+0 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -1/+7 |
| * | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -0/+35 |
| * | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+17 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 12 | -1767/+2085 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -1/+1 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 10 | -95/+25 |
| * | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -0/+47 |
| * | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 3 | -188/+44 |
| * | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -0/+39 |
| * | Removing a test in the parser that is no longer necessary because of how impo... | luke | 2006-09-15 | 1 | -15/+0 |
| * | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 3 | -29/+188 |
| * | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -0/+32 |
| * | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 1 | -11/+12 |
| * | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -0/+50 |
| * | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 3 | -0/+83 |
| * | Function autoloading now works as requested in #214. | luke | 2006-08-22 | 1 | -0/+27 |
| * | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 1 | -0/+25 |
| * | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 1 | -0/+2 |
| * | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 1 | -0/+1 |
| * | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -15/+41 |
| * | Adding a unit test for plain "nodesearch" | luke | 2006-07-18 | 1 | -0/+37 |
| * | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -0/+46 |
| * | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -0/+26 |
| * | adding some tests for the template function | luke | 2006-06-29 | 1 | -0/+79 |
| * | Making sure fail function converts everything to strings | luke | 2006-06-27 | 1 | -1/+2 |
| * | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 2006-06-27 | 1 | -0/+19 |
| * | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -0/+43 |
| * | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -0/+2 |
| * | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -0/+5 |
| * | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 2 | -1/+59 |
| * | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -2/+1 |
| * | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -6/+2 |
| * | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 1 | -0/+12 |
| * | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+18 |
| * | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -0/+16 |
| * | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -0/+10 |
| * | Fixing node tests to handle comma separation | luke | 2006-06-01 | 1 | -1/+1 |
| * | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -0/+24 |
| * | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 1 | -0/+19 |