aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-167-8/+8
* 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 classLoade...Steve Marion2024-01-043-5/+980
* 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
* Revert "SONAR-21195 allow plugins loaded in different containers to access cl...Matteo Mara2023-12-223-980/+5
* SONAR-21195 allow plugins loaded in different containers to access classLoade...Steve Marion2023-12-213-5/+980
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-211-1/+24
* SONAR-21194 add requiredForLanguages response fields to plugins/installed end...Steve Marion2023-12-071-0/+3
* 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
* NO-JIRA Refactor graphql lib to externalize query so that each implementation...Steve Marion2023-09-272-0/+61
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-0/+21
* SONAR-20021 Update plugin-api versionLéo Geoffroy2023-08-181-6/+0
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-023-4/+8
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-022-3/+0
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-1/+1
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-021-0/+74
* SONAR-19372 Add a new issue visitor in order to apply anticipated transitions...Matteo Mara2023-08-022-0/+120
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-186/+0
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-15/+0
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-171-37/+0
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-171-13/+0
* NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSetPierre2023-07-171-12/+0
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-171-14/+0
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-171-12/+0
* NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSe...Pierre2023-07-171-17/+0
* NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutable...Pierre2023-07-171-16/+0
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-6/+0
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-5/+0
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-6/+0
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-5/+0
* NO-JIRA replace MoreCollectors operations to JDK or guava implementationsPierre2023-07-171-5/+6
* SONAR-19522 Fail-fast if SARIF file doesn't exist. (#8587)Wojtek Wajerowicz2023-06-151-4/+4
* SONAR-19579 Fix SSF-420 (#8573)Wojtek Wajerowicz2023-06-151-101/+0
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-134-11/+11
* SONAR-19340 Raise security hotspots events from CEEric Giffon2023-05-301-85/+55
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-161-2/+6
* SONAR-19103 Open documentation links safely in new tabsZipeng WU2023-05-091-0/+11
* NO-JIRA one of the test should test for null instead of exceptionLukasz Jarocki2023-04-281-2/+2
* SONAR-19050 Add tests to fix coverageLéo Geoffroy2023-04-281-1/+11
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-114-22/+23