]> source.dussan.org Git - sonarqube.git/blob
d086991945aff362395b71efbe357b34b1ecf7cc
[sonarqube.git] /
1 <!--
2
3 What has been changed :
4 * enabled=false on projects
5 * purge_status=1 on snapshots
6 * resolve not already resolved issues on all components
7
8 -->
9 <dataset>
10
11   <!-- the project -->
12   <projects id="1" enabled="[false]" root_id="[null]" uuid="ABCD" project_uuid="ABCD" module_uuid="[null]"
13             module_uuid_path="." created_at="[null]"
14             long_name="[null]" scope="PRJ" qualifier="TRK" kee="project" name="project"
15             description="[null]" language="java" copy_resource_id="[null]" person_id="[null]" path="[null]"
16             deprecated_kee="[null]" authorization_updated_at="[null]"/>
17
18   <!-- the directory -->
19   <projects id="2" enabled="[false]" root_id="1" uuid="EFGH" project_uuid="ABCD" module_uuid="ABCD" module_uuid_path="."
20             created_at="[null]"
21             long_name="[null]" scope="DIR" qualifier="DIR" kee="project:my/dir" name="my/dir"
22             description="[null]" language="java" copy_resource_id="[null]" person_id="[null]" path="[null]"
23             deprecated_kee="[null]" authorization_updated_at="[null]"/>
24
25   <!-- the file -->
26   <projects id="3" enabled="[false]" root_id="1" uuid="GHIJ" project_uuid="ABCD" module_uuid="ABCD"
27             module_uuid_path=".ABCD." created_at="[null]"
28             long_name="[null]" scope="FIL" qualifier="FIL" kee="project:my/dir/File.java" name="my/dir/File.java"
29             description="[null]" language="java" copy_resource_id="[null]" person_id="[null]" path="[null]"
30             deprecated_kee="[null]" authorization_updated_at="[null]"/>
31
32   <snapshots id="1"
33              project_id="1" parent_snapshot_id="[null]" root_project_id="1" root_snapshot_id="[null]"
34              status="P" islast="[false]" purge_status="1"
35              period1_mode="[null]" period1_param="[null]" period1_date="[null]"
36              period2_mode="[null]" period2_param="[null]" period2_date="[null]"
37              period3_mode="[null]" period3_param="[null]" period3_date="[null]"
38              period4_mode="[null]" period4_param="[null]" period4_date="[null]"
39              period5_mode="[null]" period5_param="[null]" period5_date="[null]"
40              depth="[null]" scope="PRJ" qualifier="TRK" created_at="2008-12-02 13:58:00.00"
41              build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/>
42
43   <snapshots id="2"
44              project_id="2" parent_snapshot_id="1" root_project_id="1" root_snapshot_id="1"
45              status="P" islast="[false]" purge_status="1"
46              period1_mode="[null]" period1_param="[null]" period1_date="[null]"
47              period2_mode="[null]" period2_param="[null]" period2_date="[null]"
48              period3_mode="[null]" period3_param="[null]" period3_date="[null]"
49              period4_mode="[null]" period4_param="[null]" period4_date="[null]"
50              period5_mode="[null]" period5_param="[null]" period5_date="[null]"
51              depth="[null]" scope="PRJ" qualifier="TRK" created_at="2008-12-02 13:58:00.00"
52              build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/>
53
54
55   <snapshots id="3"
56              project_id="3" parent_snapshot_id="2" root_project_id="1" root_snapshot_id="1"
57              status="P" islast="[false]" purge_status="1"
58              period1_mode="[null]" period1_param="[null]" period1_date="[null]"
59              period2_mode="[null]" period2_param="[null]" period2_date="[null]"
60              period3_mode="[null]" period3_param="[null]" period3_date="[null]"
61              period4_mode="[null]" period4_param="[null]" period4_date="[null]"
62              period5_mode="[null]" period5_param="[null]" period5_date="[null]"
63              depth="[null]" scope="PRJ" qualifier="TRK" created_at="2008-12-02 13:58:00.00"
64              build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/>
65
66   <!-- Open issue on file -->
67   <issues id="1" kee="ISSUE-1"
68           component_uuid="GHIJ"
69           project_uuid="ABCD"
70           status="CLOSED"
71           issue_close_date="2014-04-09"
72           resolution="REMOVED" line="200" severity="BLOCKER" reporter="perceval" assignee="arthur" rule_id="500"
73           manual_severity="[false]"
74           message="[null]" action_plan_key="[null]" effort_to_fix="[null]" technical_debt="[null]"
75           issue_attributes="[null]" checksum="[null]" author_login="[null]"
76           updated_at="1450000000000" issue_creation_date="2013-04-16" issue_update_date="2014-04-09"
77           created_at="1450000000000" tags="[null]"/>
78
79   <!-- Open issue on directory -->
80   <issues id="2" kee="ISSUE-2"
81           component_uuid="EFGH"
82           project_uuid="ABCD"
83           status="CLOSED"
84           issue_close_date="2014-04-09"
85           resolution="REMOVED" line="[null]" severity="BLOCKER" reporter="perceval" assignee="arthur" rule_id="500"
86           manual_severity="[false]"
87           message="[null]" action_plan_key="[null]" effort_to_fix="[null]" technical_debt="[null]"
88           issue_attributes="[null]" checksum="[null]" author_login="[null]"
89           updated_at="1450000000000" issue_creation_date="2013-04-16" issue_update_date="2014-04-09"
90           created_at="1450000000000" tags="[null]"/>
91
92   <!-- Open issue on project -->
93   <issues id="3" kee="ISSUE-3"
94           component_uuid="ABCD"
95           project_uuid="ABCD"
96           status="CLOSED"
97           issue_close_date="2014-04-09"
98           resolution="REMOVED" line="[null]" severity="BLOCKER" reporter="perceval" assignee="arthur" rule_id="500"
99           manual_severity="[false]"
100           message="[null]" action_plan_key="[null]" effort_to_fix="[null]" technical_debt="[null]"
101           issue_attributes="[null]" checksum="[null]" author_login="[null]"
102           updated_at="1450000000000" issue_creation_date="2013-04-16" issue_update_date="2014-04-09"
103           created_at="1450000000000" tags="[null]"/>
104
105   <!-- Resolved issue on file -> not to be updated -->
106   <issues id="4" kee="ISSUE-4"
107           component_uuid="GHIJ"
108           project_uuid="ABCD"
109           status="CLOSED"
110           issue_close_date="2015-12-08"
111           resolution="FIXED" line="200" severity="BLOCKER" reporter="perceval" assignee="arthur" rule_id="500"
112           manual_severity="[false]"
113           message="[null]" action_plan_key="[null]" effort_to_fix="[null]" technical_debt="[null]"
114           issue_attributes="[null]" checksum="[null]" author_login="[null]"
115           updated_at="1450000000000" issue_creation_date="2013-04-16" issue_update_date="2014-04-08"
116           created_at="1450000000000" tags="[null]"/>
117
118 </dataset>