Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid breaking import when fetching fail | Jeremy Benoist | 2016-08-20 | 3 | -0/+91 |
| | | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty. | ||||
* | Change the way to login user in tests | Jeremy Benoist | 2016-06-24 | 2 | -7/+50 |
| | | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport | ||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 15 | -0/+1571 |