summaryrefslogtreecommitdiffstats
path: root/test/ral
Commit message (Expand)AuthorAgeFilesLines
...
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-042-4/+4
* Modified the fileserver to cache file information, so thatluke2007-06-192-0/+2
* 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
* Modifying the check metaparam so that it just silently ignores metaparams and...luke2007-06-151-0/+30
* Fixing #655 -- Solaris zones are again fully functional, from what I can tellluke2007-06-141-87/+68
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-0/+4
* Fixing #112 - mounts now default to 0 for dump and passluke2007-06-111-0/+15
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-089-53/+139
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-053-10/+11
* Significantly reworked the type => provider interface with respect toluke2007-06-049-82/+235
* 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-302-5/+7
* 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-0912-92/+92
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-094-14/+14
* Fixing #606 -- now only components mention @children.luke2007-05-091-1/+1
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-0924-223/+248
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-0/+3
* 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 #430 (I hope) -- execs now autorequire the specified userluke2007-04-301-1/+14
* Fixing #594 -- Files on the local machine but not remote machine now purge. ...luke2007-04-302-4/+46
* 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-282-227/+204
* Okay, one last try -- the Util#binary command was not returning a path in all...luke2007-04-271-6/+6
* Apparently I messed up providers a bit; binaries were not having their full p...luke2007-04-271-0/+29
* Closing #585 -- providers can now have optional commands, which only differ f...luke2007-04-271-0/+29
* Adding the ability to manage passwords with the useradd providerluke2007-04-253-3/+25
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-253-0/+61
* 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
* Hah! Finally fixing the problem where mount tests would fail when run as par...luke2007-03-311-0/+2
* Fixing #567. I overrode the propertychanges method to only return changes if...luke2007-03-301-0/+9
* 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-193-1/+214
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-14/+60
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-194-12/+36
* Adding provider features. Woot!luke2007-03-191-0/+81
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-0/+17
* Adding test to make sure ensure does not conflict with any of the creating ty...luke2007-03-181-0/+4
* The first round of fixes for failing tests.luke2007-03-183-40/+25
* 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 #542. Transactions now cause services to warn when they would have go...luke2007-03-171-0/+4
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-174-462/+473
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-145-20/+258
* Adding support for a prefetch hook on individual providers, rather than only ...luke2007-03-081-0/+22