| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing #2403 - provider specificity is richer and better | Luke Kanies | 2009-07-24 | 1 | -22/+0 |
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 3 | -19/+19 |
| * | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 2 | -2/+2 |
| * | Fix #2207 - type was doing its own tag management leading to subtile bugs | Brice Figureau | 2009-04-29 | 1 | -2/+4 |
| * | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -4/+4 |
| * | Fixing all of the test/ tests I broke in previous dev. | Luke Kanies | 2008-12-18 | 2 | -83/+0 |
| * | Deprecating the Puppet::Type.create. | Luke Kanies | 2008-12-18 | 4 | -35/+35 |
| * | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type | Luke Kanies | 2008-12-18 | 1 | -10/+10 |
| * | Finishing the work to use Puppet::Resource instead of TransObject | Luke Kanies | 2008-12-18 | 1 | -35/+0 |
| * | Replacing TransObject usage with Puppet::Resource | Luke Kanies | 2008-12-18 | 1 | -38/+0 |
| * | Renaming the "Catalog#to_type" method to "Catalog#to_ral" | Luke Kanies | 2008-12-18 | 1 | -70/+1 |
| * | Merge branch 'master' into master_no_global_resources | Luke Kanies | 2008-03-31 | 2 | -25/+25 |
| |\ |
|
| | * | Fixing #571 -- provider suitability is now checked at resource | Luke Kanies | 2008-03-24 | 1 | -5/+21 |
| | * | Fixing #1118 -- downloading plugins and facts now ignores noop. | Luke Kanies | 2008-03-13 | 1 | -16/+0 |
| | * | Somewhat refactored fileserving so that it no longer caches | Luke Kanies | 2008-02-23 | 1 | -2/+2 |
| | * | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 1 | -2/+2 |
| * | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 2 | -151/+26 |
| |/ |
|
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 2 | -17/+17 |
| * | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 2 | -16/+50 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 5 | -5/+5 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 4 | -4/+0 |
| * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 1 | -70/+0 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -4/+20 |
| * | Fixing a path test. I have now made the path stuff a lot cleaner, but it app... | Luke Kanies | 2007-09-07 | 1 | -1/+1 |
| * | Fixing #801 -- resources that have changes when running in noop mode do not r... | Luke Kanies | 2007-09-07 | 1 | -2/+19 |
| * | Fixing #725. I was apparently not deleting the alias I was creating to the c... | luke | 2007-07-19 | 1 | -0/+15 |
| * | Fixing the instances method. It now works when there are already managed res... | luke | 2007-07-12 | 1 | -5/+17 |
| * | Fixing the :check metaparam so it does not try to check unsupported parameters | luke | 2007-07-12 | 1 | -0/+32 |
| * | removing the test for a method I removed yesterday | luke | 2007-07-12 | 1 | -48/+0 |
| * | Fixing #704 -- Puppet was not failing correctly when schedules were missing, ... | luke | 2007-07-04 | 1 | -0/+28 |
| * | Modifying the check metaparam so that it just silently ignores metaparams and... | luke | 2007-06-15 | 1 | -0/+30 |
| * | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 1 | -0/+1 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 2 | -21/+140 |
| * | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 1 | -1/+1 |
| * | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 1 | -2/+2 |
| * | 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 | 2 | -13/+7 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -0/+3 |
| * | I managed to put those provider tests in the wrong file -- the file meant to ... | luke | 2007-04-28 | 1 | -196/+0 |
| * | 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 | 1 | -1/+3 |
| * | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 2 | -0/+49 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 1 | -1/+10 |
| * | 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 | 1 | -8/+25 |
| * | Adding provider features. Woot! | luke | 2007-03-19 | 1 | -0/+81 |
| * | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 2 | -0/+97 |
| * | Adding support for a prefetch hook on individual providers, rather than only ... | luke | 2007-03-08 | 1 | -0/+22 |