summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-3/+11
* Adding support for following referralsluke2006-06-121-0/+1
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-092-1/+7
* Fixing #166. Function names are no longer reserved words.luke2006-06-083-420/+411
* Fixing #155. It is now valid to have arrays with no values, although you wil...luke2006-06-082-171/+187
* Fixing #163. Strings can now correctly escape dollar signs.luke2006-06-051-12/+8
* Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobjectluke2006-06-011-5/+11
* Fixing #161. Basically, AST::ObjectDef now catches when users specify a name...luke2006-06-011-8/+25
* Fixing #162. Node names must now be comma-separated.luke2006-05-312-191/+200
* Allowing empty filesluke2006-05-182-446/+453
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-182-34/+32
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-152-27/+83
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-146-33/+131
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-131-5/+7
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-136-436/+520
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-136-487/+474
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-24/+25
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-136-23/+73
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-122-11/+22
* removing some extraneous loggingluke2006-05-121-1/+0
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-094-140/+217
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-033-42/+85
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-1/+1
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-263-12/+17
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+14
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-267-496/+637
* 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-115-12/+38
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-115-399/+435
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-1/+7
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-102-5/+14
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+2
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-053-955/+880
* adding -e ability to puppet executableluke2006-04-041-20/+26
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-044-362/+345
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-043-9/+7
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-315-294/+381
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-4/+5
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-092-45/+18
* Fixing #97. I was wrong about the object type I had, so I was calling "type"...luke2006-03-091-1/+1
* making case statements not create a new scopeluke2006-03-061-1/+1
* fixing some more logging issuesluke2006-03-061-4/+2
* Supporting variables as the test value in both case statements and selectors.luke2006-03-034-220/+237
* Definitions now always create their own context, which means that they cannot...luke2006-03-032-15/+5
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-012-11/+11
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-284-147/+276
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+7