aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9616 api/navigation/global returns branchesEnabledJulien Lancelot2017-09-121-0/+12
|
* SONAR-9616 Add IT on api/project_branches/listJulien Lancelot2017-09-122-1/+58
|
* Adjusting performance tests expectationsDuarte Meneses2017-09-121-2/+2
|
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-122-0/+6
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-1230-30/+30
|
* Release 6.6-M1Simon Brandhof2017-09-1230-30/+30
|
* SONAR-9796 remove max size limit on index field Tests.Test.stacktraceSébastien Lesaint2017-09-113-3/+4
|
* SONAR-9181 WS bulk_apply_template accepts the parameters as projects/searchTeryk Bellahsene2017-09-111-14/+56
|
* SONAR-4566 Identify old project on projects management pageStas Vilchik2017-09-111-1/+1
|
* SONAR-9784 rewrite projects management pageStas Vilchik2017-09-114-23/+15
|
* SONAR-9181 WS api/projects/bulk_delete accepts the sames parameters as ↵Teryk Bellahsene2017-09-114-10/+98
| | | | api/projects/search
* SONAR-9181 WS api/projects/search search by component keys or uuidsTeryk Bellahsene2017-09-111-1/+1
|
* SONAR-9181 WS api/projects/search filters on provisioned projectsTeryk Bellahsene2017-09-111-5/+11
|
* SONAR-9181 IT to search for provisioned projectsTeryk Bellahsene2017-09-111-0/+19
|
* SONAR-8640 WS api/projects/search query on key does partial match and is ↵Teryk Bellahsene2017-09-111-0/+26
| | | | case insensitive
* SONAR-4566 Search old projects in WS api/projects/searchTeryk Bellahsene2017-09-112-0/+78
|
* SONAR-9664 Add IT for custom rules backdatingJulien HENRY2017-09-0725-21/+357
|
* SONAR-9661 Add IT for issue backdating on plugin updateJulien HENRY2017-09-0723-20/+694
|
* Improve QualityGate ITsJulien Lancelot2017-09-063-131/+61
| | | | | Use Tester in QualityGate ITs that were not using it Remove uage of destroy as it's done in Tester#after
* Add missing QualityGateOnRatingMeasuresTest in Category1SuiteJulien Lancelot2017-09-062-65/+38
|
* Add QGateTester to clean quality gates between each ITJulien Lancelot2017-09-063-0/+121
|
* SONAR-9715 Implement a delay for finishing task in Compute EngineEric Hartmann2017-09-0513-695/+1121
|
* SONAR-9738 Fail if the cluster name differs from node to nodeDaniel Schwarz2017-09-052-2/+26
|
* Reduce memory for Elasticsearch to 128M for ITsEric Hartmann2017-09-055-0/+15
|
* SONAR-9714 Pass Elasticsearch settings in a yaml fileDaniel Schwarz2017-09-052-1/+63
| | | | instead of command line arguments
* SONAR-9731 Update clustering property namesEric Hartmann2017-09-051-7/+5
|
* SONAR-9713 Allow to upgrade a cluster without stopping search nodesEric Hartmann2017-09-052-3/+73
|
* SONAR-9712 reduce types of cluster nodes to only: application OR searchEric Hartmann2017-09-053-47/+84
|
* Add ITs on clusterEric Hartmann2017-09-055-1/+432
|
* SONAR-9590 only heap and heap dump options are now in search.javaOptsSébastien Lesaint2017-09-055-30/+0
|
* SONAR-9426 Set external identity info when reactivating local userJulien Lancelot2017-09-051-0/+23
|
* Create user only when needed in LocalAuthenticationTestJulien Lancelot2017-09-051-41/+34
|
* Add missing Tester#disableOrganizations in Category 1 ITsJulien Lancelot2017-09-053-19/+12
|
* Add SettingTester to clean settings between each ITJulien Lancelot2017-09-055-29/+160
|
* SONAR-9721 IT to test telemetry contentTeryk Bellahsene2017-08-307-104/+213
|
* SONAR-9721 Send project measures statisticsTeryk Bellahsene2017-08-301-1/+9
|
* SONAR-9721 Telemetry properties defined in a specific PropertyDefinition classTeryk Bellahsene2017-08-301-2/+2
|
* SONAR-9721 Opt-out of telemetry with a propertyTeryk Bellahsene2017-08-301-0/+21
|
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-301-0/+1
|
* SONAR-9721 Send Server UUID to Telemetry serverTeryk Bellahsene2017-08-302-0/+74
|
* SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0Simon Brandhof2017-08-281-2/+2
|
* Split tests in LocalAuthenticationTestSimon Brandhof2017-08-251-3/+11
|
* SONAR-9747 Make components and global settings independant from each others ↵Grégoire Aubert2017-08-251-0/+18
| | | | in the ui
* SONAR-7493 support long issue messages on OracleSimon Brandhof2017-08-241-0/+38
|
* Add integration test on web authentication with UTF-8 passwordSimon Brandhof2017-08-221-3/+11
|
* Fix compatibility of Selenese tests with ChromeSimon Brandhof2017-08-2217-86/+16
|
* make quality gate ITs more reliable, by not using default qgDaniel Schwarz2017-08-221-10/+27
| | | This tries to fix false positives on QualityGateTest::does_not_fail_when_condition_is_on_removed_metric
* SONAR-9734 add integration testSimon Brandhof2017-08-212-1/+56
|
* Revert "SONAR-7493 add integration test on max length of db column ↵Simon Brandhof2017-08-171-20/+0
| | | | | | | issues.message" This reverts commit 4f79e3f566e90290434c860c828508e34b46b05f. ... because return from holidays is hard
* SONAR-7493 add integration test on max length of db column issues.messageSimon Brandhof2017-08-171-0/+20
|