| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 2 | -4/+4 |
| * | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 2 | -0/+2 |
| * | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 2 | -2/+3 |
| * | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 1 | -0/+50 |
| * | 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 |
| * | Fixing #655 -- Solaris zones are again fully functional, from what I can tell | luke | 2007-06-14 | 1 | -87/+68 |
| * | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 1 | -0/+4 |
| * | Fixing #112 - mounts now default to 0 for dump and pass | luke | 2007-06-11 | 1 | -0/+15 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 9 | -53/+139 |
| * | 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 | 9 | -82/+235 |
| * | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 1 | -0/+50 |
| * | 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 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 12 | -92/+92 |
| * | 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 |
| * | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 24 | -223/+248 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -0/+3 |
| * | Changing the remount stuff back to not repeating the mount options. | luke | 2007-05-01 | 1 | -1/+3 |
| * | Adding a "supports_parameter?" method to test whether a given provider suppor... | luke | 2007-05-01 | 3 | -15/+39 |
| * | Fixing #430 (I hope) -- execs now autorequire the specified user | luke | 2007-04-30 | 1 | -1/+14 |
| * | Fixing #594 -- Files on the local machine but not remote machine now purge. ... | luke | 2007-04-30 | 2 | -4/+46 |
| * | Fixing the tests for the aptrpm provider. | luke | 2007-04-30 | 1 | -8/+7 |
| * | I managed to put those provider tests in the wrong file -- the file meant to ... | luke | 2007-04-28 | 2 | -227/+204 |
| * | Okay, one last try -- the Util#binary command was not returning a path in all... | luke | 2007-04-27 | 1 | -6/+6 |
| * | Apparently I messed up providers a bit; binaries were not having their full p... | luke | 2007-04-27 | 1 | -0/+29 |
| * | Closing #585 -- providers can now have optional commands, which only differ f... | luke | 2007-04-27 | 1 | -0/+29 |
| * | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 3 | -3/+25 |
| * | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 3 | -0/+61 |
| * | Adding support for aptrpm from #227 as added by Ian Burrell | luke | 2007-04-19 | 1 | -0/+90 |
| * | Changing the test package for debian | luke | 2007-04-06 | 1 | -3/+3 |
| * | Hah! Finally fixing the problem where mount tests would fail when run as par... | luke | 2007-03-31 | 1 | -0/+2 |
| * | Fixing #567. I overrode the propertychanges method to only return changes if... | luke | 2007-03-30 | 1 | -0/+9 |
| * | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -2/+4 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 5 | -3/+97 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 3 | -1/+214 |
| * | Adding a "has_feature" method, so a provider can just declare that it has a g... | luke | 2007-03-19 | 1 | -14/+60 |
| * | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 4 | -12/+36 |
| * | Adding provider features. Woot! | luke | 2007-03-19 | 1 | -0/+81 |
| * | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 1 | -0/+17 |
| * | Adding test to make sure ensure does not conflict with any of the creating ty... | luke | 2007-03-18 | 1 | -0/+4 |
| * | The first round of fixes for failing tests. | luke | 2007-03-18 | 3 | -40/+25 |
| * | Adding example cron tab from #492 and making the read/write tests ignore whit... | luke | 2007-03-18 | 1 | -1/+4 |
| * | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -5/+37 |
| * | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 1 | -0/+4 |
| * | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 4 | -462/+473 |
| * | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 5 | -20/+258 |
| * | Adding support for a prefetch hook on individual providers, rather than only ... | luke | 2007-03-08 | 1 | -0/+22 |