summaryrefslogtreecommitdiffstats
path: root/lib/puppet/rails/database
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Two space indentationMarkus Roberts2010-07-094-121/+121
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-094-21/+7
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-4/+4
* Fix for #4137 -- Oracle needs text for strings > 255Markus Roberts2010-07-081-1/+1
* Patch to address feature #2571 to add Oracle support to PuppetAvi Miller2009-10-241-2/+7
* Removed extra whitespace from end of linesIan Taylor2009-06-064-16/+16
* Fixed #1959 - Added column protection for environment schema migrationJames Turnbull2009-02-121-2/+6
* 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-262-0/+10
* id column is autogenerated by rails as a primary key, there is no needBrice Figureau2008-08-222-8/+17
* Replacing all two-space indents with four-spaceLuke Kanies2008-06-131-14/+14
* Pushed schema patch for #1193James Turnbull2008-04-171-0/+9
* * Add migration for "created_at" (hobo expects it)Blake Barnett2008-02-281-0/+17
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing the type/title index for mysqlluke2007-06-151-1/+8
* Significantly optimizing the database queries -- I am getting about 40% bette...luke2007-06-141-1/+0
* Adding indexes for the rails tablesluke2007-06-141-0/+24
* Removing the indexes migration, since the indexes are now in the main db schemaluke2007-06-131-38/+0
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-22/+13
* Changing the resource title to be text instead of a string, because some titl...luke2007-05-301-1/+1
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-221-2/+2
* Adding a migration to create indexesluke2007-03-211-0/+38
* Undo the param_name param_value mergeshadoi2007-02-171-6/+16
* Changing date to datetime in the databaseluke2007-02-161-11/+11
* Update relationshipsshadoi2007-02-161-16/+6
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-1/+3
* Using text for parameter values, instead of string, so the fields support lar...luke2007-01-031-2/+2
* Add updated_at for all tablesshadoi2006-12-291-0/+9
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-3/+8
* Getting rid of the db init stdout and reindentingluke2006-12-171-52/+61
* Go back to restype and remove STI classes, they were more trouble than they w...shadoi2006-12-151-1/+1
* Some rails modificationsluke2006-12-151-45/+0
* New rails stuff redux.shadoi2006-12-141-0/+64
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-132-64/+45
* The new rails files.shadoi2006-11-092-45/+64
* Switching from calling "up" on the migration directly to using the "migrate" ...luke2006-10-171-0/+45