aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11757 single notification for FPs and changes on my issuesSébastien Lesaint2019-04-2321-168/+333
* SONAR-11753 EmailNotificationChannel ignore empty recipient requestsSébastien Lesaint2019-04-232-3/+148
* SONAR-11753 fix DB incompatibility in EmailSubscriberDtoSimon Brandhof2019-04-231-1/+1
* SONAR-11929 do not send issue notifications on PRs and short branchesSébastien Lesaint2019-04-238-26/+129
* SONAR-11916 replace class EmailTemplate by interfaceSimon Brandhof2019-04-231-1/+1
* SONAR-11916 Drop unused Java API EmailTemplateSimon Brandhof2019-04-233-4/+4
* SONAR-11752 remove SonarCloud-specific codeSimon Brandhof2019-04-232-10/+6
* SONAR-11753 factor code in email NotificationHandler implementationsSébastien Lesaint2019-04-231-16/+5
* SONAR-11753 move "failed analysis" notification to email specific algoSébastien Lesaint2019-04-233-18/+13
* SONAR-11753 move built-in qp change notification to email specific algoSébastien Lesaint2019-04-2311-150/+255
* SONAR-11753 move license notifications to email specific algoSébastien Lesaint2019-04-231-2/+2
* SONAR-11753 move "QP change" notification to email specific algoSébastien Lesaint2019-04-233-10/+10
* SONAR-11753 move "QG change" notification classes to single packageSébastien Lesaint2019-04-234-214/+3
* SONAR-11753 move issue change notifications to email specific algoSébastien Lesaint2019-04-234-15/+15
* SONAR-11753 NotificationDaemon supports email specific algoSébastien Lesaint2019-04-233-204/+312
* SONAR-11753 NewIssuesNotificationFactory is not used in WebSébastien Lesaint2019-04-231-2/+0
* SONAR-11753 move "New Issues" notification to email specific algoSébastien Lesaint2019-04-233-8/+8
* SONAR-11753 move "My new issues" notification to email specific algoSébastien Lesaint2019-04-235-13/+35
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-1530-707/+116
* SONAR-11883 Remove redirection that was kept for old scannersJulien Lancelot2019-04-152-79/+5
* SONARCLOUD-520 change location of homepage data fileSimon Brandhof2019-04-112-3/+7
* Revert "SONAR-11876 Remove ws deprecated in SonarQube 5.X"Julien Lancelot2019-04-0430-116/+707
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-0430-707/+116
* Revert "SONAR-11883 Remove redirection that was kept for old scanners"Julien Lancelot2019-04-032-5/+79
* SONAR-11883 Remove redirection that was kept for old scannersJulien Lancelot2019-04-032-79/+5
* Delete useless String#format in measures/component_tree wsJulien Lancelot2019-04-011-5/+5
* Remove no more used org.sonar.core.timemachine.Periods classJulien Lancelot2019-03-271-2/+0
* SONAR-11812 Restore ability to set unit tests as favoriteJulien Lancelot2019-03-192-2/+8
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-1912-22/+21
* SONAR-11631 Add sonar.buildString to api/project_analyses/search responseJanos Gyerik2019-03-193-15/+16
* Revert "SONAR-11626 Make set/unset_baseline internal"Janos Gyerik2019-03-194-4/+2
* SONAR-11828 display translog size in system > infoSébastien Lesaint2019-03-192-0/+2
* SONAR-11792 remove use of deprecated nested_path and nested_filterSébastien Lesaint2019-03-191-3/+5
* SONAR-11792 drop usage of "_all" fieldSébastien Lesaint2019-03-191-4/+5
* SONAR-11792 update ES compile dependency to 6.6.2Sébastien Lesaint2019-03-199-29/+29
* SONAR-11791 use single type ES indicesSébastien Lesaint2019-03-1936-292/+376
* SONAR-10277 Prevent user to have more than 100 projects as favoriteJulien Lancelot2019-03-186-114/+120
* SONAR-11812 Prevent setting a directory as favoriteJulien Lancelot2019-03-182-39/+52
* Simplify PermissionTemplateService#hasDefaultTemplateWithPermissionOnProjectC...Julien Lancelot2019-03-187-69/+60
* SONAR-11729 implemented PrDecorator for Bitbucket ServerMichal Duda2019-03-183-3/+47
* Fix description of api/users/update_loginJulien Lancelot2019-03-131-2/+1
* SONAR-11776 Quality Gate failure conditions should be sortedDuarte Meneses2019-03-111-1/+1
* SONAR-11736 Reaturn overall issue count measures as new measures in SLBs and PRsDuarte Meneses2019-03-118-77/+534
* Minor fixesDuarte Meneses2019-03-114-59/+34
* SONAR-11707 Create new metrics for issue count and fix ITsDuarte Meneses2019-03-112-7/+54
* SONAR-11707 Return branch QG status conditions in WSDuarte Meneses2019-03-114-18/+145
* SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRsDuarte Meneses2019-03-112-16/+32
* SONAR-11680 upgrade Tomcat to 8.5.38Simon Brandhof2019-03-071-0/+2
* SONAR-11797 fix for exception on project overview pageMichal Duda2019-03-072-14/+22
* SONAR-11561 Allow more special characters in branch namesDuarte Meneses2019-03-061-3/+3