Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 2 | -3/+3 |
| | |||||
* | Import: we now skip messages when user is null | Nicolas LÅ“uillet | 2017-02-20 | 2 | -2/+4 |
| | |||||
* | Add entry.saved event to import & rest | Jeremy Benoist | 2016-11-02 | 2 | -6/+60 |
| | |||||
* | Fix test | Jeremy Benoist | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 1 | -5/+5 |
| | |||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 1 | -0/+1 |
| | | | | 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 | 2 | -5/+229 |
| | | | | | | | | - 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 | 1 | -0/+225 |
Also update Symfony deps |