aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Respond with 404 when project missing in /api/project_branches (#2332)Janos Gyerik2017-09-122-3/+7
* SONAR-9674 Load branch information from scanner reportDuarte Meneses2017-09-1210-21/+50
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-121-0/+10
* SONAR-9616 Create service for api/project_branches/list WSJulien Lancelot2017-09-128-6/+177
* SONAR-9616 Support branch in api/components/treeJulien Lancelot2017-09-123-25/+144
* SONAR-9616 Support branch in api/components/showJulien Lancelot2017-09-126-11/+102
* SONAR-9616 Support branch in api/measures/component_treeJulien Lancelot2017-09-126-14/+91
* SONAR-9616 Support branch in api/measures/componentJulien Lancelot2017-09-127-14/+143
* SONAR-9682 Clean component parameters in api/measures/component_treeJulien Lancelot2017-09-128-193/+282
* SONAR-9676 Clean component parameters in api/measures/componentJulien Lancelot2017-09-126-147/+195
* SONAR-9616 Support branch in api/measures/search_historyJulien Lancelot2017-09-127-5/+93
* SONAR-9616 Support branch in api/project_analyses/searchJulien Lancelot2017-09-127-26/+106
* SONAR-9616 batch/project should fail on unknown branchJulien Lancelot2017-09-122-60/+21
* SONAR-9616 Handle branch in batch/projectJulien Lancelot2017-09-125-121/+290
* Move medium test from ProjectDataLoaderMediumTest to ProjectDataLoaderTestJulien Lancelot2017-09-121-306/+169
* SONAR-9616 Handle branch in batch/issuesJulien Lancelot2017-09-1220-99/+299
* SONAR-9616 new branch param (#2321)Janos Gyerik2017-09-126-20/+59
* SONAR-9616 add WS api/project_branches/listSimon Brandhof2017-09-1215-33/+468
* SONAR-9616 do not handle issues and file sources when purging view componentsSimon Brandhof2017-09-125-269/+28
* SONAR-9616 index the issues part of a non-main branchSimon Brandhof2017-09-1212-55/+114
* SONAR-9616 remove useless SQL join when indexing issuesSimon Brandhof2017-09-123-31/+30
* SONAR-9616 do not index branches in ES indices components and projectmeasuresSimon Brandhof2017-09-1216-30/+92
* SONAR-9616 add branch to CE API and webhook JSON payloadSimon Brandhof2017-09-1211-15/+348
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-12107-1425/+3292
* SONAR-9616 UserSession uses project to check permissions on branchesSimon Brandhof2017-09-126-7/+67
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-1252-326/+700
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-1256-56/+56
* Release 6.6-M1Simon Brandhof2017-09-1256-56/+56
* Disable incremental analysis from TravisSimon Brandhof2017-09-121-7/+0
* Fix Quality flawsSimon Brandhof2017-09-122-4/+6
* Fix Quality flawsSimon Brandhof2017-09-111-2/+0
* SONAR-5681 drop ES indices on DB vendor/schema changeSimon Brandhof2017-09-1110-71/+541
* Fix TestIndexer resiliencyEric Hartmann2017-09-112-84/+76
* Fix quality flawsEric Hartmann2017-09-112-2/+49
* Fix quality flawsEric Hartmann2017-09-111-0/+62
* Fix quality flawsEric Hartmann2017-09-114-37/+88
* Improve code coverage of TelemetryDaemonTeryk Bellahsene2017-09-112-1/+82
* Fix quality flawsTeryk Bellahsene2017-09-114-11/+4
* SONAR-9796 map with predictive order must be used for index definitionsSébastien Lesaint2017-09-111-19/+21
* SONAR-9796 remove max size limit on index field Tests.Test.stacktraceSébastien Lesaint2017-09-114-4/+5
* SONAR-9796 add KeywordFieldBuilder#disableSortingAndAggregatingSébastien Lesaint2017-09-112-29/+68
* Trigger a full analysis for every build number ending with 0, 1 or 2Teryk Bellahsene2017-09-111-3/+2
* remove obsolete elasticsearch.ymlDaniel Schwarz2017-09-111-91/+0
* Add test for EsProcessMonitorDaniel Schwarz2017-09-115-22/+176
* SONAR-9181 Drop BulkDeleteRequestTeryk Bellahsene2017-09-111-73/+0
* SONAR-9181 WS bulk_apply_template accepts the parameters as projects/searchTeryk Bellahsene2017-09-116-36/+262
* SONAR-9181 WS bulk_apply_template accepts several qualifiersTeryk Bellahsene2017-09-117-36/+61
* SONAR-9181 bulk delete projects or bulk apply template in one goStas Vilchik2017-09-1123-151/+353
* SONAR-4566 Identify old project on projects management pageStas Vilchik2017-09-1114-24/+252
* SONAR-8693 Do not allow to filter portfolios or applications by status on man...Stas Vilchik2017-09-1111-107/+204