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