aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle
Commit message (Collapse)AuthorAgeFilesLines
...
* Change flash message for queued articlesJeremy Benoist2016-09-134-19/+19
|
* Fix testsJeremy Benoist2016-09-111-3/+3
|
* Add tests on ImportCommandJeremy Benoist2016-09-111-0/+86
|
* Add more testsJeremy Benoist2016-09-115-0/+126
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis on TravisJeremy Benoist2016-09-112-18/+169
| | | | | Add generated files from `composer up` Add more articles for Readability tests
* Enable Redis async importJeremy Benoist2016-09-1110-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 PocketJeremy Benoist2016-09-111-0/+27
|
* Add test for RabbitMQJeremy Benoist2016-09-119-0/+485
| | | | Also update Symfony deps
* Add ability to define created_at for all importJeremy Benoist2016-09-113-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 PocketJeremy Benoist2016-09-111-9/+1
| | | | | 5000 by 5000. Also, retrieve newest item first.
* Send every imported item to the queueJeremy Benoist2016-09-111-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 CraueConfigurationNicolas LÅ“uillet2016-09-111-1/+0
|
* 1st draft for rabbitMQNicolas LÅ“uillet2016-09-111-2/+9
|
* Export dates from entriesJeremy Benoist2016-09-082-0/+52
|
* Add tests on ReadabilityImportJeremy Benoist2016-09-013-0/+297
|
* Fix import count testsJeremy Benoist2016-09-011-1/+1
|
* Add Readability importJeremy Benoist2016-09-011-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 failJeremy Benoist2016-08-203-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 testsJeremy Benoist2016-06-242-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.1Jeremy Benoist2016-06-2215-0/+1571