summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.25.x'James Turnbull2010-01-133-33/+22
|\
| * Fix for temporary file security wholeMarkus Roberts2010-01-051-1/+1
| * Fixing #2964 updated resources cannot be collected until they are exported twiceMarkus Roberts2009-12-231-1/+1
| * Fix for #2863 (calling each on uninitialized tag list)Markus Roberts2009-12-102-31/+20
* | Merge branch '0.25.x'Luke Kanies2009-12-211-1/+1
|\|
| * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
* | Patch to address feature #2571 to add Oracle support to PuppetAvi Miller2009-10-243-6/+11
|/
* Feature #2378 - Implement "thin_storeconfigs"Brice Figureau2009-07-181-1/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-0611-26/+26
* Always providing a value for 'exported' on Rails resourcesLuke Kanies2009-06-031-2/+11
* Fixing #2187 - Puppet::Resource is expected by Rails supportLuke Kanies2009-04-243-14/+13
* Added class_name tags to has_many relationshipssteve mcintosh2009-04-221-3/+3
* renaming a methodLuke Kanies2009-04-222-10/+10
* Adjusted parameter name and puppet tag classes to use new cache accumulator b...Ethan Rowe2009-04-222-18/+7
* Saving rails resources as I create them, which saves about 10%Luke Kanies2009-04-221-0/+2
* Adding some more fine-grained benchmarks to Rails supportLuke Kanies2009-04-222-22/+26
* Adding a Rails-specific benchmarking moduleLuke Kanies2009-04-223-39/+107
* Adding simplistic param_name/puppet_tag cachingLuke Kanies2009-04-223-2/+22
* Adding more time debugging to Rails code, and refactoring a bitLuke Kanies2009-04-222-30/+10
* Refactoring the Rails integrationLuke Kanies2009-04-223-83/+306
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-221-1/+25
* Fix #2010 - add protection code for some storeconfig corruptionBrice Figureau2009-03-041-14/+28
* Use Puppet.debug instead of own debug flagPeter Meier2009-02-221-7/+5
* Fix #1972 - ActiveRecord fixes resulted in broken testsBrice Figureau2009-02-151-3/+4
* Fixed #1959 - Added column protection for environment schema migrationJames Turnbull2009-02-121-2/+6
* Change the way the tags and params are handled in railsBrice Figureau2009-02-062-23/+88
* Add methods to return hash instead of objects to params and tagsBrice Figureau2009-02-062-12/+49
* Rename migration so it's still appliedThom May2008-11-261-0/+0
* Slight denormalisation to store a host's environment as a first classThom May2008-11-263-0/+14
* id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* Fix #1052 - abysmal storeconfig performance - part1Brice Figureau2008-08-171-1/+1
* Fix #1510 - storeconfig fails with rails 2.1Brice Figureau2008-08-171-5/+5
* Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-14/+14
* Pushed schema patch for #1193James Turnbull2008-04-172-0/+10
* * Tweaks for puppetshow UI cleanupBlake Barnett2008-02-285-3/+17
* * Add migration for "created_at" (hobo expects it)Blake Barnett2008-02-287-139/+17
* Fixing #923 (again). The host storage method was notLuke Kanies2007-12-101-3/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-3/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-035-5/+0
* Fixed #784 by applying patch by vvidic.Michael V. O'Brien2007-09-111-1/+1
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-202-14/+8
* Undo previous commit, which was an errorlutter2007-08-031-24/+5
* Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot...lutter2007-08-031-5/+24
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-182-2/+20
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-181-0/+5
* Fixing #689, although I have not added unit tests. The problem was that a ta...luke2007-07-051-1/+2
* Fixing some failing tests.luke2007-06-181-0/+1
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-6/+9
* Fixing the type/title index for mysqlluke2007-06-151-1/+8
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-143-9/+12