| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing failing tests, including making the debian service | Luke Kanies | 2007-10-13 | 2 | -19/+5 |
| * | Translating the report handler to an indirected model. | Luke Kanies | 2007-10-13 | 2 | -108/+8 |
| * | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 1 | -1/+10 |
| |\ |
|
| | * | Merge branch 'parser-absent' of http://marcin.owsiany.pl/tmp/puppet into porr... | Michael V. O'Brien | 2007-10-09 | 1 | -1/+10 |
| | |\ |
|
| | | * | Make it apparent that absent fields in a record have a value of :absent, whic... | Marcin Owsiany | 2007-10-06 | 1 | -1/+10 |
| * | | | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 15 | -148/+139 |
| |\| | |
|
| | * | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-10-09 | 1 | -0/+71 |
| | |\ \ |
|
| | | * | | Fixed #822. Applied patch provided by DavidS. | Michael V. O'Brien | 2007-10-08 | 1 | -0/+71 |
| | * | | | All tests should now pass again. | Luke Kanies | 2007-10-08 | 7 | -54/+28 |
| | |/ / |
|
| | * | | Another round of test-fixing around the changes I made | Luke Kanies | 2007-10-05 | 4 | -28/+11 |
| | * | | 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 |