aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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-305-11/+42
* 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
* Db column INTERNAL_PROPERTIES.kee is a VARCHAR(20)Teryk Bellahsene2017-08-301-1/+1
* 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-309-114/+26
* 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 do not display settings page for portfoliosStas Vilchik2017-08-291-1/+1
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-297-93/+286
* SONAR-9758 Support Oracle JDBC driver 12.2.0.1.0Simon Brandhof2017-08-281-2/+2
* Improve DB migration 1267 on MySQLSimon Brandhof2017-08-251-3/+11
* Fix style regression on projects facets (leak)Grégoire Aubert2017-08-254-6/+10
* Reorganize the measures page sidebarGrégoire Aubert2017-08-259-165/+214
* Invert y axis of project and coverage overview bubblecharts on measures pageGrégoire Aubert2017-08-253-3/+9
* Fix tags search in rules pageGrégoire Aubert2017-08-251-1/+1
* SONAR-9376 Update footer to correctly resize on the new page layoutGrégoire Aubert2017-08-257-15/+22
* Fix leak period background when zoomed on activity graphsGrégoire Aubert2017-08-251-0/+1
* SONAR-9521 Add sparator between ws descriptions (hum and rewrite to ts)Grégoire Aubert2017-08-2534-945/+1919
* Migrate to ts and improve CheckboxGrégoire Aubert2017-08-256-100/+105
* SONAR-9747 Make components and global settings independant from each others i...Grégoire Aubert2017-08-2519-62/+94
* Fix y axis placement on measures page overview graphsGrégoire Aubert2017-08-251-2/+3
* Fix bad display of project dashboard page on small screensGrégoire Aubert2017-08-256-57/+44
* SONAR-9683 test of rule search facets (when searching deactivated rules)Daniel Schwarz2017-08-251-0/+113
* SONAR-9436 Expose intl context and some date componentsGrégoire Aubert2017-08-252-1/+10
* Use date parsing function from date-fns instead of new Date()Grégoire Aubert2017-08-2565-262/+326
* SONAR-9385 SONAR-9436 Replace moment with react-intlGrégoire Aubert2017-08-2591-880/+1104
* SONAR-9745 Drop support of Microsoft SQLServer 2012Simon Brandhof2017-08-242-2/+19
* Use VARCHAR2 on Oracle instead of VARCHARSimon Brandhof2017-08-245-7/+7
* Remove setup data from DuplicationsParserTestJulien Lancelot2017-08-2411-191/+102
* Rename DbTester#fileSourceTester to fileSourcesJulien Lancelot2017-08-232-5/+5
* Rename DbTester#measureDbTester to measuresJulien Lancelot2017-08-234-37/+37
* move some helpers to ts (#2399)Stas Vilchik2017-08-2314-137/+152
* SONAR-9283 fix dropped support of empty properties in PropsSébastien Lesaint2017-08-222-11/+5
* SONAR-9283 harden Props against non trimmed stringsSébastien Lesaint2017-08-222-38/+88
* 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
* Remove DbUnit from ComponentDaoTestJulien Lancelot2017-08-2119-1953/+412
* Sanitize SearchActionComponentsTestJulien Lancelot2017-08-213-297/+184
* update node and yarnStas Vilchik2017-08-211-2/+2