summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding eat-last-line support in ERBluke2006-09-031-1/+1
* downgrading the template interpolation messageluke2006-08-301-1/+1
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-0/+21
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-0/+10
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-181-1/+1
* Fixing templating so it immediately fails when a variable is not found, as op...luke2006-07-111-4/+19
* Fixing templating bug that can result in what looks like an infinite loop, an...luke2006-07-111-1/+7
* Fixing error when template does not existluke2006-07-111-1/+1
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-031-0/+5
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-301-8/+33
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-291-1/+13
* Adding test and fix for empty execs being ignoredluke2006-06-151-3/+5
* Adding support for default nodes as requested in #136.luke2006-06-131-0/+8
* 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
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-151-17/+46
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-17/+70
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-101/+19
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-10/+38
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-1/+0
* removing some extraneous loggingluke2006-05-121-1/+0
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-119/+168
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-1/+1
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-1/+6
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-903/+833
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-6/+6
* 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-091-0/+17
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-97/+238
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+7
* Fixing bug #73; node names now appear only once in the pathluke2006-02-271-2/+12
* Removing all of the autoname codeluke2006-02-271-2/+1
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-25/+101
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-271-6/+7
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-161-1/+0
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-141-5/+43
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-131-0/+3
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-0/+1
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-071-1/+11
* Fixing class storage -- it was not working for nodescopesluke2006-01-301-5/+17
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-29/+16
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-1/+9
* Adding "content" state to files, and string interpolation handles escaped whi...luke2006-01-121-1/+1
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-171-1/+9
* Adding "isomorphic?" method to classes, and testing for isomorphism before th...luke2005-11-021-9/+14
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-5/+3
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-29/+95
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-281-1/+1
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-231-1/+1