aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/purge/PurgeCommandsIT.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-11/+8
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-9/+9
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-6/+6
* 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-124/+119
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-2/+2
* SONAR-21290 Use UUIDs v4 for all database identifiersAurelien Poscia2024-01-251-3/+3
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-171-1/+17
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-201-5/+5
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-4/+4
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-181-1/+1
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-3/+6
* SONAR-20021 Create rules and issues impact tablesJacek2023-08-181-1/+23
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-0/+25
* 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-27/+31
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-3/+3
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-7/+5
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-2/+2
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-3/+42
* [NO JIRA] Fix ComponentdbTester to support different main branch UUIDsDuarte Meneses2023-05-101-3/+3
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-25/+25
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-10/+17
* SONAR-18850 remove usage of main branch project UUID from purgeLéo Geoffroy2023-04-041-2/+2
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+890