summaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
Commit message (Expand)AuthorAgeFilesLines
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-101-7/+0
* SONAR-12249 Update SonarSource Security categories with the latest definitionJulien Lancelot2019-06-281-7/+6
* SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to "Ot...Michal Duda2019-06-282-4/+11
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-281-1/+1
* SONAR-11923 resolve issue as fixed now requires "administer issue"Sébastien Lesaint2019-06-281-5/+13
* SONAR-11304 add date and version of initial installation to telemetry (#1751)Pierre Guillot2019-06-281-0/+11
* SC-702 support new property sonar.log.useJsonOutputSimon Brandhof2019-06-281-13/+5
* SC-702 decouple Logback appenders from encodersSimon Brandhof2019-06-281-5/+12
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-142-0/+117
* SONAR-12187 do not fail at startup if ES indices are read-onlySébastien Lesaint2019-06-143-74/+118
* Using already-defined constants instead of duplicating their valuesDiego Marcilio2019-06-131-1/+1
* SONAR-11857 link to dashboard for branches/PRs in webhook payloadSébastien Lesaint2019-05-312-13/+10
* SONAR-9898 Deprecate org.sonar.api.i18n.I18nJulien Lancelot2019-05-299-9/+9
* SONAR-10034 drop support of reflection-based Pico Container lifecycle managementSébastien Lesaint2019-05-231-5/+6
* SONAR-11950 add revision to webhooksSimon Brandhof2019-05-225-48/+45
* SONAR-12026 Update status names, transition names and descriptionJulien Lancelot2019-05-222-11/+1
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-222-83/+118
* SONAR-12026 Add transition "Open as Vulnerability"Pierre Guillot2019-05-222-3/+101
* SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as re...Pierre Guillot2019-05-224-13/+87
* SONAR-12026 Add transition "Set as In Review" on Security HotspotsPierre Guillot2019-05-224-126/+277
* SONAR-12026 Security Hotspots are created with resolution "To Review"Julien Lancelot2019-05-222-188/+234
* SONAR-12061 Purge refresh flag on portfolio deletionBenoit2019-05-151-0/+32
* SONAR-11983 Clean codeMichal Duda2019-05-071-24/+24
* SONAR-11180 add security facet to api/rules/searchMichal Duda2019-05-078-13/+221
* SONAR-11973 add SonarSource security facet to issues searchMichal Duda2019-05-071-0/+11
* SONAR-11983 new "sonarsource" security reportMichal Duda2019-05-074-0/+49
* SONAR-11969 Make Edition available for analyzers in the Scanner APIDuarte Meneses2019-05-063-7/+10
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility w...Duarte Meneses2019-04-303-7/+10
* SONAR-12000 add the signature to HTTP headersSimon Brandhof2019-04-296-60/+74
* SONAR-12000 fix Quality flawsSimon Brandhof2019-04-292-4/+5
* SONAR-10725 fix EmailSettings.getServerBaseURL()Sébastien Lesaint2019-04-262-6/+24
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-2332-1227/+4125
* SONAR-11753 EmailNotificationChannel ignore empty recipient requestsSébastien Lesaint2019-04-237-21/+22
* SONAR-11753 fix DB incompatibility in EmailSubscriberDtoSimon Brandhof2019-04-231-6/+6
* SONAR-11916 replace class EmailTemplate by interfaceSimon Brandhof2019-04-234-5/+5
* SONAR-11916 Drop unused Java API EmailTemplateSimon Brandhof2019-04-2310-12/+149
* SONAR-11752 disable global subscription to notifs on new/fixed issuesSimon Brandhof2019-04-234-6/+6
* SONAR-11753 dont retrieve all subscribers if only interested in subsetSébastien Lesaint2019-04-237-59/+224
* SONAR-11753 factor code in email NotificationHandler implementationsSébastien Lesaint2019-04-236-81/+91
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-2313-28/+214
* SONAR-11753 move license notifications to email specific algoSébastien Lesaint2019-04-232-5/+6
* SONAR-11753 move "QP change" notification to email specific algoSébastien Lesaint2019-04-237-165/+379
* SONAR-11753 move "QG change" notification classes to single packageSébastien Lesaint2019-04-235-4/+216
* SONAR-11753 move issue change notifications to email specific algoSébastien Lesaint2019-04-2310-387/+868
* SONAR-11753 notification serialisation keeps original typeSébastien Lesaint2019-04-233-7/+7
* SONAR-11753 NotificationService accepts mult. handlers per Notif typeSébastien Lesaint2019-04-232-3/+73
* SONAR-11753 NewIssuesNotification must not do SQL requestsSébastien Lesaint2019-04-234-62/+158
* SONAR-11753 NewIssuesNotificationFactory is not used in WebSébastien Lesaint2019-04-233-47/+2
* SONAR-11753 move "New Issues" notification to email specific algoSébastien Lesaint2019-04-238-162/+372
* SONAR-11753 move "My new issues" notification to email specific algoSébastien Lesaint2019-04-2314-198/+1221