aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/notification
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-2/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-099-9/+9
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-5/+5
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-191-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-039-9/+9
* SONAR-21373 Fix code issuesEric Giffon2023-12-291-6/+3
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-081-1/+2
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-172-4/+4
* [NO-JIRA] Use record for data classesZipeng WU2023-01-124-78/+24
* Update license templates for 2023Pierre2023-01-029-9/+9
* Update license headers for 2022 [update headers]Pierre2022-01-289-9/+9
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-089-9/+9
* SONAR-12745 Adjust `changes on my issue` email notification for Security Hots...Jacek2020-01-131-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-079-9/+9
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-1/+2
* SONAR-12197 completely drop "sonar.branch" codeMichal Duda2019-08-121-1/+1
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-232-3/+69
* SONAR-11916 replace class EmailTemplate by interfaceSimon Brandhof2019-04-231-1/+1
* SONAR-11916 Drop unused Java API EmailTemplateSimon Brandhof2019-04-231-2/+2
* SONAR-11753 factor code in email NotificationHandler implementationsSébastien Lesaint2019-04-231-15/+7
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-238-173/+233
* SONAR-11753 NewIssuesNotification must not do SQL requestsSébastien Lesaint2019-04-232-8/+98
* SONAR-11753 NewIssuesNotificationFactory is not used in WebSébastien Lesaint2019-04-231-0/+45
* Fix license headers for 2019Duarte Meneses2019-01-026-6/+6
* finish moving report task code out of sonar-serverSébastien Lesaint2018-07-096-0/+400