aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1119-19/+19
* SONAR-4782 Update some property titlesJulien HENRY2013-11-251-7/+7
* SONAR-4660 Make Settings > 'Database Cleaner', 'Differential Views', 'Duplica...Julien Lancelot2013-09-181-0/+13
* Change order of DBCleaner propertiesSimon Brandhof2013-06-063-56/+70
* Fix some quality flawsJulien HENRY2013-05-312-12/+17
* Fix some quality flawsSimon Brandhof2013-05-291-5/+6
* Fix some quality flawsSimon Brandhof2013-05-291-5/+2
* SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeksSimon Brandhof2013-05-244-31/+57
* Replace hamcrest by fest-assertSimon Brandhof2013-05-031-3/+2
* Revert Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition...Julien Lancelot2013-04-251-3/+3
* Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to Pro...Julien Lancelot2013-04-241-6/+4
* Update copyright headersSimon Brandhof2013-04-2219-76/+76
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2119-57/+57
* SONAR-4147 Implemented profiling of purgeJulien HENRY2013-04-173-10/+43
* Fix loading of DefaultPurgeTaskSimon Brandhof2013-03-151-1/+2
* Remove deprecated and unused API of dbcleaner pluginSimon Brandhof2013-03-158-659/+1
* SONAR-4069 Move task related interface in task packageJulien HENRY2013-01-172-2/+4
* SONAR-4069, DEVACT-96 For the need of dev cockpit plugin,Julien HENRY2013-01-153-6/+5
* SONAR-3895 allow to exclude plugins during dry run modeSimon Brandhof2012-11-061-1/+1
* SONAR-3895 fix compatibility of dry-run mode with ProjectBuilder extensionsSimon Brandhof2012-10-311-2/+2
* Technical debt : Replace BaseMatcher with ArgumentMatcherDavid Gageot2012-05-251-10/+10
* SONAR-3378 Add new DB Cleaner parameterFabrice Bellingard2012-05-233-9/+23
* Code cleaning : Remove unnecessary castsDavid Gageot2012-04-272-2/+2
* Remove warningsDavid Gageot2012-04-273-20/+14
* SONAR-3287 Update UI to adapt labels to deletable resourceFabrice Bellingard2012-03-291-1/+1
* SONAR-1378 validate property types + update type of core propertiesSimon Brandhof2012-03-162-4/+6
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-152-2/+0
* SONAR-1378 Add the ability to specify a "type" when defining a plugin propertySimon Brandhof2012-03-142-4/+17
* Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-053-3/+18
* Improve purge tasks of DbCleanerSimon Brandhof2012-03-053-10/+9
* Add unit tests and fix some quality flawsSimon Brandhof2012-02-203-3/+109
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-152-16/+16
* SONAR-3208 complete database tablesSimon Brandhof2012-02-144-13/+13
* Improve the component org.sonar.dbcleaner.api.PurgeTaskSimon Brandhof2012-02-144-19/+36
* SONAR-3120 Resources associated to a module which has been removed from a mul...Simon Brandhof2012-02-142-74/+18
* SONAR-3263Simon Brandhof2012-02-132-8/+2
* SONAR-2754 change default value of sonar.dbcleaner.cleanDirectorySimon Brandhof2012-02-072-4/+4
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-012-0/+8
* Do not delete snapshots with eventsSimon Brandhof2012-01-302-3/+3
* SONAR-2807 fix support of period cleaner over multiple yearsSimon Brandhof2012-01-302-6/+29
* SONAR-2757 extract purge task into a dedicated componentSimon Brandhof2012-01-276-121/+181
* SONAR-2757 purge errors should not fail the buildSimon Brandhof2012-01-2742-2484/+147
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-272-3/+3
* DBCleaner : fix deletion of events + improve mybatis batch modeSimon Brandhof2012-01-263-4/+3
* SONAR-1960 DBCleaner properties should be expressed in weeks instead of monthsSimon Brandhof2012-01-263-23/+19
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-2631-1369/+522
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-8/+8
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL requests...Simon Brandhof2012-01-2510-281/+56
* SONAR-2754 rename the parameter to sonar.dbcleaner.cleanDirectorysimonbrandhof2012-01-241-1/+1
* Move some purge tasks to MyBatissimonbrandhof2012-01-2437-1280/+371