aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11137 Add isNew flag in /api/sources/linesJanos Gyerik2018-09-191-0/+1
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-078-29/+102
* SONARCLOUD-109 Use the right MessageExceptionEric Hartmann2018-08-301-1/+1
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-301-3/+3
* SONAR-11205 Inconsistent facet "tags" in issues pageSimon Brandhof2018-08-282-4/+29
* SONAR-8368 restore resolution when reopening closed issuesSébastien Lesaint2018-08-214-23/+216
* SONAR-8368 unset closeDate when reopening Closed issuesSébastien Lesaint2018-08-212-0/+6
* SONAR-8368 reopen closed issues (restore status)Sébastien Lesaint2018-08-213-2/+242
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-2114-8/+272
* SONAR-8368 rename doTransition to doManualTransitionSébastien Lesaint2018-08-212-3/+3
* SONAR-8368 add line remove changelog when closing issueSébastien Lesaint2018-08-213-7/+14
* SONAR-8368 fix misleading Function.Context.setLine(Integer)Sébastien Lesaint2018-08-217-21/+51
* SONAR-8368 fix misleading Function.Context#setCloseDate(boolean)Sébastien Lesaint2018-08-216-15/+85
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-211-17/+4
* SONAR-11127 Standardize facets behaviour between issues and rules page (#624)Stas Vilchik2018-08-213-45/+62
* SONAR-11106 Restrict scope of api/issues/authorsJulien Lancelot2018-08-211-3/+2
* SONAR-6400 Increase issues facets sizeJulien Lancelot2018-08-212-3/+4
* 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