]> source.dussan.org Git - sonarqube.git/blob
053b937a8b665fae2a4cbf81a5bd5ac00c3f82ba
[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 uuid="ABCD"
13             uuid_path="NOT_USED"
14             project_uuid="ABCD"
15             module_uuid="[null]"
16             module_uuid_path="."
17             created_at="[null]"
18             long_name="[null]"
19             scope="PRJ"
20             qualifier="TRK"
21             kee="project"
22             name="project"
23             description="[null]"
24             language="java"
25             copy_component_uuid="[null]"
26             developer_uuid="[null]"
27             path="[null]"
28             deprecated_kee="[null]"
29             authorization_updated_at="[null]"
30             id="1"
31             enabled="[false]"
32             root_uuid="ABCD"/>
33
34   <!-- the directory -->
35   <projects uuid="EFGH"
36             uuid_path="NOT_USED"
37             project_uuid="ABCD"
38             module_uuid="ABCD"
39             module_uuid_path="."
40             created_at="[null]"
41             long_name="[null]"
42             scope="DIR"
43             qualifier="DIR"
44             kee="project:my/dir"
45             name="my/dir"
46             description="[null]"
47             language="java"
48             copy_component_uuid="[null]"
49             developer_uuid="[null]"
50             path="[null]"
51             deprecated_kee="[null]"
52             authorization_updated_at="[null]"
53             id="2"
54             enabled="[false]"
55             root_uuid="ABCD"/>
56
57   <!-- the file -->
58   <projects uuid="GHIJ"
59             uuid_path="NOT_USED"
60             project_uuid="ABCD"
61             module_uuid="ABCD"
62             module_uuid_path=".ABCD."
63             created_at="[null]"
64             long_name="[null]"
65             scope="FIL"
66             qualifier="FIL"
67             kee="project:my/dir/File.java"
68             name="my/dir/File.java"
69             description="[null]"
70             language="java"
71             copy_component_uuid="[null]"
72             developer_uuid="[null]"
73             path="[null]"
74             deprecated_kee="[null]"
75             authorization_updated_at="[null]"
76             id="3"
77             enabled="[false]"
78             root_uuid="ABCD"/>
79
80   <snapshots id="1"
81              uuid="u1"
82              component_uuid="ABCD"
83              parent_snapshot_id="[null]"
84              root_component_uuid="ABCD"
85              root_snapshot_id="[null]"
86              status="P"
87              islast="[false]"
88              purge_status="1"
89              period1_mode="[null]"
90              period1_param="[null]"
91              period1_date="[null]"
92              period2_mode="[null]"
93              period2_param="[null]"
94              period2_date="[null]"
95              period3_mode="[null]"
96              period3_param="[null]"
97              period3_date="[null]"
98              period4_mode="[null]"
99              period4_param="[null]"
100              period4_date="[null]"
101              period5_mode="[null]"
102              period5_param="[null]"
103              period5_date="[null]"
104              depth="[null]"
105              scope="PRJ"
106              qualifier="TRK"
107              created_at="1228222680000"
108              build_date="1228222680000"
109              version="[null]"
110              path="[null]"/>
111
112   <snapshots id="2"
113              uuid="u2"
114              component_uuid="EFGH"
115              parent_snapshot_id="1"
116              root_component_uuid="ABCD"
117              root_snapshot_id="1"
118              status="P"
119              islast="[false]"
120              purge_status="1"
121              period1_mode="[null]"
122              period1_param="[null]"
123              period1_date="[null]"
124              period2_mode="[null]"
125              period2_param="[null]"
126              period2_date="[null]"
127              period3_mode="[null]"
128              period3_param="[null]"
129              period3_date="[null]"
130              period4_mode="[null]"
131              period4_param="[null]"
132              period4_date="[null]"
133              period5_mode="[null]"
134              period5_param="[null]"
135              period5_date="[null]"
136              depth="[null]"
137              scope="PRJ"
138              qualifier="TRK"
139              created_at="1228222680000"
140              build_date="1228222680000"
141              version="[null]"
142              path="[null]"/>
143
144
145   <snapshots id="3"
146              uuid="u3"
147              component_uuid="GHIJ"
148              parent_snapshot_id="2"
149              root_component_uuid="ABCD"
150              root_snapshot_id="1"
151              status="P"
152              islast="[false]"
153              purge_status="1"
154              period1_mode="[null]"
155              period1_param="[null]"
156              period1_date="[null]"
157              period2_mode="[null]"
158              period2_param="[null]"
159              period2_date="[null]"
160              period3_mode="[null]"
161              period3_param="[null]"
162              period3_date="[null]"
163              period4_mode="[null]"
164              period4_param="[null]"
165              period4_date="[null]"
166              period5_mode="[null]"
167              period5_param="[null]"
168              period5_date="[null]"
169              depth="[null]"
170              scope="PRJ"
171              qualifier="TRK"
172              created_at="1228222680000"
173              build_date="1228222680000"
174              version="[null]"
175              path="[null]"/>
176
177   <!-- Open issue on file -->
178   <issues id="1"
179           kee="ISSUE-1"
180           component_uuid="GHIJ"
181           project_uuid="ABCD"
182           status="CLOSED"
183           issue_close_date="1396994400000"
184           resolution="REMOVED"
185           line="200"
186           severity="BLOCKER"
187           reporter="[null]"
188           assignee="arthur"
189           rule_id="500"
190           manual_severity="[false]"
191           message="[null]"
192           action_plan_key="[null]"
193           gap="[null]"
194           effort="[null]"
195           issue_attributes="[null]"
196           checksum="[null]"
197           author_login="[null]"
198           updated_at="1450000000000"
199           issue_creation_date="1366063200000"
200           issue_update_date="1396994400000"
201           created_at="1450000000000"
202           tags="[null]"
203           locations="[null]"
204           issue_type="[null]"
205   />
206
207   <!-- Open issue on directory -->
208   <issues id="2"
209           kee="ISSUE-2"
210           component_uuid="EFGH"
211           project_uuid="ABCD"
212           status="CLOSED"
213           issue_close_date="1396994400000"
214           resolution="REMOVED"
215           line="[null]"
216           severity="BLOCKER"
217           reporter="[null]"
218           assignee="arthur"
219           rule_id="500"
220           manual_severity="[false]"
221           message="[null]"
222           action_plan_key="[null]"
223           gap="[null]"
224           effort="[null]"
225           issue_attributes="[null]"
226           checksum="[null]"
227           author_login="[null]"
228           updated_at="1450000000000"
229           issue_creation_date="1366063200000"
230           issue_update_date="1396994400000"
231           created_at="1450000000000"
232           tags="[null]"
233           locations="[null]"
234           issue_type="[null]"/>
235
236   <!-- Open issue on project -->
237   <issues id="3"
238           kee="ISSUE-3"
239           component_uuid="ABCD"
240           project_uuid="ABCD"
241           status="CLOSED"
242           issue_close_date="1396994400000"
243           resolution="REMOVED"
244           line="[null]"
245           severity="BLOCKER"
246           reporter="[null]"
247           assignee="arthur"
248           rule_id="500"
249           manual_severity="[false]"
250           message="[null]"
251           action_plan_key="[null]"
252           gap="[null]"
253           effort="[null]"
254           issue_attributes="[null]"
255           checksum="[null]"
256           author_login="[null]"
257           updated_at="1450000000000"
258           issue_creation_date="1366063200000"
259           issue_update_date="1396994400000"
260           created_at="1450000000000"
261           tags="[null]"
262           locations="[null]"
263           issue_type="[null]"/>
264
265   <!-- Resolved issue on file -> not to be updated -->
266   <issues id="4"
267           kee="ISSUE-4"
268           component_uuid="GHIJ"
269           project_uuid="ABCD"
270           status="CLOSED"
271           issue_close_date="1449529200000"
272           resolution="FIXED"
273           line="200"
274           severity="BLOCKER"
275           reporter="[null]"
276           assignee="arthur"
277           rule_id="500"
278           manual_severity="[false]"
279           message="[null]"
280           action_plan_key="[null]"
281           gap="[null]"
282           effort="[null]"
283           issue_attributes="[null]"
284           checksum="[null]"
285           author_login="[null]"
286           updated_at="1450000000000"
287           issue_creation_date="1366063200000"
288           issue_update_date="1396908000000"
289           created_at="1450000000000"
290           tags="[null]"
291           locations="[null]"
292           issue_type="[null]"/>
293
294 </dataset>