Commit Graph

393 Commits

Author SHA1 Message Date
Simon Brandhof
95c50460bc SONAR-11077 log nb of triggered portfolio refreshes in CE 2018-08-02 20:21:36 +02:00
Simon Brandhof
cb816b9a14 SONAR-11077 log nb of duplications in CE LoadDuplicationsFromReportStep 2018-08-02 20:21:36 +02:00
Simon Brandhof
7719667797 SONAR-11077 log nb of inserts in CE PersistMeasuresStep 2018-08-02 20:21:36 +02:00
Simon Brandhof
b6d687934b SONAR-11077 add size of uncompressed report in to CE DEBUG logs 2018-08-02 20:21:36 +02:00
Simon Brandhof
7218f5f281 SONAR-11077 display nb of analyzed components in CE logs 2018-08-02 20:21:36 +02:00
Simon Brandhof
c3e6d15ace Fix Quality flaw in CE ComponentTreeBuilder 2018-08-02 20:21:35 +02:00
Simon Brandhof
5a9d236478 SONAR-11077 add statistics to CE SendIssueNotificationsStep 2018-08-02 20:21:35 +02:00
Simon Brandhof
3df6519965 SONAR-11077 add statistics to CE PersistLiveMeasuresStep 2018-08-02 20:21:35 +02:00
Simon Brandhof
0518762dd2 SONAR-11077 add statistics to CE FileMoveDetectionStep 2018-08-02 20:21:35 +02:00
Simon Brandhof
479692131c SONAR-11077 remove dead code from MetricStatsInt 2018-08-02 20:21:35 +02:00
Simon Brandhof
92fb3dc68d SONAR-11077 add statistics to CE PersistIssuesStep 2018-08-02 20:21:35 +02:00
Simon Brandhof
4c03a7686d SONAR-11077 ability to log statistics from CE task steps 2018-08-02 20:21:35 +02:00
Simon Brandhof
d4255d1f6a SONAR-11077 access to task characteristics in CE queue 2018-08-02 20:21:34 +02:00
Simon Brandhof
c8cb65a2b1 Fix incorrect package names in Compute Engine 2018-07-25 20:21:19 +02:00
Eric Hartmann
29107fc9cb SONARCLOUD-103 Introduce the limit with largest long lived branch 2018-07-24 09:31:49 +02:00
Eric Hartmann
84a883d19f SONARCLOUD-89 Implements non blocking NLOC check 2018-07-24 09:31:49 +02:00
Simon Brandhof
41b5565d7a Fix package name of DefaultOrganizationLoader 2018-07-21 20:21:15 +02:00
Duarte Meneses
e51cb49945 Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader"
This reverts commit 4dcb5245f1147048d122ff2d335a6b5b7364c565.
2018-07-19 20:21:26 +02:00
Julien HENRY
9089d736c7 SONAR-8572 Don't raise issue about comment density on test files 2018-07-19 20:21:25 +02:00
Julien HENRY
8cfc544c1f SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader 2018-07-17 20:21:27 +02:00
Janos Gyerik
3785b1a0c0 Remove security hotspot measures 2018-07-17 20:21:23 +02:00
Sébastien Lesaint
deafa95ac4 drop dependency of sonar-ce on sonar-server
sonar-plugin-bridge dropped and its content (only ReportAnalysisComponentProvider interface) move to sonar-ce-task-projectanalysis
2018-07-09 10:39:33 +02:00
Sébastien Lesaint
e434716712 finish moving report task code out of sonar-server
and completely remove use of package org.sonar.ce in sonar-server module
2018-07-09 10:39:33 +02:00
Sébastien Lesaint
9e3bc71eb9 sonar-ce-task-projectanalysis depends on only sonar-server-common 2018-07-09 10:39:33 +02:00
Sébastien Lesaint
12349c8c27 clean up dependency on static IssueStorage#insertChanges
and move IssueStorage to server-common
2018-07-09 10:39:32 +02:00
Julien HENRY
35acc6b68f SONAR-10874 Disable all notifications for hotspots 2018-07-04 09:31:05 +02:00
Janos Gyerik
55bca4e01b SONAR-10874 Skip notification when assigning user to new hotspot 2018-07-04 09:31:05 +02:00
Julien HENRY
c8f822eb42 SONAR-10868 Migrate old vulnerabilities to hotspot 2018-07-04 09:31:05 +02:00
Julien HENRY
10594fcb0b SONAR-10880 No hotspots on PR and short living branches 2018-07-04 09:31:05 +02:00
Julien HENRY
bcb9937aa3 SONAR-10868 Fix from_hotspot for external issues 2018-07-04 09:31:04 +02:00
Janos Gyerik
6d08db0105 SONAR-10875 Add 2 new measures for security hotspots (#394)
* Declare 2 new metrics

* Add 2 new metrics to live measures

* Add 2 new metrics in governance

* Add counts for 2 new metrics
2018-07-04 09:31:04 +02:00
Julien HENRY
b497380a76 SONAR-10874 New issue transitions for security hotspots 2018-07-04 09:31:04 +02:00
Janos Gyerik
0129e93029 SONAR-10868 Add issues.from_hotspot for security hotspots 2018-07-04 09:31:03 +02:00
Julien HENRY
d42307dd48 SONAR-10867 Add security hotspot new issue type 2018-07-04 09:31:03 +02:00
Duarte Meneses
ca183f7f3f SONAR-10138 Remove support for API < 5.6 2018-06-29 09:10:16 +02:00
Julien Lancelot
e5bd169a6e SONAR-10812 Application with branches 2018-06-29 09:10:15 +02:00
Sébastien Lesaint
697e8d18e6 create module sonar-ce-common 2018-06-29 09:10:14 +02:00
Sébastien Lesaint
525ed917b3 move some classes in preparation of creation of sonar-ce-common 2018-06-29 09:10:14 +02:00
Sébastien Lesaint
c002746f61 rename package org.sonar.server.computation to org.sonar.ce.task
in module sonar-ce-task
2018-06-29 09:10:14 +02:00
Sébastien Lesaint
ce684ddae1 create module sonar-ce-task 2018-06-29 09:10:14 +02:00
Sébastien Lesaint
444d5b4d5d move classes around to prepare creation of sonar-ce-task module 2018-06-29 09:10:14 +02:00
Sébastien Lesaint
119cacc37e rename to package org.sonar.ce.task.projectanalysis
from package org.sonar.server.computation.task.projectanalysis
2018-06-29 09:10:13 +02:00
Sébastien Lesaint
25b60cdab5 create module sonar-ce-task-projectanalysis from sonar-server 2018-06-29 09:10:13 +02:00