aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/measure
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24909 SONAR-24923 Add analysisUuid to PostMeasureComputationCheck context.Steve Marion2025-05-071-0/+15
* SONAR-24514 Merge graph loading into persist step.Steve Marion2025-03-172-31/+27
* SONAR-24514 Add CE processing of architecture graphs in analysis reports.Steve Marion2025-03-172-29/+25
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-041-5/+5
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0916-16/+16
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-2/+2
* NO-JIRA Break circular dependency between Metric and MeasureMatteo Mara2024-10-154-39/+38
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-092-214/+1
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-091-76/+137
* SONAR-22872 CE step to persist measures in JSON formatEric Giffon2024-10-091-0/+39
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-284-119/+116
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-262-25/+25
* SONAR-20582 make the gitlab vulnerability synchronization conditional on havi...Steve Marion2024-02-061-2/+10
* NO-JIRA Update license headers to 2024Pierre2024-01-0317-17/+17
* SONAR-20580 fix gitlab synchro failures from crashing the analysis.Steve Marion2023-09-291-7/+24
* SONAR-20442 Add new extension point before measure calculationMatteo Mara2023-09-271-0/+119
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-1/+1
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Refactor rest of test in project_analysis module Benjamin Campomenosi2023-06-301-1/+1
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-171-408/+0
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-123-9/+12
* Update license templates for 2023Pierre2023-01-0217-17/+17
* SONAR-16455 Merge measure's 'variation' and 'value'Duarte Meneses2022-11-055-116/+6
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-3/+3
* SONAR-16039 populating measure for new metric analysis_from_sonarqube_9_4Lukasz Jarocki2022-03-311-0/+18
* Update license headers for 2022 [update headers]Pierre2022-01-2817-17/+17
* [NO-JIRA] Fix Bugs, Code SmellsJacek2021-12-211-5/+0
* Improve code qualityDuarte Meneses2021-11-207-49/+49
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1912-133/+157
* Fix code quality issuesDuarte Meneses2021-10-251-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0817-17/+17
* SONAR-13999 drop organization from CE stepsJacek2020-12-222-5/+2
* fix code smellsPierre2020-12-141-1/+1
* SONAR-13221 change PK of RULES and update FKMichal Duda2020-05-251-4/+0
* SONAR-13221 MetricsDuarte Meneses2020-05-258-41/+41
* SONAR-12691 Don't persist project measures that are not historicalDuarte Meneses2020-03-303-3/+4
* Format all headers for 2020Wouter Admiraal2020-01-0717-17/+17
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-104-14/+8
* SONAR-12626 remove references to SLBDuarte Meneses2019-12-091-1/+0
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-042-37/+4
* Simplify keys of measure repositoryDuarte Meneses2019-09-041-63/+0
* use testFixtures instead of test configuration of ce-task-projectanalysisSébastien Lesaint2019-09-023-728/+0
* move WrapInSingleElementArray to the single module where it's usedSébastien Lesaint2019-08-141-1/+1
* remove DBUnitSébastien Lesaint2019-08-091-10/+24
* SONAR-12131 Compute Security Review Rating measures on projectsJulien Lancelot2019-06-141-34/+2
* Clean old remains of dev cockpitJulien HENRY2019-04-256-76/+18
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ...Duarte Meneses2019-02-111-5/+5
* SONAR-11464 Only load files from Scanner ReportDuarte Meneses2019-01-163-43/+20
* Fix Quality flawSimon Brandhof2019-01-161-9/+2