aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | => Make configurable the number of hours before keeping only one snapshot per day
* 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
| | | | => Make it possible to delete a View or a Developer (resources and snapshots) through the Sonar UI
* 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, ↵Simon Brandhof2012-03-152-2/+0
| | | | table RULES_CATEGORY_ID), but keep them in API for backward-compatibility
* 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
| | | | | | | | | | * improve logs * decrease the nb of SQL requests required to purge aborted builds and historical data of directories/files
| * [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 ↵Simon Brandhof2012-02-152-16/+16
| | | | RULE_FAILURES
* SONAR-3208 complete database tablesSimon Brandhof2012-02-144-13/+13
| | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS
* Improve the component org.sonar.dbcleaner.api.PurgeTaskSimon Brandhof2012-02-144-19/+36
| | | | | * add javadoc * use simple and generic method names
* SONAR-3120 Resources associated to a module which has been removed from a ↵Simon Brandhof2012-02-142-74/+18
| | | | multi-module project are never purged
* 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
| | | | | * Delete all the wasted data. Some snapshots have been ignored * Keep a single snapshot per day
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-8/+8
| | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL ↵Simon Brandhof2012-01-2510-281/+56
| | | | requests on snapshots table
* SONAR-2754 rename the parameter to sonar.dbcleaner.cleanDirectorysimonbrandhof2012-01-241-1/+1
|
* Move some purge tasks to MyBatissimonbrandhof2012-01-2437-1280/+371
| | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS
* 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
| | | | | 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-218-92/+26
|
* SONAR-3090 Fix purge for MySQLEvgeny Mandrikov2011-12-214-2/+4
|
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-206-57/+108
| | | | | | | * 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
* SONAR-3090 Remove DUPLICATIONS_INDEX.IDEvgeny Mandrikov2011-12-193-17/+31
| | | | | In order to do this - remove entity DuplicationBlock and use native query in PurgeUtils.
* Fix some violationsSimon Brandhof2011-12-121-2/+3
|
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵Simon Brandhof2011-12-1212-90/+94
| | | | REVIEWS.MANUAL_SEVERITY (boolean)