summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/scope.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-20/+84
* adding tag support to scopes and the transportable classluke2005-10-041-1/+32
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-7/+10
* Nodes now support inheritance, for better or for worse.luke2005-09-231-69/+44
* The new "include" syntax works now.luke2005-09-221-1/+3
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-221-16/+50
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-23/+121
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-211-106/+146
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-1/+4
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-131-3/+4
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-241-1/+1
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-0/+427