]> source.dussan.org Git - sonarqube.git/blob
5b57ddfa5d55a318721b3c48a54433ffa003b964
[sonarqube.git] /
1 <dataset>
2
3   <users id="24"
4          login="anakin"
5          name="Anakin"
6          email="anakin@skywalk.er"
7          created_at="1418215735482"
8          updated_at="1418215735482"
9          active="[true]"
10          is_root="[false]"/>
11   <users id="42"
12          login="obiwan"
13          name="Obiwan"
14          email="obiwan@keno.bi"
15          created_at="1418215735482"
16          updated_at="1418215735482"
17          active="[true]"
18          is_root="[false]"/>
19
20   <dashboards
21       id="1"
22       user_id="1"
23       name="My Dashboard"
24       description="Dashboard shared by admin"
25       column_layout="100%"
26       shared="[true]"
27   />
28   <dashboards
29       id="2"
30       user_id="[null]"
31       name="Default Dashboard"
32       description="Dashboard provided by system"
33       column_layout="100%"
34       shared="[true]"
35   />
36   <dashboards
37       id="4"
38       user_id="[null]"
39       name="Anonymous Dashboard"
40       description="Won't appear, anonymous"
41       column_layout="100%"
42       shared="[true]"
43   />
44   <dashboards
45       id="5"
46       user_id="[null]"
47       name="Another User Dashboard"
48       description="Won't appear, different user"
49       column_layout="100%"
50       shared="[true]"
51   />
52
53   <!-- Dashboard with ID 1 appears after ID 2 -->
54   <active_dashboards
55       id="1"
56       dashboard_id="1"
57       user_id="42"
58       order_index="2"/>
59   <!-- Dashboard with ID 2 appears before ID 1 -->
60   <active_dashboards
61       id="2"
62       dashboard_id="2"
63       user_id="42"
64       order_index="1"/>
65   <!-- Dashboard with ID 4 does not appear (anonymous) -->
66   <active_dashboards
67       id="4"
68       dashboard_id="4"
69       user_id="[null]"
70       order_index="1"/>
71   <!-- Dashboard with ID 5 does not appear (another user) -->
72   <active_dashboards
73       id="5"
74       dashboard_id="5"
75       user_id="24"
76       order_index="1"/>
77
78 </dataset>