Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO-JIRA Remove unused variables from LoadPeriodsStep.java | Alain Kermis | 2025-07-03 | 1 | -2/+1 |
| | |||||
* | SONAR-24139 Persist new code period when newCode.referenceBranch is used | Antoine Vinot | 2025-07-01 | 2 | -2/+112 |
| | |||||
* | SCA-335 Add support for SCA metrics in GitHub/GitLab PR decorators | John Bintz | 2025-05-07 | 1 | -0/+39 |
| | |||||
* | SONAR-24520 Replace usages of Plugin API RuleType with internal Enum | antoine.vinot | 2025-03-27 | 7 | -8/+8 |
| | |||||
* | SQRP-214 ComputationStep.Context telemetry methods add a prefix argument | Havoc Pennington | 2025-03-08 | 2 | -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 values | Travis Collins | 2025-03-05 | 2 | -2/+12 |
| | |||||
* | SONAR-24522 Add analysis warning when persisting large measures | Eric Giffon | 2025-03-04 | 1 | -2/+45 |
| | |||||
* | SQRP-187 Add SCA steps telemetry | Javier García Orduña | 2025-03-03 | 5 | -19/+69 |
| | |||||
* | SQRP-158 Create SCA CE step in the SCA module | Julien HENRY | 2025-02-19 | 1 | -135/+0 |
| | |||||
* | SQRP-136 Create BuildSoftwareCompositionAnalysisStep | Travis Collins | 2025-02-19 | 1 | -0/+135 |
| | |||||
* | SONAR-24298 Rework the batch report reader | Julien HENRY | 2025-02-04 | 13 | -38/+38 |
| | |||||
* | SQRP-154 Cleanup leftovers from FOSSA | Javier García Orduña | 2025-02-04 | 6 | -438/+5 |
| | |||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 78 | -78/+78 |
| | |||||
* | Reapply "SONAR-22876 Exclude metrics from being persisted to measures" | Eric Giffon | 2025-01-06 | 1 | -0/+24 |
| | | | | This reverts commit 43c024798d4612e4fa51ddf71acf93607ce4e570. | ||||
* | SONAR-23898 Issues are carry over on first analysis when reference branch ↵ | Jacek | 2024-12-30 | 4 | -50/+50 |
| | | | | strategy used | ||||
* | SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J Level | Julien Camus | 2024-12-20 | 1 | -4/+2 |
| | |||||
* | SONAR-23990 Replace with text block | Julien Camus | 2024-12-19 | 1 | -1/+4 |
| | |||||
* | SONAR-23974 Optimize the scanner report | Julien HENRY | 2024-12-18 | 2 | -21/+20 |
| | |||||
* | SONAR-24004 Replace lambda with method reference | Julien Camus | 2024-12-18 | 1 | -2/+3 |
| | |||||
* | SONAR-22265 Migrate ScmInfoDbLoaderIT to junit5 | antoine.vinot | 2024-12-18 | 1 | -27/+24 |
| | |||||
* | SONAR-22265 Get the scm info from the previous branch analysis instead of ↵ | antoine.vinot | 2024-12-18 | 1 | -11/+10 |
| | | | | the reference branch | ||||
* | Revert "SONAR-22876 Exclude metrics from being persisted to measures | Javier García Orduña | 2024-12-18 | 1 | -24/+0 |
| | |||||
* | SONAR-22876 Exclude metrics from being persisted to measures | Javier García Orduña | 2024-12-18 | 1 | -0/+24 |
| | |||||
* | SONAR-12647 Remove deprecated complexity metrics | Julien HENRY | 2024-12-06 | 1 | -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 Vorona | 2024-12-04 | 2 | -4/+12 |
| | | | | first analysis bug | ||||
* | SONAR-23623 Remove useless remains of the SCA prototype | Julien HENRY | 2024-11-15 | 1 | -178/+0 |
| | |||||
* | SONAR-23474 Project import/export supports manual impact severity | Léo Geoffroy | 2024-11-11 | 1 | -4/+5 |
| | |||||
* | SONAR-23485 Fix NPE when importing FOSSA CVEs | Julien HENRY | 2024-10-29 | 1 | -9/+31 |
| | | | | Make published_at and last_modified_at nullable | ||||
* | SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵ | Julien HENRY | 2024-10-24 | 7 | -36/+36 |
| | | | | plugin API | ||||
* | SONAR-23098 Persist dependencies in the compute engine | Julien HENRY | 2024-10-21 | 4 | -3/+310 |
| | |||||
* | SONAR-23153 Drop the live_measures table and migration flags | Claire Villard | 2024-10-15 | 1 | -20/+0 |
| | |||||
* | NO-JIRA Break circular dependency between Metric and Measure | Matteo Mara | 2024-10-15 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Stop using deprecated methods from RandomStringUtils | Matteo Mara | 2024-10-14 | 10 | -39/+38 |
| | |||||
* | SONAR-22880 Migrate 'live_measures' to 'measures' | Claire Villard | 2024-10-09 | 1 | -3/+35 |
| | |||||
* | SONAR-22879 Remove code related to live_measures table | Eric Giffon | 2024-10-09 | 3 | -514/+2 |
| | |||||
* | SONAR-22925 Import/export of JSON measures | Claire Villard | 2024-10-09 | 1 | -46/+13 |
| | |||||
* | SONAR-22873 Read JSON measures (#11683) | Eric Giffon | 2024-10-09 | 2 | -5/+5 |
| | | | | Co-authored-by: Claire Villard <claire.villard@sonarsource.com> | ||||
* | SONAR-22872 CE step to persist measures in JSON format | Eric Giffon | 2024-10-09 | 1 | -0/+382 |
| | |||||
* | SONAR-22951 Use 5 levels severities for Software Impact | Dejan Milisavljevic | 2024-09-18 | 2 | -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 report | antoine.vinot | 2024-09-12 | 2 | -0/+282 |
| | |||||
* | SONAR-22874 Rename Measure classes to ProjectMeasure | Eric Giffon | 2024-08-28 | 3 | -25/+25 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 12 | -19/+18 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Make rule compatible with JUnit5 (#10700) | Dejan Milisavljevic | 2024-02-26 | 1 | -21/+21 |
| | |||||
* | SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts table | Léo Geoffroy | 2024-02-16 | 2 | -8/+7 |
| | |||||
* | SONAR-21455 new_accepted_issues should only be computed in application when ↵ | Léo Geoffroy | 2024-01-31 | 1 | -1/+1 |
| | | | | all the projects have been reanalyzed | ||||
* | SONAR-21290 Use UUIDs v4 for all database identifiers | Aurelien Poscia | 2024-01-25 | 2 | -6/+6 |
| | |||||
* | SONAR-21268 updating license headers for changed files | lukasz-jarocki-sonarsource | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | SONAR-21259 Increase range of issue status tracked as issue fixed and ↵ | Léo Geoffroy | 2024-01-17 | 1 | -3/+27 |
| | | | | refactor code | ||||
* | SONAR-21259 Add tracking and persistence for fixed issues | Léo Geoffroy | 2024-01-17 | 1 | -0/+122 |
| | |||||
* | SONAR-18963 Index peristed issues only | Jacek | 2024-01-05 | 1 | -12/+49 |
| |