| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Updating error message during test failure. | luke | 2007-06-19 | 1 | -1/+1 |
| * | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 4 | -2/+5 |
| * | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 1 | -0/+50 |
| * | Fixing some failing tests. | luke | 2007-06-18 | 2 | -52/+42 |
| * | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 2 | -0/+36 |
| * | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -0/+24 |
| * | Applying the patch by wyvern from #662. This should hopefully kill the clien... | luke | 2007-06-18 | 1 | -6/+9 |
| * | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 2007-06-17 | 1 | -7/+3 |
| * | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 8 | -248/+231 |
| * | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 4 | -283/+334 |
| * | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 1 | -6/+31 |
| * | Modifying the check metaparam so that it just silently ignores metaparams and... | luke | 2007-06-15 | 1 | -0/+30 |
| * | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -307/+348 |
| * | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 1 | -56/+53 |
| * | Fixing #655 -- Solaris zones are again fully functional, from what I can tell | luke | 2007-06-14 | 1 | -87/+68 |
| * | Fixing mongrel test so it does not try to load the mongrel server class on ma... | luke | 2007-06-13 | 1 | -1/+0 |
| * | Added the teardown of the database back to the tests. | ballman | 2007-06-12 | 1 | -1/+1 |
| * | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 4 | -35/+36 |
| * | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 2 | -2/+6 |
| * | Fixing #112 - mounts now default to 0 for dump and pass | luke | 2007-06-11 | 1 | -0/+15 |
| * | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -94/+134 |
| * | Adding a simple unit test for mongrel, and adding the ability to select the h... | luke | 2007-06-11 | 2 | -1/+67 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 11 | -54/+151 |
| * | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 3 | -10/+11 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 11 | -89/+242 |
| * | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 1 | -0/+50 |
| * | Fixing #532 -- reparsing config files no longer throws an exception. The pro... | luke | 2007-05-31 | 1 | -0/+17 |
| * | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 2 | -5/+7 |
| * | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 1 | -0/+69 |
| * | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+12 |
| * | Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need... | luke | 2007-05-20 | 1 | -0/+7 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+32 |
| * | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
| * | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 3 | -0/+42 |
| * | Fixing #507 (behaviour in cycles) by changing the topsort algorithm. | luke | 2007-05-17 | 1 | -4/+5 |
| * | Redoing autoload a bit in preparation for adding a plugindir | luke | 2007-05-16 | 4 | -27/+28 |
| * | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 4 | -16/+16 |
| * | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 1 | -0/+34 |
| * | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -0/+18 |
| * | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 2 | -9/+11 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 13 | -120/+120 |
| * | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 4 | -14/+14 |
| * | Fixing #606 -- now only components mention @children. | luke | 2007-05-09 | 1 | -1/+1 |
| * | Getting rid of the last vestiges of the logger tests | luke | 2007-05-09 | 2 | -2/+2 |
| * | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+22 |
| * | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 27 | -236/+261 |
| * | Removing the obsolete logger network interface | luke | 2007-05-07 | 1 | -183/+0 |
| * | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 1 | -0/+53 |
| * | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -100/+200 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 5 | -4/+6 |