aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-09-131-1/+1
* [maven-release-plugin] prepare release 3.2.1-RC1Eric Hartmann2012-09-131-1/+1
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-07-251-1/+1
* [maven-release-plugin] prepare release 3.2-RC2Eric Hartmann2012-07-251-1/+1
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
* 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-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
* 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
* Merge branch 'release-2.14'Eric Hartmann2012-03-063-12/+26
|\
| * Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-053-3/+18
| * Improve purge tasks of DbCleanerSimon Brandhof2012-03-053-10/+9
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-02-271-1/+1
| * [maven-release-plugin] prepare release 2.14-RC1Eric Hartmann2012-02-271-1/+1
* | Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
* | Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|/
* 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
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-1926-172/+172
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-1827-192/+192
* Update copyright header for this new yearSimon Brandhof2012-01-1051-51/+51
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
* Fix PurgeUtilsEvgeny Mandrikov2011-12-292-9/+55