summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-5/+7
* Allowing empty filesluke2006-05-181-0/+14
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-181-0/+37
* adding a test to make sure that defaults get taken up by componentsluke2006-05-151-0/+32
* only performing collection tests if activerecord is availableluke2006-05-153-0/+12
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-5/+15
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-144-20/+89
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-133-3/+96
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-136-41/+217
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-132-0/+111
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-0/+53
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-123-43/+113
* It is just a snippet test, and thus a functional test but not a coverage test...luke2006-05-091-0/+6
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-092-22/+34
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-032-0/+97
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-2/+2
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-1/+1
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+37
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-263-0/+127
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-1/+1
* Changing "set" to "tag"luke2006-04-111-4/+4
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-5/+31
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+17