aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/it/java/org/sonar/db/purge
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-094-4/+4
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-11/+8
* 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-142-16/+16
* 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-282-18/+18
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-162-5/+7
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-224-303/+354
* 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-034-4/+4
* 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-202-29/+37
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-242-9/+9
* SONAR-20021 persist impacts from report to DatabaseLéo Geoffroy2023-08-182-2/+2
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-182-3/+7
* 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-022-1/+52
* 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-074-4/+4
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-051-6/+0
* SONAR-19558 Update rest of test for sonar-db-daoLéo Geoffroy2023-06-302-28/+32
* SONAR-19558 enabled snapshots to correctly use project/branch uuidLukasz Jarocki2023-06-292-14/+14
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-129/+129
* SONAR-19558 Fix issue with test frameworkLéo Geoffroy2023-06-281-1/+1
* SONAR-19556 updated webhooks to not rely on component_uuidLukasz Jarocki2023-06-221-2/+2
* SONAR-19028 Drop column 'main_branch_project_uuid' in the Components tableDuarte Meneses2023-06-201-7/+5
* 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-012-6/+6
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-012-3/+80
* NO_JIRA fix PurgeDaoIt with new ProjectData structure Benjamin Campomenosi2023-05-111-14/+15