aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/purge
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1718-1419/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1018-36/+36
* Drop unused method PurgeMapper#deleteSnapshotMeasures()Simon Brandhof2017-01-251-2/+0
* SONAR-8675 drop usage of table resource_indexSimon Brandhof2017-01-253-8/+0
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-143-0/+10
* SONAR-8089 Merge ComponentDao#selectChildren and selectDescendantsJulien Lancelot2016-11-081-12/+3
* SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysisSébastien Lesaint2016-08-292-7/+0
* SONAR-7911 purge scanner_context table when analysis is deletedSébastien Lesaint2016-08-222-0/+7
* remove dead code in PurgeCommandSébastien Lesaint2016-08-221-29/+0
* merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-212-5/+5
* Fix Quality flawsSimon Brandhof2016-07-181-7/+1
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-113-43/+22
* fix various quality flawsSébastien Lesaint2016-07-071-2/+0
* Remove unused methods of IdUuidPairsSimon Brandhof2016-07-061-16/+1
* SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-064-53/+12
* SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-044-55/+23
* SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-043-108/+49
* SONAR-7705 replace purge by cpt of scope PRJ by purge by analysesSébastien Lesaint2016-07-043-24/+40
* SONAR-7705 purge: delete measures of FILE and DIR via analysis uuidSébastien Lesaint2016-07-043-27/+86
* SONAR-7705 delete analysis measures using new ANALYSIS_UUID columnSébastien Lesaint2016-07-042-9/+3
* SONAR-7705 PurgeDao#purge: aborted analysis can be delete from rootSébastien Lesaint2016-07-042-23/+22
* SONAR-7705 ProjectCleaner now deal with analyses (not snapshots)Sébastien Lesaint2016-07-046-29/+84
* SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-041-20/+20
* SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-043-7/+42
* SONAR-7705 remove work Resource from PurgeMapper and use uuidsSébastien Lesaint2016-07-043-41/+35
* remove unused PurgeDao#purge overrideSébastien Lesaint2016-07-041-11/+0
* remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-045-55/+38
* remove unused PurgeDao.deleteSnapshots(PurgeSnapshotQuery,PurgeProfiler)Sébastien Lesaint2016-07-041-10/+0
* remove unused PurgeSnapshotQuery#qualifiersSébastien Lesaint2016-07-041-10/+0
* SONAR-7690 support EVENTS.ANALYSIS_UUID in codeSébastien Lesaint2016-06-279-57/+68
* SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-223-37/+39
* SONAR-7738 support in code use of *_UUID instead of PROJECTS._*IDSébastien Lesaint2016-06-161-1/+1
* SONAR-7693 support removal of ID columns in SNAPSHOTSSébastien Lesaint2016-06-145-32/+31
* SONAR-7692 support uuid columns in resource_indexSébastien Lesaint2016-06-133-4/+4
* fix quality flaws: use lambdas with DatabaseUtils.executeLargeInputsSébastien Lesaint2016-06-022-49/+14
* SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-312-3/+3
* SONAR-7175 Keep last snapshots in KeepOneFilterJulien Lancelot2016-05-121-2/+2
* SONAR-7108 Delete Issues from index when purging old issuesJulien Lancelot2016-05-043-9/+53
* SONAR-7441 no DB Component should have @ServerSide nor @ComputeEngineSideSébastien Lesaint2016-03-291-4/+0
* SONAR-7441 add ComputeEngineSide annotation where applicableSébastien Lesaint2016-03-291-0/+2
* SONAR-7466 Remove ACTION_PLANS table and related codeTeryk Bellahsene2016-03-252-9/+0
* Fix quality flawsSimon Brandhof2016-02-291-1/+1
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-263-17/+39
* SONAR-7130 don't do select for aborted build twice per componentSébastien Lesaint2016-01-261-13/+3
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-261-5/+3
* Fix project title in copyright headersSimon Brandhof2016-01-1318-18/+18
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0518-83/+72
* Replace slf4j by SQ Logger in sonar-dbSimon Brandhof2015-12-141-3/+3
* SONAR-6834 Purge CE_ACTIVITY when deleting a projectJulien Lancelot2015-10-273-7/+13
* Simplify deletion of a project in PurgeDaoJulien Lancelot2015-09-152-27/+16