Commit Graph

88 Commitit

Tekijä SHA1 Viesti Päivämäärä
Teryk Bellahsene
28acbfa672 Clean PermissionTemplateService and associated classes 2015-09-28 16:34:53 +02:00
Julien HENRY
2e24cfd57b SONAR-6665 Fix StackOverflow error when analyzing project with several modules having same key 2015-09-25 14:08:48 +02:00
Sébastien Lesaint
44236bb6fb SONAR-5876 add SqaleNewMeasuresVisitor to compute new_sqale_debt_ratio 2015-09-22 17:20:56 +02:00
Sébastien Lesaint
cdc80719e4 move IT NewTechnicalDebtMeasureTest to SQ repo
and rename it TechnicalDebtMeasureVariationTest
2015-09-22 17:20:56 +02:00
Simon Brandhof
b7e73ea7bd SONAR-6861 Drop the property "sonar.preventAutoProjectCreation" 2015-09-18 23:48:48 +02:00
Sébastien Lesaint
a4a4d9f3e9 SONAR-6787 add IT ensuring periods 4&5 @ project level are supported 2015-09-17 12:23:56 +02:00
Julien Lancelot
18c1eac42c Move remaining ITs of IssueWorkflowTest 2015-09-16 15:25:52 +02:00
Stas Vilchik
1e26480cb2 SONAR-6331 revert overview page 2015-09-16 10:12:15 +02:00
Duarte Meneses
4af51da208 Improve FileCache tests 2015-09-14 17:29:40 +02:00
David Gageot
fd64661844 Cleanup code 2015-09-14 09:15:42 +02:00
David Gageot
ea1a6ab214 Stop using random ports. It causes FP
The same port can be given twice before the processes
are started.
On Travis, we know all those ports are free. We still
check with nc, just to be sure.
2015-09-14 08:51:30 +02:00
David Gageot
8a834639a6 Use latest orchestrator 2015-09-11 08:45:51 +02:00
Julien HENRY
01810a1cf4 Fix unassociated mode IT 2015-09-09 12:48:32 +02:00
Duarte Meneses
4be016e61f SONAR-6817 Issues mode should support analysis of projects not associated 2015-09-09 11:57:38 +02:00
David Gageot
2aa3508b7a Port almost all remaining Selenium tests 2015-09-04 15:57:42 +02:00
Julien HENRY
874e8fdfd7 Limit amount of logs produced by batch ITs 2015-09-04 10:47:57 +02:00
Duarte Meneses
f1025acb71 SONAR-6832 - Stop support SQ Runner <= 2.3 2015-09-04 10:33:16 +02:00
David Gageot
5c07e5e99a Remove some more potential FP 2015-09-02 19:29:13 +02:00
David Gageot
0597706afe Improve Selenium code 2015-09-02 19:29:12 +02:00
David Gageot
c832373a72 Better regexp support for Selenium its 2015-09-02 19:29:12 +02:00
David Gageot
c392aadff1 Make sure each IT is isolated 2015-09-02 19:29:12 +02:00
David Gageot
6bdbfb0f7b Add missing headers 2015-09-02 19:29:12 +02:00
David Gageot
feb61fd174 Revert "Better regexp support for Selenium its"
This reverts commit b7d62595b9.
2015-09-02 17:26:23 +02:00
David Gageot
b2879de7de Revert "Make sure each IT is isolated"
This reverts commit 2fdbf71a68.
2015-09-02 17:26:15 +02:00
David Gageot
2fdbf71a68 Make sure each IT is isolated 2015-09-02 16:14:08 +02:00
David Gageot
b7d62595b9 Better regexp support for Selenium its 2015-09-02 16:00:35 +02:00
David Gageot
7bf080b812 Revert "Better regexp support for Selenium its"
This reverts commit aa224322a2.
2015-09-02 16:00:25 +02:00
David Gageot
aa224322a2 Better regexp support for Selenium its 2015-09-02 14:46:52 +02:00
David Gageot
bdf5c4dfcc Better default value for second it cateogy 2015-09-02 14:46:52 +02:00
David Gageot
d8efb97a94 Group its 2015-09-02 14:25:02 +02:00
David Gageot
60fc38d183 Give a Try to a better? selenium framework 2015-09-02 13:02:17 +02:00
David Gageot
01830ed409 This selenium action is useless 2015-08-31 18:48:55 +02:00
David Gageot
d70621b406 Remove unused throw clauses 2015-08-31 18:48:55 +02:00
Simon Brandhof
2879d869c1 SONAR-6812 Improve format of generated UUIDs for better usage of Lucene 2015-08-28 22:46:56 +02:00
Simon Brandhof
8e8a0af778 Exclude LITS plugin from it-plugins 2015-08-28 18:53:25 +02:00
Stas Vilchik
7fc1afc677 drop IT for project permissions 2015-08-27 09:32:14 +02:00
Stas Vilchik
223bcb955b use the single web app 2015-08-26 10:12:03 +02:00
Duarte Meneses
a805e4796f SONAR-6665 StackOverflow error when analyzing project with several modules having same key 2015-08-24 09:54:39 +02:00
Duarte Meneses
7370c19e9a SONAR-6721 Prevent running concurrent batch processes on the same physical project 2015-08-21 13:55:09 +02:00
Duarte Meneses
61c699b1e6 Improve tests 2015-08-19 10:50:06 +02:00
Duarte Meneses
2a5eea17c2 Migrate batch ITs 2015-08-18 09:36:10 +02:00
Sébastien Lesaint
75dbc1e0c5 remove use of project.version in dependencyManagement
use of project.version in dependencyManagement leads to build error in IT plugins with Maven 3.3
(in these plugins, project.version is 1.0-SNAPSHOT, in Maven 3.2 dependencies which version is declared ${project.version} in root pom.xml resolve to 5.2-SNAPSHOT but with Maven 3.3 they resolve to 1.0-SNAPSHOT, which causes errors)
2015-08-12 14:24:36 +02:00
Stas Vilchik
acc6ce051d fix ITs 2015-08-10 17:11:54 +02:00
Simon Brandhof
f29c36073b Fix selenium id in ProjectAdministrationTest 2015-07-31 10:40:12 +02:00
Julien Lancelot
1d155007f2 Reactivate administration and server ITs 2015-07-28 11:24:14 +02:00
Julien Lancelot
cdd8269741 Clean of db must be done before executing the test 2015-07-28 10:36:42 +02:00
Simon Brandhof
b9fbae1363 Compute engine must not load ActiveRules with status REMOVED 2015-07-28 08:02:43 +02:00
Julien Lancelot
43c90314a4 Fix ITs 2015-07-27 17:16:18 +02:00
Julien Lancelot
3fb4249c84 Move server ITs to there own category 2015-07-27 16:04:47 +02:00
Julien Lancelot
d70c2677f8 Add missing I18n class in suite 2015-07-27 15:34:11 +02:00