aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/issue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-1/+1
* SONAR-24730 Stop relying on DefaultTransitionsJulien HENRY2025-04-031-9/+10
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-2711-19/+19
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-042-4/+4
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0942-42/+42
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-183-20/+67
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-4/+5
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-4/+9
* SONAR-23298 Compute new measures for project and live updateDejan Milisavljevic2024-11-051-29/+194
* SONAR-22939 Backdate issues raised on a repository not matching the pluginClaire Villard2024-10-161-91/+96
* NO-JIRA Break circular dependency between Metric and MeasureMatteo Mara2024-10-151-1/+2
* SONAR-22951 high_impact_accepted_issues should include blocker severitiesLéo Geoffroy2024-09-251-16/+17
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-18/+32
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-262-12/+12
* SONAR-22727 Add new software qualities remediation efforts measuresLéo Geoffroy2024-08-262-116/+226
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-111-9/+30
* SONAR-21770 Accept new metrics 'new_maintainability_issues', 'new_reliability...Dejan Milisavljevic2024-03-251-30/+83
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-265-94/+103
* 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-7/+15
* SONAR-21455 Compute software quality measures for overall codelukasz-jarocki-sonarsource2024-01-311-12/+74
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-171-1/+1
* SONAR-21259 Increase range of issue status tracked as issue fixed and refacto...Léo Geoffroy2024-01-172-13/+13
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-15/+88
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-171-0/+38
* SONAR-18963 Index peristed issues onlyJacek2024-01-051-0/+40
* NO-JIRA Update license headers to 2024Pierre2024-01-0339-39/+39
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-3/+2
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-081-5/+6
* SONAR-20877 Update counters to compute new statusLéo Geoffroy2023-11-081-2/+2
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-4/+6
* SONAR-18877 Compute primary location hash for all issuesAntoine Vigneau2023-11-061-81/+143
* SONAR-20317 fixed the issue where creating a portfolio would insert two entri...lukasz-jarocki-sonarsource2023-10-161-1/+1
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-15/+4
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-0/+2
* SONAR-20424 Store and populate within issue `clean_code_attribute`Jacek2023-09-211-0/+11
* SONAR-20424 - Store rules impact within issueantoine.vinot2023-09-211-22/+27
* SONAR-19372 apply anticipated transitions only to eligible issuesMatteo Mara2023-08-311-2/+71
* SONAR-20260 clean code fields are not populated for security hotspotLéo Geoffroy2023-08-291-0/+22
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-0/+9
* SONAR-20021 Manage external issues and adhoc rulesLéo Geoffroy2023-08-183-1/+154
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-184-10/+66
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-021-5/+5
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-021-2/+2
* SONAR-19372 add default comment when missingPierre2023-08-021-0/+20
* SONAR-19372 Add filePath field in anticipated_transitions and the associated ...Dimitris Kavvathas2023-08-022-2/+158
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-022-0/+161
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-2/+3