| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 2006-06-27 | 1 | -0/+5 |
* | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -1/+9 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -3/+5 |
* | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 2006-06-14 | 1 | -11/+22 |
* | abstracting out ldap connections so that there is a single method responsible... | luke | 2006-06-13 | 1 | -12/+22 |
* | Fixing ldap usage when ldap libs are not available | luke | 2006-06-13 | 1 | -20/+28 |
* | removing extraneous debugging | luke | 2006-06-13 | 1 | -2/+0 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 4 | -212/+261 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -1/+17 |
* | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -3/+11 |
* | Adding support for following referrals | luke | 2006-06-12 | 1 | -0/+1 |
* | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 2 | -1/+7 |
* | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 3 | -420/+411 |
* | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 2 | -171/+187 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 1 | -5/+11 |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -8/+25 |
* | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 2 | -191/+200 |
* | Allowing empty files | luke | 2006-05-18 | 2 | -446/+453 |
* | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 2 | -34/+32 |
* | Wrapping the host storage into a transaction. It might have a slight perform... | luke | 2006-05-15 | 1 | -9/+15 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 2 | -27/+83 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 6 | -33/+131 |
* | Made a *huge* performance difference in storing hosts -- down from about 25 s... | luke | 2006-05-13 | 1 | -5/+7 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 6 | -436/+520 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 6 | -487/+474 |
* | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 1 | -24/+25 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 6 | -23/+73 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 2 | -11/+22 |
* | removing some extraneous logging | luke | 2006-05-12 | 1 | -1/+0 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 4 | -140/+217 |
* | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 3 | -42/+85 |
* | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -1/+1 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 3 | -12/+17 |
* | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+14 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 7 | -496/+637 |
* | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -1/+1 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 5 | -12/+38 |
* | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -0/+4 |
* | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+4 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 5 | -399/+435 |
* | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 1 | -1/+7 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 2 | -5/+14 |
* | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+2 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 3 | -955/+880 |
* | adding -e ability to puppet executable | luke | 2006-04-04 | 1 | -20/+26 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 4 | -362/+345 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 3 | -9/+7 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 5 | -294/+381 |