aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/component/ComponentDaoIT.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-15/+13
* NO-JIRA Remove new code issues resulting from the update of the deprecated me...Matteo Mara2024-10-141-4/+3
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-7/+7
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+1
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-168/+192
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19324 Fix api/projects/search low performancesAlain Kermis2023-08-291-51/+38
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-231-8/+9
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-241-9/+8
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-301-40/+22
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-291-7/+7
* SONAR-19003 Fix error when retrieving multiple components with the same key a...Matteo Mara2023-06-121-6/+6
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-48/+1
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-84/+84
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-121-12/+68
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-061-23/+0
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-6/+6
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+1860