aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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-234-52/+167
|
* SONAR-10002 add MutableEditionManagementState#installFailed(String)Sébastien Lesaint2017-10-233-2/+313
|
* SONAR-10002 add EditionManagementState#getInstallErrorMessageSébastien Lesaint2017-10-233-24/+146
|
* 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-233-2/+8
|
* SONAR-9939 Improve parsing of licenseDuarte Meneses2017-10-232-3/+17
|
* SONAR-9996 Finalize uninstall at startupDuarte Meneses2017-10-232-0/+72
|
* SONAR-9996 Add WS api/editions/uninstallDuarte Meneses2017-10-236-3/+206
|
* SONAR-9996 synchronous uninstall of editionDuarte Meneses2017-10-232-3/+28
|
* SONAR-9996 Edition management state supports uninstallDuarte Meneses2017-10-234-7/+134
|
* SONAR-10010 Add WS api/edition/form_dataDuarte Meneses2017-10-235-1/+211
|
* SONAR-9941 api/plugins/uninstall fails on edition bundled pluginSébastien Lesaint2017-10-232-3/+63
|
* SONAR-9941 api/plugins/install fails on edition bundled pluginSébastien Lesaint2017-10-232-0/+36
|
* SONAR-9936 Better handling of button disabled depending on the edition statusGrégoire Aubert2017-10-233-18/+114
|
* SONAR-9936 Automatically update edition status every 5 secondsGrégoire Aubert2017-10-231-0/+1
|
* LICENSE-72 Update set license component to work without an editionGrégoire Aubert2017-10-237-30/+67
|
* SONAR-9936 Update marketplace pending plugins notifGrégoire Aubert2017-10-2312-66/+58
|
* SONAR-9936 Update edition notification to be scoped to page and not whole ↵Grégoire Aubert2017-10-2316-121/+103
| | | | administration
* SONAR-9944 Update editions json format and use url from global settingsGrégoire Aubert2017-10-2312-33/+67
|
* SONAR-9937 Create a form to apply the license and install/update an editionGrégoire Aubert2017-10-2315-21/+634
|
* SONAR-9939 implementation of api/editions/previewSébastien Lesaint2017-10-232-14/+118
|
* SONAR-9940 implementation of api/editions/apply_licenseDuarte Meneses2017-10-237-100/+292
|
* SONAR-9939 Parse base64 licenseDuarte Meneses2017-10-232-8/+84
|
* SONAR-9946 download in temp dir to support download thread killedDuarte Meneses2017-10-235-178/+225
|
* SONAR-9940 update mock to commit license when no change requiredSébastien Lesaint2017-10-232-1/+20
| | | | in api/editions/apply_licence
* SONAR-9951 add internal extension point LicenseCommitSébastien Lesaint2017-10-233-4/+89
|
* SONAR-9954 return sonar.editions.jsonUrl in api/navigation/globalSébastien Lesaint2017-10-2310-61/+53
|
* SONAR-9954 add hidden property sonar.editions.jsonUrlSébastien Lesaint2017-10-231-1/+1
| | | | with production default value
* SONAR-9936 Add Editions pack in the marketplaceGrégoire Aubert2017-10-2323-60/+1020
|
* SONAR-9935 Add some unit testsGrégoire Aubert2017-10-2325-33/+485
|
* SONAR-9934 Prevent user to install/update/uninstall plugins part of an editionGrégoire Aubert2017-10-237-31/+107
|
* SONAR-9976 add editionBundled flag to response of api/plugins/installedSébastien Lesaint2017-10-235-2/+261
|
* SONAR-9976 add editionBundled flag to several webServicesSébastien Lesaint2017-10-239-69/+153
| | | | | api/plugins/[available|updates] api/system/upgrades
* SONAR-9946 Background download and "pre-installation" of an editionDuarte Meneses2017-10-2331-258/+1066
|
* SONAR-9939 add WS api/editions/preview (mock implementation)Sébastien Lesaint2017-10-236-3/+266
| | | | same mock implementation as for api/editions/apply_license
* SONAR-9951 finalize edition install at startup (mocked implem.)Sébastien Lesaint2017-10-239-19/+782
|
* SONAR-9940 add WS api/editions/apply_license (mocked implementation)Sébastien Lesaint2017-10-235-1/+245
| | | | | | | edition key is the whole license if license contains string "manual", the state will be changed to MANUAL_IN_PROGRESS if license contains string "done", the license will be applies without requiring a restart otherwise state will go to AUTOMATIC_IN_PROGRESS
* SONAR-9943 add WS api/editions/statusSébastien Lesaint2017-10-2315-0/+822
|
* SONAR-9943 add InternalPropertiesDao#selectByKeysSébastien Lesaint2017-10-234-7/+198
|
* SONAR-9935 Migrate Update center to MarketplaceGrégoire Aubert2017-10-2331-5/+1767
|
* SONAR-9702 cut long branch name in headerStas Vilchik2017-10-232-3/+25
|
* SONAR-9991 Set BranchPersister as IntefaceJulien Lancelot2017-10-234-86/+113
| | | | This will allow privileged plugin as GOV to do nothing on branch
* minimize cssStas Vilchik2017-10-231-2/+9
|
* delete yarn-error.logStas Vilchik2017-10-232-7582/+1
|