aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-9820 update telemetry format - list instead of mapTeryk Bellahsene2017-10-031-7/+11
|
* Adjust perf tests thresholdDuarte Meneses2017-10-031-1/+1
|
* Avatar resolver fails when email is emptyTeryk Bellahsene2017-10-031-1/+1
|
* Fix instability of integration tests on OracleSimon Brandhof2017-10-021-3/+3
| | | | | | A SonarQube server is hardly stopped when JVM process shutdowns. JDBC connections are kept open. These orphan connections are correctly closed by all databases except Oracle.
* SONAR-9896 Webhook must support basic authenticationSimon Brandhof2017-10-022-4/+3
|
* SONAR-1330 Check edit permissions in qprofiles WSJulien Lancelot2017-10-021-31/+74
|
* SONAR-1330 Return available actions in api/qualityprofiles/searchJulien Lancelot2017-10-021-32/+67
|
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-021-0/+90
|
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-022-0/+128
|
* Adjust perf timingsDuarte Meneses2017-10-021-1/+1
|
* SONAR-8730 use existing L18n for types in new issue notificationsSébastien Lesaint2017-10-021-12/+9
|
* SONAR-7024 global report failure notif only on administrated projectsSébastien Lesaint2017-10-021-16/+33
|
* SONAR-9534 add ITSébastien Lesaint2017-10-021-251/+209
|
* SONAR-4824 Add ITs for notificationsEric Hartmann2017-10-024-136/+290
|
* SONAR-7024 add IT on Report analysis failure notificationsSébastien Lesaint2017-10-022-1/+267
|
* SONAR-9552 add version to New Issues notification emailsSébastien Lesaint2017-10-021-14/+29
|
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-022-10/+42
|
* SONAR-9771 remove "SonarQube" from wording of links in notificationsSébastien Lesaint2017-10-021-3/+3
|
* SONAR-9725 grammar support for single rule in Builtin QP notificationSébastien Lesaint2017-10-021-2/+2
|
* SONAR-8730 replace severity by rule type in new issues notificationsSébastien Lesaint2017-10-021-1/+1
|
* SONAR-9144 send notifications only for issues on the leak periodSébastien Lesaint2017-10-022-4/+76
|
* Temporarily disable integration tests on clusteringSimon Brandhof2017-10-021-0/+2
| | | | Need more than 1 CPU on the test environment.
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-021-1/+1
| | | | | | | | | | | | | | | | * Avoid creation of intermediary array * SONAR-6959 Speed-up copy of custom measures in Compute Engine * Use light object to get key/uuid map of components * Avoid always formatting string * Minor refactoring * Avoid cost of hash * Ajust perf tests
* SONAR-8502 IT that verifies the status quo of the quality gate display on ↵Daniel Schwarz2017-09-291-0/+100
| | | | the project page
* Adjust performance tests expected timingsJulien Lancelot2017-09-284-5/+5
|
* Fix StartupIndexationTest false-positiveEric Hartmann2017-09-281-1/+1
|
* SONAR-9802 add section "CE Logging" to standalone mode of api/system/infoSimon Brandhof2017-09-261-1/+2
|
* SONAR-9802 remove TODO in ClusterTestSimon Brandhof2017-09-261-1/+0
|
* SONAR-9802 improve name of Database sectionsSimon Brandhof2017-09-263-3/+5
|
* SONAR-9802 fix support of overridden cluster nameSimon Brandhof2017-09-261-0/+18
|
* SONAR-9802 Add IT for cluster mode system info pageGrégoire Aubert2017-09-264-14/+73
|
* SONAR-9802 Fix quality flawsDaniel Schwarz2017-09-262-4/+4
|
* SONAR-9802 allow to change the log level of a clusterDaniel Schwarz2017-09-262-20/+36
|
* SONAR-9802 complete system info pageSimon Brandhof2017-09-268-129/+175
|
* SONAR-9802 fail restarting attempts on cluster nodesDaniel Schwarz2017-09-261-0/+20
|
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-261-0/+19
| | | | | | | Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response)
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-262-2/+2
|
* SONAR-9865 Sanitize WS api/qualityprofiles/*Teryk Bellahsene2017-09-268-20/+22
| | | | | | | - functional key of a quality profile is: name, language and organization - quality profile name is named 'name' - quality profile key is named 'key' - quality profile key parameter is deprecated when appropriate
* SONAR-9762 rename test classDaniel Schwarz2017-09-262-3/+3
|
* SONAR-9704 enable ITDaniel Schwarz2017-09-261-0/+2
|
* Add missing disableOrganizations() in BranchTestJulien Lancelot2017-09-261-1/+1
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-252-1/+3
|
* harden TechnicalDebtMeasure ITSébastien Lesaint2017-09-213-156/+357
|
* Set a version on each analysis to prevent 1 year old snapshots to be purgedJulien HENRY2017-09-181-2/+3
|
* SONAR-9301 Support HTTP redirect on scanner sideDuarte Meneses2017-09-152-3/+112
|
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-141-1/+6
|
* SONAR-9762 Purge must not catch exceptionEric Hartmann2017-09-144-15/+121
|
* Close logsTailer when closing ComputeEngineEric Hartmann2017-09-141-1/+3
|
* Remove duplicate licenceEric Hartmann2017-09-141-20/+0
|
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-149-3/+312
|