aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/it/java
Commit message (Collapse)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
|
* SCA-335 Add support for SCA metrics in GitHub/GitLab PR decoratorsJohn Bintz2025-05-071-0/+39
|
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-277-8/+8
|
* SQRP-214 ComputationStep.Context telemetry methods add a prefix argumentHavoc Pennington2025-03-082-4/+4
| | | | | This allows us to nudge using a telemetry prefix, while also leaving it off the statistics keys since it's just noisy when used on those.
* SQRP-302 Add CE statistics mirroring the telemetry valuesTravis Collins2025-03-052-2/+12
|
* 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-035-19/+69
|
* 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-0413-38/+38
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-046-438/+5
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0978-78/+78
|
* Reapply "SONAR-22876 Exclude metrics from being persisted to measures"Eric Giffon2025-01-061-0/+24
| | | | This reverts commit 43c024798d4612e4fa51ddf71acf93607ce4e570.
* SONAR-23898 Issues are carry over on first analysis when reference branch ↵Jacek2024-12-304-50/+50
| | | | strategy used
* 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
|
* SONAR-23974 Optimize the scanner reportJulien HENRY2024-12-182-21/+20
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-2/+3
|
* SONAR-22265 Migrate ScmInfoDbLoaderIT to junit5antoine.vinot2024-12-181-27/+24
|
* SONAR-22265 Get the scm info from the previous branch analysis instead of ↵antoine.vinot2024-12-181-11/+10
| | | | the reference branch
* 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
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23063, SONAR-23804 Add Prioritized rule flag to import/export and fix ↵Viktor Vorona2024-12-042-4/+12
| | | | first analysis bug
* SONAR-23623 Remove useless remains of the SCA prototypeJulien HENRY2024-11-151-178/+0
|
* SONAR-23474 Project import/export supports manual impact severityLéo Geoffroy2024-11-111-4/+5
|
* SONAR-23485 Fix NPE when importing FOSSA CVEsJulien HENRY2024-10-291-9/+31
| | | | Make published_at and last_modified_at nullable
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-247-36/+36
| | | | plugin API
* SONAR-23098 Persist dependencies in the compute engineJulien HENRY2024-10-214-3/+310
|
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-20/+0
|
* NO-JIRA Break circular dependency between Metric and MeasureMatteo Mara2024-10-151-1/+1
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-1410-39/+38
|
* 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-22925 Import/export of JSON measuresClaire Villard2024-10-091-46/+13
|
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-092-5/+5
| | | | Co-authored-by: Claire Villard <claire.villard@sonarsource.com>
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+382
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-182-2/+3
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22914 Compute CVEs received from scanner reportantoine.vinot2024-09-122-0/+282
|
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-283-25/+25
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1612-19/+18
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-261-21/+21
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-162-8/+7
|
* SONAR-21455 new_accepted_issues should only be computed in application when ↵Léo Geoffroy2024-01-311-1/+1
| | | | all the projects have been reanalyzed
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-252-6/+6
|
* 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 ↵Léo Geoffroy2024-01-171-3/+27
| | | | refactor code
* 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
|