aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15237 Improve startup performance of the web processDuarte Meneses2021-08-043-18/+47
* restore Byteman entrypoint used for testsPierre2021-07-291-2/+6
* Code smell fix: Remove unnecessary parametersBruno Andrade2021-07-293-28/+4
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-272-5/+6
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-275-31/+38
* Code smell fix: Remove redundant castsBruno Andrade2021-07-121-3/+3
* Code smell fix: Remove unused importsBruno Andrade2021-07-121-1/+0
* Fix code smell: add package-info.javaZipeng WU2021-07-091-0/+24
* SONAR-10762 Drop usage of 'user_managed' columnJacek2021-07-072-2/+0
* SONAR-10762 Drop custom metrics WSsJacek2021-07-072-94/+0
* SONAR-14641 added secondary sorting to all sorting when searching for issuesLukasz Jarocki2021-06-291-1/+4
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-176-83/+42
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-091-1/+1
* SONAR-14851 Report Quality Gate status on branches in GitHubLukasz Jarocki2021-06-081-0/+5
* SONAR-14807 fixed an issue where not only ratings were converted in the email...Lukasz Jarocki2021-05-103-23/+48
* SONAR-14682 - Make webhook validation configurableBelen Pruvost2021-04-293-12/+22
* SONAR-14570 making text sent by email about QG more clear to the userLukasz Jarocki2021-04-292-20/+84
* SONAR-14583 Use Elasticsearch password in HTTP clientsJacek2021-04-233-5/+63
* SONAR-14682 - Explicit ipv6 case insensitivity coverageBelen Pruvost2021-04-151-0/+46
* SONAR-14682 - Filtering local network interfaces on webhooksBelen Pruvost2021-04-146-6/+152
* SONAR-10485 Provide a way to always enforce coverage and duplication Quality ...Duarte Meneses2021-04-085-71/+146
* SONAR-14585 validate webhook url at runtimePierre2021-04-016-25/+177
* SONAR-14536 Add Security Report PDFZipeng WU2021-03-151-5/+5
* SONAR-14525 include CI usage information in telemetryMichal Duda2021-03-043-10/+58
* SONAR-14518 Telemetry - include number of sonarlint usersDuarte Meneses2021-03-043-0/+23
* SONAR-14525 include SCM usage information in telemetryMichal Duda2021-03-043-4/+49
* SONAR-13515 Telemetry - include external authentication providersDuarte Meneses2021-03-043-0/+29
* SONAR-14501 Custom security config telemetryJacek2021-02-263-2/+37
* SONAR-13357 Custom hotspot rule's description isn't split into tabsPhilippe Perrin2021-02-254-3/+147
* SONAR-14442 Elasticsearch query for CWE Top 25Zipeng WU2021-02-171-5/+7
* SONAR-14443 Deprecate 'sansTop25' param in WSJacek2021-02-171-0/+9
* SONAR-14442 add cweTop25 value param to 'api/security_report'Jacek2021-02-172-0/+36
* SONAR-14455 Turn-off Elasticsearch 7.10.2 deprecation loggingJacek2021-02-121-0/+1
* SONAR-14369 Add ALM integration telemetryJacek2021-02-043-0/+51
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-1133-947/+18
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08505-507/+505
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-227-58/+45
* SONAR-13999 remove all organization WSMichal Duda2020-12-225-330/+0
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-223-12/+7
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-222-52/+60
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-223-52/+27
* SONAR-13999 remove orgs from hotspots WSMichal Duda2020-12-227-73/+32
* SONAR-13999 remove orgs webhook WSMichal Duda2020-12-223-39/+34
* fix code smellsPierre2020-12-1412-41/+41
* Fix various code smellsJacek2020-12-092-3/+3
* Add missing package-info.javaJacek2020-12-091-0/+23
* Code smells test fixesJacek2020-12-096-51/+55
* remove use of Stream.peek()Pierre2020-12-092-18/+10
* fix floating point equalityZipeng WU2020-12-091-1/+1
* fix assertions on incompatible types on overall codePierre2020-12-091-1/+3