aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10216 Tests with long names can't be indexedSimon Brandhof2017-12-203-1/+25
* SONAR-10216 fix quality flawsSimon Brandhof2017-12-203-15/+13
* SONAR-10214 Deprecated value of "qualityProfile" is "name", not "profileName"Julien Lancelot2017-12-202-2/+7
* SONAR-8216 System info page fails when a setting is defined both in sonar.pro...Simon Brandhof2017-12-207-55/+58
* SONAR-10123 UserSession#keepkeepAuthorizedComponents handles branches properlyTeryk Bellahsene2017-12-072-2/+14
* 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-076-78/+414
* Drop unused constant in InternalPropertiesSimon Brandhof2017-11-071-2/+0
* SONAR-9973 TaskContainer now support errors during start of componentsSébastien Lesaint2017-11-035-31/+51
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-031-1/+2
* fix unstable ClusterHealthTest#equals_is_based_on_contentSébastien Lesaint2017-11-021-13/+33
* SONAR-9863 Do not return licenses hashed in api/settings/valueJulien Lancelot2017-11-017-179/+28
* SONAR-9996 Finalize installation both at startup and stopping of the serverDuarte Meneses2017-11-012-3/+5
* SONAR-9993 Functional creation date of comment is no more nullableJulien Lancelot2017-11-018-244/+137
* SONAR-10033 handle failed install and uninstall on restartDuarte Meneses2017-10-303-36/+105
* DEV-4 Return issues group by branch in searchProjectStatisticsJulien Lancelot2017-10-272-59/+82
* Add issue flows location in api/issues/search exampleJulien Lancelot2017-10-271-9/+38
* SONAR-10002 Clear install error on restartDuarte Meneses2017-10-262-4/+7
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-262-0/+29
* SONAR-9946 Fix local copy of edition plugins for testsDuarte Meneses2017-10-252-1/+17
* SONAR-10021 Fix JMX/RMI debug log at startupEric Hartmann2017-10-251-3/+2
* SONAR-10020 Refactor system/info WSDuarte Meneses2017-10-249-139/+292
* SONAR-10008 Make date facet tests independent from the machine's time zoneDaniel Schwarz2017-10-2452-103/+136
* SONAR-10008 Issue search: return days as keys of creation date bucketsDaniel Schwarz2017-10-243-45/+48
* SONAR-10008 Make issue search date histogram use server time zoneDaniel Schwarz2017-10-242-46/+40
* SONAR-9869 Fix project urls in webhook payloadJulien Lancelot2017-10-242-8/+8
* Stabilize TelemetryDaemonTestTeryk Bellahsene2017-10-231-9/+6
* SONAR-9826 Document date format required in the Web APITeryk Bellahsene2017-10-238-30/+45
* Fix quality issuesDuarte Meneses2017-10-233-5/+7
* SONAR-9946 Log INFO edition installationDuarte Meneses2017-10-234-3/+15
* SONAR-9961 only startup-leader commit edition management stateSébastien Lesaint2017-10-231-3/+3
* SONAR-9940 support commit invalid license api/editions/apply_licenseSébastien Lesaint2017-10-232-3/+33
* SONAR-9951 handle invalid license on startupSébastien Lesaint2017-10-232-7/+60
* SONAR-9951 move edition install commit to startup levelSébastien Lesaint2017-10-237-81/+9
* SONAR-10002 add message to finalizeInstallationSébastien Lesaint2017-10-235-20/+188
* SONAR-10002 MutableEditionManagementState#installFailed only during installSébastien Lesaint2017-10-233-32/+9
* SONAR-10015 add standalone flag to api/navigation/globalSébastien Lesaint2017-10-233-4/+33
* SONAR-9333 Web service api/plugins/uninstall fails when plugin is already bei...Duarte Meneses2017-10-232-3/+26
* SONAR-9961 Support cluster in marketplaceDuarte Meneses2017-10-234-15/+109
* SONAR-9996 Don't uninstall dependent plugins if they no longer exist in the FSDuarte Meneses2017-10-232-4/+29
* SONAR-9946 Background download and "pre-installation" of an editionDuarte Meneses2017-10-231-5/+5
* Improve semaphore for DB migration executorDuarte Meneses2017-10-231-37/+12
* SONAR-9996 Minor improvements uninstall of editionDuarte Meneses2017-10-232-5/+7
* SONAR-10002 make StandaloneEditionManagementStateImpl thread safeSébastien Lesaint2017-10-232-83/+202
* SONAR-10002 AUTOMATIC_IN_PROGRESS at startup resets to NONESébastien Lesaint2017-10-232-18/+135
* SONAR-10002 install error in api/editions/apply_license responseSébastien Lesaint2017-10-232-8/+29
* SONAR-10002 don't hide message of IO errors with a generic messageSébastien Lesaint2017-10-231-4/+5
* SONAR-10002 add install error to response of api/editions/statusSébastien Lesaint2017-10-232-6/+30
* SONAR-10002 add WS api/editions/clear_error_messageSébastien Lesaint2017-10-235-2/+152
* SONAR-10003 add MutableEditionManagementState#clearInstallErrorMessageSébastien Lesaint2017-10-233-0/+94