aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/measure/MeasureDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* 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-173/+5
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-3/+3
* SONAR-22873 Remove project queries using joins on live_measuresEric Giffon2024-10-091-0/+36
* SONAR-22925 Import/export of JSON measuresClaire Villard2024-10-091-0/+649
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-226/+0
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-13/+14
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-1/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-7/+5
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-5/+5
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+227