]> source.dussan.org Git - sonarqube.git/blob
ef64957570ff2b2e5b8745c9c2add229ae7ad212
[sonarqube.git] /
1 <dataset>
2
3   <users id="42"
4          login="obiwan"
5          name="Obiwan"
6          email="obiwan@keno.bi"
7          created_at="1418215735482"
8          updated_at="1418215735482"
9          active="[true]"
10          is_root="[false]"/>
11
12   <dashboards
13       id="1"
14       user_id="1"
15       name="My Dashboard"
16       description="Dashboard shared by admin"
17       column_layout="100%"
18       shared="[true]"
19   />
20   <dashboards
21       id="2"
22       user_id="[null]"
23       name="Default Dashboard"
24       description="Dashboard provided by system"
25       column_layout="100%"
26       shared="[true]"
27   />
28   <dashboards
29       id="4"
30       user_id="[null]"
31       name="User Dashboard"
32       description="Won't appear, not anonymous"
33       column_layout="100%"
34       shared="[true]"
35   />
36
37   <!-- Dashboard with ID 1 appears after ID 2 -->
38   <active_dashboards
39       id="1"
40       dashboard_id="1"
41       user_id="[null]"
42       order_index="2"/>
43   <!-- Dashboard with ID 2 appears before ID 1 -->
44   <active_dashboards
45       id="2"
46       dashboard_id="2"
47       user_id="[null]"
48       order_index="1"/>
49   <!-- Dashboard with ID 4 does not appear (not anonymous) -->
50   <active_dashboards
51       id="4"
52       dashboard_id="4"
53       user_id="42"
54       order_index="1"/>
55
56 </dataset>