aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/purge/PurgeDaoIT.java
Commit message (Expand)AuthorAgeFilesLines
* SCA-609 Add API to Set The Severity of a Dependency RiskMike Young2025-07-021-1/+2
* SCA-239 purge sca issues releases changes tableHavoc Pennington2025-05-021-0/+9
* SONAR-24909 SONAR-24922 Update architecture_graphs with perspective_key and a...Steve Marion2025-05-021-3/+3
* SCA-277 add deleteScaLicenseProfiles to PurgeDao#deleteProjectMatt Pace2025-05-011-0/+24
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-301-0/+16
* SONAR-24871 Add purge of architecture graphs when deleting a branch.Steve Marion2025-04-291-0/+17
* SCA-206 Rename new_in_pull_request -> is_newJohn Bintz2025-04-111-1/+2
* SCA-223 Add Status Column to SCA Issues Releases TableMike Young2025-04-081-2/+2
* SQRP-346 add known_package to sca_releases tableMatt Pace2025-04-031-0/+1
* SCA-182: core-extension-sca: move all sca db classes to sca-applicationHavoc Pennington2025-03-261-27/+45
* SCA-131 store sca_dependencies.production_scope and add to endpoints (#13191)Havoc Pennington2025-03-171-2/+2
* SQRP-252 Purge SCA tables when a branch is deletedMadeline Cowie2025-03-111-0/+38
* 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-4/+4
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-7/+7
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-31/+1
* SONAR-22873 Read JSON measures (#11683)Eric Giffon2024-10-091-5/+5
* SONAR-22872 Purge measures tableEric Giffon2024-10-091-15/+46
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-12/+12
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-4/+6
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-221-136/+199
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-10/+41
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-201-24/+32
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-5/+5
* 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-0/+1
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-1/+27
* SONAR-7697 Replace integer `purged_status` column with boolean `purged`Jacek Poreda2023-07-211-26/+44
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+7
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+3
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-101-1/+32
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-051-6/+0
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-291-11/+11
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-129/+129
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-221-2/+2
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-12/+0
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-9/+9
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-4/+4
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-0/+38
* NO_JIRA fix PurgeDaoIt with new ProjectData structure Benjamin Campomenosi2023-05-111-14/+15
* SONAR-18856 refactor `project_badge_token` Benjamin Campomenosi2023-05-111-116/+133
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-081-67/+67
* SONAR-14956 Issues are not automatically closed when component has been remov...Duarte Meneses2023-05-041-0/+21
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-061-37/+40
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-12/+26
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-131-0/+1909