aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-10002 Clear install error on restartDuarte Meneses2017-10-261-1/+2
|
* SONAR-7992 Restrict length of version namesDaniel Schwarz2017-10-261-0/+12
| | | | | | | | * SONAR-7992 Restrict length of name in api/project_analyses/update_event to 100 characters * SONAR-7992 Restrict length of version name of an analysis * SONAR-7992 Restrict length of version name of SnapshotDto * SONAR-7992 Include the module's name in the validation error message
* SONAR-9946 Fix local copy of edition plugins for testsDuarte Meneses2017-10-251-1/+1
|
* SONAR-10021 Fix JMX/RMI debug log at startupEric Hartmann2017-10-251-3/+2
|
* SONAR-10020 Refactor system/info WSDuarte Meneses2017-10-245-96/+107
|
* SONAR-10008 Make date facet tests independent from the machine's time zoneDaniel Schwarz2017-10-2410-27/+59
|
* SONAR-10008 Issue search: return days as keys of creation date bucketsDaniel Schwarz2017-10-241-2/+5
| | | | In the createdAt facet of api/issues/search
* SONAR-10008 Make issue search date histogram use server time zoneDaniel Schwarz2017-10-241-7/+2
|
* SONAR-9869 Fix project urls in webhook payloadJulien Lancelot2017-10-241-2/+2
|
* 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-232-2/+7
|
* 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-231-2/+8
|
* SONAR-9951 handle invalid license on startupSébastien Lesaint2017-10-231-3/+12
| | | | ignoring the staged license but updating the current installed edition
* SONAR-9951 move edition install commit to startup levelSébastien Lesaint2017-10-234-37/+5
| | | | because extensions from plugins (including license-manager) are loaded at startup level
* SONAR-10002 add message to finalizeInstallationSébastien Lesaint2017-10-233-5/+7
|
* SONAR-10002 MutableEditionManagementState#installFailed only during installSébastien Lesaint2017-10-232-3/+3
|
* SONAR-10015 add standalone flag to api/navigation/globalSébastien Lesaint2017-10-232-2/+8
|
* SONAR-9333 Web service api/plugins/uninstall fails when plugin is already ↵Duarte Meneses2017-10-231-3/+9
| | | | being uninstalling
* SONAR-9961 Support cluster in marketplaceDuarte Meneses2017-10-232-9/+24
|
* SONAR-9996 Don't uninstall dependent plugins if they no longer exist in the FSDuarte Meneses2017-10-231-3/+11
|
* 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-231-4/+6
|
* SONAR-10002 make StandaloneEditionManagementStateImpl thread safeSébastien Lesaint2017-10-231-82/+201
| | | | and no state not persisted to DB can be read
* SONAR-10002 AUTOMATIC_IN_PROGRESS at startup resets to NONESébastien Lesaint2017-10-231-3/+3
| | | | and stores an installation failure into the edition management state
* SONAR-10002 install error in api/editions/apply_license responseSébastien Lesaint2017-10-231-3/+4
|
* 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-231-0/+1
|
* SONAR-10002 add WS api/editions/clear_error_messageSébastien Lesaint2017-10-233-1/+61
|
* SONAR-10003 add MutableEditionManagementState#clearInstallErrorMessageSébastien Lesaint2017-10-232-0/+15
|
* SONAR-10002 use EditionBundledPlugins#isEditionBundled in installerSébastien Lesaint2017-10-231-7/+2
|
* SONAR-10002 store failure cause in case of error during auto installSébastien Lesaint2017-10-232-21/+27
|
* SONAR-10002 add MutableEditionManagementState#installFailed(String)Sébastien Lesaint2017-10-232-2/+38
|
* SONAR-10002 add EditionManagementState#getInstallErrorMessageSébastien Lesaint2017-10-232-14/+34
|
* SONAR-10002 remove unused status AUTOMATIC_FAILEDSébastien Lesaint2017-10-231-1/+0
|
* SONAR-9939 Don't refresh update center on edition previewDuarte Meneses2017-10-232-1/+7
|
* SONAR-9939 Improve parsing of licenseDuarte Meneses2017-10-231-3/+3
|
* SONAR-9996 Finalize uninstall at startupDuarte Meneses2017-10-231-0/+10
|
* SONAR-9996 Add WS api/editions/uninstallDuarte Meneses2017-10-234-2/+68
|
* SONAR-9996 synchronous uninstall of editionDuarte Meneses2017-10-231-3/+12
|
* SONAR-9996 Edition management state supports uninstallDuarte Meneses2017-10-233-3/+29
|
* SONAR-10010 Add WS api/edition/form_dataDuarte Meneses2017-10-233-0/+74
|
* SONAR-9941 api/plugins/uninstall fails on edition bundled pluginSébastien Lesaint2017-10-231-2/+17
|
* SONAR-9941 api/plugins/install fails on edition bundled pluginSébastien Lesaint2017-10-231-0/+6
|
* SONAR-9939 implementation of api/editions/previewSébastien Lesaint2017-10-231-11/+16
|
* SONAR-9940 implementation of api/editions/apply_licenseDuarte Meneses2017-10-233-51/+76
|
* SONAR-9939 Parse base64 licenseDuarte Meneses2017-10-231-6/+42
|
* SONAR-9946 download in temp dir to support download thread killedDuarte Meneses2017-10-233-162/+176
|