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