aboutsummaryrefslogtreecommitdiff
path: root/linaroroadmap
AgeCommit message (Collapse)Author
2014-02-21Fix UnicodeDecodeError.Milo Casagrande
Change-Id: I73201f6e923ef4e0944c0b7f1d3d9a7c4dbbfb0a
2014-02-21Fix log file encoding.Milo Casagrande
* Add utf8 file encoding for logger. Change-Id: Ie2a4c2380451146eb28dafa59ac453befe1ac2b8
2014-02-18Added filtering of invalid resolutionsMilosz Wasilewski
Cards that are closed and have resolution set to one of the JIRA_INVALID_RESOLUTIONS are removed from generated roadmap Change-Id: I0fd18a83cf2d08bf429518f68ac10d0213f46db3 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-13Added support for 'upstream development' statusMilosz Wasilewski
Upstream development is presented as a bar starting on the date when the card in Jira entered 'upstream development' state. The date is taken from the card history. End date is set to either fix version or the end of the timeline. Some minor changes: * legend updated in the roadmap and timeline templates * legend moved to separate template file * styles fixed to remove redundancy Change-Id: I8cf4be999ca393fc91b0b15132c327f6985c6196 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-12Fixed typo, time zone, default path.Milo Casagrande
Change-Id: I600d18ff2727028fc57d8c928834172cffe01626
2014-02-10Fixed settings problem.Milo Casagrande
Change-Id: Ida417c59f09b1ebefed952b673ae0f20bbe0198e
2014-02-10Fixed configuration problem.Milo Casagrande
* Fixed problem with crowd rest backend and authentication. Change-Id: I087582d758d2cd30cb0d93eb7c3ff6270f9685eb
2014-02-07Fixed loggers setting.Milo Casagrande
Change-Id: I1d82fbb66fd56005b95a005d874dc2afe9ac12cd
2014-01-27Added redirect URL after login when 'next' is missingMilosz Wasilewski
Change-Id: Iccd3c3b2ca867ba7eed029fb15d376c8846de5da Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-01-22Made variables to None.Milo Casagrande
Change-Id: I2d04a4fe8a88e8465bf74796f464fde7a731eed0
2014-01-21Added logging facility, reworked scripts.Milo Casagrande
* Added more clean logging facility for scripts. * Logger can be used in other parts as well. * Cleaned up unused import, and PEP8 fixes. * Fixed settings and local_settings template. Change-Id: I6e3ba612be9f5bb5bcc9542f33575e22bf2aeb8d
2014-01-20Fixed problem with secret key.Milo Casagrande
Change-Id: I334226bf6a713c2f4a24e0bdbdc38a8294ae1272
2014-01-17Reworked settings.py file, added missing prod files.Milo Casagrande
* Cleaned up the settings.py file, removed the secret key. * Added template for local_settings.py file. * Updated gitignore file. * Added WSGI file and scripts for cron job. Change-Id: I0f48da4f7569929197db9005544491ead59c9c5b Reviewed-on: https://review.linaro.org/952 Reviewed-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-11-08fixed end date in roadmap template; removed reversion middlewareMilosz Wasilewski
Change-Id: Ib65f76be84635a7d7a06ed40fe7d3f6e1e6bf430 Reviewed-on: https://staging.review.linaro.org/433 Reviewed-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-10-15switched to different crowd backendMilosz Wasilewski
Change-Id: Ifc0a05e0674c1e484ff2ceece61d4417b5716c91 Reviewed-on: https://staging.review.linaro.org/151 Reviewed-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2013-10-02added allowed hosts to disable debugMilosz Wasilewski
Change-Id: Ib10449d0be8c804ab9aefbced5c5917955169b56
2013-09-30added support for request in template contextMilosz Wasilewski
Change-Id: I05eaf1df4804b13417b7a27269afdc1df730bcc1
2013-09-27* added alert when leaving the page (WARNING! doesn't work for time line items)Milosz Wasilewski
* changed the way burndown is calculated * pulling the blueprints that are connected through greenhopper * added links to chart bars * added status view - shows cards from all components Change-Id: I9fa1b9f271ac276cd0ade6a6c3bc32ad5e4641eb
2013-09-22* removed top slider from roadmap/index.html and roadmap/status.html templatesMilosz Wasilewski
* set the default interval to >>from last Connect to next Connect<< * fix typo in urls.py Change-Id: Ife18fe8f7ec22263a4c8457a10f33a0e3211c9ad
2013-09-20More PEP8 fixes.Milo Casagrande
Change-Id: I5e5e6856082eb35dbf96cd88591f664347640262
2013-09-14fixed bug with incorrect names of burndown series and incorrect order on the ↵Milosz Wasilewski
chart
2013-09-13added south, fixed 2nd level statusMilosz Wasilewski
2013-09-09changed the direction of jira issue crawling and added support for multiple ↵Milosz Wasilewski
projects
2013-09-09initial version of roadmapMilosz Wasilewski