]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added given_url in entry table
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Mon, 10 Jul 2017 19:32:25 +0000 (21:32 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 29 May 2019 11:50:59 +0000 (13:50 +0200)
commitb7fa51ae7dd5fef2d9459100c88479413ddd3fb3
tree0395f1ada65ba54578ab13b8c2398592b65bd6a1
parente9579d6de9ea99522e5905e8bb827e858c8da1fc
Added given_url in entry table

- Added index on entry table for given_url field
- Fix tests:

    The previous `bit.ly` url redirected to doc.wallabag but that url doesn't exist in the fixtures.
    I used our own internal "redirector" to create a redirect to an url which exist in the fixtures.

Also, updating current migration to use the new `WallabagMigration`.
app/DoctrineMigrations/Version20170710125843.php [new file with mode: 0644]
app/DoctrineMigrations/Version20171218135243.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php