aboutsummaryrefslogtreecommitdiffstats
path: root/db
Commit message (Expand)AuthorAgeLines
* Reignore schema.rbLouise Crow2013-03-08-0/+1
* Checkin current snapshot of sql as per standard Rails good practise.Matthew Landauer2013-02-26-2/+2095
* Drop the obsolete indexes explicitly by name - the 'remove_index' calls don't...Louise Crow2013-01-17-4/+2
* Fix up some DB migration issues with Rails 3Henare Degan2013-01-18-3/+4
* Remove old code.Louise Crow2012-11-20-10/+2
* The used sql syntax is not supported by sqlite. Now db:migrate works with sql...Stefan Langenmaier2012-11-19-4/+11
* Add migration to add disclosure_log fieldMatthew Landauer2012-10-22-0/+13
* Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-0/+13
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' in...Louise Crow2012-10-01-1/+1
|\
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* | Re-enable migration - it looks like the underlying bug is something to do wit...Louise Crow2012-09-27-56/+56
* | Test commit to try to figure out what's wrong with the travis build - it alwa...Louise Crow2012-09-27-56/+56
|/
* Merge remote-tracking branch 'origin/release/0.6.6' into developLouise Crow2012-09-20-4/+3
|\
| * Faster way to update counter cache.release/0.6.6Louise Crow2012-09-20-4/+3
* | Migration accidentally omitted from 550f143Robin Houston2012-09-19-0/+9
|/
* Add index on updated_at to public body versions as this is how they are retri...Louise Crow2012-09-13-0/+9
* Add some indexes to help IncomingMessage.fully_destroy find records more effi...Louise Crow2012-09-13-0/+18
* Add an index on incoming message id to the outgoing messages table - suspect ...Louise Crow2012-09-13-0/+9
* Add a counter cache for the number of info_requests associated with public bo...Louise Crow2012-09-12-0/+17
* Add some indexes based on queries appearing in the SQL slow queries log.Louise Crow2012-09-12-0/+69
* Add a new model for request classifications so that we can access them more e...Louise Crow2012-09-11-0/+14
* Merge branch 'release/0.6.3' into developLouise Crow2012-08-22-0/+32
|\
| * Rollback change to activerecord session store - whilst activerecord store has...Louise Crow2012-08-15-0/+16
| * Use ActiveRecord to store sessions, rather than Cookies. Fixes #526.Seb Bacon2012-07-19-0/+16
* | Correct constraint on external requestsRobin Houston2012-08-22-0/+16
|/
* Support regular expressions in CensorRules; also support 'global' CensorRules...Seb Bacon2012-07-13-0/+9
* Set the API key in a much more efficient wayRobin Houston2012-07-02-3/+44
* Renumber clashing migrationRobin Houston2012-06-07-0/+0
* External requestsRobin Houston2012-06-06-0/+22
* Correct syntax for making column NOT NULLRobin Houston2012-06-06-1/+1
* Generate an API key for each public bodyRobin Houston2012-06-06-0/+18
* Support "following" functionality:Seb Bacon2012-05-30-0/+11
* First stab at new feature. Adds new box in sidebar for reporting an issue, a ...Seb Bacon2012-05-24-0/+13
* More WIPSeb Bacon2012-04-03-22/+0
* WIPSeb Bacon2012-04-03-0/+14
* first stab at sending PURGE requests to upstream varnish for request pages. N...Seb Bacon2012-03-13-0/+22
* Rate limitingRobin Houston2012-01-29-0/+13
* Use correct column type for sent_at date (was only preserving time and not da...Seb Bacon2012-01-10-0/+12
* Ensure we always censor safe_mail_from; and mention new only-parse-once featu...Seb Bacon2011-12-21-0/+11
* Ensure we only parse emails when needed by referring to a new last_parsed fie...Seb Bacon2011-12-21-0/+9
* Further improvements to attachment cachingSeb Bacon2011-12-13-0/+9
* WIP on caching attachmentsSeb Bacon2011-12-12-0/+35
* add db/schema.rb to db/.gitignoreJames McKinney2011-10-11-0/+1
* Merge branch 'wdtk' into developRobin Houston2011-09-08-0/+15
|\
| * Migration for new User columnsRobin Houston2011-09-07-0/+15
* | Store user's locale against profile, so we can send them localised track emai...Seb Bacon2011-09-03-0/+11
|/
* Bring the wdtk branch into line with master (no more differences).Robin Houston2011-08-09-0/+35
* Merge branch 'master' into wdtkRobin Houston2011-08-09-0/+22
|\
| * Guess holding pen emails based on having a correct hash and an incorrect id. ...Seb Bacon2011-08-08-0/+22
* | Let’s not do these migrations on WDTK. At least not yet.Robin Houston2011-07-30-35/+0
|/