aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8798 delete maven module sonar-searchSébastien Lesaint2017-09-051-6/+0
* SONAR-9239 configure log4j to log as before in es.logSébastien Lesaint2017-09-052-2/+4
* Improve coverage of QProfileResetImplJulien Lancelot2017-09-051-0/+120
* Improve coverage of ComponentTreeActionJulien Lancelot2017-09-051-0/+21
* SONAR-9721 Stabilize TelemetryDaemonTestTeryk Bellahsene2017-09-051-8/+8
* SONAR-9426 Set external identity info when reactivating local userJulien Lancelot2017-09-054-19/+31
* SONAR-9426 Split tests of UserUpdaterJulien Lancelot2017-09-052-436/+522
* SONAR-8299 let the number of issues per rule be correct, even if many rules a...Daniel Schwarz2017-09-051-0/+5
* SONAR-9395 Stop the logback context during shutdownEric Hartmann2017-09-041-0/+4
* SONAR−9721 fix InfoAction class dependency on web followersSébastien Lesaint2017-09-015-6/+76
* SONAR-9721 Do not fail when server stops after opt-outTeryk Bellahsene2017-08-301-0/+3
* SONAR-9721 ES index project_measures indexes 'lines' metricTeryk Bellahsene2017-08-301-1/+3
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-301-1/+2
* SONAR-9722 Add telemetry data to WS api/system/infoTeryk Bellahsene2017-08-308-34/+112
* SONAR-9721 Extract TelemetryDataLoader from TelemetryDataDaemonTeryk Bellahsene2017-08-308-33/+229
* SONAR-9721 Send ncloc by language in telemetry reportTeryk Bellahsene2017-08-303-4/+13
* SONAR-9721 Aggregate ncloc by language in the project measures ES indexTeryk Bellahsene2017-08-304-13/+50
* SONAR-9721 Feed ncloc_language_distrution to project measures ES indexTeryk Bellahsene2017-08-303-2/+32
* SONAR-9721 Send project measures statisticsTeryk Bellahsene2017-08-306-18/+240
* SONAR-9721 Send SonarQube and plugins versionsTeryk Bellahsene2017-08-304-6/+68
* SONAR-9721 Refactor TelemetryDaemonTeryk Bellahsene2017-08-303-55/+74
* SONAR-9721 Log a debug message when checking telemetry failsTeryk Bellahsene2017-08-302-9/+4
* SONAR-9721 Drop use of TelemetryUrl and TelemetryFrequencyTeryk Bellahsene2017-08-305-146/+17
* SONAR-9721 Telemetry properties defined in a specific PropertyDefinition classTeryk Bellahsene2017-08-308-113/+25
* SONAR-9721 Opt-out of telemetry with a propertyTeryk Bellahsene2017-08-304-6/+69
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-302-9/+72
* SONAR-9721 Send Server UUID to Telemetry serverTeryk Bellahsene2017-08-3013-0/+633
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-292-89/+35
* SONAR-9683 test of rule search facets (when searching deactivated rules)Daniel Schwarz2017-08-251-0/+113
* Remove setup data from DuplicationsParserTestJulien Lancelot2017-08-2411-191/+102
* Rename DbTester#measureDbTester to measuresJulien Lancelot2017-08-233-36/+36
* Fix too many commits after MAX_BATCH_SIZE is reachedEric Hartmann2017-08-211-0/+1
* SONAR-9734 fix Quality flawsSimon Brandhof2017-08-216-9/+8
* SONAR-9734 use try-with-resources instead of finally blocksSimon Brandhof2017-08-213-17/+6
* SONAR-9734 fix file leaksSimon Brandhof2017-08-213-13/+16
* Sanitize SearchActionComponentsTestJulien Lancelot2017-08-212-295/+177
* SONAR-9708 Fix api/ce/activity when queue has no projectJulien Lancelot2017-08-162-5/+20
* SONAR-9708 Return 'incremental' field on tasks in queueJulien Lancelot2017-08-169-86/+223
* 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