aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9564 WS api/components/measures/component and component_tree do not fai...Teryk Bellahsene2017-08-163-15/+55
* Fix quality flawTeryk Bellahsene2017-08-161-1/+1
* SONAR-9708 Return incremental field in api/ce/componentJulien Lancelot2017-08-111-37/+81
* SONAR-9708 Return incremental field in api/ce/activityJulien Lancelot2017-08-113-82/+158
* Remove hard coded uuid from ActivityActionTestJulien Lancelot2017-08-111-80/+85
* 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-0910-31/+39
* SONAR-8798 configure log4j to slf4j bridge for transport clientSébastien Lesaint2017-08-091-5/+20
* SONAR-8798 use TransportClient to check node is operationalSébastien Lesaint2017-08-091-11/+3
* 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-095-81/+1191
* 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-093-8/+20
* SONAR-8798 compile with ES 5.0.0Sébastien Lesaint2017-08-0929-304/+281
* 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