summaryrefslogtreecommitdiffstats
path: root/test/puppettest.rb
Commit message (Expand)AuthorAgeFilesLines
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-1/+1
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-0/+61
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-1/+1
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-131-7/+20
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-121-1/+5
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-051-1/+3
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-031-0/+23
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+15
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-9/+23
* Changing "set" to "tag"luke2006-04-111-3/+3
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-1/+1
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-0/+25
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-051-6/+1
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-2/+2
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-1/+1
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-031-0/+7
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-021-0/+5
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-011-0/+9
* Accept a single file as a test to run in addition to a directorylutter2006-03-311-15/+17
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-091-0/+36
* Definitions now always create their own context, which means that they cannot...luke2006-03-031-13/+14
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-021-2/+8
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-2/+2
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-6/+14
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-0/+8
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-12/+12
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-071-1/+0
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-1/+5
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-171-1/+1
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-161-0/+1
* Adding another host to the test lists, adding some test data, and modifying h...luke2006-01-141-1/+19
* Added "finish" method, using it in Type.finalize, and moved autorequire and s...luke2006-01-131-1/+8
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-15/+15
* Services now work at least somewhat on solaris 10, and service testing is pre...luke2006-01-121-0/+1
* Adding autorequire to files, and added the cwd to the list of files to be req...luke2006-01-121-1/+1
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-111-2/+8
* Adding some consistencies to the executable tests. All exe tests now pass on...luke2006-01-101-6/+32
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-10/+55
* Undoing the merge that happened in 785luke2006-01-071-55/+9
* Merging in refactoring from version 774 into version 784luke2006-01-071-9/+55
* converting storage from Marshal to YAMLluke2006-01-031-0/+1
* fixing tests to work from any CWDluke2005-11-221-6/+16
* fixing incredibly annoying bug where os x returns stupidly large uid when uid...luke2005-11-221-2/+2
* updates from os xluke2005-11-221-1/+1
* updatesluke2005-11-221-0/+2
* fixing filesources so that the first found file is copied, and adding a test ...luke2005-11-161-0/+4
* Lots of refactoring, and added the capture_stderr methodluke2005-11-161-2/+9
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-1/+23
* Cleaning up tests resulting from the changes to the parserluke2005-10-301-2/+3
* The language now verifies some resemblance to closurehood. I now only need t...luke2005-10-301-0/+106