| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 1 | -0/+12 |
* | Fixing #168. Reworked the regex to allow matching TLDs. | luke | 2006-06-08 | 1 | -0/+9 |
* | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 1 | -0/+31 |
* | Fixing #157. Objects are no longer allowed to be their own parents, and ther... | luke | 2006-06-08 | 1 | -0/+35 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+18 |
* | Fixing #158. I did not add a force option, since I always back files up befo... | luke | 2006-06-08 | 1 | -0/+45 |
* | Fixing #154. Basically just accepted the patch that fixes master.rb and adde... | luke | 2006-06-08 | 1 | -0/+18 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -0/+16 |
* | Fixing #159 -- packages now have a default value for ensure (:installed). | luke | 2006-06-08 | 1 | -2/+21 |
* | Committing largely complete Solaris zone support. I still need to add static... | luke | 2006-06-06 | 1 | -14/+171 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -0/+10 |
* | Intermediate commit; most of the core zone functions now work, and some of th... | luke | 2006-06-02 | 1 | -13/+230 |
* | Fixing node tests to handle comma separation | luke | 2006-06-01 | 1 | -1/+1 |
* | temporary commit so i can transfer my testing to a faster, sparc box | luke | 2006-06-01 | 1 | -0/+59 |
* | 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 |
* | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 4 | -10/+22 |
* | Reworking cron; adding many unit tests, and making it much more like a Parsed... | luke | 2006-05-25 | 2 | -13/+187 |
* | Fixing #138, all of it, I think. Environment settings are now allowed, altho... | luke | 2006-05-19 | 1 | -0/+39 |
* | Adding a small fix to cron tabs; they will at least parse tabs that have env ... | luke | 2006-05-19 | 1 | -0/+28 |
* | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -20/+52 |
* | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 2 | -0/+168 |
* | fixing user[:groups] management when the user is absent | luke | 2006-05-18 | 1 | -6/+13 |
* | Allowing empty files | luke | 2006-05-18 | 1 | -0/+14 |
* | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 1 | -0/+37 |
* | Making sure file recursion works for all valid inputs | luke | 2006-05-16 | 1 | -23/+26 |
* | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 2 | -1/+56 |
* | only performing collection tests if activerecord is available | luke | 2006-05-15 | 3 | -0/+12 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -5/+15 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 5 | -20/+90 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 4 | -4/+97 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 7 | -41/+278 |
* | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 3 | -1/+112 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 2 | -7/+73 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 4 | -44/+118 |
* | It is just a snippet test, and thus a functional test but not a coverage test... | luke | 2006-05-09 | 1 | -0/+6 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 2 | -22/+34 |
* | making a test to verify that the functionality womble is looking for now works | luke | 2006-05-05 | 1 | -0/+29 |
* | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 2006-05-05 | 1 | -0/+27 |
* | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 3 | -10/+67 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 3 | -0/+120 |
* | Fixing some naming problems with crons, and adding appropriate tests | luke | 2006-05-03 | 1 | -9/+26 |
* | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -2/+2 |
* | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 1 | -1/+1 |
* | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 2 | -1/+2 |
* | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 2 | -1/+15 |
* | Added some code that could be used later to make sure the user and mode are a... | luke | 2006-04-30 | 1 | -0/+14 |
* | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 1 | -1/+1 |
* | Making file copying significantly faster -- i found an extra call to "describ... | luke | 2006-04-28 | 1 | -1/+1 |
* | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 1 | -0/+26 |