Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Jeremy Benoist | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -1/+238 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | Merge pull request #2192 from wallabag/import-browser-bookmarks | Jeremy Benoist | 2016-09-26 | 9 | -3/+883 |
|\ | | | | | Import Firefox & Chrome bookmarks into wallabag | ||||
| * | Added tags for Firefox import | Nicolas Lœuillet | 2016-09-26 | 2 | -1/+2 |
| | | |||||
| * | Update Firefox file | Jeremy Benoist | 2016-09-25 | 3 | -66/+67 |
| | | | | | | | | | | 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 | 3 | -28/+27 |
| | | |||||
| * | bring chrome and firefox as separate imports | Thomas Citharel | 2016-09-25 | 6 | -35/+679 |
| | | |||||
| * | Added tests for Chrome bookmarks import | Nicolas Lœuillet | 2016-09-25 | 4 | -3/+75 |
| | | |||||
| * | Indentation and renamed fixtures file | Nicolas Lœuillet | 2016-09-25 | 2 | -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 | 2 | -0/+155 |
| | | |||||
* | | Use scheduled entity insertions to avoid tag duplicate | Jeremy Benoist | 2016-09-25 | 3 | -0/+42 |
|/ | | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import. | ||||
* | Avoid failing test for user who didn’t install Redis | Jeremy Benoist | 2016-09-24 | 4 | -0/+4 |
| | |||||
* | Avoid losing entry when fetching fail | Jeremy Benoist | 2016-09-17 | 2 | -2/+4 |
| | | | | Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content. | ||||
* | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 1 | -11/+7 |
| | |||||
* | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 1 | -5/+5 |
| | |||||
* | Add more “real” tests | Jeremy Benoist | 2016-09-13 | 3 | -30/+87 |
| | |||||
* | Change flash message for queued articles | Jeremy Benoist | 2016-09-13 | 4 | -19/+19 |
| | |||||
* | Fix tests | Jeremy Benoist | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | Add tests on ImportCommand | Jeremy Benoist | 2016-09-11 | 1 | -0/+86 |
| | |||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 5 | -0/+126 |
| | | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests) | ||||
* | Enable Redis on Travis | Jeremy Benoist | 2016-09-11 | 2 | -18/+169 |
| | | | | | Add generated files from `composer up` Add more articles for Readability tests | ||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 10 | -17/+513 |
| | | | | | | | | - 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` - | ||||
* | Retrieve created date from Pocket | Jeremy Benoist | 2016-09-11 | 1 | -0/+27 |
| | |||||
* | Add test for RabbitMQ | Jeremy Benoist | 2016-09-11 | 9 | -0/+485 |
| | | | | 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. | ||||
* | Retrieve all items from Pocket | Jeremy Benoist | 2016-09-11 | 1 | -9/+1 |
| | | | | | 5000 by 5000. Also, retrieve newest item first. | ||||
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 1 | -25/+3 |
| | | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it. | ||||
* | Replace RabbitMQ injection with CraueConfiguration | Nicolas Lœuillet | 2016-09-11 | 1 | -1/+0 |
| | |||||
* | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 1 | -2/+9 |
| | |||||
* | Export dates from entries | Jeremy Benoist | 2016-09-08 | 2 | -0/+52 |
| | |||||
* | Add tests on ReadabilityImport | Jeremy Benoist | 2016-09-01 | 3 | -0/+297 |
| | |||||
* | Fix import count tests | Jeremy Benoist | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Add Readability import | Jeremy Benoist | 2016-09-01 | 1 | -0/+25 |
| | | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016) | ||||
* | 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 |