| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -26/+22 |
* | Not stripping domain info from the ldap node, as requested | luke | 2007-04-30 | 1 | -4/+0 |
* | Adding a migration to create indexes | luke | 2007-03-21 | 1 | -1/+1 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 1 | -4/+11 |
* | Removing extraneous debugging | luke | 2007-02-18 | 1 | -5/+0 |
* | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 1 | -1/+6 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 1 | -7/+32 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -2/+2 |
* | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -0/+4 |
* | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -1/+49 |
* | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 1 | -1/+3 |
* | Trying to clean up how rails is loaded | luke | 2006-12-29 | 1 | -9/+9 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -8/+2 |
* | Loading the rails lib early on, so that the rails configuration parameters ar... | luke | 2006-12-23 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -15/+23 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -0/+12 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 1 | -2/+2 |
* | Requiring puppet/rails in the interpreter before Rails.init | luke | 2006-12-17 | 1 | -0/+1 |
* | Changing some of the error output. This gets rid of the duplicated informati... | luke | 2006-12-15 | 1 | -7/+3 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -1/+1 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -2/+3 |
* | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -1/+5 |
* | Fixing configuration storage -- there was a check being done that caused fals... | luke | 2006-11-15 | 1 | -8/+11 |
* | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 1 | -2/+4 |
* | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -13/+19 |
* | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -8/+14 |
* | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+5 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -374/+685 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -12/+5 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 1 | -4/+1 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 1 | -12/+0 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 1 | -0/+12 |
* | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -11/+13 |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 1 | -1/+1 |
* | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 1 | -11/+4 |
* | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -0/+4 |
* | Adding a unit test for plain "nodesearch" | luke | 2006-07-18 | 1 | -0/+10 |
* | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -63/+92 |
* | Trying to merge metrics and reports. There is now a separate transaction rep... | luke | 2006-06-30 | 1 | -2/+2 |
* | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -1/+9 |
* | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -3/+5 |
* | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 2006-06-14 | 1 | -11/+22 |
* | abstracting out ldap connections so that there is a single method responsible... | luke | 2006-06-13 | 1 | -12/+22 |
* | Fixing ldap usage when ldap libs are not available | luke | 2006-06-13 | 1 | -20/+28 |
* | removing extraneous debugging | luke | 2006-06-13 | 1 | -2/+0 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -6/+21 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -1/+17 |
* | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -3/+11 |
* | Adding support for following referrals | luke | 2006-06-12 | 1 | -0/+1 |
* | Wrapping the host storage into a transaction. It might have a slight perform... | luke | 2006-05-15 | 1 | -9/+15 |