aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5628 - Compute Engine - Move DbCleanerTeryk Bellahsene2014-10-277-522/+0
|
* Fix UTJulien Lancelot2014-06-201-1/+1
|
* Improve unit testJulien Lancelot2014-06-201-12/+22
|
* Fix compatibility of hamcrest with java 6Simon Brandhof2014-06-203-44/+29
|
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-4/+4
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-117-7/+7
|
* Change order of DBCleaner propertiesSimon Brandhof2013-06-062-4/+4
|
* Fix some quality flawsJulien HENRY2013-05-311-7/+12
|
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-241-9/+27
|
* Replace hamcrest by fest-assertSimon Brandhof2013-05-031-3/+2
|
* Revert Rename PropertyDefinitions to PropertyDefs and ↵Julien Lancelot2013-04-251-3/+3
| | | | PropertyFieldDefinition to PropertyFieldDef
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to ↵Julien Lancelot2013-04-241-6/+4
| | | | PropertyFieldDef
* Update copyright headersSimon Brandhof2013-04-227-28/+28
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-217-21/+21
|
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-171-6/+26
| | | | + minor changes like display of percents
* Remove deprecated and unused API of dbcleaner pluginSimon Brandhof2013-03-151-87/+0
|
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-251-10/+10
|
* Remove warningsDavid Gageot2012-04-272-15/+6
|
* Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-051-2/+17
|
* Improve purge tasks of DbCleanerSimon Brandhof2012-03-051-2/+2
| | | | | * improve logs * decrease the nb of SQL requests required to purge aborted builds and historical data of directories/files
* Add unit tests and fix some quality flawsSimon Brandhof2012-02-201-0/+77
|
* SONAR-3208 complete database tablesSimon Brandhof2012-02-141-4/+4
| | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS
* Improve the component org.sonar.dbcleaner.api.PurgeTaskSimon Brandhof2012-02-141-3/+3
| | | | | * add javadoc * use simple and generic method names
* SONAR-3120 Resources associated to a module which has been removed from a ↵Simon Brandhof2012-02-141-20/+5
| | | | multi-module project are never purged
* SONAR-2754 change default value of sonar.dbcleaner.cleanDirectorySimon Brandhof2012-02-071-3/+3
|
* Do not delete snapshots with eventsSimon Brandhof2012-01-301-2/+2
|
* SONAR-2807 fix support of period cleaner over multiple yearsSimon Brandhof2012-01-301-5/+24
|
* SONAR-2757 extract purge task into a dedicated componentSimon Brandhof2012-01-272-23/+12
|
* SONAR-2757 purge errors should not fail the buildSimon Brandhof2012-01-271-0/+91
|
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-271-2/+2
|
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-2612-447/+248
| | | | | * Delete all the wasted data. Some snapshots have been ignored * Keep a single snapshot per day
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL ↵Simon Brandhof2012-01-251-1/+1
| | | | requests on snapshots table
* Move some purge tasks to MyBatissimonbrandhof2012-01-2413-539/+8
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* Update copyright header for this new yearSimon Brandhof2012-01-1022-22/+22
|
* Fix PurgeUtilsEvgeny Mandrikov2011-12-291-0/+39
| | | | | createQuery() and createNativeQuery() should be invoked as many times as commit(), because it starts new transaction
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-213-11/+2
|
* SONAR-3090 Fix purge for MySQLEvgeny Mandrikov2011-12-211-1/+1
|
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-202-2/+10
| | | | | | | * Rename the column RESOURCE_INDEX.PROJECT_ID to ROOT_PROJECT_ID * Increase the size of RESOURCE_INDEX.PROJECT_ID * Clean resource index from dbcleaner plugin * Experimental: indexes all the existing resources during upgrade from sonar < 2.13
* Remove HSQLDB from unit testsSimon Brandhof2011-11-101-2/+0
|
* Use Derby for unit tests instead of HSQL, remove unused codeEvgeny Mandrikov2011-11-101-4/+4
|
* SONAR-2961 Fail silently when deadlock happens during a purgeSimon Brandhof2011-11-031-3/+19
|
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-312-9/+15
| | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests
* SONAR-2919 Update purge mechanismFabrice Bellingard2011-10-261-1/+1
| | | | Moved the event deletion from the PurgeEventOrphans class to the PurgeUtils class that centralizes everything linked to snapshots.
* SONAR-2707 Some dependencies might miss in the Libraries, Dependencies and ↵Simon Brandhof2011-08-151-0/+9
| | | | Design services when running several sonar analysis at same time
* Fix merge of release 2.8simonbrandhof2011-05-191-0/+46
|
* Remove useless purgesimonbrandhof2011-02-071-38/+0
|
* Upgrade copyright headerssimonbrandhof2011-02-0422-22/+22
|
* Add profile to check copyright headers + fix some badly formatted headerssimonbrandhof2011-01-318-8/+8
|
* dbcleaner plugin: rename the class IntegrationTest to DefaultPeriodCleanerTestsimonbrandhof2010-11-261-2/+2
|
* move org.sonar.plugins.dbcleaner.util.PurgeUtils to ↵simonbrandhof2010-11-191-1/+2
| | | | org.sonar.plugins.dbcleaner.api