]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/ImportBundle/Import/AbstractImport.php
Add entry.saved event to import & rest
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 2 Nov 2016 06:10:23 +0000 (07:10 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 2 Nov 2016 06:10:23 +0000 (07:10 +0100)
commit7816eb622df2353cea0ede0a3674d5eb3a01a1a9
treeff4b67da5c88c26e2048d0665522b3e070272e03
parente0597476d1d5f6a4a7d6ea9b76966465f3d22fb8
Add entry.saved event to import & rest
17 files changed:
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/ImportBundle/Consumer/AbstractConsumer.php
src/Wallabag/ImportBundle/Import/AbstractImport.php
src/Wallabag/ImportBundle/Import/BrowserImport.php
src/Wallabag/ImportBundle/Import/PocketImport.php
src/Wallabag/ImportBundle/Resources/config/rabbit.yml
src/Wallabag/ImportBundle/Resources/config/redis.yml
src/Wallabag/ImportBundle/Resources/config/services.yml
tests/Wallabag/ImportBundle/Consumer/AMQPEntryConsumerTest.php
tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
tests/Wallabag/ImportBundle/Import/ChromeImportTest.php
tests/Wallabag/ImportBundle/Import/FirefoxImportTest.php
tests/Wallabag/ImportBundle/Import/InstapaperImportTest.php
tests/Wallabag/ImportBundle/Import/PocketImportTest.php
tests/Wallabag/ImportBundle/Import/ReadabilityImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php