aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/component
Commit message (Expand)AuthorAgeFilesLines
* SCA-352 add AnalyzedComponent.selectReferencingBranchesHavoc Pennington2025-05-061-0/+35
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-098-8/+8
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-0/+35
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-242-17/+15
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-21/+0
* 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-145-42/+42
* SONAR-22880 Migrate 'live_measures' to 'measures'Claire Villard2024-10-091-0/+21
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-7/+0
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-166-14/+12
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-228-449/+481
* NO-JIRA Update license headers to 2024Pierre2024-01-038-8/+8
* SONAR-20630 Discriminate between UI and API calls for projects creationAurelien Poscia2023-10-051-1/+1
* SONAR-20630 set projects creation methodAurelien Poscia2023-10-051-0/+2
* SONAR-20541 Update all links that point to www.sonarqube.org to point to www....guillaume-peoch-sonarsource2023-10-041-2/+2
* 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
* SONAR-7698 Rename snapshots column build_date to analysis_dateAlain Kermis2023-07-211-5/+5
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-191-5/+20
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-191-36/+0
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-2/+3
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-078-8/+8
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-031-3/+4
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-304-74/+64
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-53/+54
* SONAR-19558 Refactor 'issues', 'issue_changes', Components and view indexesDuarte Meneses2023-06-293-53/+21
* SONAR-19256 refactor project links to use entity Benjamin Campomenosi2023-06-281-27/+28
* SONAR-19558 Refactor eventsDuarte Meneses2023-06-201-3/+3
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-201-42/+51
* SONAR-19003 Fix error when retrieving multiple components with the same key a...Matteo Mara2023-06-121-6/+6
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...Zipeng WU2023-06-071-5/+32
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-011-48/+1
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-122-27/+97
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-088-171/+171
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-121-12/+68
* SONAR-18860 Remove use of main_branch_project_uuid in DB mappersDuarte Meneses2023-04-072-3/+20
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-061-23/+0
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-042-9/+9
* SONAR-18850 remove usage main branch component for private moduleLéo Geoffroy2023-04-041-7/+35
* SONAR-18850 make is_main column work on OracleLukasz Jarocki2023-04-041-1/+1
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-042-10/+38
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-138-8/+8
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-138-0/+4250