aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/component
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0935-35/+35
* SONAR-23898 Issues are carry over on first analysis when reference branch str...Jacek2024-12-301-0/+132
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-6/+6
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-142-10/+10
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-2/+2
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-261-46/+47
* SONAR-18963 Index peristed issues onlyJacek2024-01-052-75/+0
* NO-JIRA Update license headers to 2024Pierre2024-01-0335-35/+35
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* 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-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-1/+1
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-8/+1
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-211-310/+0
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-174-526/+0
* SONAR-18565 - Improve IssueIndexer performance to use markAsUnchanged flagAntoine Vinot2023-03-032-0/+75
* SONAR-17706 Drop support for modules in WSDuarte Meneses2023-02-021-53/+0
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-022-241/+87
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-1/+1
* Update license templates for 2023Pierre2023-01-0240-40/+40
* SONAR-17613 changing default branch for applications to follow the settingLukasz Jarocki2022-12-153-8/+8
* SONAR-17524 using new config property to set default main branchLukasz Jarocki2022-11-011-5/+9
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-013-5/+6
* SONAR-13579 Overall coverage improvementsBenjamin Campomenosi2022-10-262-14/+26
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-44/+41
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-2/+4
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-1212-114/+103
* SONAR-17044 Optimize Compute Engine issue tracking and persisting of measures...Duarte Meneses2022-07-234-9/+282
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-061-4/+4
* Update license headers for 2022 [update headers]Pierre2022-01-2838-38/+38
* Improve code qualityDuarte Meneses2021-11-204-17/+10
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1921-196/+161
* Improve code qualityDuarte Meneses2021-11-181-1/+2
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-191-1/+1
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-191-1/+1
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-1/+2
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-091-1/+3
* Refactor BranchPersister to use cached project configurationDuarte Meneses2021-04-081-20/+12
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0838-38/+38
* SONAR-13999 drop organization from CE stepsJacek2020-12-224-14/+10
* SONAR-14189 sonar.dbcleaner.branchesToKeepWhenInactive ignored when set on pr...Michal Duda2020-12-041-17/+69
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-031-19/+51
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-143-144/+1
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-315-14/+129
* SONAR-12723 Filter hotspots in api/issues/bulk_changeJacek2020-01-131-12/+11
* Format all headers for 2020Wouter Admiraal2020-01-0739-39/+39
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-17/+7
* SONAR-12673 Fix issue managementDuarte Meneses2019-12-093-150/+95
* SONAR-12636 set `excludeFromPurge` on branch creation based on global settingsMichal Duda2019-12-091-1/+52
* SONAR-12679 Use single branch typeDuarte Meneses2019-12-094-26/+26