aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/component/ComponentDtoTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-3/+2
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-9/+9
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-021-3/+1
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-8/+7
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-1/+0
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-24/+2
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-201-6/+6
* SONAR-15398 update class and method namesDuarte Meneses2021-11-181-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-221-6/+2
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-2/+0
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-11463 Don't migrate root folders and fix component key migrationJulien HENRY2019-01-161-2/+0
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-0/+11
* SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-101-5/+20
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-051-3/+1
* SONAR-9616 Handle branch in batch/issuesJulien Lancelot2017-09-121-0/+12
* Rename ComponentDto#getKey to ComponentDto#getDbKeyJulien Lancelot2017-08-011-2/+2
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-291-4/+1
* SONAR-9140 support public flag in ComponentTesting/ComponentDbTesterSébastien Lesaint2017-04-271-1/+1
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-271-0/+1
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+108