Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Recognise another variety of bounce message | Robin Houston | 2012-04-30 | -3/+18 | |
| | | |||||
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-04-27 | -3/+3 | |
| |\ | |||||
| * | | fix require paths in 1.9 | James McKinney | 2012-04-02 | -12/+12 | |
| | | | |||||
* | | | More changes and refactoring to make purges work. | Seb Bacon | 2012-04-20 | -0/+11 | |
| |/ |/| | |||||
* | | use Rails.root, not RAILS_ROOT | James McKinney | 2012-04-02 | -3/+3 | |
|/ | |||||
* | in production mode, ensure we skip development and test gems | Seb Bacon | 2012-03-13 | -1/+1 | |
| | |||||
* | Do 'bundler' stuff in correct order | Seb Bacon | 2012-03-12 | -4/+6 | |
| | |||||
* | cause the post-deploy process to run "bundler install" | Seb Bacon | 2012-02-22 | -1/+6 | |
| | |||||
* | Merge jpmckinney/bundler | Seb Bacon | 2012-02-15 | -7/+1 | |
| | |||||
* | Update translation documentation to reflect proposed new workflow | Seb Bacon | 2012-02-08 | -1/+15 | |
| | |||||
* | Attempt to ensure tests always run using the "test" environment, by: | Seb Bacon | 2012-02-07 | -14/+13 | |
| | | | | | 1) Not overriding any *existing* RAILS_ENV setting in rails_env.rb 2) Always creating a rails_env.rb file | ||||
* | Create config/rails_env.rb in production | Robin Houston | 2012-02-06 | -17/+37 | |
| | | | | | | | | | | Partially revert 2eac4bef8d73f47bbe579b6f787ef54b8d782d7a, creating config/rails_env.rb in production only. This should address some of the difficulties with config/rails_env.rb causing unexpected behaviour in development, whilst forcing Rails into production environment where necessary for scripts run from cron etc. Closes #418? | ||||
* | Merge branch 'wdtk' into release/0.5 | Robin Houston | 2012-02-03 | -1/+16 | |
|\ | |||||
| * | Add --log option | Robin Houston | 2012-02-03 | -1/+16 | |
| | | | | | | | | | | | | Make it possible to log the output of failed pairs, so we have some hope of determining the cause of failure in cases where it does not turn out to be reproducible. | ||||
* | | New improved find-msgids-and-make-pot-file rake task: | Seb Bacon | 2012-02-02 | -3/+2 | |
|/ | | | | | (a) it doesn't do fuzzy matches (apparently Transifex does that for you) (b) it doesn't update all the PO files too (which certainly Transifex does for you) | ||||
* | Get rid of config/rails_env.rb | Robin Houston | 2012-02-02 | -27/+0 | |
| | | | | | | | The rails-post-deploy script was creating a file config/rails_env.rb to force $RAILS_ENV to have the appropriate value. But this is a huge pain during development, and shouldn’t be necessary anyway, so let’s get rid of it. | ||||
* | Merge branch 'wdtk' into release/0.5 | Robin Houston | 2012-02-01 | -4/+3 | |
|\ | | | | | | | | | Conflicts: locale/app.pot | ||||
| * | typo | Robin Houston | 2012-02-01 | -1/+1 | |
| | | |||||
| * | Suppress stderr output from rake db:test:prepare | Robin Houston | 2012-01-31 | -1/+1 | |
| | | |||||
| * | Use db:test:prepare to prepare the way for tests | Robin Houston | 2012-01-31 | -2/+1 | |
| | | |||||
| * | fix shell syntax in script | Robin Houston | 2012-01-31 | -2/+2 | |
| | | |||||
* | | Tweak translations documentation | Seb Bacon | 2012-02-01 | -0/+1 | |
|/ | |||||
* | Prompt users to reindex xapian after loading sample data | Seb Bacon | 2012-01-30 | -1/+1 | |
| | |||||
* | Load all raw emails for testing | Robin Houston | 2012-01-29 | -7/+6 | |
| | | | | | | | | | | | Previously there was just one raw email, and the test code relied on that fact. Generalise it to handle multiple raw emails. This change causes a number of tests to fail, because it exposes failures that should have happened when the second raw email was added but were masked by the fact that the text of this second raw email was never loaded. These failures will be fixed in the next commit. | ||||
* | More flexible input syntax | Robin Houston | 2012-01-29 | -1/+2 | |
| | | | | | Accept test pairs on stdin even if they are not prefixed with the string "* FAILED: ". | ||||
* | Allow command-line parameters to be passed on | Robin Houston | 2012-01-26 | -3/+1 | |
| | |||||
* | Make the load-sample-data script actually work | Robin Houston | 2012-01-25 | -2/+10 | |
| | |||||
* | Ignore non-matching lines | Robin Houston | 2012-01-24 | -5/+12 | |
| | | | | | | | When reading a list of test pairs from standard input, ignore lines that do not match the expected format * FAILED: test1 test2 | ||||
* | Make it possible to test just particular pairs | Robin Houston | 2012-01-24 | -12/+46 | |
| | | | | | | | For example to re-run all the failed pairs including general_controller_spec.rb: fgrep /general_controller_spec ../test-pair-failures.txt | script/spec-all-pairs - | ||||
* | Print successes as well as failures | Robin Houston | 2012-01-23 | -2/+7 | |
| | | | | | As a larger proportion of these tests start to pass, it becomes helpful to print information about successes as well as failures. | ||||
* | Suppress stderr too, while running tests | Robin Houston | 2012-01-23 | -1/+1 | |
| | |||||
* | Tweaks to spec-all-pairs | Robin Houston | 2012-01-22 | -7/+4 | |
| | | | | | 1. Suppress irrelevant output; 2. Check that running the same spec twice doesn’t cause failures either. | ||||
* | Script to find order-dependent test failures | Robin Houston | 2012-01-22 | -0/+23 | |
| | | | | | This script runs all (ordered) pairs of tests, and reports which pairs result in a test failure. | ||||
* | Log xapian index updates. | Seb Bacon | 2012-01-06 | -1/+1 | |
| | |||||
* | Correct clear-caches script to match current database schema | Seb Bacon | 2012-01-04 | -1/+1 | |
| | |||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-12-30 | -12/+10 | |
|\ | |||||
| * | WIP on caching attachments | Seb Bacon | 2011-12-12 | -12/+10 | |
| | | |||||
* | | Recognise a couple of newly-seen types of out-of-office message | Robin Houston | 2011-12-30 | -0/+9 | |
|/ | |||||
* | Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵ | Seb Bacon | 2011-11-24 | -1/+7 | |
| | | | | introduced in issue #276. | ||||
* | Merge pull request #273 from jpmckinney/ruby_bin_path | Seb Bacon | 2011-11-22 | -27/+3 | |
|\ | | | | | Fix path to ruby | ||||
| * | fix a few more paths | James McKinney | 2011-10-16 | -3/+3 | |
| | | |||||
| * | fix path to ruby script | James McKinney | 2011-10-16 | -24/+0 | |
| | | |||||
* | | remove last hardcoding of vendor/rails | James McKinney | 2011-10-17 | -2/+2 | |
|/ | |||||
* | don't cause an error if script has been run before (due to trying to create ↵ | Seb Bacon | 2011-09-26 | -2/+5 | |
| | | | | existing symlink for downloads) | ||||
* | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-19 | -6/+27 | |
|\ | |||||
| * | Detect OOF messages that identify themselves by a X-POST-MessageClass header | Robin Houston | 2011-09-08 | -0/+4 | |
| | | |||||
| * | Make OOF-detection subject matches case-insensitive | Robin Houston | 2011-09-08 | -5/+5 | |
| | | |||||
| * | Use absolute path to tmail | Robin Houston | 2011-09-08 | -1/+1 | |
| | | |||||
| * | Defer the loading of Rails | Robin Houston | 2011-09-08 | -2/+4 | |
| | | | | | | | | | | Do not load Rails till we need it, which makes this script run faster and use less memory. | ||||
| * | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+3 | |
| | |