summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Adding a :code setting for specifying code to runLuke Kanies2007-10-054-26/+13
| * | This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-053-42/+18
| |/
* / Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-055-10/+10
|/
* Fixed #827. Applied a form of the patch provided by porridge andMichael V. O'Brien2007-10-041-1/+2
* Attempting to reproduce and fix #829 by applying patch by Paul. I could notLuke Kanies2007-10-041-1/+6
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-03133-133/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-03133-133/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-034-15/+30
|/
* Merge branch 'master' of git://reductivelabs.com/puppetDavid Lutterkort2007-10-023-14/+19
|\
| * Fixed a failing test where we presumed that non-string Fact values would have...Rick Bradley2007-10-021-1/+1
| * Fixed a test which was secretly sneaking off and pulling certs from ~ if they...Rick Bradley2007-10-022-13/+18
* | Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-021-0/+3
|/
* Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-2544-2199/+379
|\
| * Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-2210-28/+27
| * Merge branch 'configurations' into indirectionLuke Kanies2007-09-2230-1036/+298
| |\
| | * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-225-118/+15
| | * The structure for handling resource generation is nowLuke Kanies2007-09-222-6/+8
| | * An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-3/+1
| | * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1724-692/+137
| | * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-155-236/+156
| |/
| * Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-123-331/+1
| * Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-128-139/+44
| * Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-2/+0
| * The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-112-660/+2
| * Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-111-6/+10
* | Merge branch 'testing'Luke Kanies2007-09-112-1/+27
|\ \ | |/ |/|
| * Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-101-1/+19
| * Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-101-0/+8
* | Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-101-4/+4
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-075-35/+10
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-079-212/+51
* Fixing a path test. I have now made the path stuff a lot cleaner, but it app...Luke Kanies2007-09-071-1/+1
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-2/+19
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-23/+30
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+16
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-4/+25
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-064-9/+9
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-0/+59
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-047-40/+20
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-0411-293/+278
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-045-123/+16
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-035-58/+17
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-11/+9
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-034-203/+43
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-016-9/+187
* Fixing some failing unit tests.Luke Kanies2007-08-283-33/+8
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-271-13/+10
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-1/+0
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-262-10/+14
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-263-7/+8