Commit Graph

150 Commits

Author SHA1 Message Date
Teryk Bellahsene
55a2cf4828 SONAR-7054 Token based authentication 2015-11-24 17:45:56 +01:00
Stas Vilchik
7b7fa8b98a 7035 Use coverage measures instead of overall coverage ones on the project overview page 2015-11-24 11:21:08 +01:00
Stas Vilchik
609186f5b2 add QG large test 2015-11-19 11:14:37 +01:00
Julien HENRY
5d35e65aed Update PluginsTest 2015-11-18 16:53:43 +01:00
Teryk Bellahsene
678d27506f SONAR-6947 api/issues/search use issue.SearchWsRequest 2015-11-18 08:11:09 +01:00
Teryk Bellahsene
08d3297f4a SONAR-6947 Add tests and bug fixes 2015-11-17 13:41:34 +01:00
Duarte Meneses
55d74d47d9 SONAR-6183 Validate that coverage measures are correct regarding line number and resource 2015-11-16 15:21:43 +01:00
Julien Lancelot
2b676da5ab SONAR-6323 Replace java project by xoo project in DuplicationsTest 2015-11-16 08:44:16 +01:00
Julien Lancelot
1757a06de3 SONAR-6323 Add some ITs in CrossProjectDuplicationsTest 2015-11-16 08:44:06 +01:00
Julien Lancelot
0ecd3deb37 SONAR-6323 reactivate CrossProjectDuplicationTest 2015-11-12 11:21:25 +01:00
Duarte Meneses
3e019c0afb SONAR-7003 Refactor batch issue tracking 2015-11-11 10:25:37 +01:00
Duarte Meneses
ae7efa83dd SONAR-6978 Provide enhanced issue locations (start/end) offset in issues mode 2015-11-09 16:58:03 +01:00
Duarte Meneses
f1b4428c01 clean imports in ITs 2015-11-09 16:58:02 +01:00
Stas Vilchik
093b8c8fb4 bugfix: project permissions page shows all projects 2015-11-09 11:55:48 +01:00
Teryk Bellahsene
7468edbba7 SONAR-6916 Use Orchestrator 3.7 2015-11-09 10:12:58 +01:00
Stas Vilchik
7567526369 fix test "not_fail_with_url_ending_by_jsp" 2015-11-06 18:06:47 +01:00
Stas Vilchik
6cdb77505a SONAR-6331 display overview page by default 2015-11-06 16:59:15 +01:00
Duarte Meneses
a98d46a8aa SONAR-6931 Speed up issues mode by scanning only changed files 2015-11-05 17:18:37 +01:00
Teryk Bellahsene
2391873b4d Revert "SONAR-6916 Use Orchestrator 3.7"
This reverts commit 526e3b9053.
2015-11-05 16:50:03 +01:00
Teryk Bellahsene
526e3b9053 SONAR-6916 Use Orchestrator 3.7 2015-11-05 15:45:42 +01:00
Julien Lancelot
a9cfde9c00 Only display logs when assertions are wrong 2015-11-04 14:06:52 +01:00
Duarte Meneses
7f652d4d5e SONAR-6931 Speed up issues mode by scanning only changed files 2015-11-04 11:07:44 +01:00
Julien Lancelot
a4aa639521 Move debt ITs 2015-11-03 14:20:31 +01:00
Julien Lancelot
208cbcc4b0 Move action plan ITs 2015-11-03 14:20:31 +01:00
Duarte Meneses
3e5cbb0098 SONAR-6211 Skip project key validation in issues mode 2015-11-03 10:14:38 +01:00
Duarte Meneses
d5d4548ee4 SONAR-6108 Keep batch report if debug mode is enabled 2015-11-03 10:14:38 +01:00
Stas Vilchik
914ff85f6b SONAR-6331 improve display of measures on the project overview page 2015-11-02 10:26:53 +01:00
Julien Lancelot
bb5e171851 SONAR-6355 Fix IT 2015-10-30 11:25:31 +01:00
Julien Lancelot
a54a036bde Reactivate since_previous_version_should_use_first_analysis_when_no_version_found IT 2015-10-30 11:23:00 +01:00
Julien Lancelot
30bfb97845 Temporary ignore IT 2015-10-30 11:10:24 +01:00
Stas Vilchik
1e5830fb65 SONAR-6331 improve UX of the project overview page 2015-10-30 10:46:02 +01:00
Julien Lancelot
a352879988 Fix since_previous_version_should_use_first_analysis_when_no_version_found IT 2015-10-30 09:24:16 +01:00
Julien Lancelot
bed7d7f189 Move PurgeTest IT 2015-10-29 15:07:08 +01:00
Julien Lancelot
9eaedc99f4 Move NewIssuesMeasureTest IT 2015-10-29 14:42:25 +01:00
Julien Lancelot
becbd7e7f5 SONAR-6356 Add IT 2015-10-29 12:22:53 +01:00
Julien Lancelot
cf645d53f9 Move measure history ITs 2015-10-29 12:22:52 +01:00
Julien Lancelot
080c9d69d0 SONAR-6942 Add empty folder for preview analysis 2015-10-27 22:31:23 +01:00
Julien Lancelot
9458a06ca8 SONAR-6942 Add empty folders 2015-10-27 22:06:46 +01:00
Julien Lancelot
ffaaad24e6 SONAR-6942 Reorganize ITs 2015-10-27 21:19:57 +01:00
Julien Lancelot
2ca32f86c1 Move NetworkUtils to util package 2015-10-27 21:14:19 +01:00
Julien Lancelot
249a1dbe68 Move selenium package to util.selenium package 2015-10-27 21:14:19 +01:00
Julien Lancelot
e8b8eb2383 Mote IssuePermissionTest 2015-10-23 10:44:50 +02:00
Sébastien Lesaint
b9fef5c387 add ProjectAnalysisRule + use it in issues package
rule avoid code factoring by static code + remove code duplication + add auto reset features
also fixed licence headers in issues package
2015-10-23 10:44:16 +02:00
Sébastien Lesaint
48f46a2343 move IssueFilterExtensionTest from it-core to SQ source 2015-10-23 10:44:16 +02:00
Sébastien Lesaint
417e7c62ce move IssuePurgeTest from it-cores to SQ sources 2015-10-23 10:44:16 +02:00
Sébastien Lesaint
0235ff6fff reduce code duplication in package issue.suite 2015-10-23 10:44:15 +02:00
Sébastien Lesaint
0859e4eb39 move IssueBulkChangeTest from it-cores to SQ sources 2015-10-23 10:44:15 +02:00
Sébastien Lesaint
e0005360ba move IssueChangelogTest from it-cores to SQ sources 2015-10-23 10:44:15 +02:00
Stas Vilchik
c37f61652a Merge remote-tracking branch 'origin/branch-5.2' 2015-10-22 10:18:58 +02:00
Simon Brandhof
4181367147 SONAR-6416 apply naming conventions to parameters of WS api/tests 2015-10-21 14:11:11 +02:00