aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis
Commit message (Expand)AuthorAgeFilesLines
* SONAR-15138 Generate PDFJeremy Davis2021-08-092-7/+7
* SONAR-15139 - Update Report Endpoints to work with Projects and Appsbelen-pruvost-sonarsource2021-08-092-4/+5
* remove dead codePierre2021-07-291-4/+0
* Code smell fix: Remove unnecessary parametersBruno Andrade2021-07-293-20/+12
* Code smell fix: Replacing ImmutableList from ListBruno Andrade2021-07-298-27/+25
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-6/+15
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-278-0/+555
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-3/+4
* SONAR-10762 Drop Manual Measure from portfoliosZipeng WU2021-07-072-44/+0
* SONAR-10762 Drop Custom Measures WSZipeng WU2021-07-073-365/+0
* SONAR-14917 Misleading memory amounts displayed in Administration > SystemDuarte Meneses2021-06-302-4/+5
* SONAR-13191 Fail analysis when project is using an invalid keyJacek2021-06-242-52/+41
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-172-5/+3
* SONAR-14851 Report Quality Gate status on branches in GitHubLukasz Jarocki2021-06-082-63/+14
* SONAR-14807 fixed an issue where not only ratings were converted in the email...Lukasz Jarocki2021-05-105-6/+72
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-098-33/+58
* Refactor BranchPersister to use cached project configurationDuarte Meneses2021-04-082-38/+20
* SONAR-10485 Provide a way to always enforce coverage and duplication Quality ...Duarte Meneses2021-04-083-20/+36
* SONAR-14525 include CI usage information in telemetryMichal Duda2021-03-041-1/+6
* SONAR-14525 include SCM usage information in telemetryMichal Duda2021-03-041-3/+3
* Revert SONAR-14478, SONAR-14462, SONAR-14461lukasz-jarocki-sonarsource2021-02-263-216/+0
* SONAR-14461 save the default main branch when neededPierre2021-02-193-0/+216
* SONAR-12902 Reword unsufficient coverage issue descriptionDuarte Meneses2021-02-102-2/+2
* SONAR-14257 Pull requests should inherit issue state from its target branchDuarte Meneses2021-01-219-29/+492
* SONAR-14258 Pull requests inherit issue state from the source branchMichal Duda2021-01-2121-120/+813
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-117-30/+11
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-08735-735/+735
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-3/+3
* SONAR-13999 drop organization from CE stepsJacek2020-12-2250-970/+175
* SONAR-13999 drop organization from QualityGate WSJacek2020-12-225-36/+48
* SONAR-13999 removed OrganizationMemberDaoMichal Duda2020-12-221-15/+3
* fix code smellsPierre2020-12-1415-20/+20
* Floating point numbers should not be tested for equalityPhilippe Perrin2020-12-141-1/+1
* Fix AssertJ assertionsPhilippe Perrin2020-12-141-2/+2
* Fix optional get without ifPresent checkZipeng WU2020-12-091-1/+1
* remove use of Stream.peek()Pierre2020-12-091-6/+2
* fix floating point equalityZipeng WU2020-12-092-2/+2
* SONAR-14189 sonar.dbcleaner.branchesToKeepWhenInactive ignored when set on pr...Michal Duda2020-12-043-23/+84
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-033-21/+60
* SONAR-14157 Rename quality gate events to Passed/Failed instead of Green/RedJulien HENRY2020-12-034-21/+19
* Speed up unit tests by improving indexing in unit testsDuarte Meneses2020-11-301-2/+2
* SONAR-14091 handle indexation tasks bound to an orphan branchPierre Guillot2020-11-306-5/+178
* clean code smells (unused import)Pierre Guillot2020-11-261-1/+0
* SONAR-13941 Move and adapt application CE processorZipeng WU2020-10-234-9/+49
* SONAR-13936 Fix quality flaws after merge to masterJulien Lancelot2020-10-192-2/+0
* SONAR-13936 Drop some Organization code related to Users/Groups/PermissionDuarte Meneses2020-10-164-53/+10
* SONAR-13903 Remove use of organizations in Quality Profiles and Active RulesPierre2020-10-059-118/+27
* SONAR-13861 Remove column 'key_type" from the table 'project_branches'Duarte Meneses2020-09-301-2/+2
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-293-25/+46
* SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ...Julien Lancelot2020-09-293-19/+84