| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Giving ability to define the Client add abitliy to easliy test the import.
|
|
|
|
|
| |
Prefix ur with service namel: [service]_[route name]
Add comment in Interface
|
|
|
|
| |
- add check on userId for findOneByURL for entries
|
| |
|
| |
|
| |
|
| |
|
|
|