aboutsummaryrefslogtreecommitdiff
path: root/migrations
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
|
* chg: [style] Format with black.Cédric Bonhomme2021-12-28
|
* fixed erros reported by flake.Cédric Bonhomme2020-04-03
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* fixed old migration scriptCédric Bonhomme2020-03-20
|
* cleaned importsCédric Bonhomme2020-03-10
|
* removed unused variableCédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* added migration scriptCédric Bonhomme2018-04-04
|
* Correct spelling mistakes.Edward Betts2018-03-31
|
* fixed migration scriptCédric Bonhomme2017-05-23
|
* Added database migration script.Cédric Bonhomme2017-05-23
|
* various improvements to the crawler (better use of coroutines, test if an ↵Cédric Bonhomme2016-11-08
| | | | article should be updated). tags are now retrieved for the k-means clustering (previously achived with the content of articles)
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
|
* Some other new update for the public profile page.Cédric Bonhomme2016-10-07
|
* Fetch feeds only if the user do not want to use its own crawler.Cédric Bonhomme2016-10-06
|
* The user can now add its twitter page.Cédric Bonhomme2016-10-06
|
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
|
* add column webpage in the user tableCédric Bonhomme2016-09-21
|
* Draft for a public user profile page.Cédric Bonhomme2016-09-20
|
* fixCédric Bonhomme2016-03-01
|
* begin integration of the new architectureCédric Bonhomme2016-03-01
|
* fix migration scriptCédric Bonhomme2016-02-18
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* problem with Alembic fixed...Cédric Bonhomme2016-02-13
|
* alembic idCédric Bonhomme2016-02-13
|
* alembic idCédric Bonhomme2016-02-13
|
* Again problems with alembic...Cédric Bonhomme2016-02-13
|
* The date of modification of articles is now used to detect changes.Cédric Bonhomme2016-02-13
|
* Updated install script.Cédric Bonhomme2016-02-08
|
* carpy tests for alembic...Cédric Bonhomme2016-02-03
|
* base modification in model for category supportFrançois Schmidts2016-01-26
|
* 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
* adding filters fieldFrançois Schmidts2015-07-02
|
* sqlite can't drop column, ignoring drop statementFrançois Schmidts2015-07-02
|
* changed the type of the column 'last_modified' to string.Cédric Bonhomme2015-03-10
|
* fixCédric Bonhomme2015-03-04
|
* new migration version scriptCédric Bonhomme2015-03-04
|
* Updated migration scriptCédric Bonhomme2015-03-04
|
* Typo.Cédric Bonhomme2015-03-04
|
* adding refresh rate to the profile formFrançois Schmidts2015-03-04
|
* Merge remote-tracking branch 'origin/master' into evol/apiFrançois Schmidts2015-03-03
|\ | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
| * Removed the functionality for the email notifications of new articles. No ↵Cédric Bonhomme2015-02-25
| | | | | | | | real added value.
* | new crawler with cache control and error handlingFrançois Schmidts2015-03-03
| |
* | continuing refactoFrançois Schmidts2015-03-03
| |
bgstack15