aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/it/java/org/sonar/ce/task/projectanalysis/step
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Remove unused variables from LoadPeriodsStep.javaAlain Kermis2025-07-031-2/+1
* SONAR-24139 Persist new code period when newCode.referenceBranch is usedAntoine Vinot2025-07-012-2/+112
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-273-4/+4
* SQRP-214 ComputationStep.Context telemetry methods add a prefix argumentHavoc Pennington2025-03-081-2/+2
* SQRP-302 Add CE statistics mirroring the telemetry valuesTravis Collins2025-03-051-1/+6
* SONAR-24522 Add analysis warning when persisting large measuresEric Giffon2025-03-041-2/+45
* SQRP-187 Add SCA steps telemetryJavier García Orduña2025-03-031-1/+12
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-191-135/+0
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-191-0/+135
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-0411-29/+29
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-045-294/+5
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0932-32/+32
* Reapply "SONAR-22876 Exclude metrics from being persisted to measures"Eric Giffon2025-01-061-0/+24
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-201-4/+2
* SONAR-23990 Replace with text blockJulien Camus2024-12-191-1/+4
* Revert "SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-181-24/+0
* SONAR-22876 Exclude metrics from being persisted to measuresJavier García Orduña2024-12-181-0/+24
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-50/+3
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix f...Viktor Vorona2024-12-041-3/+9
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-178/+0
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-291-9/+31
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-10/+10
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-213-3/+166
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-20/+0
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-145-21/+20
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-091-3/+35
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-093-514/+2
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-092-5/+5
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+382
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-122-0/+282
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-8/+8
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-165-11/+10
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-261-21/+21
* SONAR-21455 new_accepted_issues should only be computed in application when a...Léo Geoffroy2024-01-311-1/+1
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-4/+4
* SONAR-21268 updating license headers for changed fileslukasz-jarocki-sonarsource2024-01-171-1/+1
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-171-0/+122
* SONAR-18963 Index peristed issues onlyJacek2024-01-051-12/+49
* NO-JIRA Update license headers to 2024Pierre2024-01-0330-30/+30
* SONAR-21373 Remove type and debt from email notificationsEric Giffon2023-12-291-18/+6
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-041-2/+1
* NO-JIRA removing unused fieldslukasz-jarocki-sonarsource2023-10-232-8/+2
* SONAR-20683 fixed the issue where adding project to portfolio would later add...lukasz-jarocki-sonarsource2023-10-201-1/+24
* SONAR-20424 Optimize inserts and updates of issue impacts after analysesAlain Kermis2023-10-161-4/+3
* SONAR-20667 Add a specific event to the first analysis after a SQ upgradeMatteo Mara2023-10-131-0/+31
* SONAR-20541 Update all links that point to www.sonarqube.org to point to www....guillaume-peoch-sonarsource2023-10-041-11/+11
* SONAR-20429 Raise event in case plugin has been updatedJacek2023-09-211-6/+34
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-232-7/+8
* SONAR-20021 Fix performance regressionJacek Poreda2023-08-181-123/+204
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-2/+8