Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce imported entries | Jeremy Benoist | 2017-05-31 | 1 | -0/+1 |
| | | | | Down from 2.2 minutes to 1.39 minutes | ||||
* | Allow other fields to be send using API | Jeremy Benoist | 2017-05-31 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | Entry API can now have these new fields: - content - language - preview_picture - published_at Re-use the ContentProxy to be able to do the same using the web UI (in the future). htmLawed is used to clean stuff from content, I hope it’ll be enough to avoid security breach. Lower content validation when we want to update an entry with content already defined. Before, language & content_type were required. If there weren’t provided, we re-fetched the content using graby. I think these fields aren’t required for an entry to be created. So I removed them. Which means some import from the v1 export won’t be re-fetched since they provide content, url & title. Also, remove liberation link from Readability import to avoid overlaping import (from wallabag v1, which had the same link) | ||||
* | CS & improve tags assertions | Jeremy Benoist | 2017-05-31 | 4 | -12/+29 |
| | |||||
* | Add support for tag in Instapaper import | Jeremy Benoist | 2017-05-31 | 1 | -3/+17 |
| | |||||
* | Add tests | Jeremy Benoist | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | Fix SO tests | Jeremy Benoist | 2017-05-24 | 1 | -4/+4 |
| | | | | SO switched to http yesterday | ||||
* | Added notmatches operator for tagging rule | Nicolas Lœuillet | 2017-04-20 | 7 | -8/+8 |
| | |||||
* | Fix WallabagV1Controller test | Jerome Charaoui | 2016-12-03 | 1 | -4/+4 |
| | | | | Account for URL redirection in refreshed entry. | ||||
* | Fix tests | Jeremy Benoist | 2016-11-17 | 1 | -5/+5 |
| | |||||
* | Put log in the most common failure tests | Jeremy Benoist | 2016-11-17 | 7 | -26/+26 |
| | | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis | ||||
* | Fix tests | Jeremy Benoist | 2016-11-06 | 2 | -2/+2 |
| | |||||
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 1 | -0/+197 |
| | |||||
* | Avoid error when Redis isn't here in tests | Jeremy Benoist | 2016-10-10 | 2 | -0/+2 |
| | |||||
* | Add controller test for Instapaper | Jeremy Benoist | 2016-09-27 | 1 | -0/+196 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 1 | -1/+1 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | Added tags for Firefox import | Nicolas Lœuillet | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Update Firefox file | Jeremy Benoist | 2016-09-25 | 1 | -2/+2 |
| | | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so). | ||||
* | Fix bad date format in Browser import | Jeremy Benoist | 2016-09-25 | 2 | -0/+8 |
| | |||||
* | fix tests | Thomas Citharel | 2016-09-25 | 1 | -1/+0 |
| | |||||
* | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 4 | -35/+213 |
| | |||||
* | Added tests for Chrome bookmarks import | Nicolas Lœuillet | 2016-09-25 | 1 | -2/+39 |
| | |||||
* | Indentation and renamed fixtures file | Nicolas Lœuillet | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Add Chrome path for Mac OS | Nicolas Lœuillet | 2016-09-25 | 1 | -1/+1 |
| | |||||
* | Import Firefox & Chrome bookmarks into wallabag | Thomas Citharel | 2016-09-25 | 1 | -0/+94 |
| | |||||
* | Avoid failing test for user who didn’t install Redis | Jeremy Benoist | 2016-09-24 | 4 | -0/+4 |
| | |||||
* | Add more “real” tests | Jeremy Benoist | 2016-09-13 | 3 | -30/+87 |
| | |||||
* | Fix tests | Jeremy Benoist | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 3 | -0/+51 |
| | | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests) | ||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 4 | -8/+71 |
| | | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` - | ||||
* | Add test for RabbitMQ | Jeremy Benoist | 2016-09-11 | 4 | -0/+63 |
| | | | | Also update Symfony deps | ||||
* | Add ability to define created_at for all import | Jeremy Benoist | 2016-09-11 | 3 | -0/+15 |
| | | | | | | At the moment only Readability & wallabag v2 import allow created_at import. Pocket removed `time_added` field from their API v2 to v3... And wallabag v1 doesn't export that value. | ||||
* | Add tests on ReadabilityImport | Jeremy Benoist | 2016-09-01 | 1 | -0/+122 |
| | |||||
* | Fix import count tests | Jeremy Benoist | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Change the way to login user in tests | Jeremy Benoist | 2016-06-24 | 1 | -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 | 4 | -0/+318 |