aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/component/BranchDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SCA-352 add AnalyzedComponent.selectReferencingBranchesHavoc Pennington2025-05-061-0/+35
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24057 Optimize querying of branch measures to only load required measur...Eric Giffon2024-12-201-0/+35
* SONAR-23153 Drop the live_measures table and migration flagsClaire Villard2024-10-151-21/+0
* 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-161-1/+1
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-90/+69
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* 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 replace Collectors.toList to Stream.toListPierre2023-07-171-1/+2
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Léo Geoffroy2023-06-201-42/+51
* SONAR-19483 Collect daily counts of analysis and green Quality Gate in Teleme...Zipeng WU2023-06-071-5/+32
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-121-3/+43
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-35/+35
* 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-041-9/+36
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+802