aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot11 days2-0/+114
|
* SONAR-24376 Fix env variables and remove argument quotingJulien HENRY2025-02-281-1/+17
|
* SONAR-24317 Move ProcessWrapperFactory to sonar-coreantoine.vinot2025-02-191-0/+88
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-041-42/+0
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0977-77/+77
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-1/+4
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-31/+30
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-182-3/+3
|
* SONAR-21354 Revert to use the sonar-classloader libraryJulien HENRY2024-12-182-957/+0
|
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-9/+9
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23755 Add Bbt for validating doc url change on UI.Steve Marion2024-11-281-1/+1
|
* SONAR-23755 Add core extension common to allow SQS specific behavior to ↵Steve Marion2024-11-282-27/+64
| | | | happen. Add to DefaultLinkGenerator extension point to modify the default documentation base URL.
* SONAR-23531 Change impact representation in IssueChangedEvent to fit conventionLéo Geoffroy2024-11-211-3/+3
|
* SONAR-23287 add issue changed event and bulk action changesLéo Geoffroy2024-11-111-3/+11
|
* SONAR-23527 impacts severity is updated when issue is set on manual severityLéo Geoffroy2024-11-111-0/+56
|
* SONAR-23363 handle manual impact flag during project analysisLéo Geoffroy2024-11-111-0/+8
|
* SONAR-23298 Add new metrics and change some namesDejan Milisavljevic2024-11-051-1/+18
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-241-36/+0
| | | | plugin API
* SONAR-23260 Publish impact changes to SonarQube IDEDejan Milisavljevic2024-10-161-0/+63
|
* SONAR-23250 handle impacts on active rules in scanner engineLéo Geoffroy2024-10-161-0/+50
|
* SONAR-23188 MQR Mode settingViktor Vorona2024-10-161-0/+31
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-30/+30
|
* MMF-3988 Hide ratings and remove legacy mode settingViktor Vorona2024-09-191-31/+0
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-183-2/+16
| | | | | | | 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 Issues on different CVEs are different issuesantoine.vinot2024-09-121-0/+42
|
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-261-0/+49
|
* SONAR-22731 Define flag to be able to use legacy ratingsDejan Milisavljevic2024-08-261-0/+31
|
* SONAR-22787 Add FIPS environment information to support info fileAlain Kermis2024-08-261-0/+61
|
* NO-JIRA Fix Quality Gate IssuesMatteo Mara2024-07-251-2/+0
|
* SONAR-22603 Use generated code for the SARIF parserJulien HENRY2024-07-244-218/+65
|
* SONAR-22252 Update IssueDto, ActiveRuleDto and corresponding mappersOrlovAlexander2024-06-031-29/+37
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-167-8/+8
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Fix public accessor on JUnit5 TestLéo Geoffroy2024-02-211-17/+17
|
* SONAR-21643 Add support for Junit5Léo Geoffroy2024-02-201-1/+1
|
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-254-181/+17
|
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-192-85/+2
|
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2024-01-043-5/+980
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-041-1/+24
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0376-76/+76
|
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-221-24/+1
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* Revert "SONAR-21195 allow plugins loaded in different containers to access ↵Matteo Mara2023-12-223-980/+5
| | | | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source." This reverts commit 9d91fc4c8fa35bc7fc985a71a2d38ef0759e50e3.
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2023-12-213-5/+980
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-1/+24
|
* SONAR-21194 add requiredForLanguages response fields to plugins/installed ↵Steve Marion2023-12-071-0/+3
| | | | endpoint.
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-082-11/+8
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-26/+26
|
* SONAR-20877 Add new status to changelog for issuesLéo Geoffroy2023-11-082-9/+32
|
* SONAR-20877 Add mapping for hotspots statusLéo Geoffroy2023-11-081-0/+12
|
* SONAR-20877 Add new status mappingLéo Geoffroy2023-11-081-0/+62
|
* SONAR-20578 remove dependency from common part to extensionAurelien Poscia2023-09-282-0/+14
|