aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-26Roadmap: replaced hardcoded 01.01.2015 with calculated valueHEADmasterMilosz Wasilewski
The end of ongoing open cards is now calculated and equal to end of the timeline. Change-Id: I5275a7097b8e3d87ae6c7102dfd4ef376d566c3d Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-05-20Increase jira sync frequency.Milo Casagrande
Change-Id: Idbd963a115b59f1c937f7e0d32266db500e62354
2014-04-01views.py: fixed roadmap start/end datesMilosz Wasilewski
If there are no valid cards in the roadmap missing start/end dates don't cause Internal Server Error any more. Change-Id: I0aea582f83e3913893df186afa2b327e97a4904b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-03-19Normalized Apache website configuration.Milo Casagrande
Change-Id: Id0b0561a1620893b3d52df0de3f59e27f675ce02
2014-03-19Update install steps.Milo Casagrande
* virtualenvwrapper requires pip>=1.4, but Ubuntu 12.04 only installs pip==1.0. Change-Id: I9b5754272e51ecc612a5683bc4ecd57b3bcb534a
2014-02-21Add new Jira status.Milo Casagrande
Change-Id: Ib7a0e783cf257e5efe093fe9eec6e0fabfaec2d4
2014-02-21Fix UnicodeDecodeError.Milo Casagrande
Change-Id: I73201f6e923ef4e0944c0b7f1d3d9a7c4dbbfb0a
2014-02-21Use encode instead of a lambda function.Milo Casagrande
Change-Id: I5ea5dcf407fc35fb58f30eb3dff42e2ac5904127
2014-02-21Fix indentation problems.Milo Casagrande
Change-Id: I87e72e2ba337bae46ec4a879d6178070546b9ead
2014-02-21Fix log file encoding.Milo Casagrande
* Add utf8 file encoding for logger. Change-Id: Ie2a4c2380451146eb28dafa59ac453befe1ac2b8
2014-02-21Fixed ansible playbook and hosts.Milo Casagrande
Change-Id: Ie182641ddc99051bc43e13bc6194531bf1f33d95
2014-02-20New icons for upstreaming and closing-outMilosz Wasilewski
New icons were added to represent upstream development and closing review. Minor bug fixed in logging (removing non-ascii characters from the log). CSS fixed to replace engineering with development for consistency. Change-Id: Ib0b67067be08d582a460adc971d5c57399b98fbe Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-19Merge branch 'master' of ssh://git.linaro.org/infrastructure/roadmapMilo Casagrande
2014-02-19Updated ansible local_settings template.Milo Casagrande
* Added new list of Jira values. Change-Id: Ic7a47c24a88d310fbb57d89171df1ed76543723c
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-17Try not to update existing user from Crowd.Milo Casagrande
Change-Id: I14a2b26bee393dbd05da44cd52e69b542ccc2ef7
2014-02-14Small change to Apache conf.Milo Casagrande
Change-Id: If2268da077f069f0e26947dedc2224c5b5fffa9f
2014-02-13Updated cronjob.Milo Casagrande
Change-Id: I7dfdd1a92ad4827826c0baf054391ac1be670ede
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 Apache conf and permission.Milo Casagrande
Change-Id: I6dc0de950ebf5998d1f6995c1e55aea6bc80775b
2014-02-12Fixed typo, time zone, default path.Milo Casagrande
Change-Id: I600d18ff2727028fc57d8c928834172cffe01626
2014-02-11Updated ansible README.Milo Casagrande
* Added instructions on how to perform an update of the code on the server. Change-Id: I2ba9fe35c231bfbc65d1015381d9b4a0435ce829
2014-02-11Added new update playbook to update the code remotely.Milo Casagrande
Change-Id: I16e1be6a3f0d041b732e078d1b406e550d652742
2014-02-11Added new variable for git update.Milo Casagrande
Change-Id: Ic20626331410ff9932b3cd0e9dbd2303b43a41ba
2014-02-11Fixed cronjob task.Milo Casagrande
Change-Id: I52f246998d31978f7a36a64ea0c939fa065e0d7d
2014-02-11Reworked the common handlers.Milo Casagrande
Change-Id: I721587364412830ea34d9e0ab1fc46f983db9a7d
2014-02-10Modified time line styles to match new roadmap coloursMilosz Wasilewski
New jira states are now reflected in the generated roadmaps. Stripes are made using CSS only. They work in chrome and firefox. Change-Id: Id37a77f66918c1bf5f23ae8483fb4e6c56a747e6 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2014-02-10Fixed problem with cronjob execution.Milo Casagrande
Change-Id: I8df92bf6ae3877da382c696b488df23cda850b65
2014-02-10Added STS header in Apache conf.Milo Casagrande
Change-Id: I39cc49919b56c564fd6092af1bd6afeacde4c572
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-07Updated ansible README.Milo Casagrande
Change-Id: I3a80d9e7ab297fb90de8e3d15ea741c8e56e0617
2014-02-07Fixed secrets file.Milo Casagrande
Change-Id: Ib9b4217f5d8c9c59be3d6b71a26e8b8a5bd7f899
2014-02-07Variuos fixes and updates.Milo Casagrande
Change-Id: I75c78b462be132f55961df45720c726eb2689a31
2014-02-07Update ansible common task.Milo Casagrande
* Manage via ansible Apache httpd.conf and ports.conf files. Change-Id: If231d4abff12e0a8263a632e7e69189e9b7fc753
2014-02-07Updated Apache website configurations.Milo Casagrande
Change-Id: I9edee09fdd61b854e5937fce95c626ca590bbb5f
2014-02-07Updated hosts file with new variable.Milo Casagrande
Change-Id: I076e5f3707dbd9ff261f3c8fb7f17874fadb359a
2014-02-07Updated gitignore, renamed secrets file.Milo Casagrande
Change-Id: I763a9860efe9bec260193b1d07c7ce4129e06f8b
2014-02-07Added secrets file to the ignore list.Milo Casagrande
* If new secret variables need to be added, it has to be force so that we do not commit real secrets. Change-Id: I2ee427554d22baedba76f988e5cb8c43dbfce70e
2014-02-07Fixed loggers setting.Milo Casagrande
Change-Id: I1d82fbb66fd56005b95a005d874dc2afe9ac12cd
2014-02-07Fixed ansible tasks.Milo Casagrande
Change-Id: If70e1cca87501e91089dcd8d822f124f9c9624f8
2014-02-06Added more ignored files.Milo Casagrande
Change-Id: I8f306feae641da4f349abb98770bea3d03cfb0d9
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-27pull master from repoMilosz Wasilewski
Change-Id: If264f868db46bfa16be7c75a345c96c116504da2
2014-01-27Fixed bug 1272432.Milo Casagrande
Change-Id: I30a8eaa5ab14b14b02e438132cdcde10bcdbf200
2014-01-24Added roadmap_index view and matching URL.Milo Casagrande
Change-Id: Id5a89b132fcedd97f4ac8184d22ff43c7d6b28f5
2014-01-24Added ansible configuration to deploy roadmap.Milo Casagrande
Change-Id: Id9c00f87faa17fa18b4c76e2dd005c3baf31cebf
2014-01-22Use correct git URL.Milo Casagrande
Change-Id: I263068ec0ddce681af643ab4a0703cbf7cea1509
2014-01-22Made variables to None.Milo Casagrande
Change-Id: I2d04a4fe8a88e8465bf74796f464fde7a731eed0
2014-01-22Fixed django-crowd path in requirements.Milo Casagrande
Change-Id: I9a6f3539dcb9ec4c6cbbcb8a89ebda9bce707a2a