| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Applying patch in #572 by trombik | luke | 2007-06-18 | 1 | -0/+13 |
* | Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab... | luke | 2007-06-18 | 8 | -0/+16 |
* | Adding fink package provider. | luke | 2007-06-18 | 1 | -0/+87 |
* | Fixing some failing tests. | luke | 2007-06-18 | 2 | -1/+2 |
* | Updating the has_version work that Matt did -- the only thing he missed was t... | luke | 2007-06-18 | 10 | -17/+8 |
* | Applying patch by trombik to fix #628. | luke | 2007-06-18 | 1 | -1/+1 |
* | Applying patch by trombik from #624. | luke | 2007-06-18 | 1 | -1/+2 |
* | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 1 | -1/+3 |
* | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -3/+6 |
* | Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l... | lutter | 2007-06-18 | 3 | -17/+38 |
* | fixing the appdmg provider to load the package provider base class, and tryin... | luke | 2007-06-18 | 2 | -8/+2 |
* | Adding appdmg package provider from #641. | luke | 2007-06-18 | 1 | -0/+117 |
* | Adding the output_file.close, as wyvern recommended | luke | 2007-06-18 | 1 | -0/+1 |
* | Applying the patch by wyvern from #662. This should hopefully kill the clien... | luke | 2007-06-18 | 1 | -60/+43 |
* | Updating rrdgraph documentation with a pointer to the new rrd package. | luke | 2007-06-18 | 1 | -3/+4 |
* | Reverting the change I just made to the config handler; it was only there for... | luke | 2007-06-18 | 1 | -4/+1 |
* | Adding puppet-test, which is useful for performance testing | luke | 2007-06-18 | 1 | -1/+4 |
* | Adding patch by Ghislain from #670, with slight modifications. | luke | 2007-06-18 | 1 | -1/+6 |
* | Fixing #548, and making functions support other rvalues, too, including other... | luke | 2007-06-18 | 2 | -578/+630 |
* | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 2007-06-17 | 1 | -5/+34 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 3 | -8/+20 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 1 | -2/+2 |
* | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 2 | -8/+6 |
* | Modifying the check metaparam so that it just silently ignores metaparams and... | luke | 2007-06-15 | 1 | -2/+6 |
* | Fixing the type/title index for mysql | luke | 2007-06-15 | 1 | -1/+8 |
* | Removing erroneous debug message | luke | 2007-06-15 | 1 | -2/+0 |
* | Trying to load ruby gems, in case needed libraries are installed that way, an... | luke | 2007-06-15 | 1 | -1/+1 |
* | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 2 | -133/+147 |
* | Fixing error about non-puppet protos | luke | 2007-06-15 | 1 | -1/+1 |
* | Significantly optimizing the database queries -- I am getting about 40% bette... | luke | 2007-06-14 | 4 | -10/+13 |
* | adjusting the rrd color stack as requested by thijs | luke | 2007-06-14 | 1 | -1/+1 |
* | Updated the CHANGELOG. | ballman | 2007-06-14 | 1 | -3/+7 |
* | Fixing (hopefully) the last two providers that had "resource.is" calls | luke | 2007-06-14 | 2 | -2/+2 |
* | Fixing sun package provider | luke | 2007-06-14 | 1 | -1/+1 |
* | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 1 | -12/+15 |
* | A few small fixes here and there, and the rest of the zones commit | luke | 2007-06-14 | 5 | -29/+72 |
* | Fixing #655 -- Solaris zones are again fully functional, from what I can tell | luke | 2007-06-14 | 1 | -88/+51 |
* | Adding indexes for the rails tables | luke | 2007-06-14 | 1 | -0/+24 |
* | Removing the indexes migration, since the indexes are now in the main db schema | luke | 2007-06-13 | 1 | -38/+0 |
* | Added to_s to the values to ensure the check versus the database will be | ballman | 2007-06-13 | 1 | -4/+4 |
* | documentation fix | ajax | 2007-06-13 | 1 | -1/+1 |
* | Applying patch from #666 by Rainhead and monachus | luke | 2007-06-13 | 1 | -1/+7 |
* | Changed the host to "eager fetch" all the resources and their associated | ballman | 2007-06-12 | 2 | -4/+4 |
* | Revert unintentional change. | ballman | 2007-06-12 | 1 | -5/+5 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 12 | -143/+267 |
* | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 1 | -1/+1 |
* | Fixing #112 - mounts now default to 0 for dump and pass | luke | 2007-06-11 | 1 | -0/+12 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 3 | -5/+20 |
* | Removing old line from the fix for #660 -- I had strangely just commented it ... | luke | 2007-06-11 | 1 | -1/+0 |
* | Fixing #660 by applying patch by freiheit. Looks like this is another proble... | luke | 2007-06-11 | 1 | -1/+2 |