aboutsummaryrefslogtreecommitdiff
path: root/linaroroadmap
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-02-13 14:02:58 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-02-13 15:39:45 +0000
commite14ec15544f36a412be1ee527b35a46875a6b394 (patch)
tree77364677a2c1ee5aca41f5ed0476078460f20950 /linaroroadmap
parentbe209ddf7e03e21a399cb595ddf50a67083345a0 (diff)
Added support for 'upstream development' status
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>
Diffstat (limited to 'linaroroadmap')
-rw-r--r--linaroroadmap/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaroroadmap/settings.py b/linaroroadmap/settings.py
index 113fa26..4d13ccb 100644
--- a/linaroroadmap/settings.py
+++ b/linaroroadmap/settings.py
@@ -230,6 +230,8 @@ LOGGING = {
}
}
+UPSTREAM_DEVELOPMENT = "Upstream Development"
+
try:
from local_settings import *
except ImportError: