aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7952 New metric « Duplicated blocks on new code »Teryk Bellahsene2016-08-123-282/+194
* SONAR-7951 New metric « Duplicated lines on new code »Teryk Bellahsene2016-08-126-5/+650
* SONAR-7930 WS api/components/bulk_update_key dry run fails when invalid keyTeryk Bellahsene2016-08-121-0/+10
* SONAR-7928 SONAR-7929 Update and bulk update of component key does not update...Teryk Bellahsene2016-08-112-2/+12
* SONAR-7929 WS api/components/blulk_update_key update description of required ...Teryk Bellahsene2016-08-111-1/+0
* SONAR-7928 WS api/components/update_key update description of required permis...Teryk Bellahsene2016-08-111-1/+0
* Fix typo of api/components descriptionTeryk Bellahsene2016-08-111-1/+1
* SONAR-7920 limit max length of link name and urlStas Vilchik2016-08-112-7/+54
* SONAR-7958 fix UUID_PATH of file created by ComponentTestingSébastien Lesaint2016-08-1043-272/+274
* SONAR-7958 populate PROJECTS.B_UUID_PATH in PersistComponentsStepSébastien Lesaint2016-08-102-17/+50
* SONAR-7654 API to propagate props from scanner to CESimon Brandhof2016-08-066-10/+140
* SONAR-7581 ability to have user login in access.logSimon Brandhof2016-08-062-29/+39
* SONAR-7943 WS api/qualitygates/deselect handles deselect by project uuid and ...Teryk Bellahsene2016-08-057-46/+330
* SONAR-7924 WS api/qualitygates/select projectId parameter handles project id ...Teryk Bellahsene2016-08-052-9/+45
* SONAR-7903 buffer stream when saving and reading reportsSimon Brandhof2016-08-052-4/+10
* SONAR-7903 delete old reports from FSSimon Brandhof2016-08-053-0/+150
* SONAR-7903 Drop pending tasksSimon Brandhof2016-08-052-8/+0
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-0523-574/+138
* SONAR-7908 correctly close ES TransportClientSimon Brandhof2016-08-057-15/+105
* Rename ResourceKeyUpdaterDao to ComponentKeyUpdaterDaoTeryk Bellahsene2016-08-052-4/+4
* SONAR-7929 Create WS api/components/bulk_update_keyTeryk Bellahsene2016-08-058-85/+525
* SONAR-7928 SONAR-4770 Create WS api/components/update_keyTeryk Bellahsene2016-08-057-201/+591
* SONAR-7928 Update api/components descriptionTeryk Bellahsene2016-08-051-1/+2
* SONAR-7933 WS api/navigation/component remove dashboard from json exampleTeryk Bellahsene2016-08-041-6/+0
* SONAR-7908 rename property sonar.cluster.web.startupLeaderSimon Brandhof2016-08-032-3/+3
* SONAR-7899 Fix sonar.cluster.startupLeader when local ES is enabledSimon Brandhof2016-08-032-2/+25
* SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-0310-57/+206
* SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
* Improve ServerIdGeneratorTestSimon Brandhof2016-08-022-29/+15
* Drop unused internal WS api/activities/searchSimon Brandhof2016-08-0211-482/+4
* Drop unused class RubyQProfileActivityServiceSimon Brandhof2016-08-019-399/+14
* SONAR-7899 Fix availability of startup metadata in settingsSimon Brandhof2016-08-015-18/+19
* SONAR-7924 Modify WS api/qualitygates/select to accept project key (#1126)Stas Vilchik2016-07-296-31/+377
* Fix property sonar.core.startTimeSimon Brandhof2016-07-294-9/+13
* Fix quality flawsSimon Brandhof2016-07-291-20/+14
* Fix Quality flawsSimon Brandhof2016-07-291-6/+4
* SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-2923-220/+648
* Rename Quality Gate WS classesTeryk Bellahsene2016-07-2921-86/+86
* SONAR-7899 Remove coupling of ServerPluginRepository on ServerSimon Brandhof2016-07-292-14/+14
* Use Java8 stream in org.sonar.server.platform.monitoring.SonarQubeMonitorSimon Brandhof2016-07-291-41/+12
* SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-2929-644/+1110
* Move org.sonar.server.db to org.sonar.server.platform.dbSimon Brandhof2016-07-2923-26/+30
* SONAR-7899 Refactor server file systemSimon Brandhof2016-07-2946-226/+353
* SONAR-7899 add cluster settingsSimon Brandhof2016-07-296-0/+221
* Rename org.sonar.server.platform.WebServerSettings to ServerSettingsImplSimon Brandhof2016-07-295-12/+10
* Minor Quality flawsSimon Brandhof2016-07-292-7/+9
* SONAR-7926 remove redundant conditionStas Vilchik2016-07-291-13/+4
* SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-286-5/+337
* SONAR-7926 Create WS to add project linkStas Vilchik2016-07-286-4/+386
* SONAR-7925 Create WS to list project linksStas Vilchik2016-07-2810-0/+651