aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/test/java/org/sonar/db/purge
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-099-9/+9
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-273-0/+68
* SONAR-21647 Migrate DAO IT (#10676)OrlovAlexander2024-02-228-52/+51
* NO-JIRA Update license headers to 2024Pierre2024-01-039-9/+9
* SONAR-20734 Improve query for picking the purgeable analysisMatteo Mara2023-10-131-1/+1
* SONAR-20058 purge old anticipated transitions according to a max age propertyMatteo Mara2023-08-021-5/+22
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
* SONAR-19889 enable profiler only at debug for project deletionPierre2023-07-101-12/+11
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-1/+1
* SONAR-18679 refactored sonar-db-core and sonar-db-dao to match testing strategyLukasz Jarocki2023-03-134-3013/+0
* SONAR-18628 Drop GlobalPermissions class and replace with GlobalPermission enum.Dimitris Kavvathas2023-03-071-1/+1
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-023-101/+60
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-121-2/+2
* Update license templates for 2023Pierre2023-01-0213-13/+13
* SONAR-17720 New branches/PRs can be purged before they are first analyzedLukasz Jarocki2022-12-091-8/+36
* SONAR-17477 Analyzer cache not purged when branch is deletedDuarte Meneses2022-10-171-0/+32
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-3/+3
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-062-17/+17
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-4/+4
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-2/+2
* [NO-JIRA] Fix unstable Unit Test for PurgeCommandsBelen Pruvost2022-01-281-3/+7
* Update license headers for 2022 [update headers]Pierre2022-01-2813-13/+13
* SONAR-14929 - Handle Issue no longer being new on feature branchbelen-pruvost-sonarsource2022-01-211-5/+11
* SONAR-14929 - Purge new_code_reference_issues when issues are deletedBelen Pruvost2022-01-212-0/+30
* Improve code qualityDuarte Meneses2021-11-205-34/+33
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-193-10/+4
* SONAR-15398 Project is not removed from application_projects table when deletedDuarte Meneses2021-11-181-1/+23
* SONAR-13426 purge project_badge_token when a project is deletedPierre2021-11-151-0/+13
* SONAR-15498 add IT and Purge should delete selected project if it only select...Duarte Meneses2021-11-091-2/+19
* SONAR-15499 Show portfolio branch selection in views/show WS and clean select...Duarte Meneses2021-11-091-8/+31
* Fix code quality issuesDuarte Meneses2021-10-251-3/+2
* SONAR-15259 Purge project from portfolios when removedJacek2021-09-082-13/+51
* SONAR-15142 Always add AuditPersister to container and use typed NewValue for...Duarte Meneses2021-08-261-4/+3
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-192-3/+3
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-192-4/+5
* SONAR-15142 add 'name' and 'key' in component context for AuditPierre2021-08-192-45/+100
* SONAR-15138 Generate PDFJeremy Davis2021-08-092-15/+15
* SONAR-15139 - Purge Branch propertiesBelen Pruvost2021-08-092-1/+70
* SONAR-15139 - Update Report Endpoints to work with Projects and Appsbelen-pruvost-sonarsource2021-08-091-1/+1
* SONAR-15154 add audit logs about projects, portfolios and appslukasz-jarocki-sonarsource2021-07-271-31/+46
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-271-4/+5
* SONAR-10762 Drop Manual Measure from portfoliosZipeng WU2021-07-071-5/+0
* SONAR-10762 Drop Custom Measures WSZipeng WU2021-07-071-27/+0
* SONAR-14245 Drop organization related tablesDuarte Meneses2021-01-111-21/+21
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0812-12/+12
* SONAR-13999 Remove OrganizationDbTesterMichal Duda2020-12-222-21/+19
* SONAR-13999 Remove organizations from Portfolio WSMichal Duda2020-12-221-36/+21
* SONAR-13999 remove orgs from application WSMichal Duda2020-12-221-4/+2
* fix code smellsPierre2020-12-141-10/+10
* SONAR-14024 fix not purging some pull requestsMichal Duda2020-12-031-10/+29