summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-072-3/+5
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-079-38/+82
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Fixing class storage -- it was not working for nodescopesluke2006-01-302-15/+19
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-4/+22
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-1815-119/+111
* Fixing most types to allow no statementsluke2006-01-182-210/+358
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-122-2/+17
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-123-7/+10
* Adding "content" state to files, and string interpolation handles escaped whi...luke2006-01-121-1/+1
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+3
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+1
* Undoing the merge that happened in 785luke2006-01-071-1/+1
* Merging in refactoring from version 774 into version 784luke2006-01-071-1/+1
* removing "host" as a keyword; it was an alias for "node"luke2006-01-031-1/+0
* removing ruby shebang at the top of all of the filesluke2005-11-231-3/+2
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-172-2/+14
* 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-302-42/+142
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-281-1/+1
* Further small bug fixes towards running puppet on my networkluke2005-10-253-83/+62
* The Puppet::Util.asuser function now works; had to slightly modify user.rb to...luke2005-10-231-1/+1
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-211-0/+7
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-104-27/+111
* adding tag support to scopes and the transportable classluke2005-10-042-10/+61
* Many, many changes toward a completely functional system. The only current p...luke2005-09-235-58/+75
* Nodes now support inheritance, for better or for worse.luke2005-09-234-215/+249
* The new "include" syntax works now.luke2005-09-226-467/+646
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-222-29/+67
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-215-126/+240
* Okay, significant change -- classes no longer accept arguments (which makes t...luke2005-09-214-319/+354
* adding stinkloads of comments to ast.rb (I am trying to go through and better...luke2005-09-203-516/+590
* switching log.rb to raise Puppet::DevError eventsluke2005-09-191-0/+3
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-184-39/+79
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-174-284/+338
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-2/+2
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-0/+6
* fixing some testsluke2005-09-152-23/+15
* adding globbing to importluke2005-09-142-57/+79
* tracked down some sticky bugs related to having false values and empty string...luke2005-09-136-400/+224
* defining $name in each component scope, and adding test caseluke2005-09-021-20/+22
* removing if-related keywordsluke2005-09-021-3/+0
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-262-54/+43
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-253-67/+110
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-245-490/+625
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-237-0/+3966