| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | First try at the REST config_store | shadoi | 2007-05-12 | 2 | -4/+49 |
* | Initial configuration storage abstraction layer stuff. | shadoi | 2007-05-12 | 2 | -0/+75 |
* | Removed acts_as_taggable from the rails stuff. I haven't removed the tables ... | ballman | 2007-05-11 | 4 | -23/+3 |
* | Fixing the to_trans method and ralsh a bit so ralsh now works with the new la... | luke | 2007-05-10 | 2 | -3/+7 |
* | correcting some of the function reference docs | luke | 2007-05-10 | 1 | -3/+6 |
* | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 42 | -274/+276 |
* | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 35 | -295/+304 |
* | Fixing #606 -- now only components mention @children. | luke | 2007-05-09 | 5 | -205/+201 |
* | Allow Darwin to remount rather than unmount / mount, as per puppet-users disc... | mccune | 2007-05-09 | 1 | -1/+1 |
* | Adding default provider info to the providers report | luke | 2007-05-09 | 1 | -0/+6 |
* | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+1 |
* | Removed FIXARB's from the pfile stuff. These have been resolved. | ballman | 2007-05-09 | 2 | -4/+0 |
* | Removed FIXARB's from a file that will be going away. | ballman | 2007-05-09 | 1 | -2/+0 |
* | Removed override of change_to_s since it is the same as the overridden method... | ballman | 2007-05-09 | 1 | -22/+1 |
* | Removed override of change_to_s since it is the same as the overridden method... | ballman | 2007-05-09 | 1 | -20/+0 |
* | Removed calls to is. | ballman | 2007-05-09 | 1 | -7/+0 |
* | Removed the testing method: checknewinsync. | ballman | 2007-05-09 | 1 | -15/+0 |
* | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 34 | -527/+519 |
* | Hopefully final version of the providers reference | luke | 2007-05-08 | 1 | -18/+52 |
* | Intermediate commit of more reference work, including making provider suitabl... | luke | 2007-05-08 | 3 | -14/+70 |
* | Sorting the network handlers in the network reference | luke | 2007-05-08 | 1 | -1/+1 |
* | Adding a dynamic? option for references, so those are not stored in trac | luke | 2007-05-07 | 3 | -3/+11 |
* | Lots of work related to generating more reference. Moving all of the individ... | luke | 2007-05-07 | 15 | -2/+156 |
* | Removing the obsolete logger network interface | luke | 2007-05-07 | 2 | -58/+0 |
* | First run at moving references to lib/puppet instead of puppetdoc | luke | 2007-05-07 | 5 | -0/+507 |
* | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 2 | -24/+82 |
* | Fixing the time-cleaning in the rrdgraph report | luke | 2007-05-06 | 2 | -2/+3 |
* | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 2 | -18/+160 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 17 | -285/+292 |
* | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 4 | -17/+62 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 5 | -67/+61 |
* | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 4 | -0/+179 |
* | Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th... | mpalmer | 2007-05-03 | 1 | -0/+1 |
* | Changing the remount stuff back to not repeating the mount options. | luke | 2007-05-01 | 1 | -14/+5 |
* | Adding a "supports_parameter?" method to test whether a given provider suppor... | luke | 2007-05-01 | 2 | -15/+31 |
* | Fixing #430 (I hope) -- execs now autorequire the specified user | luke | 2007-04-30 | 1 | -2/+11 |
* | Switching the simpler features to a single file, so it is easier to add new f... | luke | 2007-04-30 | 4 | -24/+20 |
* | Fixing cron to correctly match blank lines, fixing #602 | luke | 2007-04-30 | 1 | -1/+1 |
* | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 2 | -6/+4 |
* | Fixing a bug in the tests introduced a while back when I switched to using "g... | luke | 2007-04-30 | 1 | -1/+1 |
* | Fixing #594 -- Files on the local machine but not remote machine now purge. ... | luke | 2007-04-30 | 1 | -6/+22 |
* | Adding purge => true to downloading of facts and plugins, and removing some e... | luke | 2007-04-30 | 2 | -1/+1 |
* | Allowing "-" in fileserver module names, #617 | luke | 2007-04-30 | 1 | -3/+3 |
* | Changing the resource handler to return the whole object, rather than just ty... | luke | 2007-04-30 | 1 | -2/+2 |
* | Not stripping domain info from the ldap node, as requested | luke | 2007-04-30 | 1 | -4/+0 |
* | Switching the mount command to always add the mount options, so that the pars... | luke | 2007-04-30 | 1 | -8/+20 |
* | Fixing the tests for the aptrpm provider. | luke | 2007-04-30 | 1 | -1/+1 |
* | Adding "rug" package provider from #609 | luke | 2007-04-30 | 1 | -0/+53 |
* | Okay, one last try -- the Util#binary command was not returning a path in all... | luke | 2007-04-27 | 1 | -1/+1 |
* | Apparently I messed up providers a bit; binaries were not having their full p... | luke | 2007-04-27 | 1 | -0/+2 |