aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-17671 Add description context key for taint vulnerabilitiesAntoine Vinot2022-12-153-14/+45
|
* SONAR-17592 - Add support for message formattings in import and exportLéo Geoffroy2022-12-013-9/+66
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-016-7/+70
|
* [NO-JIRA] Fix reported code smellsKlaudio Sinani2022-11-153-5/+0
|
* SONAR-17597 NullPointerException when CE loads SCM changesets from DBDuarte Meneses2022-11-113-2/+70
|
* [NO JIRA] Remove debug logsDuarte Meneses2022-11-111-10/+0
|
* SONAR-17559 Refine conditions under which we display a warning when using ↵Wouter Admiraal2022-11-072-21/+11
| | | | sonar.newCode.referenceBranch
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-0552-1167/+372
|
* SONAR-17524 using new config property to set default main branchLukasz Jarocki2022-11-013-11/+19
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-0113-30/+40
|
* SONAR-17501 Send push events to SonarLint for branchesJacek2022-10-264-48/+88
|
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-2615-166/+563
|
* SONAR-13579 Ensure issue tracking between new file on Pull Request and ↵Klaudio Sinani2022-10-268-21/+96
| | | | original file on target branch
* SONAR-13579 Detect files moves in Pull Request scopeKlaudio Sinani2022-10-2610-8/+283
| | | | | SONAR-13579 Get database files from target branch instead of snapshot SONAR-13579 Store old relative file path to `FileAttributes` class
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-5/+0
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-3/+5
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1221-101/+121
|
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-123-8/+12
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-11/+5
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-12101-556/+441
|
* NO-JIRA fix code smellsPierre2022-10-121-1/+2
|
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-193-18/+46
|
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-195-7/+10
|
* SONAR-17287 Fix quality issues and adopt changes to APIDuarte Meneses2022-09-161-4/+19
|
* SONAR-17287 Fix conversion of flow typesDuarte Meneses2022-09-161-1/+3
|
* SONAR-17287 SonarQube stores issue flow types and descriptionsDuarte Meneses2022-09-162-36/+65
|
* SONAR-17183 increase scanner report size threshold to 4GBZipeng WU2022-09-162-2/+2
|
* SONAR-17264 accept 404 response code when checking if user has access to ↵Benjamin Campomenosi2022-09-052-20/+23
| | | | | | github scanning alerts fix some code smells
* fix some typoscui fliter2022-08-311-1/+1
| | | | Signed-off-by: cui fliter <imcusg@gmail.com>
* SONAR-17210 - Generate the SARIF reportAurelien Poscia2022-08-3013-28/+329
|
* SONAR-17183 Fix SSF-207Zipeng WU2022-08-233-1/+18
|
* [NO-JIRA] Fix code smellsJacek2022-08-081-3/+0
|
* SONAR-16583 Fix location hashing to happen right before cachingJacek2022-08-085-42/+72
|
* SONAR-16583 Fix NPE in case location is in the same fileJacek2022-08-042-3/+40
|
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-026-205/+498
|
* SONAR-12077 Do not record file move events in issue changelogKlaudio Sinani2022-07-293-29/+14
|
* SONAR-16374 Move PushEvent detection to single step in CEJacek2022-07-2711-407/+246
|
* SONAR-16386 - Persist TaintVulnerabilityClosed in DBBelen Pruvost2022-07-257-12/+212
|
* SONAR-16374 - Load extra Taint Repositories from ConfigurationBelen Pruvost2022-07-253-4/+20
|
* SONAR-16374 Add scheduled task to read PushEvents from DBJacek2022-07-252-3/+3
|
* SONAR-16374 Add persist step in CE to push events to DBJacek2022-07-2520-63/+1125
|
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of ↵Duarte Meneses2022-07-2323-119/+963
| | | | measures when file is marked as unchanged
* SONAR-16643 fix export of AdHocRulesAurelien Poscia2022-07-122-42/+85
|
* SONAR-16611 Adapt project import/export to handle DB field ↵Aurelien Poscia2022-07-083-1/+9
| | | | issues.rule_description_context_key
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist ↵Aurelien Poscia2022-07-087-4/+181
| | | | to DB
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-7/+7
|
* SONAR-16594 Quality Gate changes on same code on reference branch strategyJacek2022-07-042-1/+25
| | | | - fixes also analysis warning to be shown in UI
* SONAR-16521 'Line Coverage' inconsistent with 'Lines to cover' and ↵Duarte Meneses2022-06-212-1/+4
| | | | 'uncovered lines'
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-156-7/+1
|
* SONAR-16472 Set 'security_hotspots_reviewed_status' and ↵9.5.0.56709Duarte Meneses2022-06-102-7/+6
| | | | 'security_hotspots_to_review_status' to all components