Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-10060 api/system/info throws clean message when an exception is thrown | Teryk Bellahsene | 2017-11-30 | 1 | -5/+12 | |
| | ||||||
* | Prepare for next development iteration | Julien Lancelot | 2017-11-07 | 1 | -1/+1 | |
| | ||||||
* | Release 6.76.7 | Simon Brandhof | 2017-11-07 | 1 | -1/+1 | |
| | ||||||
* | LICENSE-82 reset server ID on DB URL changes | Simon Brandhof | 2017-11-07 | 6 | -78/+414 | |
| | ||||||
* | Drop unused constant in InternalProperties | Simon Brandhof | 2017-11-07 | 1 | -2/+0 | |
| | ||||||
* | SONAR-9973 TaskContainer now support errors during start of components | Sébastien Lesaint | 2017-11-03 | 5 | -31/+51 | |
| | | | | | | TaskContainer must now be started by a specific method call #bootup() (rather than it being started in constructor) TaskContainer is now AutoCloseable (method cleanup() is therefor replaced by method close()) This change will break at compile time and runtime plugins relying on TaskContainer and TaskContainerImpl | |||||
* | SONAR-9973 ComponentContainer#stopComponent now never fail | Sébastien Lesaint | 2017-11-03 | 1 | -1/+2 | |
| | | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called | |||||
* | fix unstable ClusterHealthTest#equals_is_based_on_content | Sébastien Lesaint | 2017-11-02 | 1 | -13/+33 | |
| | ||||||
* | SONAR-9863 Do not return licenses hashed in api/settings/value | Julien Lancelot | 2017-11-01 | 7 | -179/+28 | |
| | ||||||
* | SONAR-9996 Finalize installation both at startup and stopping of the server | Duarte Meneses | 2017-11-01 | 2 | -3/+5 | |
| | ||||||
* | SONAR-9993 Functional creation date of comment is no more nullable | Julien Lancelot | 2017-11-01 | 8 | -244/+137 | |
| | | | | Old comments do not have functional creation date as this column has been added later | |||||
* | SONAR-10033 handle failed install and uninstall on restart | Duarte Meneses | 2017-10-30 | 3 | -36/+105 | |
| | ||||||
* | Prepare for next development iteration | Julien Lancelot | 2017-10-27 | 1 | -1/+1 | |
| | ||||||
* | Release 6.76.7-RC1 | Julien Lancelot | 2017-10-27 | 1 | -1/+1 | |
| | ||||||
* | DEV-4 Return issues group by branch in searchProjectStatistics | Julien Lancelot | 2017-10-27 | 2 | -59/+82 | |
| | ||||||
* | Add issue flows location in api/issues/search example | Julien Lancelot | 2017-10-27 | 1 | -9/+38 | |
| | ||||||
* | SONAR-10002 Clear install error on restart | Duarte Meneses | 2017-10-26 | 2 | -4/+7 | |
| | ||||||
* | SONAR-7992 Restrict length of version names | Daniel Schwarz | 2017-10-26 | 2 | -0/+29 | |
| | | | | | | | | * 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 tests | Duarte Meneses | 2017-10-25 | 2 | -1/+17 | |
| | ||||||
* | SONAR-10021 Fix JMX/RMI debug log at startup | Eric Hartmann | 2017-10-25 | 1 | -3/+2 | |
| | ||||||
* | SONAR-10020 Refactor system/info WS | Duarte Meneses | 2017-10-24 | 9 | -139/+292 | |
| | ||||||
* | SONAR-10008 Make date facet tests independent from the machine's time zone | Daniel Schwarz | 2017-10-24 | 52 | -103/+136 | |
| | ||||||
* | SONAR-10008 Issue search: return days as keys of creation date buckets | Daniel Schwarz | 2017-10-24 | 3 | -45/+48 | |
| | | | | In the createdAt facet of api/issues/search | |||||
* | SONAR-10008 Make issue search date histogram use server time zone | Daniel Schwarz | 2017-10-24 | 2 | -46/+40 | |
| | ||||||
* | SONAR-9869 Fix project urls in webhook payload | Julien Lancelot | 2017-10-24 | 2 | -8/+8 | |
| | ||||||
* | Stabilize TelemetryDaemonTest | Teryk Bellahsene | 2017-10-23 | 1 | -9/+6 | |
| | ||||||
* | SONAR-9826 Document date format required in the Web API | Teryk Bellahsene | 2017-10-23 | 8 | -30/+45 | |
| | ||||||
* | Fix quality issues | Duarte Meneses | 2017-10-23 | 3 | -5/+7 | |
| | ||||||
* | SONAR-9946 Log INFO edition installation | Duarte Meneses | 2017-10-23 | 4 | -3/+15 | |
| | ||||||
* | SONAR-9961 only startup-leader commit edition management state | Sébastien Lesaint | 2017-10-23 | 1 | -3/+3 | |
| | ||||||
* | SONAR-9940 support commit invalid license api/editions/apply_license | Sébastien Lesaint | 2017-10-23 | 2 | -3/+33 | |
| | ||||||
* | SONAR-9951 handle invalid license on startup | Sébastien Lesaint | 2017-10-23 | 2 | -7/+60 | |
| | | | | 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 | 7 | -81/+9 | |
| | | | | because extensions from plugins (including license-manager) are loaded at startup level | |||||
* | SONAR-10002 add message to finalizeInstallation | Sébastien Lesaint | 2017-10-23 | 5 | -20/+188 | |
| | ||||||
* | SONAR-10002 MutableEditionManagementState#installFailed only during install | Sébastien Lesaint | 2017-10-23 | 3 | -32/+9 | |
| | ||||||
* | SONAR-10015 add standalone flag to api/navigation/global | Sébastien Lesaint | 2017-10-23 | 3 | -4/+33 | |
| | ||||||
* | SONAR-9333 Web service api/plugins/uninstall fails when plugin is already ↵ | Duarte Meneses | 2017-10-23 | 2 | -3/+26 | |
| | | | | being uninstalling | |||||
* | SONAR-9961 Support cluster in marketplace | Duarte Meneses | 2017-10-23 | 4 | -15/+109 | |
| | ||||||
* | SONAR-9996 Don't uninstall dependent plugins if they no longer exist in the FS | Duarte Meneses | 2017-10-23 | 2 | -4/+29 | |
| | ||||||
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 1 | -5/+5 | |
| | ||||||
* | Improve semaphore for DB migration executor | Duarte Meneses | 2017-10-23 | 1 | -37/+12 | |
| | ||||||
* | SONAR-9996 Minor improvements uninstall of edition | Duarte Meneses | 2017-10-23 | 2 | -5/+7 | |
| | ||||||
* | SONAR-10002 make StandaloneEditionManagementStateImpl thread safe | Sébastien Lesaint | 2017-10-23 | 2 | -83/+202 | |
| | | | | 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 | 2 | -18/+135 | |
| | | | | 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 | 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 | 2 | -6/+30 | |
| | ||||||
* | 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 | |
| |