Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add nightly | Jérémy Benoist | 2019-07-26 | 1 | -0/+2 |
| | |||||
* | Test on PHP 7.4 instead of PHP 8.0 on Travis | Jérémy Benoist | 2019-07-26 | 1 | -2/+2 |
| | | | PHP 7.4 will be available before the 8.0 | ||||
* | Remove PHPUnit lock | Jeremy Benoist | 2019-07-08 | 1 | -1/+1 |
| | | | | | | It should now be PHPUnit 7.4. Update PHPStan configuration accordingly. Also, enable `inferPrivatePropertyTypeFromConstructor` for better phpDoc support in constructors. | ||||
* | Fix Travis build on Xenial dist | Jeremy Benoist | 2019-06-12 | 1 | -0/+2 |
| | |||||
* | Setup Imagick for Travis | Jeremy Benoist | 2019-05-10 | 1 | -0/+4 |
| | | | | To avoid error from phpstan about class not found | ||||
* | Revert PG on Travis about drop/create the database | Jeremy Benoist | 2019-01-23 | 1 | -3/+1 |
| | |||||
* | Fix PG & Travis drop/create database | Jeremy Benoist | 2019-01-23 | 1 | -4/+6 |
| | |||||
* | Avoid creating PG database on Travis | Jeremy Benoist | 2019-01-22 | 1 | -2/+0 |
| | | | | And Travis build on PHP 7.3 should not fail. | ||||
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -0/+2 |
| | | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly) | ||||
* | Force PHPUnit | Jeremy Benoist | 2018-11-28 | 1 | -7/+3 |
| | | | | | Looks like "dama/doctrine-test-bundle" isn't compatible with PHPUnit 5.7 (required automatically by PHPUnit Bridge) | ||||
* | Cleanup | Jeremy Benoist | 2018-11-28 | 1 | -14/+2 |
| | |||||
* | Create a custom swap to avoid error | Jeremy Benoist | 2018-11-23 | 1 | -9/+17 |
| | |||||
* | Use new Travis infra | Jeremy Benoist | 2018-11-23 | 1 | -9/+6 |
| | |||||
* | PHP 7.2 shouldn't fail | Jérémy Benoist | 2018-09-06 | 1 | -1/+0 |
| | |||||
* | Fix travis fold | adev | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Fold travis make prepare | adev | 2017-11-21 | 1 | -0/+2 |
| | |||||
* | Add an initial migration | adev | 2017-11-21 | 1 | -4/+0 |
| | |||||
* | Replace ant with Makefile | Kevin Decherf | 2017-11-19 | 1 | -1/+1 |
| | | | | | | Fixes #1735 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Testing on PHP 7.2 | Jérémy Benoist | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Fix tests | Jeremy Benoist | 2017-07-03 | 1 | -1/+1 |
| | |||||
* | Fold migrations & fixtures command on Travis | Jeremy Benoist | 2017-05-19 | 1 | -0/+9 |
| | |||||
* | Cache yarn cache in Travis | Jeremy Benoist | 2017-05-09 | 1 | -0/+1 |
| | |||||
* | Use npm script instead of direct webpack call | Thomas Citharel | 2017-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | fix travis | Thomas Citharel | 2017-05-04 | 1 | -4/+3 |
| | |||||
* | Adds Webpack support and removes the use for Grunt | Thomas Citharel | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes | ||||
* | Merge pull request #2861 from wallabag/2.3-droping-5.5 | Jérémy Benoist | 2017-03-28 | 1 | -1/+0 |
|\ | | | | | Dropping PHP 5.5 | ||||
| * | Dropping PHP 5.5 | Jeremy Benoist | 2017-02-11 | 1 | -1/+0 |
| | | |||||
* | | Use wallabag/tcpdf | Jeremy Benoist | 2017-02-24 | 1 | -1/+0 |
|/ | | | | It should restore the PHP 7.1 compatibility | ||||
* | Use simple-phpunit instead of phpunit | Jeremy Benoist | 2016-12-13 | 1 | -2/+1 |
| | | | | | To avoid problem with the Yaml constant http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications | ||||
* | Fix Travis | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Validate ALL translations files | Jeremy Benoist | 2016-10-20 | 1 | -0/+2 |
| | |||||
* | try to reduce assets build npm connection failing by updating nodejs | Thomas Citharel | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2353 from wallabag/assets-fix | Thomas Citharel | 2016-10-04 | 1 | -4/+4 |
|\ | | | | | Basically, fix everything | ||||
| * | Add eslint & stylelint tests (fix a few things) and move dependencies to dev | Thomas Citharel | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Update doc | Jeremy Benoist | 2016-10-04 | 1 | -4/+2 |
| | | | | | | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis) | ||||
| * | Fix font & Travis | Jeremy Benoist | 2016-10-04 | 1 | -1/+2 |
| | | | | | | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user) | ||||
| * | Update .travis.yml | Jeremy Benoist | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Fix grunt path | Thomas Citharel | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | remove install scripts and tweak travis | Thomas Citharel | 2016-10-03 | 1 | -2/+3 |
| | | |||||
* | | 👋 HHVM | Jeremy Benoist | 2016-10-04 | 1 | -20/+0 |
|/ | |||||
* | Use install_dev.sh for Travis | Jeremy Benoist | 2016-10-03 | 1 | -2/+2 |
| | | | | Add `--no-dev` to `composer install` for prod env | ||||
* | Enable Redis on Travis | Jeremy Benoist | 2016-09-11 | 1 | -0/+1 |
| | | | | | Add generated files from `composer up` Add more articles for Readability tests | ||||
* | Add RabbitMQ service for Travis CI | Nicolas Lœuillet | 2016-09-11 | 1 | -0/+3 |
| | |||||
* | Check if asset is enable instead of opposite | Jeremy Benoist | 2016-09-09 | 1 | -9/+9 |
| | | | | | | Instead of defining ASSETS all the time, just define it when we want to use it Might give us more clearer build | ||||
* | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-28 | 1 | -0/+1 |
|\ | |||||
| * | Allow failure for PHP 7.1 | Jeremy Benoist | 2016-08-24 | 1 | -0/+1 |
| | | | | | | Got tired of `EE/home/travis/build.sh: line 45: 4445 Segmentation fault (core dumped) phpunit -v` using PHP 7.1.0beta3 | ||||
* | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-22 | 1 | -8/+27 |
|\| | |||||
| * | Run tests on an uptodate HHVM | Jeremy Benoist | 2016-08-17 | 1 | -7/+23 |
| | | | | | | | | Using some tricks from symfony/symfony | ||||
| * | Fix tests | Jeremy Benoist | 2016-08-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Ensure tests after the InstallCommand test will have a clean database. Previous attempt failed because of a foreign key Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures. And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file. | ||||
* | | Upgrade PHPUnit to version 5 | Jeremy Benoist | 2016-08-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | - Fix deprecated getMock - Use PHPUnit 4 for PHP 5.5 build Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2201 |