aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-13588 External issue tags should inherit external rule tagsPierre2022-02-252-4/+15
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-247-33/+7
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2236-345/+309
* SONAR-15966 Use Spring instead of Pico as dependency injection framework in t...Duarte Meneses2022-02-023-6/+8
* Update license headers for 2022 [update headers]Pierre2022-01-28853-853/+853
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-1/+1
* SONAR-15817 project export should not require licence validationPierre2022-01-272-3/+1
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-2113-31/+313
* SONAR-14929 - Save a new issue as new on branch using reference branchBelen Pruvost2022-01-216-117/+162
* SONAR-14929 New Code using a 'reference branch' doesn't detect changed code w...Duarte Meneses2022-01-2130-530/+790
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-212-8/+0
* SONAR-15836 Language files are not automatically publishedDuarte Meneses2021-12-211-0/+5
* SONAR-15102 Upgrade 3rd party dependenciesJacek2021-11-221-1/+1
* Improve code qualityDuarte Meneses2021-11-2077-284/+228
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-19153-2022/+1633
* Improve code qualityDuarte Meneses2021-11-1821-44/+95
* SONAR-15398 update class and method namesDuarte Meneses2021-11-183-16/+15
* Use Java 11 API instead of GuavaDuarte Meneses2021-11-091-2/+2
* SONAR-15498 Compute manually selected projects in portfolioDuarte Meneses2021-11-091-12/+7
* SONAR-15574 improving the code qualityLukasz Jarocki2021-11-0410-26/+20
* SONAR-15580 Migrate api/project_dump/status endpoint to CE + unit testsKlaudio Sinani2021-11-044-4/+0
* SONAR-15574 open source background project export task processingpierre2021-11-0497-1/+9128
* Fix code quality issuesDuarte Meneses2021-10-2513-26/+22
* SONAR-15487 added unit test for quickFixAvailable added in Issue and DefaultI...Lukasz Jarocki2021-10-131-0/+2
* SONAR-15479 updated saving issues from report in the database - added quickFi...Lukasz Jarocki2021-10-133-0/+5
* SONAR-15307 Run Audit Purge operation in batchesDuarte Meneses2021-10-011-11/+8
* Fix code quality issuesDuarte Meneses2021-09-246-19/+18
* SONAR-15352 Reopened closed hotspots should bring back their previous stateDuarte Meneses2021-09-221-2/+3
* SONAR-13798 Show NCLOC of the analysis when it's over the license's limitDuarte Meneses2021-09-162-0/+8
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-262-15/+4
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-193-4/+5
* SONAR-15142 - Skip visibility update logs from PersistComponentsStepBelen Pruvost2021-08-191-1/+1
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-192-3/+4
* SONAR-15277 removing duplicates from audit table when changing visibility of ...Lukasz Jarocki2021-08-191-3/+3
* 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