summaryrefslogtreecommitdiffstats
path: root/test/ral/providers
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-071-1/+1
* Fixing #527 (rewrote service tests), #766 (services only restart when theyLuke Kanies2007-11-281-234/+0
* Fixing the breakage that I caused when I added the 'declared_feature?'Luke Kanies2007-11-261-3/+9
* Fixing #919 -- installed packages used for testing are just ignored,Luke Kanies2007-11-261-0/+2
* Rewriting the tests for the package resource type, fixing #930.Luke Kanies2007-11-261-1/+1
* Fixing a few test suites that passed when run asLuke Kanies2007-11-191-0/+2
* Fixing the 'mount' tests so that they no longerLuke Kanies2007-11-081-250/+0
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-2617-17/+17
* Fixing failing tests, including making the debian serviceLuke Kanies2007-10-131-17/+4
* Fixed #822. Applied patch provided by DavidS.Michael V. O'Brien2007-10-081-0/+71
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0319-19/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-0319-19/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-031-9/+8
|/
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-2/+2
* Broaden assert_absent so that it thinks that :purged is equivalent to :absent(no author)2007-08-091-1/+1
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-062-66/+216
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-45/+68
* Converting mount test to use mount everywhere instead of dfluke2007-07-191-3/+3
* The first round of bug-fixes in preparation for beakerluke2007-07-191-0/+12
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-121-12/+60
* Adding support for a "mailalias" type, with /etc/aliases support initially. ...luke2007-07-102-6/+76
* More test fixes. I seem to be getting very close.luke2007-06-192-2/+3
* Adding tracing to prefetch failures, and Fixing the environment support in th...luke2007-06-181-0/+50
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-171-6/+31
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-0/+4
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-087-41/+67
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-052-10/+10
* Significantly reworked the type => provider interface with respect toluke2007-06-043-43/+88
* Adding a "source" attribute to providers, so eventually types will be able to...luke2007-06-041-0/+50
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-4/+6
* Correct a problem with the dpkg provider's handling of the :purged state, and...mpalmer2007-05-251-0/+69
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-0910-89/+89
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-1/+1
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-096-31/+39
* Changing the remount stuff back to not repeating the mount options.luke2007-05-011-1/+3
* Adding a "supports_parameter?" method to test whether a given provider suppor...luke2007-05-013-15/+39
* Fixing the tests for the aptrpm provider.luke2007-04-301-8/+7
* I managed to put those provider tests in the wrong file -- the file meant to ...luke2007-04-281-31/+204
* Adding the ability to manage passwords with the useradd providerluke2007-04-251-1/+20
* Adding support for aptrpm from #227 as added by Ian Burrellluke2007-04-191-0/+90
* Changing the test package for debianluke2007-04-061-3/+3
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-211-2/+4
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-195-3/+97
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-0/+179
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-0/+17
* The first round of fixes for failing tests.luke2007-03-181-6/+1
* Adding example cron tab from #492 and making the read/write tests ignore whit...luke2007-03-181-1/+4
* Fixing #529 -- specified targets keep their values. The problem was that I w...luke2007-03-181-5/+37
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-105/+259
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-144-4/+258