aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-common
Commit message (Collapse)AuthorAgeFilesLines
* SCA-57 Simplify ScaStep IOCTravis Collins2025-02-286-291/+0
|
* SCA-56 Run "reformat code" on SCA filesHavoc Pennington2025-02-283-36/+36
|
* SQRP-191 Ingest and persist the new "chains" field on each dependencyTieg Zaharia2025-02-281-0/+1
| | | Co-authored-by: Travis Collins <travistx@gmail.com>
* SQRP-221 Add sca_releases table splitting out part of sca_dependenciesHavoc Pennington2025-02-193-7/+119
| | | | | | | | This will allow us to do paginated queries of releases instead of dependencies. In this commit, the behavior of the dependencies endpoint is not changed; this commit sets it up to be change-able, but just keeps it the same for the time being.
* SQRP-192 Store SCA analysis errors as task messagesHavoc Pennington2025-02-191-2/+3
|
* SQRP-139 store normalized dependency information in database after sca analysisHavoc Pennington2025-02-193-1/+55
| | | Co-authored-by: Julien HENRY <julien.henry@sonarsource.com>
* SQRP-169 Write the ScaDependencies to an in-memory ScaHolderTravis Collins2025-02-193-5/+49
|
* SQRP-170 Rename ScaStep classes to shorter namesTravis Collins2025-02-191-1/+1
|
* SQRP-158 Create SCA CE step in the SCA moduleJulien HENRY2025-02-193-0/+79
|
* SQRP-136 Create BuildSoftwareCompositionAnalysisStepTravis Collins2025-02-192-0/+18
|
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-044-0/+442
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-097-7/+7
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-36/+36
|
* SONAR-22447 Moved from hamcrest-all to hamcrest plus major version bumpMatteo Mara2024-07-041-1/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-162-2/+2
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
|
* NO-JIRA Update license headers to 2024Pierre2024-01-037-7/+7
|
* SONAR-21121 Add POST /dop-translation/gitlab-configurations/Wojtek Wajerowicz2023-12-222-3/+18
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+3
|
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-6/+5
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
|
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-2/+2
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-031-1/+1
|
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-201-1/+1
|
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-204-111/+100
| | | | Entities
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-2/+2
|
* [NOJIRA] Remove unused imports. (#8541)Wojtek Wajerowicz2023-06-131-2/+0
|
* NO-JIRA fix code smellAurelien Poscia2023-05-111-1/+1
|
* SONAR-19084 periodically schedule the GitHub sync task.Wojtek Wajerowicz2023-05-113-18/+54
|
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-1/+1
|
* SONAR-18850 remove usage main branch project UUID in ce taskLéo Geoffroy2023-04-042-7/+6
|
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-171-1/+1
|
* [NO-JIRA] explicitly declare toList collector mutable or notZipeng WU2023-01-131-1/+1
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-4/+4
|
* Update license templates for 2023Pierre2023-01-027-7/+7
|
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-232-12/+12
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-233-9/+65
|
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-091-8/+8
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-22/+22
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-4/+4
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-287-7/+7
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-191-8/+4
|
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-1/+1
| | | | runtime configurations
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-081-0/+5
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-087-7/+7
|