aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-141-15/+91
|
* Close logsTailer when closing ComputeEngineEric Hartmann2017-09-141-1/+3
|
* SONAR-9762 Implement resiliency on startupEric Hartmann2017-09-144-3/+155
|
* SONAR-9760 Throw an exception when indexation is failingEric Hartmann2017-09-141-1/+31
|
* SONAR-9587 exclude non used ES modules from distribution zipSébastien Lesaint2017-09-131-1/+1
|
* SONAR-9741 fix FP in ClusterTestSébastien Lesaint2017-09-131-4/+1
|
* SONAR-9741 harden ES status check when no node can be contactedSébastien Lesaint2017-09-131-3/+1
| | | | or any other Exception occuring while checking ES cluster status
* SONAR-9741 add authentication to api/system/healthSébastien Lesaint2017-09-134-7/+28
|
* SONAR-9741 add integration testsSimon Brandhof2017-09-136-49/+211
|
* SONAR-9741 make NetworkUtils an interfaceSébastien Lesaint2017-09-132-2/+2
| | | | to allow unit testing
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-132-2/+2
|
* SONAR-9740 support system passcode in WSSimon Brandhof2017-09-132-1/+98
|