aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-11077 remove dead code from MetricStatsIntSimon Brandhof2018-08-021-3/+0
* SONAR-11077 add statistics to CE PersistIssuesStepSimon Brandhof2018-08-022-10/+54
* SONAR-11077 ability to log statistics from CE task stepsSimon Brandhof2018-08-02114-465/+528
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-021-1/+5
* Fix incorrect package names in Compute EngineSimon Brandhof2018-07-2510-17/+15
* SONARCLOUD-103 Introduce the limit with largest long lived branchEric Hartmann2018-07-242-13/+0
* SONARCLOUD-89 Implements non blocking NLOC checkEric Hartmann2018-07-244-5/+36
* Fix package name of DefaultOrganizationLoaderSimon Brandhof2018-07-213-3/+3
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-191-2/+1
* SONAR-8572 Don't raise issue about comment density on test filesJulien HENRY2018-07-193-19/+28
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-1/+2
* Remove security hotspot measuresJanos Gyerik2018-07-172-24/+3
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-097-6/+34
* finish moving report task code out of sonar-serverSébastien Lesaint2018-07-097-0/+408
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-0922-15/+711
* clean up dependency on static IssueStorage#insertChangesSébastien Lesaint2018-07-092-5/+7
* SONAR-10874 Disable all notifications for hotspotsJulien HENRY2018-07-042-10/+33
* SONAR-10874 Skip notification when assigning user to new hotspotJanos Gyerik2018-07-042-2/+5
* SONAR-10868 Migrate old vulnerabilities to hotspotJulien HENRY2018-07-042-18/+22
* SONAR-10880 No hotspots on PR and short living branchesJulien HENRY2018-07-041-2/+7
* SONAR-10868 Fix from_hotspot for external issuesJulien HENRY2018-07-047-126/+132
* SONAR-10875 Add 2 new measures for security hotspots (#394)Janos Gyerik2018-07-042-14/+120
* SONAR-10874 New issue transitions for security hotspotsJulien HENRY2018-07-043-39/+2
* SONAR-10868 Add issues.from_hotspot for security hotspotsJanos Gyerik2018-07-045-2/+52
* SONAR-10867 Add security hotspot new issue typeJulien HENRY2018-07-043-0/+8
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-298-13/+11
* SONAR-10812 Application with branchesJulien Lancelot2018-06-291-1/+22
* create module sonar-ce-commonSébastien Lesaint2018-06-291-0/+1
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-291-1/+1
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-29111-343/+201
* create module sonar-ce-taskSébastien Lesaint2018-06-291-0/+2
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-2930-40/+340
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-29745-4400/+4581
* create module sonar-ce-task-projectanalysis from sonar-serverSébastien Lesaint2018-06-29718-0/+86047