aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/purge
Commit message (Collapse)AuthorAgeFilesLines
* SCA-239 purge sca issues releases changes tableHavoc Pennington2025-05-022-2/+11
|
* SCA-277 add deleteScaLicenseProfiles to PurgeDao#deleteProjectMatt Pace2025-05-013-0/+9
|
* SCA-324 save sca_analyses row for each SCA analysisHavoc Pennington2025-04-302-0/+8
|
* SONAR-24871 Add purge of architecture graphs when deleting a branch.Steve Marion2025-04-293-0/+10
| | | | Signed-off-by: Steve Marion <steve.marion@sonarsource.com>
* SQRP-252 Purge SCA tables when a branch is deletedMadeline Cowie2025-03-113-0/+26
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0917-17/+17
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-23/+32
|
* SONAR-22879 Remove code related to live_measures tableEric Giffon2024-10-093-24/+0
|
* SONAR-22872 Purge measures tableEric Giffon2024-10-093-0/+24
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-163-4/+4
| | | | org.apache.commons:commons-lang3
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-173-0/+10
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0317-17/+17
|
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-133-4/+4
|
* SONAR-20481 fixed the issue where removing a branch was removing a project toolukasz-jarocki-sonarsource2023-09-203-43/+70
|
* SONAR-20021 Add impacts support in IssueDto, RuleDtoJacek Poreda2023-08-183-0/+14
|
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-024-4/+28
|
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-191-1/+1
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-172-4/+3
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-5/+4
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-172-4/+4
|
* NO-JIRA replace MoreCollectors.toList(size) with Collectors.toListPierre2023-07-172-5/+5
|
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-102-21/+22
|
* SONAR-19558 Fix usage of indexOnAnalysis and minor fixesLéo Geoffroy2023-07-053-25/+3
|
* SONAR-19558 Update PurgeDao to not rely on component uuidLéo Geoffroy2023-06-293-30/+51
|
* SONAR-19556 updated integration tests in UserDismissedMessagesDaoITLukasz Jarocki2023-06-203-10/+0
|
* SONAR-19445 renamed permissions' component_uuid column to entity_uuidLukasz Jarocki2023-06-192-5/+5
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-136-13/+13
|
* SONAR-18856 renaming properties.component_uuid to properties.entity_uuidLukasz Jarocki2023-06-012-4/+4
|
* SONAR-18856 Extract governance reports data from properties tableLéo Geoffroy2023-06-013-0/+36
|
* SONAR-14956 Issues are not automatically closed when component has been ↵Duarte Meneses2023-05-042-1/+14
| | | | removed from DB
* SONAR-18850 remove usage of main branch project UUID from purgeLéo Geoffroy2023-04-043-5/+5
|
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-023-15/+14
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+1
|
* Update license templates for 2023Pierre2023-01-0217-17/+17
|
* SONAR-17477 Analyzer cache not purged when branch is deletedDuarte Meneses2022-10-171-0/+1
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-2/+2
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-4/+4
|
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-182-3/+3
|
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-182-0/+8
|
* Update license headers for 2022 [update headers]Pierre2022-01-2817-17/+17
|
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-213-1/+16
|
* Improve code qualityDuarte Meneses2021-11-201-6/+1
|
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-183-8/+21
|
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-153-0/+11
|
* SONAR-15498 add IT and Purge should delete selected project if it only ↵Duarte Meneses2021-11-093-1/+7
| | | | selects a branch being deleted
* SONAR-15499 Show portfolio branch selection in views/show WS and clean ↵Duarte Meneses2021-11-093-3/+6
| | | | selected branches in portfolios
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-083-0/+10
|
* SONAR-15142 Always add AuditPersister to container and use typed NewValue ↵Duarte Meneses2021-08-261-13/+4
| | | | for each audit
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-191-2/+2
|
* SONAR-15139 - Purge Branch propertiesBelen Pruvost2021-08-092-3/+17
|