| Commit message (Expand) | Author | Age | Files | Lines |
* | (#4487) When setting environment on a host, ensure it is a string. | Josh Cooper | 2011-04-26 | 1 | -0/+7 |
* | [#4813] Remove dead code from puppet/rails/host.rb | Matt Robinson | 2010-11-10 | 1 | -72/+0 |
* | Fixed network and indirection reference | James Turnbull | 2010-07-20 | 1 | -0/+1 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -252/+252 |
* | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -4/+4 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -2/+5 |
* | Fix for #2863 (calling each on uninitialized tag list) | Markus Roberts | 2009-12-10 | 1 | -7/+2 |
* | Feature #2378 - Implement "thin_storeconfigs" | Brice Figureau | 2009-07-18 | 1 | -1/+6 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -4/+4 |
* | Fixing #2187 - Puppet::Resource is expected by Rails support | Luke Kanies | 2009-04-24 | 1 | -2/+2 |
* | Added class_name tags to has_many relationships | steve mcintosh | 2009-04-22 | 1 | -3/+3 |
* | renaming a method | Luke Kanies | 2009-04-22 | 1 | -9/+9 |
* | Saving rails resources as I create them, which saves about 10% | Luke Kanies | 2009-04-22 | 1 | -0/+2 |
* | Adding some more fine-grained benchmarks to Rails support | Luke Kanies | 2009-04-22 | 1 | -16/+21 |
* | Adding a Rails-specific benchmarking module | Luke Kanies | 2009-04-22 | 1 | -37/+38 |
* | Adding more time debugging to Rails code, and refactoring a bit | Luke Kanies | 2009-04-22 | 1 | -9/+1 |
* | Refactoring the Rails integration | Luke Kanies | 2009-04-22 | 1 | -60/+149 |
* | Adding ActiveRecord terminus classes for Node and Facts. | Luke Kanies | 2009-04-22 | 1 | -1/+25 |
* | Fix #2010 - add protection code for some storeconfig corruption | Brice Figureau | 2009-03-04 | 1 | -14/+28 |
* | Use Puppet.debug instead of own debug flag | Peter Meier | 2009-02-22 | 1 | -7/+5 |
* | Change the way the tags and params are handled in rails | Brice Figureau | 2009-02-06 | 1 | -15/+54 |
* | Slight denormalisation to store a host's environment as a first class | Thom May | 2008-11-26 | 1 | -0/+4 |
* | * Tweaks for puppetshow UI cleanup | Blake Barnett | 2008-02-28 | 1 | -2/+1 |
* | Fixing #923 (again). The host storage method was not | Luke Kanies | 2007-12-10 | 1 | -3/+1 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -3/+1 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 1 | -9/+5 |
* | Undo previous commit, which was an error | lutter | 2007-08-03 | 1 | -24/+5 |
* | Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot... | lutter | 2007-08-03 | 1 | -5/+24 |
* | Fixing some failing tests. | luke | 2007-06-18 | 1 | -0/+1 |
* | Significantly optimizing the database queries -- I am getting about 40% bette... | luke | 2007-06-14 | 1 | -3/+5 |
* | Changed the host to "eager fetch" all the resources and their associated | ballman | 2007-06-12 | 1 | -1/+3 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 1 | -30/+62 |
* | Removed acts_as_taggable from the rails stuff. I haven't removed the tables ... | ballman | 2007-05-11 | 1 | -8/+0 |
* | Refactoring some of the rails code. The speed is now pretty good, but the ta... | luke | 2007-03-24 | 1 | -43/+20 |
* | Rails is now significantly faster. I refactored all of the queries; they are... | luke | 2007-03-22 | 1 | -22/+76 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 1 | -8/+15 |
* | Update relationships | shadoi | 2007-02-16 | 1 | -2/+3 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 1 | -13/+7 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -1/+8 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 1 | -0/+6 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 1 | -40/+34 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 1 | -50/+15 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 1 | -14/+3 |
* | Adding some selectability to host creation for testing. Using find_or_create... | luke | 2006-12-15 | 1 | -10/+40 |
* | I like to checkin one-liners a lot. I'm cool. | shadoi | 2006-12-15 | 1 | -2/+1 |
* | Don't use find_or_create_by_title since titles aren't unique. | shadoi | 2006-12-15 | 1 | -1/+1 |
* | Remove old files, don't require pp anymore | shadoi | 2006-12-15 | 1 | -1/+0 |
* | Some rails modifications | luke | 2006-12-15 | 1 | -14/+19 |