Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix. | Cédric Bonhomme | 2015-03-08 |
| | |||
* | Moved duplicate() function in utils.py. Some minor cosmethic changes. | Cédric Bonhomme | 2015-03-08 |
| | |||
* | Merge remote-tracking branch 'origin/master' into evol/api | François Schmidts | 2015-03-03 |
|\ | | | | | | | | | | | | | | | Conflicts: bootstrap.py pyaggr3g470r/models.py pyaggr3g470r/notifications.py pyaggr3g470r/rest.py | ||
| * | This is now useless. | Cédric Bonhomme | 2015-03-01 |
| | | |||
* | | fixing db_create script, migrating it to the manager | François Schmidts | 2015-03-03 |
| | | |||
* | | fixing/restoring logging level | François Schmidts | 2015-03-03 |
| | | |||
* | | new crawler with cache control and error handling | François Schmidts | 2015-03-03 |
| | | |||
* | | continuing refacto | François Schmidts | 2015-03-03 |
| | | |||
* | | a first big refacto of the existing arch | François Schmidts | 2015-03-03 |
|/ | |||
* | Fixed a problem when running in standalone mode. | Cédric Bonhomme | 2014-06-09 |
| | |||
* | making pyagregator runnable by apache | François Schmidts | 2014-06-09 |
* adding bootstrap module for basic import * redoing logging (config, proper use of the logging module) * making secret part of config (random wouldn't work with apache since it uses different instances of python) * making server entry point not executing application if just imported * not writing file for opml when we can read it from memory |