summaryrefslogtreecommitdiffstats
path: root/test/other
Commit message (Expand)AuthorAgeFilesLines
* Translating the report handler to an indirected model.Luke Kanies2007-10-131-6/+7
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-038-8/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-038-8/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-1/+0
|/
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-222-25/+13
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-176-113/+39
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-118/+98
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-121-290/+0
* Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-261-75/+0
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-0/+75
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-111-2/+41
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-042-2/+2
* Significantly reworked the type => provider interface with respect toluke2007-06-041-4/+4
* Fixing #507 (behaviour in cycles) by changing the topsort algorithm.luke2007-05-171-4/+5
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-152-10/+10
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-092-11/+11
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+1
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-26/+43
* Fixing a bug in the tests introduced a while back when I switched to using "g...luke2007-04-301-2/+4
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-301-1/+1
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-181-8/+22
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-172-29/+83
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-5/+18
* Fixing #467. It is a hackish solution, because I just reordered the definiti...luke2007-02-281-0/+31
* Redoing some aspects of the graphing in hopes of helping hte performance a bit.luke2007-02-272-15/+84
* Fixing #484. Moving unit tests at the same time.luke2007-02-089-1975/+0
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-082-6/+6
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-0713-103/+113
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-072-0/+58
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-073-30/+30
* Adding explicit umasks to these tests.ajax2007-01-311-0/+4
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-301-2/+10
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-301-0/+77
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-301-0/+33
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-281-0/+25
* Wrapping the resource generation methods in begin/rescue blocks so that failu...luke2007-01-231-0/+17
* Fixing #415. Configuration parsing now removes trailing whitespace.luke2007-01-231-0/+12
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-231-0/+20
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-232-0/+36
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-0/+8
* Fixing #411.luke2007-01-051-0/+9
* Fixing tests so they now include descriptions with all config options, which ...luke2007-01-041-3/+7
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-041-0/+15
* Fixing #394. LoadedFile was not checking to see if files went missing.luke2007-01-031-0/+22
* Fixing #401. Transactions were trying to trigger every resource, even those ...luke2007-01-031-0/+44
* Fixing #390. You can now add --graph to produce dot files, and you can then ...luke2006-12-311-0/+40
* Features now load dynamically using method_missing, so that undefined feature...luke2006-12-291-0/+34
* Finally writing unit tests for Transaction#trigger, and drastically simplifyi...luke2006-12-293-4/+81
* *whew* Okay, simplified the splice method a bit, and I am actually somewhat c...luke2006-12-291-1/+0