aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11083 fail at startup if License plugin < 3.4 is installedSébastien Lesaint2018-08-061-0/+13
|
* SONAR-11077 move DEBUG log to TRACE in EmailNotificationChannelSimon Brandhof2018-08-061-1/+1
|
* SONAR-11077 fix DEBUG log in FileMoveDetectionStepSimon Brandhof2018-08-061-2/+1
|
* SONAR-11077 remove noisy DEBUG log from IssueCreationDateCalculatorSimon Brandhof2018-08-051-7/+0
|
* SONAR-11077 log nb of SQL inserts in CE PersistCrossProjectDuplicationsStepSimon Brandhof2018-08-051-1/+6
|
* SONAR-11077 log nb of duplications in CE LoadDuplicationsFromReportStepSimon Brandhof2018-08-051-31/+41
|
* SONAR-11077 log nb of inserts in CE PersistMeasuresStepSimon Brandhof2018-08-051-1/+6
|
* SONAR-11077 add size of uncompressed report in to CE DEBUG logsSimon Brandhof2018-08-051-0/+16
|
* SONAR-11077 display nb of analyzed components in CE logsSimon Brandhof2018-08-053-0/+16
|
* SONAR-11077 add statistics to CE SendIssueNotificationsStepSimon Brandhof2018-08-053-22/+48
|
* SONAR-11077 add statistics to CE FileMoveDetectionStepSimon Brandhof2018-08-051-0/+1
|
* SONAR-11077 add statistics to CE PersistIssuesStepSimon Brandhof2018-08-051-2/+20
|
* SONAR-11077 display branch info as CE DEBUG logSimon Brandhof2018-08-051-0/+14
|
* SONAR-11077 disable some FOP, Netty and Hazelcast DEBUG logsSimon Brandhof2018-08-051-0/+12
|
* SONAR-11071 CWE-297 host of SMTP server certificate is not verifiedSimon Brandhof2018-07-251-0/+2
|
* SONAR-10852 Fix computation of project without src but with test measuresJulien Lancelot2018-07-181-13/+33
|
* LICENSE-96 implement support for staging and new server id formatSébastien Lesaint2018-07-058-71/+272
|
* SONAR-10830 Allow passcode even if forceAuthentication is trueEric Hartmann2018-06-111-3/+13
|
* SONAR-10569 Authorize to change default visibility of projects without ↵Julien Lancelot2018-04-161-3/+4
| | | | organizations
* SONAR-10536 no longer possible to analyse a module that was removed from ↵Simon Brandhof2018-04-061-28/+28
| | | | another project
* SONAR-10285 WS org/enable_support is now only available on SonarCloudJulien Lancelot2018-04-041-8/+20
|
* SONAR-10451 Fix leak period date filtersDuarte Meneses2018-03-293-59/+92
|
* SONAR-10505 CE processes analysis report slowly when millions of issuesSimon Brandhof2018-03-221-1/+3
|
* SONAR-10502 Fix concurrency error during initial indexingSimon Brandhof2018-03-202-10/+10
|
* SONAR-10473 Keep severity up-to-date on built-in QPEric Hartmann2018-03-142-47/+32
|
* SONAR-10323 Fix WS not checking SCAN global permissionEric Hartmann2018-02-222-2/+7
|
* SONAR-10356 restrict api/projects/search_my_projects to 1000 projectsSimon Brandhof2018-02-222-2/+3
|
* SONAR-10356 clean message when searching for more than 1000 projectsSimon Brandhof2018-02-221-1/+11
|
* SONAR-10356 clean message when bulk deleting more than 1000 projectsSimon Brandhof2018-02-221-4/+18
|
* SONAR-10356 clean message when applying template on >1000 projectsSimon Brandhof2018-02-221-0/+7
|
* SONAR-10323 Fix permission on api/project_branches/listEric Hartmann2018-02-212-4/+17
|
* SONAR-10420 Fail at startup when cluster enabled on MySQLEric Hartmann2018-02-152-0/+55
|
* SONAR-10315 do not fail if a plugin has been uninstalled between analysis ↵Simon Brandhof2018-02-122-6/+2
| | | | and CE processing
* SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-092-1/+5
|
* SONAR-10217 Fix 500 error when branch is incorrectEric Hartmann2017-12-291-1/+1
|
* SONAR-10216 Tests with long names can't be indexedSimon Brandhof2017-12-201-1/+1
|
* SONAR-10216 fix quality flawsSimon Brandhof2017-12-201-2/+3
|
* SONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"Julien Lancelot2017-12-201-1/+1
|
* SONAR-8216 System info page fails when a setting is defined both in ↵Simon Brandhof2017-12-204-22/+23
| | | | sonar.properties and in DB
* SONAR-10123 UserSession#keepkeepAuthorizedComponents handles branches properlyTeryk Bellahsene2017-12-071-2/+2
|
* SONAR-10060 api/system/info throws clean message when an exception is thrownTeryk Bellahsene2017-11-301-5/+12
|
* LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-074-18/+177
|
* Drop unused constant in InternalPropertiesSimon Brandhof2017-11-071-2/+0
|
* SONAR-9973 TaskContainer now support errors during start of componentsSébastien Lesaint2017-11-033-23/+22
| | | | | | TaskContainer must now be started by a specific method call #bootup() (rather than it being started in constructor) TaskContainer is now AutoCloseable (method cleanup() is therefor replaced by method close()) This change will break at compile time and runtime plugins relying on TaskContainer and TaskContainerImpl
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-1/+2
| | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called
* SONAR-9863 Do not return licenses hashed in api/settings/valueJulien Lancelot2017-11-014-82/+11
|
* SONAR-9996 Finalize installation both at startup and stopping of the serverDuarte Meneses2017-11-012-3/+5
|
* SONAR-10033 handle failed install and uninstall on restartDuarte Meneses2017-10-302-21/+40
|
* DEV-4 Return issues group by branch in searchProjectStatisticsJulien Lancelot2017-10-271-10/+16
|
* Add issue flows location in api/issues/search exampleJulien Lancelot2017-10-271-9/+38
|