| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -5/+0 |
* | Fixed #784 by applying patch by vvidic. | Michael V. O'Brien | 2007-09-11 | 1 | -1/+1 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 2 | -14/+8 |
* | 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 #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 2 | -2/+20 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 1 | -0/+5 |
* | Fixing #689, although I have not added unit tests. The problem was that a ta... | luke | 2007-07-05 | 1 | -1/+2 |
* | Fixing some failing tests. | luke | 2007-06-18 | 1 | -0/+1 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 1 | -6/+9 |
* | Fixing the type/title index for mysql | luke | 2007-06-15 | 1 | -1/+8 |
* | Significantly optimizing the database queries -- I am getting about 40% bette... | luke | 2007-06-14 | 3 | -9/+12 |
* | 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 |
* | Changed the host to "eager fetch" all the resources and their associated | ballman | 2007-06-12 | 2 | -4/+4 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 8 | -69/+127 |
* | Changing the resource title to be text instead of a string, because some titl... | luke | 2007-05-30 | 1 | -1/+1 |
* | Removed acts_as_taggable from the rails stuff. I haven't removed the tables ... | ballman | 2007-05-11 | 3 | -18/+0 |
* | Refactoring some of the rails code. The speed is now pretty good, but the ta... | luke | 2007-03-24 | 2 | -46/+34 |
* | Rails is now significantly faster. I refactored all of the queries; they are... | luke | 2007-03-22 | 3 | -25/+79 |
* | Adding a migration to create indexes | luke | 2007-03-21 | 1 | -0/+38 |
* | Re-add the files | shadoi | 2007-02-17 | 4 | -0/+45 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 5 | -49/+46 |
* | Changing date to datetime in the database | luke | 2007-02-16 | 1 | -11/+11 |
* | Update relationships | shadoi | 2007-02-16 | 5 | -25/+13 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 8 | -47/+26 |
* | Fixing #431. Collection was always returning an array, even when only a sing... | luke | 2007-01-28 | 1 | -0/+3 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 2 | -2/+11 |
* | Adding extra connection statements and enabling concurrency support in rails,... | luke | 2007-01-03 | 1 | -1/+1 |
* | Not saving tags right away. This seems to cause postgres to explode. | luke | 2007-01-03 | 1 | -1/+1 |
* | Using text for parameter values, instead of string, so the fields support lar... | luke | 2007-01-03 | 1 | -2/+2 |
* | Add updated_at for all tables | shadoi | 2006-12-29 | 2 | -1/+10 |
* | Moving the tagging stuff to an "external" directory, instead of "lib". | luke | 2006-12-29 | 7 | -6/+6 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 5 | -4/+36 |
* | Adding :replace aliases, as requested in #366. | luke | 2006-12-19 | 4 | -0/+8 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 3 | -40/+40 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 7 | -65/+64 |
* | Getting rid of the db init stdout and reindenting | luke | 2006-12-17 | 1 | -52/+61 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 3 | -23/+6 |
* | 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 | 3 | -49/+0 |
* | Some rails modifications | luke | 2006-12-15 | 2 | -59/+19 |
* | Don't dump out debugging stuff. | shadoi | 2006-12-15 | 1 | -2/+0 |
* | Don't symbolize the param names | shadoi | 2006-12-15 | 1 | -1/+1 |
* | acts_as_taggable plugin | shadoi | 2006-12-14 | 5 | -0/+119 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 9 | -22/+190 |