Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 6.7.56.7.5 | Simon Brandhof | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | SONAR-11077 move CeCleaningSchedulerImpl DEBUG logs to TRACE | Simon Brandhof | 2018-08-05 | 1 | -2/+2 |
| | |||||
* | LICENSE-96 implement support for staging and new server id format | Sébastien Lesaint | 2018-07-05 | 2 | -5/+14 |
| | |||||
* | Prepare development version 6.7.5-SNAPSHOT | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Release 6.7.46.7.4 | Simon Brandhof | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | SONAR-9218 purge ce_scanner_context older than 28 days at startup | Sébastien Lesaint | 2018-05-28 | 2 | -13/+76 |
| | |||||
* | Prepare for dev version 6.7.4-SNAPSHOT | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Release 6.7.36.7.3 | Simon Brandhof | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Prepare version 6.7.3-SNAPSHOT | Simon Brandhof | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Release 6.7.26.7.2 | Simon Brandhof | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | SONAR-10315 log the plugins loaded by compute engine | Simon Brandhof | 2018-02-12 | 2 | -2/+11 |
| | |||||
* | SONAR-10297 ce task run at most once | Sébastien Lesaint | 2018-01-18 | 2 | -30/+18 |
| | |||||
* | Upgrade to version 6.7.2-SNAPSHOT | Eric Hartmann | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Release 6.7.16.7.1 | Simon Brandhof | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -6/+13 |
| | |||||
* | 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 |
| | |||||
* | SONAR-10027 Fix resetting tasks when Compute Engine starts | Eric Hartmann | 2017-10-27 | 2 | -7/+3 |
| | |||||
* | SONAR-9954 add hidden property sonar.editions.jsonUrl | Sébastien Lesaint | 2017-10-23 | 1 | -1/+1 |
| | | | | with production default value | ||||
* | SONAR-9946 Background download and "pre-installation" of an edition | Duarte Meneses | 2017-10-23 | 1 | -0/+15 |
| | |||||
* | SONAR-9770 Deprecate preview properties | Julien HENRY | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix some logger calls | Daniel Trebbien | 2017-10-19 | 2 | -2/+2 |
| | |||||
* | Do not crash with technical errors when cluster is enabled | Simon Brandhof | 2017-10-19 | 1 | -1/+5 |
| | |||||
* | SONAR-9926 CeQueue#cancel now needs CeQueuDto instead of uuid | Julien Lancelot | 2017-10-19 | 1 | -67/+68 |
| | |||||
* | SONAR-7309 DB Cleaner strategy to keep only analyses with a version | Teryk Bellahsene | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Remove cluster tests | Simon Brandhof | 2017-10-18 | 3 | -47/+4 |
| | |||||
* | SONAR-9882 Implements storage of sonar.analysis.* properties | Eric Hartmann | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | Fix warning at startup regarding JVmStateSection | Simon Brandhof | 2017-10-16 | 3 | -10/+8 |
| | | | | | | Two same instances of JvmStateSection are defined in pico. It generates the warning log: "WARN ce[][o.s.c.p.ComponentKeys] Bad component key: org.sonar.process.systeminfo.JvmStateSection@13078cb2. Please implement toString() method on class org.sonar.process.systeminfo.JvmStateSection" | ||||
* | SONAR-9863 replace old "permanent server ID" by the new one | Simon Brandhof | 2017-10-16 | 2 | -3/+1 |
| | |||||
* | fix wrong "ce started" log after ce startup failure | Sébastien Lesaint | 2017-10-10 | 1 | -1/+7 |
| | |||||
* | Set version to 6.7-SNAPSHOT | Simon Brandhof | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" setting | Julien HENRY | 2017-10-04 | 1 | -5/+5 |
| | |||||
* | Replace the CE class TypedException by an interface | Simon Brandhof | 2017-10-03 | 1 | -1/+15 |
| | | | | | so that a class inheriting MessageException can provide a type of error. | ||||
* | SONAR-1330 Add group permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | SONAR-1330 Add user permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 1 | -5/+5 |
| | |||||
* | SONAR-7024 add notification on Report Analysis failures | Sébastien Lesaint | 2017-10-02 | 7 | -2/+468 |
| | |||||
* | SONAR-7024 add CeWorker.ExecutionListener | Sébastien Lesaint | 2017-10-02 | 10 | -42/+319 |
| | |||||
* | SONAR-9771 add property email.fromName and use it in email notifications | Sébastien Lesaint | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Populate error type when CE task fails with TypedMessageException | Simon Brandhof | 2017-09-28 | 2 | -0/+20 |
| | | | | | When a CE task throws a TypedMessageException, then the provided error type is propagated to db column ce_activity.error_type | ||||
* | Access ProjectMeasuresIndex from Compute Engine | Simon Brandhof | 2017-09-28 | 2 | -1/+3 |
| | |||||
* | SONAR-9802 add section "CE Logging" to standalone mode of api/system/info | Simon Brandhof | 2017-09-26 | 3 | -4/+4 |
| | |||||
* | SONAR-9802 improve name of Database sections | Simon Brandhof | 2017-09-26 | 1 | -2/+2 |
| | |||||
* | SONAR-9802 add unit tests | Simon Brandhof | 2017-09-26 | 1 | -77/+0 |
| | |||||
* | SONAR-9802 Fix quality flaws | Daniel Schwarz | 2017-09-26 | 2 | -6/+6 |
| | |||||
* | SONAR-9802 allow to change the log level of a cluster | Daniel Schwarz | 2017-09-26 | 2 | -26/+11 |
| | |||||
* | SONAR-9802 complete system info page | Simon Brandhof | 2017-09-26 | 4 | -46/+17 |
| | |||||
* | SONAR-9802 request all nodes from api/system/cluster_info | Simon Brandhof | 2017-09-26 | 2 | -0/+43 |
| | |||||
* | SONAR-9802 Add nodes to system info in cluster mode | Grégoire Aubert | 2017-09-26 | 2 | -5/+5 |
| |