aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/purge/PurgeDao.java
Commit message (Expand)AuthorAgeFilesLines
* SCA-277 add deleteScaLicenseProfiles to PurgeDao#deleteProjectMatt Pace2025-05-011-0/+1
* SONAR-24871 Add purge of architecture graphs when deleting a branch.Steve Marion2025-04-291-0/+1
* SQRP-252 Purge SCA tables when a branch is deletedMadeline Cowie2025-03-111-0/+1
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-12/+13
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-091-2/+0
* SONAR-22872 Purge measures tableEric Giffon2024-10-091-0/+2
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-171-0/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-2/+2
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-201-33/+49
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-181-0/+5
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-0/+7
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+1
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-5/+4
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-171-1/+2
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-101-10/+15
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-051-1/+0
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-291-9/+30
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-201-1/+0
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-011-0/+2
* SONAR-14956 Issues are not automatically closed when component has been remov...Duarte Meneses2023-05-041-1/+12
* 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-9/+8
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17477 Analyzer cache not purged when branch is deletedDuarte Meneses2022-10-171-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-0/+6
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-181-0/+1
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-151-0/+1
* SONAR-15498 add IT and Purge should delete selected project if it only select...Duarte Meneses2021-11-091-1/+1
* SONAR-15499 Show portfolio branch selection in views/show WS and clean select...Duarte Meneses2021-11-091-1/+1
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-081-0/+1
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-13/+4
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-191-2/+2
* SONAR-15139 - Purge Branch propertiesBelen Pruvost2021-08-091-3/+10
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-1/+13
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+2
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-291-0/+1
* SONAR-12692 add project_uuid to issues_changesPierre2020-09-081-0/+15
* SONAR-13784 Deleting project should make sure all components are removedDuarte Meneses2020-08-241-0/+1
* SONAR-13696 drop PROJECT_ALM_BINDINGS tableDuarte Meneses2020-08-141-1/+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-17/+8
* SONAR-12691 Dont delete past measures of directories and filesDuarte Meneses2020-03-301-30/+1
* SONAR-12689 Separate storage of projects/apps from their components and branchesDuarte Meneses2020-01-311-2/+2