aboutsummaryrefslogtreecommitdiffstats
path: root/script
Commit message (Collapse)AuthorAgeLines
* Allow command-line parameters to be passed onRobin Houston2012-01-26-3/+1
|
* Make the load-sample-data script actually workRobin Houston2012-01-25-2/+10
|
* Ignore non-matching linesRobin Houston2012-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 pairsRobin Houston2012-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 failuresRobin Houston2012-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 testsRobin Houston2012-01-23-1/+1
|
* Tweaks to spec-all-pairsRobin Houston2012-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 failuresRobin Houston2012-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 Bacon2012-01-06-1/+1
|
* Correct clear-caches script to match current database schemaSeb Bacon2012-01-04-1/+1
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-30-12/+10
|\
| * WIP on caching attachmentsSeb Bacon2011-12-12-12/+10
| |
* | Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+9
|/
* Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵Seb Bacon2011-11-24-1/+7
| | | | introduced in issue #276.
* Merge pull request #273 from jpmckinney/ruby_bin_pathSeb Bacon2011-11-22-27/+3
|\ | | | | Fix path to ruby
| * fix a few more pathsJames McKinney2011-10-16-3/+3
| |
| * fix path to ruby scriptJames McKinney2011-10-16-24/+0
| |
* | remove last hardcoding of vendor/railsJames McKinney2011-10-17-2/+2
|/
* don't cause an error if script has been run before (due to trying to create ↵Seb Bacon2011-09-26-2/+5
| | | | existing symlink for downloads)
* Merge branch 'wdtk' into developRobin Houston2011-09-19-6/+27
|\
| * Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+4
| |
| * Make OOF-detection subject matches case-insensitiveRobin Houston2011-09-08-5/+5
| |
| * Use absolute path to tmailRobin Houston2011-09-08-1/+1
| |
| * Defer the loading of RailsRobin Houston2011-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 detectionRobin Houston2011-09-08-0/+3
| |
| * Malformed messages are just passed on verbatimRobin Houston2011-09-08-1/+7
| |
| * More out-of-office message detectionRobin Houston2011-09-08-0/+3
| |
| * Improved OOF detectionRobin Houston2011-09-08-1/+4
| | | | | | | | Slightly improved detection of out-of-office messages, + tests.
* | Add notes about how to make zipfiles downloadable (and provide for this in ↵Seb Bacon2011-09-15-0/+4
|/ | | | the rails-post-deply script)
* Detect multipart/report bounce messagesRobin Houston2011-09-07-16/+76
| | | | | Add support for multipart/report bounce messages to script/handle-mail-replies. Also add a spec test for this script.
* Script to handle mail repliesRobin Houston2011-09-07-0/+68
| | | | | | Handle replies by marking bounces and forwarding everything else to the address specified in the config variable FORWARD_NONBOUNCE_RESPONSES_TO.
* Tidy up the codeRobin Houston2011-09-06-13/+11
|
* merge Faton's recent i18n work and revert unchanged PO files to avoid 'fuzzy ↵Seb Bacon2011-08-22-0/+2
| | | | translation' log noise
* Improve db compact script: handle spaces in filenames nicely, output errors ↵Seb Bacon2011-08-12-10/+19
| | | | to STDERR, and don't do anything if there's a half-finished attempt still lying around.
* Compact database regularly. Fixes #127.Seb Bacon2011-08-11-0/+16
|
* Update sample-data loading instructions to use a script (because we need to ↵Seb Bacon2011-08-02-0/+12
| | | | workaround fixtures not knowing how to load data from the filesystem for RawEmails)
* Correct the mutt syntax, for sending notification mails about import errors.Robin Houston2011-07-25-1/+1
| | | | Closes #90.
* config/general.yml is just as good as config/generalRobin Houston2011-07-08-1/+1
|
* Remove the translate_routes plugin, for now, because it appears toRobin Houston2011-07-06-2/+0
| | | | be the cause of several difficult bugs related to routing.
* Hand the logfile opening over to the runner, rather than the start script.Robin Houston2011-06-29-0/+1
|
* The alert-tracks script should write a log file.Robin Houston2011-06-29-17/+29
| | | | | | It should also be automatically restarted if it dies and the init.d script should not start the daemon if it is already running (i.e. we should use --startas instead of --exec, when invoking start-stop-daemon).
* Ah, the alert-tracks daemon needs to put itself into the background,Robin Houston2011-06-22-4/+22
| | | | and write a pid file.
* Add support for running alert-tracks as a daemon, rather than a cron job.Robin Houston2011-06-22-0/+6
|
* Fix the scripts so they work even if there is a space in the pathRobin Houston2011-06-21-12/+12
|
* Add an option to make alert_tracks run continually, rather than just ↵Robin Houston2011-06-21-2/+6
| | | | processing whichever alerts are due right now.
* Remove a trailing spaceRobin Houston2011-06-17-1/+1
|
* Make script/generate_pot.sh executable, like the other scripts are.Robin Houston2011-06-15-0/+0
|
* Make the script runner change to the application directory, in an attempt to ↵Robin Houston2011-06-14-3/+7
| | | | fix the locale-related errors being reported by cron
* added option to install a theme from a remote URL as part of ↵Seb Bacon2011-06-14-0/+5
| | | | rails-post-deploy process
* further test fixageSeb Bacon2011-04-01-2/+1
|