aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13128 Add security review rating to security reportJeremy Davis2020-05-071-1/+5
* SONAR-13305 NPE when several issues with same external rule in notificationJacek2020-04-153-1/+604
* SONAR-13190 Support tags to applicationJacek2020-04-151-1/+1
* SONAR-13188 store qualifier in project measure indexJacek2020-04-155-4/+107
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-143-9/+9
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-146-69/+62
* SONAR-13204 remove global() aggr in project_measure ES search queriesJacek2020-03-302-21/+25
* SONAR-13204 support filters on nested field in RequestFiltersComputerJacek2020-03-3015-274/+994
* SONAR-13204 drop TermTopAggregationDefJacek2020-03-305-89/+44
* SONAR-13104 drop global aggregation from issues ES searchesJacek2020-03-3015-5/+1552
* SONAR-13214 Remove org.sonar.api.config.Settings from the APIJulien HENRY2020-03-233-4/+4
* Minimize dependenciesJulien HENRY2020-03-191-2/+2
* SONAR-13078 enable configuring the server by environment variablesMichal Duda2020-02-222-49/+57
* SONAR-12718 Improve rule description split in security hotspot page.Mathieu Suen2020-02-213-282/+181
* SONAR-12960 Do not compute Security Hotspots Reviewed when 0 hotspotsJulien Lancelot2020-02-212-10/+13
* SONAR-12960 Make Security Review Rating more intuitive on PortfoliosJulien Lancelot2020-02-112-41/+27
* SONAR-12962 Compute Security Review measures on ApplicationsJulien Lancelot2020-02-111-1/+1
* SONAR-12962 Compute new Security Review measures on ProjectsJulien Lancelot2020-02-112-8/+39
* SONAR-12689 change WS to use ProjectDtoDuarte Meneses2020-01-312-12/+4
* SONAR-12689 migrated tags, updated test frameworkMichal Duda2020-01-314-9/+19
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-3111-47/+77
* fix quality flawsSébastien Lesaint2020-01-131-1/+1
* SONAR-12723 api/issues/tags and component_tags ignore HotspotsSébastien Lesaint2020-01-131-4/+7
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-16/+16
* SONAR-12726 add startup warning when hotspot rule desc can't be parsedSébastien Lesaint2020-01-134-2/+596
* SONAR-12745 Adjust `changes on my issue` email notification for Security Hots...Jacek2020-01-1312-136/+548
* SONAR-12719 add WS api/hotspots/change_statusSébastien Lesaint2020-01-132-81/+217
* SONAR-12725 drop manual vulnerabilitiesJacek2020-01-134-206/+23
* SONAR-12717 add sort and paging to api/hotspots/searchSébastien Lesaint2020-01-135-8/+46
* SONAR-12717 store ruleId padded with 0s to fix sorting on this fieldSébastien Lesaint2020-01-131-2/+15
* SONAR-12717 small computation optimization in SecurityStandardsSébastien Lesaint2020-01-131-16/+11
* SONAR-12717 a rule must map to a single SQ Security CategorySébastien Lesaint2020-01-138-43/+252
* SONAR-12717 add SQ category and VulnerabilityProbability to responseSébastien Lesaint2020-01-131-22/+38
* SONAR-12717 use enum for SQ categories in SecurityStandardsSébastien Lesaint2020-01-134-35/+71
* SONAR-12717 refactor SecurityStandardHelper into SecurityStandardsSébastien Lesaint2020-01-136-75/+88
* SONAR-12722 drop `in_review` statusJacek2020-01-134-136/+5
* Format all headers for 2020Wouter Admiraal2020-01-07500-502/+500
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-1028-68/+54
* SONAR-12512 SONAR-12514 SONAR-515 Add multipleAlmEnabled in the payloadPierre Guillot2019-12-092-0/+107
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-093-5/+4
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-094-12/+12
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-096-27/+4
* SONAR-12668 Drop 'sonar.branch.target'Duarte Meneses2019-12-091-1/+1
* SONAR-12626 CE and Web no longer support SLBsDuarte Meneses2019-12-092-3/+3
* SONAR-12383 Selenide update to 5.2.3 and Guava update to 28.1-jreJacek2019-11-121-1/+1
* Improve plugin incompatibility error messagesjvasallo2019-10-252-5/+5
* fix missing package-info.java filesSébastien Lesaint2019-10-145-2/+72
* fix some quality flaws on the new code periodSébastien Lesaint2019-10-092-6/+7
* SONAR-12487 improve coverage of Telemetry classesSébastien Lesaint2019-10-084-10/+325
* drop deprecated and dead code in ProjectMeasuresStatisticsSébastien Lesaint2019-10-081-22/+0