aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/purge/PurgeMapper.java
Commit message (Expand)AuthorAgeFilesLines
* SCA-239 purge sca issues releases changes tableHavoc Pennington2025-05-021-2/+4
* SCA-277 add deleteScaLicenseProfiles to PurgeDao#deleteProjectMatt Pace2025-05-011-0/+2
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-301-0/+2
* SONAR-24871 Add purge of architecture graphs when deleting a branch.Steve Marion2025-04-291-0/+2
* SQRP-252 Purge SCA tables when a branch is deletedMadeline Cowie2025-03-111-0/+6
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-6/+0
* SONAR-22872 Purge measures tableEric Giffon2024-10-091-0/+6
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-171-0/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-1/+1
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-201-1/+3
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+4
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-0/+2
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-6/+6
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-2/+0
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-191-2/+2
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-011-1/+1
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-0/+8
* SONAR-14956 Issues are not automatically closed when component has been remov...Duarte Meneses2023-05-041-0/+2
* SONAR-18850 remove usage of main branch project UUID from purgeLéo Geoffroy2023-04-041-1/+1
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-2/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-1/+1
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-4/+4
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-181-1/+1
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-0/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-211-1/+5
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-181-4/+8
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-151-0/+2
* SONAR-15498 add IT and Purge should delete selected project if it only select...Duarte Meneses2021-11-091-0/+2
* SONAR-15499 Show portfolio branch selection in views/show WS and clean select...Duarte Meneses2021-11-091-0/+2
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-081-0/+3
* SONAR-10762 Drop Manual Measure from portfoliosZipeng WU2021-07-071-2/+0
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+8
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-291-0/+2
* SONAR-13784 Deleting project should make sure all components are removedDuarte Meneses2020-08-241-0/+2
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-141-2/+0
* SONAR-13698 Delete 'project_alm_settings' rows when project is deletedJacek2020-07-301-0/+1
* SONAR-13193 Stop using legacy project ID and use project UUID insteadDuarte Meneses2020-04-141-6/+6
* SONAR-12691 Don't persist project measures that are not historicalDuarte Meneses2020-03-301-4/+0
* SONAR-12691 Dont delete past measures of directories and filesDuarte Meneses2020-03-301-2/+0
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-0/+2
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12636 add a global setting that defines default list of branches to keepMichal Duda2019-12-091-1/+1
* SONAR-12390 Prevent analysis deletion when it is a baselineDuarte Meneses2019-09-241-3/+1
* SONAR-12393 - support remove new code period on branch, project removal (#2002)Jacek2019-09-241-0/+3
* SONAR-12364 Fix update of valuesDuarte Meneses2019-09-241-1/+1