| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-10002 AUTOMATIC_IN_PROGRESS at startup resets to NONE | Sébastien Lesaint | 2017-10-23 | 2 | -18/+135 |
* | SONAR-10002 install error in api/editions/apply_license response | Sébastien Lesaint | 2017-10-23 | 2 | -8/+29 |
* | SONAR-10002 don't hide message of IO errors with a generic message | Sébastien Lesaint | 2017-10-23 | 1 | -4/+5 |
* | SONAR-10002 add install error to response of api/editions/status | Sébastien Lesaint | 2017-10-23 | 3 | -6/+31 |
* | SONAR-10002 add WS api/editions/clear_error_message | Sébastien Lesaint | 2017-10-23 | 5 | -2/+152 |
* | SONAR-10003 add MutableEditionManagementState#clearInstallErrorMessage | Sébastien Lesaint | 2017-10-23 | 3 | -0/+94 |
* | SONAR-10002 use EditionBundledPlugins#isEditionBundled in installer | Sébastien Lesaint | 2017-10-23 | 1 | -7/+2 |
* | SONAR-10002 store failure cause in case of error during auto install | Sébastien Lesaint | 2017-10-23 | 4 | -52/+167 |
* | SONAR-10002 add MutableEditionManagementState#installFailed(String) | Sébastien Lesaint | 2017-10-23 | 3 | -2/+313 |
* | SONAR-10002 add EditionManagementState#getInstallErrorMessage | Sébastien Lesaint | 2017-10-23 | 3 | -24/+146 |
* | SONAR-10002 remove unused status AUTOMATIC_FAILED | Sébastien Lesaint | 2017-10-23 | 2 | -4/+2 |
* | SONAR-9939 Don't refresh update center on edition preview | Duarte Meneses | 2017-10-23 | 3 | -2/+8 |
* | SONAR-9939 Improve parsing of license | Duarte Meneses | 2017-10-23 | 2 | -3/+17 |
* | SONAR-9996 Finalize uninstall at startup | Duarte Meneses | 2017-10-23 | 2 | -0/+72 |
* | SONAR-9996 Add WS api/editions/uninstall | Duarte Meneses | 2017-10-23 | 7 | -3/+207 |
* | SONAR-9996 synchronous uninstall of edition | Duarte Meneses | 2017-10-23 | 2 | -3/+28 |
* | SONAR-9996 Edition management state supports uninstall | Duarte Meneses | 2017-10-23 | 4 | -7/+134 |
* | SONAR-10010 Add WS api/edition/form_data | Duarte Meneses | 2017-10-23 | 6 | -1/+217 |
* | SONAR-9941 api/plugins/uninstall fails on edition bundled plugin | Sébastien Lesaint | 2017-10-23 | 2 | -3/+63 |
* | SONAR-9941 api/plugins/install fails on edition bundled plugin | Sébastien Lesaint | 2017-10-23 | 2 | -0/+36 |
* | SONAR-9936 Better handling of button disabled depending on the edition status | Grégoire Aubert | 2017-10-23 | 4 | -18/+115 |
* | SONAR-9936 Automatically update edition status every 5 seconds | Grégoire Aubert | 2017-10-23 | 1 | -0/+1 |
* | LICENSE-72 Update set license component to work without an edition | Grégoire Aubert | 2017-10-23 | 7 | -30/+67 |
* | SONAR-9936 Update marketplace pending plugins notif | Grégoire Aubert | 2017-10-23 | 12 | -66/+58 |
* | SONAR-9936 Update edition notification to be scoped to page and not whole adm... | Grégoire Aubert | 2017-10-23 | 17 | -125/+107 |
* | SONAR-9944 Update editions json format and use url from global settings | Grégoire Aubert | 2017-10-23 | 12 | -33/+67 |
* | SONAR-9937 Create a form to apply the license and install/update an edition | Grégoire Aubert | 2017-10-23 | 16 | -21/+641 |
* | SONAR-9939 implementation of api/editions/preview | Sébastien Lesaint | 2017-10-23 | 2 | -14/+118 |
* | SONAR-9940 implementation of api/editions/apply_license | Duarte Meneses | 2017-10-23 | 7 | -100/+292 |
* | SONAR-9939 Parse base64 license | Duarte Meneses | 2017-10-23 | 2 | -8/+84 |
* | SONAR-9946 download in temp dir to support download thread killed | Duarte Meneses | 2017-10-23 | 5 | -178/+225 |
* | SONAR-9940 update mock to commit license when no change required | Sébastien Lesaint | 2017-10-23 | 2 | -1/+20 |
* | SONAR-9951 add internal extension point LicenseCommit | Sébastien Lesaint | 2017-10-23 | 3 | -4/+89 |
* | SONAR-9954 return sonar.editions.jsonUrl in api/navigation/global | Sébastien Lesaint | 2017-10-23 | 10 | -61/+53 |
* | SONAR-9954 add hidden property sonar.editions.jsonUrl | Sébastien Lesaint | 2017-10-23 | 3 | -2/+12 |
* | SONAR-9936 Add Editions pack in the marketplace | Grégoire Aubert | 2017-10-23 | 24 | -60/+1027 |
* | SONAR-9935 Add some unit tests | Grégoire Aubert | 2017-10-23 | 25 | -33/+485 |
* | SONAR-9934 Prevent user to install/update/uninstall plugins part of an edition | Grégoire Aubert | 2017-10-23 | 8 | -31/+110 |
* | SONAR-9976 add editionBundled flag to response of api/plugins/installed | Sébastien Lesaint | 2017-10-23 | 5 | -2/+261 |
* | SONAR-9976 add editionBundled flag to several webServices | Sébastien Lesaint | 2017-10-23 | 9 | -69/+153 |
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 31 | -258/+1066 |
* | SONAR-9939 add WS api/editions/preview (mock implementation) | Sébastien Lesaint | 2017-10-23 | 7 | -3/+278 |
* | SONAR-9951 finalize edition install at startup (mocked implem.) | Sébastien Lesaint | 2017-10-23 | 9 | -19/+782 |
* | SONAR-9940 add WS api/editions/apply_license (mocked implementation) | Sébastien Lesaint | 2017-10-23 | 6 | -1/+246 |
* | SONAR-9943 add WS api/editions/status | Sébastien Lesaint | 2017-10-23 | 16 | -0/+862 |
* | SONAR-9943 add InternalPropertiesDao#selectByKeys | Sébastien Lesaint | 2017-10-23 | 4 | -7/+198 |
* | SONAR-9935 Migrate Update center to Marketplace | Grégoire Aubert | 2017-10-23 | 32 | -5/+1803 |
* | SONAR-9702 cut long branch name in header | Stas Vilchik | 2017-10-23 | 2 | -3/+25 |
* | SONAR-9991 Set BranchPersister as Inteface | Julien Lancelot | 2017-10-23 | 4 | -86/+113 |
* | update jdk to 1.8u151 | Tom | 2017-10-23 | 1 | -6/+6 |