summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-0/+12
* Fixing #168. Reworked the regex to allow matching TLDs.luke2006-06-081-0/+9
* Fixing #167. Started with the submitted patch and made a few more modificati...luke2006-06-081-0/+31
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-081-0/+35
* Fixing #166. Function names are no longer reserved words.luke2006-06-081-3/+18
* Fixing #158. I did not add a force option, since I always back files up befo...luke2006-06-081-0/+45
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-081-0/+18
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-081-0/+16
* Fixing #159 -- packages now have a default value for ensure (:installed).luke2006-06-081-2/+21
* Committing largely complete Solaris zone support. I still need to add static...luke2006-06-061-14/+171
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-0/+10
* Intermediate commit; most of the core zone functions now work, and some of th...luke2006-06-021-13/+230
* Fixing node tests to handle comma separationluke2006-06-011-1/+1
* temporary commit so i can transfer my testing to a faster, sparc boxluke2006-06-011-0/+59
* 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-254-10/+22
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-252-13/+187
* Fixing #138, all of it, I think. Environment settings are now allowed, altho...luke2006-05-191-0/+39
* Adding a small fix to cron tabs; they will at least parse tabs that have env ...luke2006-05-191-0/+28
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-20/+52
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-182-0/+168
* fixing user[:groups] management when the user is absentluke2006-05-181-6/+13
* 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
* Making sure file recursion works for all valid inputsluke2006-05-161-23/+26
* adding a test to make sure that defaults get taken up by componentsluke2006-05-152-1/+56
* 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-145-20/+90
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-134-4/+97
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-137-41/+278
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-133-1/+112
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-132-7/+73
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-124-44/+118
* 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
* making a test to verify that the functionality womble is looking for now worksluke2006-05-051-0/+29
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-051-0/+27
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-053-10/+67
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-033-0/+120
* Fixing some naming problems with crons, and adding appropriate testsluke2006-05-031-9/+26
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-2/+2
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-021-1/+1
* Bug fixes from OS X for 0.16.3luke2006-05-012-1/+2
* Hopefully final bug fixes in preparation for 0.16.3luke2006-04-302-1/+15
* Added some code that could be used later to make sure the user and mode are a...luke2006-04-301-0/+14
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-281-1/+1
* Making file copying significantly faster -- i found an extra call to "describ...luke2006-04-281-1/+1
* Fixing #128. md5lite was being used instead of full md5. At this point, md5...luke2006-04-281-0/+26