aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
Commit message (Collapse)AuthorAge
...
* | misc updateFrançois Schmidts2015-04-06
| | | | | | | | | | | | updating the way we maintain feed up to date in the database fixing the counter bumping the minimum error count
* | implementing cache construction on crawler side (limiting useless pushes)François Schmidts2015-03-10
| |
* | failover for bad counter manipulationFrançois Schmidts2015-03-10
| |
* | better crawling crontrolFrançois Schmidts2015-03-06
| |
* | correcting wait counter and reactivating last_retrievedFrançois Schmidts2015-03-05
|/
* set again to 5...Cédric Bonhomme2015-03-05
|
* set default limit to 100.Cédric Bonhomme2015-03-05
|
* Fix the authenticate decorator.Cédric Bonhomme2015-03-05
|
* Provides to the user a way to set the error count of a feed to 0 by enabling ↵Cédric Bonhomme2015-03-05
| | | | it again.
* The side menu of the main page now displays all the feeds.Cédric Bonhomme2015-03-05
|
* Disable the feed when more than 2 erros (test).Cédric Bonhomme2015-03-05
|
* TypoCédric Bonhomme2015-03-05
|
* ...Cédric Bonhomme2015-03-05
|
* Typo.Cédric Bonhomme2015-03-05
|
* Minor update to the 'feed' template.Cédric Bonhomme2015-03-05
|
* Take advantage of some new fields of the Feed objects.Cédric Bonhomme2015-03-05
|
* Misplaced point.Cédric Bonhomme2015-03-04
|
* Typo.Cédric Bonhomme2015-03-04
|
* 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
|
* 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
|\ | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py
| * Typo.Cédric Bonhomme2015-03-02
| |
| * Removed the functionality for the email notifications of new articles. No ↵Cédric Bonhomme2015-02-25
| | | | | | | | real added value.
* | 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
| | | | | | | | | | | | * adding action in the manager * removing debug code and adapting logging level * adding a wait method so it can be ran through cli
* | 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
| | | | the lxml parser.
* 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 ↵Cédric Bonhomme2015-02-19
| | | | new article id (entry_id).
* 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
|
bgstack15