aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5531 Fix /api/issues/search when issues are linked on removed fileJulien Lancelot2014-10-086-7/+125
* Fix quality flawsJulien Lancelot2014-10-084-23/+22
* Merge from branch 4.5Julien Lancelot2014-10-081-0/+4
|\
| * SONAR-5634 - Enforce query on aggregation in RuleIndex (and test)Stephane Gamard2014-10-072-3/+7
* | Added assertion in DeleteKey actionStephane Gamard2014-10-082-2/+15
* | updated DeleteKey TestStephane Gamard2014-10-082-4/+4
* | added license headerStephane Gamard2014-10-081-0/+19
* | fixed sticky facetsStephane Gamard2014-10-081-6/+6
* | add test for DeleteKey es cluster actionStephane Gamard2014-10-081-0/+42
* | fix quality flawStephane Gamard2014-10-081-3/+3
* | Remove dead or commented-out code in sonar-serverSimon Brandhof2014-10-0748-545/+95
* | Fix quality flawsSimon Brandhof2014-10-072-2/+2
* | SONAR-5623 fix issues index when calling upload report WSJulien Lancelot2014-10-071-1/+3
* | SONAR-5623: fix to re-index issues at WS callTeryk Bellahsene2014-10-071-0/+4
* | Fix quality flawJulien Lancelot2014-10-071-0/+1
* | SONAR-5626: Analyze report serviceTeryk Bellahsene2014-10-067-254/+270
* | Automatic merge from branch-4.5Jenkins CI2014-10-061-1/+1
|\|
| * SONAR-5697 Remove E/S response and add exception to logJulien Lancelot2014-10-061-13/+1
* | Fix quality flawJulien Lancelot2014-10-062-9/+5
* | SONAR-5697 Remove E/S response and add exception to logJulien Lancelot2014-10-061-1/+1
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-062-1/+26
|\|
| * SONAR-5594 The name of a quality profile cannot be blankJean-Baptiste Lievremont2014-10-062-1/+26
* | SONAR-5687 - Added cluster mode which sets replication factor to 1Stephane Gamard2014-10-064-17/+54
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-062-6/+7
|\|
| * SONAR-5634 - Implemented facets as sticky (multi-select) facets for RuleIndexStephane Gamard2014-10-033-87/+260
* | SONAR-5626 find and book next available analysis reportTeryk Bellahsene2014-10-0311-40/+286
* | Fix quality flawsJulien Lancelot2014-10-037-77/+75
* | SONAR-5529 Fix sort by Status in /api/issues/searchJulien Lancelot2014-10-032-5/+25
* | SONAR-5634 - Implemented facets as sticky (multi-select) facets for RuleIndexStephane Gamard2014-10-031-2/+5
* | SONAR-5531 Return component id in each issues of /api/issues/search to fix Ec...Julien Lancelot2014-10-032-3/+20
* | Fix quality flawJulien Lancelot2014-10-031-6/+3
* | SONAR-5666 Do not return E/S response in FULL profiling levelJulien Lancelot2014-10-031-12/+0
* | SONAR-5634 - Implemented facets as sticky (multi-select) facets for RuleIndexStephane Gamard2014-10-031-10/+10
* | SONAR-5634 - Implemented facets as sticky (multi-select) facets for RuleIndexStephane Gamard2014-10-034-92/+255
* | SONAR-5548 - Moved ES analyzer definition to indices rather than to node conf...Stephane Gamard2014-10-031-1/+1
* | SONAR-5686 - Updated settings for IssueIndex to 4 shardsStephane Gamard2014-10-033-1/+22
* | SONAR-5626 get next report mecanism dao implemented and interfaces defined. T...Teryk Bellahsene2014-10-0212-18/+307
* | SONAR-5620 Don't fail build when no provider is detectedJulien HENRY2014-10-0216-16/+16
* | SONAR-5645 Blacklist SCM Activity pluginJulien HENRY2014-10-021-10/+21
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-0216-16/+32
* | SONAR-5658 Add a new field to index severities ordinalJulien Lancelot2014-10-023-13/+46
* | SONAR-5663 Fix issue when updating provisioned project keyJulien Lancelot2014-10-025-30/+127
* | SONAR-5663 Reindex issues when renaming a project KeyJulien Lancelot2014-10-0213-40/+447
* | SONAR-5603 Remove useless select methods using IssueQuery in IssueDaoJulien Lancelot2014-10-027-16/+457
* | SONAR-5603 Get issues from E/S in Unresolved Issues per Assignee widgetJulien Lancelot2014-10-0210-172/+109
* | SONAR-5529 Move IssueQuery from api to serverJulien Lancelot2014-10-0220-40/+187
* | SONAR-5529 Remove IssueFinder API and all related classesJulien Lancelot2014-10-0213-983/+68
* | Fix mergeJulien Lancelot2014-10-021-3/+0
* | SONAR-5603 Replace rails usage of IssueFinder by IssueService in issue filter...Julien Lancelot2014-10-028-204/+283
* | SONAR-5603 Replace rails usage of IssueFinder by IssueService in /issue/showJulien Lancelot2014-10-0213-103/+188