aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/purge/PurgeCommandsTest.java
Commit message (Expand)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-135/+0
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* remove dead code in PurgeCommandSébastien Lesaint2016-08-221-21/+0
* SONAR-7705 stop using SNAPSHOTS tree columns in Java codebaseSimon Brandhof2016-07-061-1/+1
* SONAR-7705 remove dead code and dead sql in purgeSébastien Lesaint2016-07-041-1/+1
* SONAR-7705 remove Orphan components directly from the rootSébastien Lesaint2016-07-041-10/+11
* SONAR-7705 use uuid in PurgeMapper.deleteSnapshotsSébastien Lesaint2016-07-041-0/+9
* SONAR-7705 take deleteAnalyses out of PurgeCommands.deleteComponentsSébastien Lesaint2016-07-041-4/+21
* remove ids from PurgeSnapshotQuerySébastien Lesaint2016-07-041-3/+3
* SONAR-7689 support DUPLICATIONS_INDEX.ANALYSIS_UUID in codeSébastien Lesaint2016-06-221-5/+5
* SONAR-7693 support removal of ID columns in SNAPSHOTSSébastien Lesaint2016-06-141-1/+1
* Refactor scope of DbTesterSimon Brandhof2016-05-241-5/+0
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
* 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-2/+2
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-56/+33
* Improve testability of DaoSimon Brandhof2015-07-061-1/+7
* Extract module sonar-dbSimon Brandhof2015-07-041-0/+153