aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9951 handle invalid license on startupSébastien Lesaint2017-10-231-4/+48
* SONAR-9951 move edition install commit to startup levelSébastien Lesaint2017-10-233-44/+4
* SONAR-10002 add message to finalizeInstallationSébastien Lesaint2017-10-232-15/+181
* SONAR-10002 MutableEditionManagementState#installFailed only during installSébastien Lesaint2017-10-231-29/+6
* SONAR-10015 add standalone flag to api/navigation/globalSébastien Lesaint2017-10-231-2/+25
* SONAR-9333 Web service api/plugins/uninstall fails when plugin is already bei...Duarte Meneses2017-10-231-0/+17
* SONAR-9961 Support cluster in marketplaceDuarte Meneses2017-10-232-6/+85
* SONAR-9996 Don't uninstall dependent plugins if they no longer exist in the FSDuarte Meneses2017-10-231-1/+18
* SONAR-9996 Minor improvements uninstall of editionDuarte Meneses2017-10-231-1/+1
* SONAR-10002 make StandaloneEditionManagementStateImpl thread safeSébastien Lesaint2017-10-231-1/+1
* SONAR-10002 AUTOMATIC_IN_PROGRESS at startup resets to NONESébastien Lesaint2017-10-231-15/+132
* SONAR-10002 install error in api/editions/apply_license responseSébastien Lesaint2017-10-231-5/+25
* SONAR-10002 add install error to response of api/editions/statusSébastien Lesaint2017-10-231-6/+29
* SONAR-10002 add WS api/editions/clear_error_messageSébastien Lesaint2017-10-232-1/+91
* SONAR-10003 add MutableEditionManagementState#clearInstallErrorMessageSébastien Lesaint2017-10-231-0/+79
* SONAR-10002 store failure cause in case of error during auto installSébastien Lesaint2017-10-232-31/+140
* SONAR-10002 add MutableEditionManagementState#installFailed(String)Sébastien Lesaint2017-10-231-0/+275
* SONAR-10002 add EditionManagementState#getInstallErrorMessageSébastien Lesaint2017-10-231-10/+112
* SONAR-9939 Don't refresh update center on edition previewDuarte Meneses2017-10-231-1/+1
* SONAR-9939 Improve parsing of licenseDuarte Meneses2017-10-231-0/+14
* SONAR-9996 Finalize uninstall at startupDuarte Meneses2017-10-231-0/+62
* SONAR-9996 Add WS api/editions/uninstallDuarte Meneses2017-10-232-1/+138
* SONAR-9996 synchronous uninstall of editionDuarte Meneses2017-10-231-0/+16
* SONAR-9996 Edition management state supports uninstallDuarte Meneses2017-10-231-4/+105
* SONAR-10010 Add WS api/edition/form_dataDuarte Meneses2017-10-232-1/+137
* SONAR-9941 api/plugins/uninstall fails on edition bundled pluginSébastien Lesaint2017-10-231-1/+46
* SONAR-9941 api/plugins/install fails on edition bundled pluginSébastien Lesaint2017-10-231-0/+30
* SONAR-9939 implementation of api/editions/previewSébastien Lesaint2017-10-231-3/+102
* SONAR-9940 implementation of api/editions/apply_licenseDuarte Meneses2017-10-234-49/+216
* SONAR-9939 Parse base64 licenseDuarte Meneses2017-10-231-2/+42
* SONAR-9946 download in temp dir to support download thread killedDuarte Meneses2017-10-232-16/+49
* SONAR-9940 update mock to commit license when no change requiredSébastien Lesaint2017-10-231-1/+3
* SONAR-9954 return sonar.editions.jsonUrl in api/navigation/globalSébastien Lesaint2017-10-231-12/+51
* SONAR-9976 add editionBundled flag to response of api/plugins/installedSébastien Lesaint2017-10-232-2/+250
* SONAR-9976 add editionBundled flag to several webServicesSébastien Lesaint2017-10-233-7/+79
* SONAR-9946 Background download and "pre-installation" of an editionDuarte Meneses2017-10-2314-65/+423
* SONAR-9939 add WS api/editions/preview (mock implementation)Sébastien Lesaint2017-10-232-1/+142
* SONAR-9951 finalize edition install at startup (mocked implem.)Sébastien Lesaint2017-10-233-1/+652
* SONAR-9940 add WS api/editions/apply_license (mocked implementation)Sébastien Lesaint2017-10-232-1/+150
* SONAR-9943 add WS api/editions/statusSébastien Lesaint2017-10-233-0/+231
* SONAR-9991 Set BranchPersister as IntefaceJulien Lancelot2017-10-231-2/+2
* Improve coverageJulien HENRY2017-10-211-68/+136
* SONAR-9991 Clean up remaining references to P/RDuarte Meneses2017-10-2014-94/+65
* Fix quality flawsEric Hartmann2017-10-203-6/+175
* Add unit testsJulien Lancelot2017-10-201-0/+18
* SONAR-9262 Prevent using files/dirs/modules facets when no proj/orgJulien Lancelot2017-10-202-5/+136
* SONAR-9917 Improve notification messages on branchesJulien Lancelot2017-10-203-7/+14
* SONAR-8967 Fail fast when trying to analyse a moduleJulien Lancelot2017-10-202-124/+75
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-203-49/+8
* SONAR-8727 Do not fail when SCM login is longer than 255 charactersJulien HENRY2017-10-201-2/+18