| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
|
| |
|
| |
|
|
|
|
| |
Also update ImportController with latest import (chrome, firefox & instapaper).
|
|
|
|
|
| |
Mostly if Redis or RabbitMQ isn’t installed / launched.
I guess it’ll avoid some issues.
|
|
|
|
| |
Instead of for EVERYONE
|
|
|
|
|
| |
- update the docker-composer to add Redis
- add migrations
|
|
|
|
|
|
|
|
|
| |
- list services in /import
- add url to import service
- ImportBundle routing are now prefixed by /import
- optimize flush in each import (flushing each 20 contents)
- improve design of each import
- add more tests
|
|
|
|
|
|
|
| |
For the moment, we won't do a queue system, just a plain synchronous import.
We also use ContentProxy to grab content for each article from Pocket.
Error from Pocket are now logged using the logger.
The ImportInterface need to be simple and not related to oAuth (not all import will use that method).
|
|
|
|
| |
PR #1443 was merged into this branch to handle all import type in the same place.
|
|
|