aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/19bdaa6208e_add_icon_column.py
Commit message (Collapse)AuthorAge
* chg: [style] improved style. !minorCédric Bonhomme2022-03-30
|
* simplify process_filters in article_utils.pyCédric Bonhomme2022-01-02
|
* Resolved some flakes warnings.Cédric Bonhomme2022-01-02
|
* cleaned importsCédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* carpy tests for alembic...Cédric Bonhomme2016-02-03
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
|
* sqlalchemy was requesting icons everytime feed where listedFrançois Schmidts2015-08-03
| | | | so i choosed to move the icons into their own table
* the icon featureFrançois Schmidts2015-07-03
* icon of feeds is now an url retrieved from the feed or the site link * the icon is displayed in the home page making it visually easier to read * the http crawler is in charge of keeping it up to date
bgstack15