summaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* fix quality flawsSébastien Lesaint2018-10-171-2/+2
* SONAR-11020 Log to debug when a request failed because the client reset the c...Benoit2018-10-152-4/+24
* SONAR-10890 Add official flag to index.htmlEric Hartmann2018-10-122-4/+8
* SONAR-10890 Move OfficialDistribution to platform level 2Eric Hartmann2018-10-124-5/+6
* SONAR-11297 fix thread safety if SvgFormatter classSébastien Lesaint2018-10-111-6/+5
* SONAR-11318 Ignore external issues on bulk changeJulien Lancelot2018-10-117-280/+339
* SONAR-10886 Set LogLevel to WARN for authentication issues (#802)Benoit2018-10-103-6/+6
* SONAR-11270 Allow to set default template to APPEric Hartmann2018-10-1016-172/+178
* SONAR-11270 Split permissions templatesEric Hartmann2018-10-1015-57/+87
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-106-13/+11
* SONAR-8019 Implement same behaviour for /api/permissions/add_userEric Hartmann2018-10-102-9/+23
* SONAR-11271 Add migration to create new permissionsEric Hartmann2018-10-1073-455/+976
* SONAR-11271 Introduce two new rightsEric Hartmann2018-10-1059-508/+741
* SONAR-8019 Order results with one with permissionsEric Hartmann2018-10-108-57/+14
* SONAR-11302 Decrease ORGANIZATIONS#KEE from 300 to 255Julien Lancelot2018-10-104-15/+15
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-101-1/+1
* SONAR-11260 Add web service to provide analysis statusJanos Gyerik2018-10-106-1/+530
* SONAR-11238 api/ce/[task|activity|component] return task warningsSébastien Lesaint2018-10-108-61/+358
* SONAR-11302 Increase size of organization's key and nameJulien Lancelot2018-10-109-189/+51
* SONAR-11305 Return external identity only to sys admin in api/users/searchJulien Lancelot2018-10-102-1/+34
* SONAR-11302 Generate random login when identity login is nullJulien Lancelot2018-10-1014-417/+436
* SONAR-11310 drop usage of tmp columns in CE_QUEUE and CE_ACTIVITYSébastien Lesaint2018-10-102-67/+0
* SONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUESébastien Lesaint2018-10-101-6/+6
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-0421-90/+906
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-0427-60/+56
* SONAR-11210 Display organization specific ad hoc rule infoJulien Lancelot2018-09-243-24/+170
* SONAR-11209 Store ad hoc rules coming from scanner in rules_metadataJulien HENRY2018-09-241-55/+0
* SONAR-11209 Allow sensors to provide ad hoc rule metadata for external issuesJulien HENRY2018-09-241-4/+4
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-246-90/+147
* Re-enable EmbeddedTomcatTestSimon Brandhof2018-09-241-2/+0
* SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloaderJulien HENRY2018-09-191-4/+2
* SONAR-11268 replace Jenkins by Cirrus CISimon Brandhof2018-09-191-0/+2
* Fix test with FPsDuarte Meneses2018-09-191-1/+1
* SONAR-11151 Generate isNew for lines when it's not stored in DBDuarte Meneses2018-09-194-5/+80
* SONAR-11137 Fix ITs and add documentationDuarte Meneses2018-09-192-5/+6
* SONAR-11137 Add isNew flag in /api/sources/linesJanos Gyerik2018-09-197-9/+19
* SONAR-11184 Deprecate custom measure featureJulien Lancelot2018-09-076-2/+8
* SONAR-11185 Allow portfolio to define projects by tagsJulien Lancelot2018-09-079-25/+22
* Upgrade DBCPEric Hartmann2018-09-072-5/+5
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-308-56/+53
* SONAR-11097 Order live measures to prevent deadlocksEric Hartmann2018-08-301-3/+5
* Fix timezone issue in SearchActionTestJulien Lancelot2018-08-241-17/+14
* SONAR-8368 move package org.sonar.api.issue.condition to server-commonSébastien Lesaint2018-08-215-5/+5
* SONAR-8368 rename doTransition to doManualTransitionSébastien Lesaint2018-08-211-1/+1
* SONAR-11093 Replace projectUuids facet by projects facetJulien Lancelot2018-08-2122-1361/+1365
* SONAR-11127 Standardize facets behaviour between issues and rules page (#624)Stas Vilchik2018-08-211-7/+17
* SONAR-11124 Add project parameter in tags wsJulien Lancelot2018-08-214-241/+277
* SONAR-10997 display the total effort on the issues page (#615)Stas Vilchik2018-08-216-11/+24
* SONAR-11106 Restrict scope of api/issues/authorsJulien Lancelot2018-08-216-88/+437
* SONAR-6400 Increase issues facets sizeJulien Lancelot2018-08-2115-1681/+2306