Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-9951 handle invalid license on startup | Sébastien Lesaint | 2017-10-23 | 1 | -4/+48 | |
| | | | | ignoring the staged license but updating the current installed edition | |||||
* | SONAR-9951 move edition install commit to startup level | Sébastien Lesaint | 2017-10-23 | 3 | -44/+4 | |
| | | | | because extensions from plugins (including license-manager) are loaded at startup level | |||||
* | SONAR-10002 add message to finalizeInstallation | Sébastien Lesaint | 2017-10-23 | 2 | -15/+181 | |
| | ||||||
* | SONAR-10002 MutableEditionManagementState#installFailed only during install | Sébastien Lesaint | 2017-10-23 | 1 | -29/+6 | |
| | ||||||
* | SONAR-10015 add standalone flag to api/navigation/global | Sébastien Lesaint | 2017-10-23 | 1 | -2/+25 | |
| | ||||||
* | SONAR-9333 Web service api/plugins/uninstall fails when plugin is already ↵ | Duarte Meneses | 2017-10-23 | 1 | -0/+17 | |
| | | | | being uninstalling | |||||
* | SONAR-9961 Support cluster in marketplace | Duarte Meneses | 2017-10-23 | 2 | -6/+85 | |
| | ||||||
* | SONAR-9996 Don't uninstall dependent plugins if they no longer exist in the FS | Duarte Meneses | 2017-10-23 | 1 | -1/+18 | |
| | ||||||
* | SONAR-9996 Minor improvements uninstall of edition | Duarte Meneses | 2017-10-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10002 make StandaloneEditionManagementStateImpl thread safe | Sébastien Lesaint | 2017-10-23 | 1 | -1/+1 | |
| | | | | and no state not persisted to DB can be read | |||||
* | SONAR-10002 AUTOMATIC_IN_PROGRESS at startup resets to NONE | Sébastien Lesaint | 2017-10-23 | 1 | -15/+132 | |
| | | | | and stores an installation failure into the edition management state | |||||
* | SONAR-10002 install error in api/editions/apply_license response | Sébastien Lesaint | 2017-10-23 | 1 | -5/+25 | |
| | ||||||
* | SONAR-10002 add install error to response of api/editions/status | Sébastien Lesaint | 2017-10-23 | 1 | -6/+29 | |
| | ||||||
* | SONAR-10002 add WS api/editions/clear_error_message | Sébastien Lesaint | 2017-10-23 | 2 | -1/+91 | |
| | ||||||
* | SONAR-10003 add MutableEditionManagementState#clearInstallErrorMessage | Sébastien Lesaint | 2017-10-23 | 1 | -0/+79 | |
| | ||||||
* | SONAR-10002 store failure cause in case of error during auto install | Sébastien Lesaint | 2017-10-23 | 2 | -31/+140 | |
| | ||||||
* | SONAR-10002 add MutableEditionManagementState#installFailed(String) | Sébastien Lesaint | 2017-10-23 | 1 | -0/+275 | |
| | ||||||
* | SONAR-10002 add EditionManagementState#getInstallErrorMessage | Sébastien Lesaint | 2017-10-23 | 1 | -10/+112 | |
| | ||||||
* | SONAR-9939 Don't refresh update center on edition preview | Duarte Meneses | 2017-10-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9939 Improve parsing of license | Duarte Meneses | 2017-10-23 | 1 | -0/+14 | |
| | ||||||
* | SONAR-9996 Finalize uninstall at startup | Duarte Meneses | 2017-10-23 | 1 | -0/+62 | |
| | ||||||
* | SONAR-9996 Add WS api/editions/uninstall | Duarte Meneses | 2017-10-23 | 2 | -1/+138 | |
| | ||||||
* | SONAR-9996 synchronous uninstall of edition | Duarte Meneses | 2017-10-23 | 1 | -0/+16 | |
| | ||||||
* | SONAR-9996 Edition management state supports uninstall | Duarte Meneses | 2017-10-23 | 1 | -4/+105 | |
| | ||||||
* | SONAR-10010 Add WS api/edition/form_data | Duarte Meneses | 2017-10-23 | 2 | -1/+137 | |
| | ||||||
* | SONAR-9941 api/plugins/uninstall fails on edition bundled plugin | Sébastien Lesaint | 2017-10-23 | 1 | -1/+46 | |
| | ||||||
* | SONAR-9941 api/plugins/install fails on edition bundled plugin | Sébastien Lesaint | 2017-10-23 | 1 | -0/+30 | |
| | ||||||
* | SONAR-9939 implementation of api/editions/preview | Sébastien Lesaint | 2017-10-23 | 1 | -3/+102 | |
| | ||||||
* | SONAR-9940 implementation of api/editions/apply_license | Duarte Meneses | 2017-10-23 | 4 | -49/+216 | |
| | ||||||
* | SONAR-9939 Parse base64 license | Duarte Meneses | 2017-10-23 | 1 | -2/+42 | |
| | ||||||
* | SONAR-9946 download in temp dir to support download thread killed | Duarte Meneses | 2017-10-23 | 2 | -16/+49 | |
| | ||||||
* | SONAR-9940 update mock to commit license when no change required | Sébastien Lesaint | 2017-10-23 | 1 | -1/+3 | |
| | | | | in api/editions/apply_licence | |||||
* | SONAR-9954 return sonar.editions.jsonUrl in api/navigation/global | Sébastien Lesaint | 2017-10-23 | 1 | -12/+51 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to response of api/plugins/installed | Sébastien Lesaint | 2017-10-23 | 2 | -2/+250 | |
| | ||||||
* | SONAR-9976 add editionBundled flag to several webServices | Sébastien Lesaint | 2017-10-23 | 3 | -7/+79 | |
| | | | | | api/plugins/[available|updates] api/system/upgrades | |||||
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 14 | -65/+423 | |
| | ||||||
* | SONAR-9939 add WS api/editions/preview (mock implementation) | Sébastien Lesaint | 2017-10-23 | 2 | -1/+142 | |
| | | | | same mock implementation as for api/editions/apply_license | |||||
* | SONAR-9951 finalize edition install at startup (mocked implem.) | Sébastien Lesaint | 2017-10-23 | 3 | -1/+652 | |
| | ||||||
* | SONAR-9940 add WS api/editions/apply_license (mocked implementation) | Sébastien Lesaint | 2017-10-23 | 2 | -1/+150 | |
| | | | | | | | 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/status | Sébastien Lesaint | 2017-10-23 | 3 | -0/+231 | |
| | ||||||
* | SONAR-9991 Set BranchPersister as Inteface | Julien Lancelot | 2017-10-23 | 1 | -2/+2 | |
| | | | | This will allow privileged plugin as GOV to do nothing on branch | |||||
* | Improve coverage | Julien HENRY | 2017-10-21 | 1 | -68/+136 | |
| | ||||||
* | SONAR-9991 Clean up remaining references to P/R | Duarte Meneses | 2017-10-20 | 14 | -94/+65 | |
| | ||||||
* | Fix quality flaws | Eric Hartmann | 2017-10-20 | 3 | -6/+175 | |
| | ||||||
* | Add unit tests | Julien Lancelot | 2017-10-20 | 1 | -0/+18 | |
| | ||||||
* | SONAR-9262 Prevent using files/dirs/modules facets when no proj/org | Julien Lancelot | 2017-10-20 | 2 | -5/+136 | |
| | ||||||
* | SONAR-9917 Improve notification messages on branches | Julien Lancelot | 2017-10-20 | 3 | -7/+14 | |
| | ||||||
* | SONAR-8967 Fail fast when trying to analyse a module | Julien Lancelot | 2017-10-20 | 2 | -124/+75 | |
| | ||||||
* | SONAR-9142 Remove 'previous_analysis' option | Eric Hartmann | 2017-10-20 | 3 | -49/+8 | |
| | ||||||
* | SONAR-8727 Do not fail when SCM login is longer than 255 characters | Julien HENRY | 2017-10-20 | 1 | -2/+18 | |
| |