aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/purge/PurgeCommands.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-215/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-251-5/+0
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-141-0/+7
* SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysisSébastien Lesaint2016-08-291-5/+0
* SONAR-7911 purge scanner_context table when analysis is deletedSébastien Lesaint2016-08-221-0/+5
* remove dead code in PurgeCommandSébastien Lesaint2016-08-221-29/+0
* fix various quality flawsSébastien Lesaint2016-07-071-2/+0
* SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-061-7/+2
* SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-041-17/+17
* SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-041-62/+13
* SONAR-7705 replace purge by cpt of scope PRJ by purge by analysesSébastien Lesaint2016-07-041-2/+25
* SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-041-11/+28
* SONAR-7705 delete analysis measures using new ANALYSIS_UUID columnSébastien Lesaint2016-07-041-7/+1
* SONAR-7705 PurgeDao#purge: aborted analysis can be delete from rootSébastien Lesaint2016-07-041-13/+12
* SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)Sébastien Lesaint2016-07-041-15/+13
* SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-041-20/+20
* SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-041-4/+36
* SONAR-7705 remove work Resource from PurgeMapper and use uuidsSébastien Lesaint2016-07-041-9/+9
* remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-041-2/+2
* SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-271-2/+2
* SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-221-19/+19
* SONAR-7693 support removal of ID columns in SNAPSHOTSSébastien Lesaint2016-06-141-2/+2
* SONAR-7692 support uuid columns in resource_indexSébastien Lesaint2016-06-131-2/+2
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-021-11/+3
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-251-7/+0
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-261-7/+26
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6834 Purge CE_ACTIVITY when deleting a projectJulien Lancelot2015-10-271-1/+8
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+224