aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in JavaDocJulien HENRY2017-12-112-3/+2
|
* Revert "SONAR-10176 Fix query of users having a global permission"Julien HENRY2017-12-072-5/+0
| | | | | | This reverts commit f5a38606deffb5155f9ee0898e1130a78202eed6. Was pushed too early by mistake
* SONAR-10176 Fix query of users having a global permissionJulien HENRY2017-12-072-0/+5
|
* SONAR-10123 UserSession#keepkeepAuthorizedComponents handles branches properlyTeryk Bellahsene2017-12-072-2/+14
|
* SONAR-10060 api/system/info throws clean message when an exception is thrownTeryk Bellahsene2017-11-301-5/+12
|
* SONAR-10072 Fix styling issue for Applications Quality GatesGrégoire Aubert2017-11-291-0/+3
|
* Fix Maven scanner incompatibility in UpgradeTestSimon Brandhof2017-11-241-1/+3
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
* Silent cancelation of branch build on Travis if a PR is openStas Vilchik2017-11-241-4/+5
|
* SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-242-2/+2
| | | | to fix compatibility with PostgreSQL 10.0
* SONAR-10054 Fix error when changing rule severity for a quality profileGrégoire Aubert2017-11-201-11/+12
|
* Prepare for next development iterationJulien Lancelot2017-11-0757-57/+57
|
* Release 6.76.7Simon Brandhof2017-11-0757-57/+57
|
* LICENSE-82 reset server ID on DB URL changesSimon Brandhof2017-11-079-86/+436
|
* Drop unused constant in InternalPropertiesSimon Brandhof2017-11-071-2/+0
|
* SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8Sébastien Lesaint2017-11-074-9/+6
|
* SONAR-9983 Upgrade to SonarPHP 2.11.0.2485Julien Lancelot2017-11-061-1/+1
|
* SONAR-9937 Add TOS checkbox when installing an edition in the marketplaceGrégoire Aubert2017-11-066-104/+143
|
* SONAR-9983 Upgrade to SonarJava 4.15.0.12310Julien Lancelot2017-11-061-1/+1
|
* SONAR-9973 IT for report processing resilient to failure during startSébastien Lesaint2017-11-035-34/+166
| | | | of components
* SONAR-9973 TaskContainer now support errors during start of componentsSébastien Lesaint2017-11-035-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 add IT ensuring resilience of Ce Workers to exceptionsSébastien Lesaint2017-11-0312-1/+618
| | | | including errors
* SONAR-9973 ComponentContainer#stopComponent now never failSébastien Lesaint2017-11-036-73/+150
| | | | and ensures all stoppable and/or disposable components in the container have their stop and/or dispose methods called
* Update wording of datacenter editionGrégoire Aubert2017-11-031-1/+1
|
* Update wording and links for datacenter editionGrégoire Aubert2017-11-035-32/+58
|
* SONAR-9937 Add cluster instruction link for datacenter installationGrégoire Aubert2017-11-034-0/+33
|
* SONAR-9937 New workflow for uninstallation of edition in marketplaceGrégoire Aubert2017-11-0321-345/+208
|
* fix unstable ClusterHealthTest#equals_is_based_on_contentSébastien Lesaint2017-11-021-13/+33
|
* add missing localization for projects sortStas Vilchik2017-11-021-0/+3
|
* SONAR-9863 Disabled commercial plugins from PluginsTestJulien Lancelot2017-11-011-23/+15
| | | | They should be reactivated when latest release is using new license manager
* SONAR-9863 Do not return licenses hashed in api/settings/valueJulien Lancelot2017-11-0110-214/+28
|
* SONAR-9863 Drop old licensesJulien Lancelot2017-11-015-1/+145
|
* SONAR-9996 Finalize installation both at startup and stopping of the serverDuarte Meneses2017-11-012-3/+5
|
* SONAR-9993 Functional creation date of comment is no more nullableJulien Lancelot2017-11-0112-253/+165
| | | | Old comments do not have functional creation date as this column has been added later
* SONAR-10033 handle failed install and uninstall on restartDuarte Meneses2017-10-303-36/+105
|
* Fix url to download maven in travis.shJulien Lancelot2017-10-301-1/+1
|
* Prepare for next development iterationJulien Lancelot2017-10-2757-57/+57
|
* Release 6.76.7-RC1Julien Lancelot2017-10-2757-57/+57
|
* SONAR-9936 Switch to upgrade/downgrade buttons in the editionsGrégoire Aubert2017-10-2714-175/+352
|
* SONAR-9947 Fix wordingGrégoire Aubert2017-10-271-4/+4
|
* SONAR-9937 Display error message when license don't match selected edition ↵Grégoire Aubert2017-10-272-2/+14
| | | | in marketplace
* SONAR-9983 Upgrade the packaged pluginsJulien Lancelot2017-10-271-2/+2
|
* DEV-4 Return branches analysis when searching for finished analysisJulien Lancelot2017-10-274-21/+63
|
* DEV-4 Return issues group by branch in searchProjectStatisticsJulien Lancelot2017-10-272-59/+82
|
* Add issue flows location in api/issues/search exampleJulien Lancelot2017-10-271-9/+38
|
* SONAR-10027 Fix resetting tasks when Compute Engine startsEric Hartmann2017-10-272-7/+3
|
* Fix quality flawsGrégoire Aubert2017-10-275-6/+5
|
* fix displaying rule profiles (#2764)Stas Vilchik2017-10-267-21/+113
|
* SONAR-10002 Clear install error on restartDuarte Meneses2017-10-262-4/+7
|
* Fix quality flawsJulien Lancelot2017-10-262-3/+2
|
* Dont show by default the scrollbar in scrallable modalsGrégoire Aubert2017-10-261-2/+1
|