aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10363 New built-in quality profiles should be the defaultEric Hartmann2018-06-055-8/+100
* SONAR-10833 Reduce loading waterfallStas Vilchik2018-06-042-4/+0
* SONAR-10833 Return server status and sonarcloud flag in index.htmlJulien Lancelot2018-06-045-62/+319
* SONAR-10809 Analyzers need to declare whether a rule is externalDuarte Meneses2018-06-012-5/+48
* SONAR-10674 Update cache policy for js, css and images path filesJulien Lancelot2018-05-303-10/+195
* SONAR-10711 Add pagination object to api/qualityprofile/projects webservicePascal Mugnier2018-05-292-2/+13
* SONAR-10652 Correctly fail when authentication and several emails existsJulien Lancelot2018-05-297-32/+64
* SONAR-10713 Badges can only be used on projects, long living branches and app...Julien Lancelot2018-05-2817-172/+373
* SONAR-10430 lazy load file content from reportSébastien Lesaint2018-05-283-77/+154
* SONAR-10430 do not compute distance for files with too far sizeSébastien Lesaint2018-05-289-121/+261
* SONAR-10430 add timing logs + support for dump into temp csv fileSébastien Lesaint2018-05-286-13/+238
* SONAR-10430 populate FILE_SOURCES.LINE_COUNT at beginning of analysisSébastien Lesaint2018-05-2814-0/+762
* SONAR-10430 add FileSourceDto#getLineCount()Sébastien Lesaint2018-05-2813-32/+78
* SONAR-10430 add UT to explore file size impact similarity algoSébastien Lesaint2018-05-281-0/+44
* SONAR-10430 rewrite FileMoveDetectionStepTest to use DbTesterSébastien Lesaint2018-05-281-94/+67
* SONAR-10781 Filter secondary locations that are not in PRJulien HENRY2018-05-256-11/+109
* SONAR-10684 Create internal API to block analysis based on nclocJulien Lancelot2018-05-245-12/+297
* SONAR-10670 Count ncloc of whole instance with biggest long-living branchTeryk Bellahsene2018-05-2412-95/+84
* SONAR-10673 Stop using font for icons (#252)Stas Vilchik2018-05-231-1/+0
* SONAR-10659 Drop support of sort by assignee in api/issues/searchJulien Lancelot2018-05-237-50/+9
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-2344-246/+286
* SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-232-40/+57
* SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-2312-64/+88
* SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUIDJulien Lancelot2018-05-2311-194/+251
* SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-2311-711/+786
* SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUIDJulien Lancelot2018-05-2321-357/+306
* SONAR-10597 Update QPROFILE_CHANGES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-237-205/+414
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-2372-664/+992
* SONAR-10598 Display warning page when detecting login update during authentic...Julien Lancelot2018-05-2339-465/+1211
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-2353-1098/+1567
* SONAR-10597 Introduce UUID in table USERSGuillaume Jambet2018-05-238-60/+58
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-167-6/+45
* Remove debug logging when backdating issuesDuarte Meneses2018-05-161-7/+0
* add Request#getHeaders and #getParams()Sébastien Lesaint2018-05-151-0/+17
* add Request#getReader()Sébastien Lesaint2018-05-152-0/+35
* SONAR-10653 - api/qualityprofiles/restore handle badly formed xml document (#...Guillaume Jambet2018-05-153-14/+21
* Fix Quality flawsSimon Brandhof2018-05-151-1/+1
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-151-5/+4
* Upgrade various librariesSimon Brandhof2018-05-141-3/+5
* SONAR-10591 remove some Guava functions from org.sonar.server.plugins.wsSimon Brandhof2018-05-114-96/+19
* SONAR-10591 remove unused method PluginWSCommons#writeArtifact()Simon Brandhof2018-05-112-26/+1
* SONAR-10591 do not instantiate class PluginWSCommonsSimon Brandhof2018-05-1110-53/+38
* SONAR-10591 add WS api/plugins/downloadSimon Brandhof2018-05-113-0/+249
* SONAR-10591 refactor management of plugin FS on serverSimon Brandhof2018-05-1121-478/+667
* Fix false-positive in RuleIndexTestSimon Brandhof2018-05-111-3/+13
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-102-7/+7
* SONAR-10594 fail to drop ES index on blue/green deploymentsSimon Brandhof2018-05-102-8/+50
* SONAR-10594 fail to upgrade database on blue/green deploymentsSimon Brandhof2018-05-102-6/+32
* SONAR-10604 Remove health check for Search nodesEric Hartmann2018-05-104-672/+2
* SONAR-10593 SONAR-10315 support plugin uninstall before CE processingSimon Brandhof2018-05-102-20/+59