Age | Commit message (Collapse) | Author |
|
Even if the tasks' status is "New", "Active", "Blocked" or "Paused",
the def bsp on htmi.py increases cnt_{up,all} when
task_commit_upstream returns non-zero. However, these countings
are possible to overlook which bsp patches are still in progress.
So, this patch changes the task done counting. Also adds task's status
related upported patches counting like below:
bsp:184/upstream:160 = 87.0%
--> keep as-is.
task:57/done:43 = 75.4% (bsp:184/upstream:106 = 57.6%)
~~~~~~~ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
changed add
Suggested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
We want to count "Done" status upport patch as done
even though it doesn't have upstream patch.
This patch indicate status.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Current statistics is counting line number, but then,
result will be strange if 1 line had multi patches.
This patch counts correct BSP patch number.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
"BSP commit / upstreamed commit" is not 1:1.
This means, max will be not 100%.
This patch adds task base percent.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
If comment had http[s] links, this patch add <a> link for it.
It doesn't work correctly somehow if <a target="subbody">,
so, it uses <a target="_blank"> so far.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
There are no assignee tasks, and html.py will be error at such
tasks. This patch care it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
For selfish boys & girls
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
status based summary is easy to see
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
more simply link path
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
more simply link path
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
use "th" header
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|