summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Remove unused BulkIndexer#setDisableRefresh()Simon Brandhof2016-09-163-30/+1
* SONAR-8088 Reduce number of shards for users and rules indicesSimon Brandhof2016-09-1612-21/+18
* SONAR-7907 It should be possible to add SCM account that contains commaJulien Lancelot2016-09-1610-56/+189
* SONAR-8035 Do not display error in logs when web request is abortedJulien Lancelot2016-09-164-12/+10
* Remove duplicated package-info.java in org.sonar.ceSimon Brandhof2016-09-161-23/+0
* SONAR-7988 fix mssql collation which was badly defined in 5.xSimon Brandhof2016-09-165-149/+23
* SONAR-8081 Http error 400 is sent when trying an incorrect issue transitionTeryk Bellahsene2016-09-162-53/+59
* SONAR-7038 Validate a 400 is sent when WS issues/search cannot parse the dateTeryk Bellahsene2016-09-162-42/+41
* SONAR-6912 Prevent deletion of the last admin group when no standalone admin ...Janos Gyerik2016-09-162-18/+83
* SONAR-8073 no Throwable must be handled by TomcatSébastien Lesaint2016-09-162-23/+66
* SONAR-7865 Deprecate XML format of web service responsesJulien Lancelot2016-09-154-6/+16
* Fix typo in favourite action nameJulien Lancelot2016-09-153-6/+6
* SONAR-8079 improve testsSimon Brandhof2016-09-142-4/+16
* SONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDtoSimon Brandhof2016-09-142-3/+3
* SONAR-8079 drop cache RuleRepositoriesSimon Brandhof2016-09-1414-381/+101
* SONAR-8079 feed table rule_repositories on startupSimon Brandhof2016-09-142-16/+35
* SONAR-8078 remove pagination from api/rules/repositoriesSimon Brandhof2016-09-143-102/+46
* Remove unused class BuiltInProfilesSimon Brandhof2016-09-149-187/+45
* SONAR-8028 Search QP changes with inclusive date and date+timeTeryk Bellahsene2016-09-142-5/+29
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks...Teryk Bellahsene2016-09-143-51/+10
* SONAR-7855 Index active rules when creating profile from a configuration fileJulien Lancelot2016-09-143-7/+12
* SONAR-7855 Use protobuf in api/qualityprofiles/create WSJulien Lancelot2016-09-146-203/+150
* SONAR-7855 Remove no more used QProfileService#createJulien Lancelot2016-09-134-70/+7
* SONAR-7855 Add unit test on api/qualityprofiles/create WSJulien Lancelot2016-09-131-12/+127
* Revert removal of some code still used by jrubySimon Brandhof2016-09-131-1/+71
* Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97'Julien Lancelot2016-09-1325-270/+541
|\
| * SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-132-1/+17
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-1325-248/+527
| * Sanitize unit testJulien Lancelot2016-09-131-32/+9
* | Remove dead code in QProfileServiceSimon Brandhof2016-09-132-107/+1
* | Use a single JDBC connection in quality profiles WSSimon Brandhof2016-09-1319-115/+129
* | Fix Quality flawsSimon Brandhof2016-09-134-49/+5
* | Refactor the way to load QProfiles from WSSimon Brandhof2016-09-1317-325/+631
* | SONAR-7737 api/qualityprofiles/restore_built_in throws an error if language d...Julien Lancelot2016-09-1312-43/+50
* | SONAR-8031 Allow authentication with a login having only 2 charactersJulien Lancelot2016-09-132-7/+7
* | SONAR-7948 api/ce/component now returns 404 when component not foundJulien Lancelot2016-09-132-7/+33
* | Fix qualify flawTeryk Bellahsene2016-09-132-5/+2
* | SONAR-8010 Filter background task on a failed analysis of a moduleTeryk Bellahsene2016-09-131-1/+1
* | SONAR-8028 WS issues/search from and to inclusive for date and date+timeTeryk Bellahsene2016-09-132-2/+27
* | SONAR-8028 WS ce/activity from and to inclusive for date and date+timeTeryk Bellahsene2016-09-132-9/+27
* | Automatic merge from branch-5.6ssjenka2016-09-131-1/+1
|\|
| * SONAR-8049 Drilldown on issues introduced since last analysis is not using co...Stas Vilchik2016-09-121-1/+1
* | Remove unused methods about settings in JRubyFacadeSimon Brandhof2016-09-121-29/+0
* | SONAR-6662 move DefaultHttpDownloader from level1 to level3Sébastien Lesaint2016-09-122-3/+3
* | SONAR-7851 remove Elasticsearch dynamic fieldsSimon Brandhof2016-09-121-4/+0
* | SONAR-8071 drop ES index "activities"Simon Brandhof2016-09-1217-1078/+5
* | SONAR-7851 WS api/qualityprofiles/changelog stops using ESSimon Brandhof2016-09-1217-464/+583
* | SONAR-7908 allow web followers to index docs into ElasticsearchSimon Brandhof2016-09-1238-174/+59
* | SONAR-8037 Validate settings of type USER_LOGINTeryk Bellahsene2016-09-122-7/+63
* | SONAR-8046 Validate settings of type METRICTeryk Bellahsene2016-09-123-24/+90