aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unused IT projectsSébastien Lesaint2016-06-029-77/+0
|
* SONAR-3321 add debug of scorematrix in FileMoveDetectionStepSébastien Lesaint2016-06-021-31/+62
|
* SONAR-7537 add issue change when issue is moved to new fileSébastien Lesaint2016-06-025-11/+81
|
* SONAR-3321 support file move in issue trackingSébastien Lesaint2016-06-028-16/+333
|
* SONAR-3321 add step detecting file movesSébastien Lesaint2016-06-0215-0/+1597
|
* SONAR-3321 IssueMapper#updateIfBeforeSelectedDate updates componentUuidSébastien Lesaint2016-06-023-3/+9
| | | | this is now possible because issues can move from one component to another if a file move has been detected
* Automatic merge from branch-5.6ssjenka2016-06-020-0/+0
|\ | | | | | | | | | | * origin/branch-5.6: Update version to 5.6-SNAPSHOT Release 5.6
| * Update version to 5.6-SNAPSHOTTom2016-06-0156-56/+56
| |
| * Release 5.65.6Tom2016-06-0156-56/+56
| |
* | Automatic merge from branch-5.6ssjenka2016-06-019-40/+94
|\| | | | | | | | | | | | | | | * origin/branch-5.6: Deprecate SonarPlugin in favour of Plugin SONAR-7681 Use public implementation of List in MyBatis SONAR-7681 WS api/ce/activity requires administer permissions when searching with a task id SONAR-7669 WS api/issues/search createdBefore cannot be equal to createdAfter
| * Deprecate SonarPlugin in favour of PluginSimon Brandhof2016-06-012-2/+2
| |
| * SONAR-7681 Use public implementation of List in MyBatisTeryk Bellahsene2016-05-313-9/+13
| |
| * SONAR-7681 WS api/ce/activity requires administer permissions when searching ↵Teryk Bellahsene2016-05-312-10/+44
| | | | | | | | with a task id
| * SONAR-7669 WS api/issues/search createdBefore cannot be equal to createdAfterTeryk Bellahsene2016-05-313-19/+35
| |
* | SONAR-7616 apply new default JVM settings of ES 2.3Simon Brandhof2016-05-313-7/+7
| |
* | SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-31108-878/+954
| |
* | [Travis] enable on_start notification alwaysSébastien Lesaint2016-05-311-0/+1
| |
* | refactor code page (#912)Stas Vilchik2016-05-3026-1355/+782
| |
* | Automatic merge from branch-5.6ssjenka2016-05-301-2/+1
|\| | | | | | | | | * origin/branch-5.6: change wording on the Setup page
| * change wording on the Setup pageStas Vilchik2016-05-301-2/+1
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-302-4/+6
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: prepare for next development iteration on release branch reverse deploy exclusion cause they fails QA re-enable tests on release release 5.6-RC2 handle release distribution from travis
| * prepare for next development iteration on release branchTom2016-05-2756-56/+56
| |
| * reverse deploy exclusion cause they fails QA5.6-RC2Tom2016-05-273-187/+7
| |
| * re-enable tests on releaseTom2016-05-271-1/+0
| |
| * release 5.6-RC2Tom2016-05-2756-56/+56
| |
| * handle release distribution from travisTom2016-05-273-5/+188
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-271-3/+3
|\| | | | | | | | | * origin/branch-5.6: Fix compilation of perf test
| * Fix compilation of perf testSimon Brandhof2016-05-271-3/+3
| | | | | | | | due to upgrade to orch 2.11
* | Revert "Fix quality flaws"Simon Brandhof2016-05-271-2/+18
| | | | | | | | This reverts commit ecfe664af2ce73e0bf6b06de0c08ab6fc7ef7cbf.
* | Fix quality flawsSimon Brandhof2016-05-271-18/+2
| |
* | More stable ProcessUtilsTestSimon Brandhof2016-05-271-1/+1
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-274-10/+9
|\| | | | | | | | | * origin/branch-5.6: Upgrade to Orchestrator 3.11
| * Upgrade to Orchestrator 3.11Simon Brandhof2016-05-274-10/+9
| | | | | | | | Fixes some FP with download of plugins
* | Automatic merge from branch-5.6Jenkins CI2016-05-2726-77/+46
|\| | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7652 fix connection to SQL AzureSimon Brandhof2016-05-265-9/+9
| | | | | | | | | | Support of SSL connection is fixed by upgrading to Microsoft driver 4.2.
| * Upgrade version of java 8 on TravisSimon Brandhof2016-05-261-0/+7
| |
| * SONAR-7653 remove useless codeSimon Brandhof2016-05-266-38/+2
| | | | | | | | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
| * SONAR-7653 remove Java option XX:MaxPermSizeSimon Brandhof2016-05-2612-15/+14
| | | | | | | | this option is dropped from java 8
| * SONAR-7587 end of support of Java 7Simon Brandhof2016-05-264-15/+14
| | | | | | | | | | | | | | | | | | - Upgrade to parent 34, which compiles with java 8 and disable javadoc lints - Compilation with java 8 on Travis - Fix ambiguities in assertJ
* | Automatic merge from branch-5.6Jenkins CI2016-05-261-22/+25
|\| | | | | | | | | * origin/branch-5.6: fix unwanted WS call when QG is green
| * fix unwanted WS call when QG is greenStas Vilchik2016-05-251-22/+25
| |
* | Automatic merge from branch-5.6Jenkins CI2016-05-255-77/+25
|\| | | | | | | | | | | | | * origin/branch-5.6: Remove a Selenium test because of FP fix TechnicalDebtWidgetTest by using dynamic date Try to improve IT checks
| * Remove a Selenium test because of FPJulien Lancelot2016-05-252-70/+0
| |
| * fix TechnicalDebtWidgetTest by using dynamic dateStas Vilchik2016-05-251-2/+10
| |
| * Try to improve IT checksJulien Lancelot2016-05-253-60/+70
| |
* | Refactor scope of DbTesterSimon Brandhof2016-05-2450-198/+59
| | | | | | | | | | | | so that it is always @Rule but not @ClassRule. That allows to drop calls to truncateTables() from tests. Each db test is ensured to be isolated.
* | Refactor usage of EsTesterSimon Brandhof2016-05-2463-397/+221
| | | | | | | | | | | | This JUnit ExternalResource has to be used as @Rule but not @ClassRule in order to prepare move to Elasticsearch 2.x.
* | SONAR-7613 remove _id path from views/view indexSimon Brandhof2016-05-241-2/+0
| |
* | SONAR-7613 remove _id path from users/user indexSimon Brandhof2016-05-241-3/+0
| |
* | SONAR-7613 EsTester must index without doc idSimon Brandhof2016-05-2410-55/+78
| | | | | | | | Remove the method EsTester#putDocuments(String index, String type, Map<String, Object>... docs)