Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Only pass --record to Cypress if key available. | Matthew Somerville | 2018-03-20 | -1/+1 |
| | | | | On PRs from external forks, it won't be. | |||
* | Add Cypress testing. | Matthew Somerville | 2018-03-15 | -1/+15 |
| | ||||
* | Revert using a Devel::Cover::Report::Codecov fork. | Matthew Somerville | 2018-03-12 | -1/+1 |
| | | | | | Our fork was merged upstream. This reverts commit 77d4d709. | |||
* | [Travis] Do not ignore Authentication::Credentials | Matthew Somerville | 2018-02-07 | -1/+1 |
| | ||||
* | Use our fork of Devel::Cover::Report::Codecov. | Matthew Somerville | 2017-08-29 | -1/+1 |
| | | | | | This allows branches that are fully covered or marked as uncoverable to pass on Codecov, rather than count as partials. | |||
* | [Travis] Run code coverage on 5.24. | Matthew Somerville | 2017-08-21 | -3/+3 |
| | | | | | Older perl versions can leak the locale decimal point character, leading to invalid JSON being written by Devel::Cover. | |||
* | [Travis] Ignore perllib/Email. | Matthew Somerville | 2017-08-17 | -1/+1 |
| | ||||
* | Add CodeCov coverage testing. | Matthew Somerville | 2017-07-11 | -0/+3 |
| | ||||
* | [Travis] Test perl 5.24 as used by Debian stretch. | Matthew Somerville | 2017-07-06 | -2/+5 |
| | ||||
* | Add scripts to rule them all. | Matthew Somerville | 2017-06-30 | -1/+1 |
| | | | | | Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server. | |||
* | Run each test file in a transaction. | Matthew Somerville | 2017-06-20 | -1/+1 |
| | | | | This means that the tests can be run in parallel. | |||
* | [Travis] Stop requiring 'sudo' mode. | Matthew Somerville | 2017-05-25 | -4/+9 |
| | | | | The tests do not need English or Welsh installed any more. | |||
* | Remove need for sv_SE in tests. | Matthew Somerville | 2017-05-25 | -1/+1 |
| | ||||
* | [Travis] gettext is no longer included by default. | Matthew Somerville | 2017-05-05 | -0/+2 |
| | ||||
* | [Travis] Switch notification to Freenode. | Matthew Somerville | 2017-02-20 | -1/+1 |
| | ||||
* | Version 2.0.2. | Matthew Somerville | 2017-02-03 | -0/+1 |
| | ||||
* | Remove some unused cobrands. | Matthew Somerville | 2016-04-20 | -2/+0 |
| | ||||
* | [Travis] Test multiple perl versions. | Matthew Somerville | 2016-03-23 | -1/+4 |
| | ||||
* | [Travis] Improve handling of bad module install. | Matthew Somerville | 2016-01-22 | -1/+1 |
| | | | | | Mark build broken if modules don't install, and only upload new module caches on success. | |||
* | [Travis] Add gitter.im webhook. | Matthew Somerville | 2015-07-31 | -0/+3 |
| | ||||
* | Have code fallback to Image::Size if no jhead. | Matthew Somerville | 2015-02-05 | -2/+0 |
| | | | | Don't bother installing it on Travis. | |||
* | Remove warning if Math::BigInt::GMP not installed. | Matthew Somerville | 2015-02-05 | -3/+1 |
| | ||||
* | [Travis] Only install boto when necessary. | Matthew Somerville | 2015-02-05 | -1/+1 |
| | | | | And make sure file is removed if not a tar file. | |||
* | Install Locale::gettext via cpanfile. | Matthew Somerville | 2015-02-05 | -1/+1 |
| | ||||
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -2/+2 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Rename test-wrapper to run-tests. | Matthew Somerville | 2015-01-19 | -8/+1 |
| | | | | As that's what it does; and use it in Travis. | |||
* | Tidy up of bin directory. | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | | Remove some unneeded scripts, move others to cobrand-specific directories. | |||
* | Switch carton bundling to S3. | Matthew Somerville | 2014-07-09 | -2/+5 |
| | ||||
* | Fetch/send archive of modules before/after tests. | Matthew Somerville | 2014-03-30 | -3/+7 |
| | | | | | | | Before running carton install, see if we have a stored copy of the local directory on ge.tt - if so, download and use that instead. After running the tests, if we didn't download a copy, bundle it up and upload it to ge.tt for use next time. | |||
* | Add sv_SE to Travis so test using it passes. | Matthew Somerville | 2014-03-12 | -1/+1 |
| | ||||
* | Move SOAP::WSDL requirement into UK cpanfile feature. | Matthew Somerville | 2014-02-26 | -5/+0 |
| | | | | Note how we'd like to do the same with SOAP::Lite. | |||
* | Run Travis on all branches. | Matthew Somerville | 2014-02-26 | -4/+0 |
| | ||||
* | Fix test suite to run regardless of config setup. | Matthew Somerville | 2013-10-24 | -4/+0 |
| | ||||
* | Add lots of cobrands to be tested. | Matthew Somerville | 2013-09-13 | -3/+2 |
| | ||||
* | Make changes needed to run Zurich tests on travis | Edmund von der Burg | 2013-09-10 | -1/+2 |
| | ||||
* | Fixes to module installation. | Matthew Somerville | 2013-07-26 | -1/+6 |
| | | | | | | | * Upgrade ExtUtils::MakeMaker, and remove old workaround. * DIME::Tools won't install without --force (needed by SOAP::Lite in travis). * Remove SOAP::WSDL from cpanfile, as it won't install and nothing needs it apart from Barnet (UK specific). | |||
* | See if installing libgmp-dev helps with Travis. | Matthew Somerville | 2013-06-04 | -1/+1 |
| | ||||
* | Add do-not-reply config variable, removing special case from code. | Matthew Somerville | 2013-01-02 | -1/+0 |
| | ||||
* | Add TIME_ZONE variable for local display of times. | Matthew Somerville | 2012-10-08 | -0/+4 |
| | ||||
* | Display method variables correctly. | Matthew Somerville | 2012-10-08 | -0/+5 |
| | ||||
* | Travis script. | Matthew Somerville | 2012-10-05 | -0/+33 |