aboutsummaryrefslogtreecommitdiff
path: root/manager.py
Commit message (Collapse)AuthorAge
* Added Dockerfile, images: python3.8-alpine and postgres.Cédric Bonhomme2020-03-20
|
* removed unused importsCédric Bonhomme2020-03-10
|
* cleaned importsCédric Bonhomme2020-03-10
|
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
|
* Refactoring the backend.Cédric Bonhomme2020-03-09
|
* moving the root of source code from / to /src/François Schmidts2015-12-17
|
* More refactorization.Cédric Bonhomme2015-11-26
|
* fix import nameCédric Bonhomme2015-11-26
|
* Rfactorization. Just a start...Cédric Bonhomme2015-11-25
|
* adding munin probesFrançois Schmidts2015-07-31
|
* Minor fixes from a quick review. Need to test deeper.Cédric Bonhomme2015-07-06
|
* 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
|
* It is recommended to close the loop at the end of the procesus ↵Cédric Bonhomme2015-06-02
| | | | (https://groups.google.com/forum/#!topic/python-tulip/8bRLexUzeU4).
* making admin able to update all other users feedFrançois Schmidts2015-04-22
|
* Simplified manager.py.Cédric Bonhomme2015-03-06
|
* set again to 5...Cédric Bonhomme2015-03-05
|
* Updated the name of the command to invoke the crawler based on asyncio. ↵Cédric Bonhomme2015-03-04
| | | | Updated the documentation consequently.
* Test with the old crawler (temporary during the transition).Cédric Bonhomme2015-03-04
|
* last fixesFrançois Schmidts2015-03-03
|
* multi crawler updateFrançois Schmidts2015-03-03
| | | | | | * adding action in the manager * removing debug code and adapting logging level * adding a wait method so it can be ran through cli
* fixing db_create script, migrating it to the managerFrançois Schmidts2015-03-03
|
* a first big refacto of the existing archFrançois Schmidts2015-03-03
|
* adding news fields and migrations scriptsFrançois Schmidts2015-03-03
bgstack15