aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-18635 Remove deprecation for method getOptionalComponentByRefJulien HENRY11 days1-1/+2
* [NO JIRA] Fix new issuesAlain Kermis2025-04-041-1/+0
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-4/+0
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-031-0/+5
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-278-15/+17
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-041-3/+3
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-041-13/+0
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0970-70/+70
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-302-10/+10
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-3/+4
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-182-2/+2
* NO JIRA fix quality gate status.Matteo Mara2024-12-181-1/+1
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-183-57/+113
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-3/+0
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-1/+6
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-25/+58
* SONAR-22939 Backdate issues raised on a repository not matching the pluginClaire Villard2024-10-161-7/+6
* SONAR-22951 high_impact_accepted_issues should include blocker severitiesLéo Geoffroy2024-09-251-1/+1
* SONAR-22914 Issues on different CVEs are different issuesantoine.vinot2024-09-122-1/+16
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-121-0/+1
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-262-8/+8
* SONAR-22727 Add new software qualities remediation efforts measuresLéo Geoffroy2024-08-262-11/+115
* SONAR-22224 Copy prioritized rule flag to issues (#11171)DDMili2024-06-031-0/+2
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-111-2/+5
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-251-12/+21
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-166-8/+8
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-2/+1
* SONAR-21455 Use a impact measure builder between all the componentsLéo Geoffroy2024-01-311-11/+4
* SONAR-21455 Compute software quality measures for overall codelukasz-jarocki-sonarsource2024-01-311-1/+67
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-191-3/+3
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-173-3/+3
* SONAR-21259 Increase range of issue status tracked as issue fixed and refacto...Léo Geoffroy2024-01-175-21/+38
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-0/+11
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-176-11/+122
* SONAR-18963 Index peristed issues onlyJacek2024-01-051-0/+35
* NO-JIRA Update license headers to 2024Pierre2024-01-0365-65/+65
* SONAR-20877 Update counters to compute new statusLéo Geoffroy2023-11-081-4/+3
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-5/+5
* SONAR-18877 Compute primary location hash for all issuesAntoine Vigneau2023-11-061-51/+77
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-4/+2
* SONAR-20424 - Support issue impact changes for incremental analysisantoine.vinot2023-09-211-31/+65
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-0/+10
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-10/+17
* SONAR-19372 apply anticipated transitions only to eligible issuesMatteo Mara2023-08-311-8/+39
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-293-21/+27
* SONAR-20021 Fix the code smellsLéo Geoffroy2023-08-181-9/+11
* SONAR-20021 Add clean code information to tainted vulnerability endpointLéo Geoffroy2023-08-182-2/+0
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-186-21/+178
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-186-4/+45
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-023-5/+4