aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bad merge of SearchActionComponentsTestJulien Lancelot2017-08-1128-786/+923
* SONAR-8798 fix quality flawsDaniel Schwarz2017-08-0910-138/+106
* SONAR-8798 move listAuthors and listTagsForComponent to AuthorsAction and Com...Daniel Schwarz2017-08-099-244/+83
* SONAR-8798 remove medium tests registration of QualityProfiles and RulesDaniel Schwarz2017-08-095-1120/+1
* SONAR-8798 convert medium tests to unit testsDaniel Schwarz2017-08-0941-2266/+1849
* SONAR-8798 reduce Elasticsearch log level to "WARN" for unit testsDaniel Schwarz2017-08-091-0/+5
* SONAR-8798 fix date histogram boundsDaniel Schwarz2017-08-091-1/+1
* SONAR-8798 remove setting "index.number_of_replicas"Daniel Schwarz2017-08-092-2/+0
* SONAR-8798 removed SearchServer and EsServerHolderDaniel Schwarz2017-08-091-118/+0
* SONAR-8798 fix storing rule key in RuleExtensionDocDaniel Schwarz2017-08-093-7/+4
* SONAR-8798 allow "epoch_second" as alternative ES date formatDaniel Schwarz2017-08-097-35/+60
* SONAR-8798 Add parent-join pluginDaniel Schwarz2017-08-092-2/+6
* SONAR-8798 do not automatically create indexes, not even in unit testsDaniel Schwarz2017-08-091-0/+1
* SONAR-8798 apply all breaking changes of ES 5.5Daniel Schwarz2017-08-099-27/+39
* SONAR-8798 move default index properties to NewIndexSébastien Lesaint2017-08-0917-105/+392
* SONAR-8798 fix quality gate status facet of project measures indexDaniel Schwarz2017-08-091-8/+8
* SONAR-8798 arbitrary types like RuleType cannot be serialized by ES 5Daniel Schwarz2017-08-091-2/+4
* SONAR-8798 fix unit testsDaniel Schwarz2017-08-099-35/+56
* SONAR-8798 update EsTester to support ES 5.XDaniel Schwarz2017-08-094-81/+1184
* SONAR-8798 term_vector must be enabled for hightlighting on field tooSébastien Lesaint2017-08-093-5/+8
* SONAR-8798 support both text and keyword string field typesSébastien Lesaint2017-08-094-21/+94
* SONAR-8798 make MetaIndex.value stored to be able to retrieve itSébastien Lesaint2017-08-092-3/+11
* SONAR-8798 term_vector only an analyzed keyword fieldsSébastien Lesaint2017-08-093-6/+5
* SONAR-8798 SearchServer starts external ES 5 processDaniel Schwarz2017-08-092-4/+5
* SONAR-8798 compile with ES 5.0.0Sébastien Lesaint2017-08-0928-301/+275
* SONAR-8798 don't store _id in document bodies anymoreSébastien Lesaint2017-08-097-21/+35
* SONAR-8798 replace any usage of SearchType.SCAN by a scroll queryDaniel Schwarz2017-08-094-17/+22
* SONAR-8798 remove (anyways ignored) sorting for RuleIndex.searchAllDaniel Schwarz2017-08-091-1/+0
* SONAR-8798 prepare for setRefresh replaced by setRefreshPolicySébastien Lesaint2017-08-097-3/+13
* SONAR-8798 prepare for type change of ES property "norms"Sébastien Lesaint2017-08-091-2/+6
* SONAR-8798 prepare changing literal values for es property "index"Daniel Schwarz2017-08-096-17/+28
* SONAR-8798 prepare move from type STRING to type TEXT or KEYWORDSébastien Lesaint2017-08-0915-111/+115
* SONAR-8798 do not reference non existing field in queriesDaniel Schwarz2017-08-091-1/+2
* SONAR-8798 store index definition hashes in separate es indexDaniel Schwarz2017-08-0913-133/+380
* Fix testDuarte Meneses2017-08-072-25/+1
* Optimize copy of scanner measuresDuarte Meneses2017-08-075-30/+119
* Fix handling of ScmInfoDuarte Meneses2017-08-072-11/+44
* Fix tests and missing componentsDuarte Meneses2017-08-073-14/+29
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-075-47/+179
* Add default measure duplications to containerDuarte Meneses2017-08-072-1/+5
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-072-3/+11
* Validate incremental pluginDuarte Meneses2017-08-072-6/+7
* Validate incremental pluginDuarte Meneses2017-08-073-7/+106
* SONAR-9621 Read cpd text blocks from DB in incremental modeDuarte Meneses2017-08-075-52/+91
* SONAR-9619 Reuse issues from last analysis for unmodified filesDuarte Meneses2017-08-076-79/+251
* SONAR-9620 Read scanner and duplication measures with incremental pluginDuarte Meneses2017-08-0714-249/+621
* SONAR-9602 Don't persist sources of unchanged filesDuarte Meneses2017-08-072-42/+105
* SONAR-9601 Read analysis incremental flag and file status from reportDuarte Meneses2017-08-0717-2/+239
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-01157-1003/+1002
* ComponentDto does not inherit anymore from ComponentJulien Lancelot2017-08-011-3/+3