aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11077 display email in TRACE levelSimon Brandhof2018-08-071-1/+1
* SONAR-11077 ignore all DEBUG/TRACE logs of Apache FOPSimon Brandhof2018-08-071-4/+1
* SONAR-11077 remove some Netty noisy DEBUG logsSimon Brandhof2018-08-071-0/+3
* SONARCLOUD-109 Do not log the messageEric Hartmann2018-08-021-2/+2
* Optimize EmailNotificationChannel when SMTP is not configuredSimon Brandhof2018-08-021-0/+6
* SONAR-11077 add statistics to CE SendIssueNotificationsStepSimon Brandhof2018-08-022-12/+16
* SONAR-11077 remove dead code from MetricStatsIntSimon Brandhof2018-08-024-21/+0
* SONAR-11077 remove unused logger org.sonar.MEASURE_FILTERSimon Brandhof2018-08-021-1/+0
* SONAR-11077 disable some FOP and Hazelcast DEBUG logsSimon Brandhof2018-08-021-1/+14
* SONAR-11073 Remove trailing slash in "Server base URL"Julien HENRY2018-08-022-1/+10
* Remove unused methods in WebIssueStorageSimon Brandhof2018-07-251-2/+2
* SONAR-11071 CWE-297 host of SMTP server certificate is not verifiedSimon Brandhof2018-07-251-0/+2
* SONARCLOUD-89 Implements non blocking NLOC checkEric Hartmann2018-07-243-6/+6
* move UserSession out of sonar-server-commonSébastien Lesaint2018-07-2455-11630/+156
* SONAR-11062 Analysis task fails when thread failed previously with OOMSimon Brandhof2018-07-212-14/+15
* Revert "SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin cla...Duarte Meneses2018-07-191-13/+3
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-07-171-3/+13
* Fix quality flawsJulien HENRY2018-07-171-26/+24
* SONAR-10978 Fix support of branches and applications for security reportsJulien HENRY2018-07-172-14/+67
* SONAR-10978 new WS to return security reports dataJulien HENRY2018-07-174-1/+391
* SONAR-10985 Add filters for owaspTop10, sans25Top10, cwe (#485)Janos Gyerik2018-07-172-0/+6
* Move SANS_TOP_25_* constants to sonar-server-commonJanos Gyerik2018-07-173-6/+11
* SONAR-10980 Index security standards in ES and update issues/search WSJulien HENRY2018-07-178-4/+198
* SONAR-10945 Prevent access qgates and rules to none members of paid organizationJulien Lancelot2018-07-113-0/+33
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-1/+2
* drop dependency of sonar-ce on sonar-serverSébastien Lesaint2018-07-095-0/+308
* sonar-ce-task-projectanalysis depends on only sonar-server-commonSébastien Lesaint2018-07-0912-0/+957
* clean up dependency on static IssueStorage#insertChangesSébastien Lesaint2018-07-091-0/+47
* move NewAlerts and ServerExtensionInstaller to server-commonSébastien Lesaint2018-07-094-0/+307
* move shared rule classes to server-commonSébastien Lesaint2018-07-096-0/+593
* move shared Quality Gate classes to server-commonSébastien Lesaint2018-07-096-0/+787
* move metric shared classes to server-commonSébastien Lesaint2018-07-095-0/+310
* move issue workflow classes to server-commonSébastien Lesaint2018-07-0927-0/+2747
* move some organization and platform shared classes to server-commonSébastien Lesaint2018-07-0930-0/+2248
* move notification classes to sonar-serverSébastien Lesaint2018-07-0940-0/+4309
* move monitoring shared classes to server-commonSébastien Lesaint2018-07-0912-0/+622
* move setting shared classes to server-commonSébastien Lesaint2018-07-0910-0/+993
* move ES index, indexer and client to sonar-server-commonSébastien Lesaint2018-07-09248-0/+33914
* move ConfigurationProvider to server-commonSébastien Lesaint2018-06-293-0/+433
* move FavoriteUpdater to server-commonSébastien Lesaint2018-06-293-0/+194
* move ServerLogging to server-commonSébastien Lesaint2018-06-292-0/+233
* move some classes (including webhooks) to server-commonSébastien Lesaint2018-06-2956-1/+4877
* move some classes from sonar-server to sonar-server-commonSébastien Lesaint2018-06-2911-0/+865
* create module sonar-ce-commonSébastien Lesaint2018-06-292-14/+128
* move some classes in preparation of creation of sonar-ce-commonSébastien Lesaint2018-06-2922-0/+2045
* Do not deploy the artifacts used only internallySimon Brandhof2018-06-191-11/+0
* Fix Quality flawsSimon Brandhof2018-06-141-0/+24
* SONAR-10690 remove support for privileged pluginsSébastien Lesaint2018-06-126-0/+289
* SONAR-10690 add Core Extension support in SonarQubeSébastien Lesaint2018-06-128-0/+191