aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-241-2/+2
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-2/+2
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-241-1/+1
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-191-0/+2
* Upgrade DBCPEric Hartmann2018-09-071-4/+4
* SONARCLOUD-109 Use the right MessageExceptionEric Hartmann2018-08-301-0/+17
* SONAR-11145 fix CE queue status not updated when task does not existSébastien Lesaint2018-08-212-11/+74
* SONAR-11169 log task error as suppressed of finalizing task errorSébastien Lesaint2018-08-212-17/+28
* Clean-up orphans of CE task inputs at any startupSimon Brandhof2018-08-161-2/+1
* SONARCLOUD-115 do not cancel CE tasks when starting blue/green nodeSimon Brandhof2018-08-162-20/+45
* SONAR-11038 Add table: alm_project_mappings (#559)Janos Gyerik2018-08-101-1/+1
* SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACESimon Brandhof2018-08-021-2/+2
* SONAR-11077 log characteristics when processing CE taskSimon Brandhof2018-08-022-12/+39
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-025-20/+34
* SONAR-11077 refactor log profiling in CeWorkerImplSimon Brandhof2018-08-021-16/+9
* SONAR-11077 remove unused logger org.sonar.MEASURE_FILTERSimon Brandhof2018-08-021-1/+0
* Fix incorrect package names in Compute EngineSimon Brandhof2018-07-252-3/+3
* move UserSession out of sonar-server-commonSébastien Lesaint2018-07-245-277/+2
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-191-2/+0
* SONAR-11004 remove definitions for sonar.links.* propertiesSébastien Lesaint2018-07-191-1/+1
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-0/+2
* SONAR-10898 Number of CE workers not taken into account in all nodesDuarte Meneses2018-07-1312-263/+28
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-111-2/+13
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-1/+3
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-093-5/+6
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-091-1/+1
* clean up dependency on static IssueStorage#insertChangesSébastien Lesaint2018-07-092-1/+3
* move shared Quality Gate classes to server-commonSébastien Lesaint2018-07-092-4/+5
* remove some rules classes useless in Compute Engine containerSébastien Lesaint2018-07-092-7/+1
* remove useless debt classes from Compute EngineSébastien Lesaint2018-07-092-7/+1
* remove useless permission classes from Compute Engine containerSébastien Lesaint2018-07-092-13/+1
* move some organization and platform shared classes to server-commonSébastien Lesaint2018-07-094-2/+143
* remove useless classes from Compute Engine containerSébastien Lesaint2018-07-092-5/+1
* move notification classes to sonar-serverSébastien Lesaint2018-07-093-3/+7
* move monitoring shared classes to server-commonSébastien Lesaint2018-07-092-2/+2
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-052-4/+11
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-044-80/+68
* SONAR-10917 change ce task cleaning delay to execute right at startupSébastien Lesaint2018-07-042-10/+10
* SONAR-10922 Silence Hazelcast logsEric Hartmann2018-06-291-2/+11
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-292-6/+1
* SONAR-10812 Application with branchesJulien Lancelot2018-06-291-2/+2
* move ServerLogging to server-commonSébastien Lesaint2018-06-293-3/+3
* 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-2910-3/+538
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-2916-32/+32
* create module sonar-ce-taskSébastien Lesaint2018-06-291-0/+1
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-2915-38/+42
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-293-5/+4
* create module sonar-ce-task-projectanalysis from sonar-serverSébastien Lesaint2018-06-291-0/+3
* fix wrong dependencies onto package computation.task.projectanalysisSébastien Lesaint2018-06-291-1/+1