Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | Add a counter cache for the number of info_requests associated with public ↵ | Louise Crow | 2012-09-12 | -2/+19 | |
| | | | | | | | | | | | | | | | | | | | | bodies. | ||||
| * | | | | Memoize the notes_without_html calculated value for the life of the model ↵ | Louise Crow | 2012-09-12 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | instance - no need to keep applying the regex if called multiple times e.g. in a view. | ||||
| * | | | | Use faster csv for public body cvs generation, eagerly load tags and ↵ | Louise Crow | 2012-09-12 | -8/+7 | |
| | | | | | | | | | | | | | | | | | | | | translations. | ||||
| * | | | | Add fastercsv to gems. | Louise Crow | 2012-09-12 | -0/+3 | |
| | | | | | |||||
| * | | | | Move default value setting for publication scheme to before_save callback ↵ | Louise Crow | 2012-09-12 | -7/+13 | |
|/ / / / | | | | | | | | | | | | | rather than after_initialize - after_initialize accessing of the variable value was causing eager loading of public body translations to happen after the first attribute access, resulting in n+1 queries for translations. | ||||
* | | | | Add some indexes based on queries appearing in the SQL slow queries log. | Louise Crow | 2012-09-12 | -0/+69 | |
| | | | | |||||
* | | | | Merge remote-tracking branch 'henare_github/capistrano' into develop | Louise Crow | 2012-09-12 | -9/+153 | |
|\ \ \ \ | |||||
| * | | | | Add Xapian config to Capistrano | Henare Degan | 2012-09-12 | -4/+15 | |
| | | | | | |||||
| * | | | | Doco updates | Henare Degan | 2012-09-12 | -3/+2 | |
| | | | | | |||||
| * | | | | Expand the glibc bug workaround to work on Ubuntu 10.04 which has the ↵ | Henare Degan | 2012-09-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debian_version of "squeeze/sid" See https://github.com/mysociety/alaveteli/commit/bb74b57d56416c3c272f913674e96d6a00de6d1e#commitcomment-1839727 | ||||
| * | | | | Persist the cache between deploys and serve the download directory publicly | Henare Degan | 2012-09-11 | -1/+4 | |
| | | | | | |||||
| * | | | | Add a note about migrating the DB | Henare Degan | 2012-09-11 | -0/+1 | |
| | | | | | |||||
| * | | | | Add a note about sharing configs | Henare Degan | 2012-09-11 | -0/+2 | |
| | | | | | |||||
| * | | | | Unfortunately Cape runs tasks in current_path but we don't have it the first ↵ | Henare Degan | 2012-09-11 | -9/+3 | |
| | | | | | | | | | | | | | | | | | | | | time we try to deploy | ||||
| * | | | | Start adding some doco | Henare Degan | 2012-09-11 | -0/+37 | |
| | | | | | |||||
| * | | | | The files directory should persist between deploys | Henare Degan | 2012-09-11 | -1/+6 | |
| | | | | | |||||
| * | | | | Use the same name as Capistrano so we have consistent naming | Henare Degan | 2012-09-11 | -3/+3 | |
| | | | | | |||||
| * | | | | Make this a task too. I think it's clearer and more consistent | Henare Degan | 2012-09-11 | -2/+3 | |
| | | | | | |||||
| * | | | | Install themes as part of the deployment | Henare Degan | 2012-09-11 | -0/+16 | |
| | | | | | |||||
| * | | | | Start linking in required config | Henare Degan | 2012-09-11 | -0/+11 | |
| | | | | | |||||
| * | | | | Enable submodules like commonlib | Henare Degan | 2012-09-11 | -0/+1 | |
| | | | | | |||||
| * | | | | Allow the branch to be customised | Henare Degan | 2012-09-11 | -0/+1 | |
| | | | | | |||||
| * | | | | Speed up deploys by not getting the whole repo each time | Henare Degan | 2012-09-11 | -0/+1 | |
| | | | | | |||||
| * | | | | Allow us to get the repository anonymously | Henare Degan | 2012-09-11 | -2/+2 | |
| | | | | | |||||
| * | | | | Allow the deploy path to be customised | Henare Degan | 2012-09-11 | -0/+1 | |
| | | | | | |||||
| * | | | | Oops missed this in ba7e23ff8fccf30e3c88bfc06949bfea23cb04e0 | Henare Degan | 2012-09-11 | -1/+1 | |
| | | | | | |||||
| * | | | | It might help to install the gem | Henare Degan | 2012-09-11 | -0/+16 | |
| | | | | | |||||
| * | | | | Add a few more required options | Henare Degan | 2012-09-11 | -0/+3 | |
| | | | | | |||||
| * | | | | Move deployment configuration into its own file - thanks @crowbot! | Henare Degan | 2012-09-11 | -17/+13 | |
| | | | | | |||||
| * | | | | Clarify syntax | Henare Degan | 2012-09-11 | -8/+8 | |
| | | | | | |||||
| * | | | | Don't use sudo | Henare Degan | 2012-09-10 | -0/+1 | |
| | | | | | |||||
| * | | | | Use bundler via capistrano | Henare Degan | 2012-09-10 | -0/+2 | |
| | | | | | |||||
| * | | | | Order consistently | Henare Degan | 2012-09-10 | -1/+1 | |
| | | | | | |||||
| * | | | | Make Capistrano configurable using general.yml | Henare Degan | 2012-09-10 | -6/+23 | |
| | | | | | |||||
| * | | | | Add deployment tasks for Passenger | Henare Degan | 2012-09-10 | -8/+11 | |
| | | | | | |||||
| * | | | | Remove comments | Henare Degan | 2012-09-10 | -6/+0 | |
| | | | | | |||||
| * | | | | Everyone is using Git | Henare Degan | 2012-09-10 | -2/+1 | |
| | | | | | |||||
| * | | | | capify . | Henare Degan | 2012-09-10 | -0/+29 | |
| | | | | | |||||
* | | | | | Simpler usage of git when trying to get usage tags for themes. Also for ↵ | Louise Crow | 2012-09-11 | -24/+34 | |
| | | | | | | | | | | | | | | | | | | | | ALAVETELI_VERSIONS with more than 4 sequence elements (hotfixes), if we can't find an exactly matching usage tag, look for one matching the related minor release. This should prevent unexpected switching to HEAD for themes with no matching usage tag for that hotfix. | ||||
* | | | | | Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2012-09-11 | -36/+119 | |
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | into develop | ||||
| * | | | | Add a since_date parameter to the API feed | Robin Houston | 2012-09-10 | -11/+50 | |
| |/ / / | |||||
| * | | | gs-gpl is no longer in Ubuntu | Robin Houston | 2012-09-07 | -1/+1 | |
| | | | | | | | | | | | | | | | | Change it to ghostscript | ||||
| * | | | Merge branch 'hotfix/0.6.5.1' into develop | Robin Houston | 2012-09-07 | -1/+1 | |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bump version number for hot fix | Robin Houston | 2012-09-07 | -1/+1 | |
| | |/ | |||||
| | * | Merge branch 'hotfix/api-errors-2' | Robin Houston | 2012-09-07 | -20/+25 | |
| | |\ | |||||
| * | \ | Merge branch 'hotfix/api-errors-2' into develop | Robin Houston | 2012-09-07 | -0/+0 | |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Update other tests | Robin Houston | 2012-09-07 | -20/+25 | |
| | |/ | | | | | | | | | | Update the other API tests to take account of the changed error behaviour. | ||||
| | * | Merge branch 'master' of git.mysociety.org:/data/git/public/alaveteli | Robin Houston | 2012-09-06 | -20221/+12012 | |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: spec/controllers/api_controller_spec.rb | ||||
| | | * | Merge branch 'release/0.6.5'0.6.5 | Louise Crow | 2012-08-30 | -190/+383 | |
| | | |\ | |||||
| | | * \ | Merge branch 'release/0.6.4'0.6.4 | Louise Crow | 2012-08-28 | -1292/+5950 | |
| | | |\ \ |