summaryrefslogtreecommitdiffstats
path: root/test/ral/manager
Commit message (Expand)AuthorAgeFilesLines
* Fixing #2403 - provider specificity is richer and betterLuke Kanies2009-07-241-22/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-063-19/+19
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-062-2/+2
* Fix #2207 - type was doing its own tag management leading to subtile bugsBrice Figureau2009-04-291-2/+4
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-4/+4
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-182-83/+0
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-184-35/+35
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-10/+10
* Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-181-35/+0
* Replacing TransObject usage with Puppet::ResourceLuke Kanies2008-12-181-38/+0
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-70/+1
* Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-312-25/+25
|\
| * Fixing #571 -- provider suitability is now checked at resourceLuke Kanies2008-03-241-5/+21
| * Fixing #1118 -- downloading plugins and facts now ignores noop.Luke Kanies2008-03-131-16/+0
| * Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-231-2/+2
| * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-2/+2
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-092-151/+26
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-112-17/+17
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-122-16/+50
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-265-5/+5
* Removing the Id tags from all of the filesLuke Kanies2007-10-034-4/+0
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-70/+0
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-4/+20
* Fixing a path test. I have now made the path stuff a lot cleaner, but it app...Luke Kanies2007-09-071-1/+1
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-2/+19
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-0/+15
* Fixing the instances method. It now works when there are already managed res...luke2007-07-121-5/+17
* Fixing the :check metaparam so it does not try to check unsupported parametersluke2007-07-121-0/+32
* removing the test for a method I removed yesterdayluke2007-07-121-48/+0
* Fixing #704 -- Puppet was not failing correctly when schedules were missing, ...luke2007-07-041-0/+28
* Modifying the check metaparam so that it just silently ignores metaparams and...luke2007-06-151-0/+30
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-051-0/+1
* Significantly reworked the type => provider interface with respect toluke2007-06-042-21/+140
* Add a grammatically correct 'has_feature' alias, and switch to using it where...mpalmer2007-05-301-1/+1
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-2/+2
* 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-092-13/+7
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-0/+3
* I managed to put those provider tests in the wrong file -- the file meant to ...luke2007-04-281-196/+0
* 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-251-1/+3
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-252-0/+49
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-1/+10
* 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-191-8/+25
* Adding provider features. Woot!luke2007-03-191-0/+81
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-172-0/+97
* Adding support for a prefetch hook on individual providers, rather than only ...luke2007-03-081-0/+22