aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Expand)AuthorAge
* Typo.Cédric Bonhomme2015-03-04
* Updated the name of the command to invoke the crawler based on asyncio. Updat...Cédric Bonhomme2015-03-04
* Test with the old crawler (temporary during the transition).Cédric Bonhomme2015-03-04
* The feed abject should be loaded when 'feed_id' is not None.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
|\
| * Typo.Cédric Bonhomme2015-03-02
| * Removed the functionality for the email notifications of new articles. No rea...Cédric Bonhomme2015-02-25
* | last fixesFrançois Schmidts2015-03-03
* | fixing the multi apiFrançois Schmidts2015-03-03
* | adding some docstringFrançois Schmidts2015-03-03
* | cleaning feed on okay download resulting in 304François Schmidts2015-03-03
* | displaying feed errors in uiFrançois Schmidts2015-03-03
* | multi crawler updateFrançois Schmidts2015-03-03
* | fixing multi getFrançois Schmidts2015-03-03
* | splitting modelsFrançois Schmidts2015-03-03
* | fixing/restoring logging levelFrançois Schmidts2015-03-03
* | new crawler with cache control and error handlingFrançois Schmidts2015-03-03
* | continuing refactoFrançois Schmidts2015-03-03
* | first implementation of fetchable feedsFranç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
* | splitting and refactoring the Restful api partFrançois Schmidts2015-03-03
* | global esthetics tweakFrançois Schmidts2015-03-03
|/
* unused import.Cédric Bonhomme2015-02-22
* Indexation is now restored.Cédric Bonhomme2015-02-22
* bug fix...Cédric Bonhomme2015-02-22
* Prevents BeautifulSoup4 from adding extra <html><body> tags to the soup with ...Cédric Bonhomme2015-02-22
* Fix layout template.Cédric Bonhomme2015-02-22
* Updated the link to the documentation.Cédric Bonhomme2015-02-21
* This test will be used for some weeks in order to avoid duplicates with the n...Cédric Bonhomme2015-02-19
* It is now unseless to test the value of article.date at this point.Cédric Bonhomme2015-02-19
* Alembic is magic!Cédric Bonhomme2015-02-18
* Minor changes in the crawler (test of asyncio.async).Cédric Bonhomme2015-02-12
* Time to sleep.Cédric Bonhomme2015-02-11
* Some minor improvements concerning the parsing of the article publication date.Cédric Bonhomme2015-02-11
* In the case it is not possible to resolve the URL of an article we just ignor...Cédric Bonhomme2015-02-11
* Oh my god.Cédric Bonhomme2015-02-11
* Fixed an other bug in the new crawler...Cédric Bonhomme2015-02-11
* testCédric Bonhomme2015-02-09
* bug when the list of feeds to fetch is emptyCédric Bonhomme2015-02-09
* Misc changes to the layout template.Cédric Bonhomme2015-02-08
* Fixed a bug when exporting articles to HTML with Python 3.3.Cédric Bonhomme2015-02-08
* Misc improvements for the crawler. A semaphore is used to limit the number of...Cédric Bonhomme2015-02-08
* Fetch all feeds of the list (not only the first 20 feeds).Cédric Bonhomme2015-02-04
* Get the feeds with aiohttp.Cédric Bonhomme2015-02-04
* Test if we effectively have retrieved some articles.Cédric Bonhomme2015-01-21
* clean_url is now working with Python3Cédric Bonhomme2015-01-21
* Set the version of Python used by the crawler in the configuration file.Cédric Bonhomme2015-01-21
* Misc fixes to the crawler.Cédric Bonhomme2015-01-21
bgstack15