You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/22 21:31:38 UTC

[kibble] 04/05: tie the widgets into the mail page

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 9fafa0d0fe3671324a08d755b5e11b3602f83048
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Oct 22 23:31:18 2017 +0200

    tie the widgets into the mail page
---
 api/yaml/widgets.yaml | 46 +++++++++++-----------------------------------
 1 file changed, 11 insertions(+), 35 deletions(-)

diff --git a/api/yaml/widgets.yaml b/api/yaml/widgets.yaml
index 55d8107..badf4e8 100644
--- a/api/yaml/widgets.yaml
+++ b/api/yaml/widgets.yaml
@@ -382,54 +382,30 @@ widgets:
                         name:   "Mailing list trends"
                         blocks: 12
             -
-                name: "Issue tracker timeline"
+                name: "Email timeline"
                 children:
                     -
                         type:       "line"
-                        datatype:   "issue"
-                        blocks:     4
-                        source:     "issue/issues"
-                        name:       "Issues opened/closed"
-                        target:     ""
-                    -
-                        type:       "line"
-                        datatype:   "issue"
-                        blocks:     4
-                        source:     "issue/actors"
-                        name:       "Openers/Closers of issues"
-                        target:     ""
-                    -
-                        type:       "line"
-                        datatype:   "issue"
-                        blocks:     4
-                        source:     "issue/age"
-                        name:       "Issue age"
-                        target:     ""
-            -
-                name: "Issues and handlers"
-                children:
-                    -
-                        type:       "top5"
-                        datatype:   "issue"
+                        datatype:   "mail"
                         blocks:     4
-                        source:     "issue/openers"
-                        name:       "Top 5 issue openers"
+                        source:     "mail/timeseries"
+                        name:       "Email, topics, authors over time"
                         target:     ""
                     -
                         type:       "top5"
-                        datatype:   "issue"
+                        datatype:   "mail"
                         blocks:     4
-                        source:     "issue/closers"
-                        name:       "Top 5 issue closers"
+                        source:     "mail/top-authors"
+                        name:       "Most active authors"
                         target:     ""
                     -
                         type:       "top5"
-                        datatype:   "issue"
+                        datatype:   "mail"
                         blocks:     4
-                        source:     "issue/top"
-                        name:       "Most active issues"
+                        source:     "mail/top-topics"
+                        name:       "Most active topics"
                         target:     ""
-
+            
 
 ###### RELATIONSHIPS
 

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.