Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 1 | -10/+10 |
| | |||||
* | SONAR-3378 Add new DB Cleaner parameter | Fabrice Bellingard | 2012-05-23 | 3 | -9/+23 |
| | | | | | => Make configurable the number of hours before keeping only one snapshot per day | ||||
* | Code cleaning : Remove unnecessary casts | David Gageot | 2012-04-27 | 2 | -2/+2 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 3 | -20/+14 |
| | |||||
* | SONAR-3428 Configure Infinitest | David Gageot | 2012-04-25 | 1 | -0/+1 |
| | |||||
* | Upgrade to 3.1-SNAPSHOT | Eric Hartmann | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.16 | Eric Hartmann | 2012-04-06 | 1 | -1/+1 |
| | |||||
* | SONAR-3287 Update UI to adapt labels to deletable resource | Fabrice Bellingard | 2012-03-29 | 1 | -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 properties | Simon Brandhof | 2012-03-16 | 2 | -4/+6 |
| | |||||
* | Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, ↵ | Simon Brandhof | 2012-03-15 | 2 | -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 property | Simon Brandhof | 2012-03-14 | 2 | -4/+17 |
| | |||||
* | Merge branch 'release-2.14' | Eric Hartmann | 2012-03-06 | 3 | -12/+26 |
|\ | |||||
| * | Improve batch execution of DELETE statements in PurgeDao | Simon Brandhof | 2012-03-05 | 3 | -3/+18 |
| | | |||||
| * | Improve purge tasks of DbCleaner | Simon Brandhof | 2012-03-05 | 3 | -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 iteration | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 2.14-RC1 | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | | |||||
* | | Typo : upgrade version to 2.15-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
| | | |||||
* | | Upgrade version to 3.0-SNAPSHOT | Eric Hartmann | 2012-02-27 | 1 | -1/+1 |
|/ | |||||
* | Add unit tests and fix some quality flaws | Simon Brandhof | 2012-02-20 | 3 | -3/+109 |
| | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 2 | -16/+16 |
| | | | | RULE_FAILURES | ||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 4 | -13/+13 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | Improve the component org.sonar.dbcleaner.api.PurgeTask | Simon Brandhof | 2012-02-14 | 4 | -19/+36 |
| | | | | | * add javadoc * use simple and generic method names | ||||
* | SONAR-3120 Resources associated to a module which has been removed from a ↵ | Simon Brandhof | 2012-02-14 | 2 | -74/+18 |
| | | | | multi-module project are never purged | ||||
* | SONAR-3263 | Simon Brandhof | 2012-02-13 | 2 | -8/+2 |
| | |||||
* | SONAR-2754 change default value of sonar.dbcleaner.cleanDirectory | Simon Brandhof | 2012-02-07 | 2 | -4/+4 |
| | |||||
* | Add column PROJECT_MEASURES.COMMITTER | Evgeny Mandrikov | 2012-02-01 | 2 | -0/+8 |
| | |||||
* | Do not delete snapshots with events | Simon Brandhof | 2012-01-30 | 2 | -3/+3 |
| | |||||
* | SONAR-2807 fix support of period cleaner over multiple years | Simon Brandhof | 2012-01-30 | 2 | -6/+29 |
| | |||||
* | SONAR-2757 extract purge task into a dedicated component | Simon Brandhof | 2012-01-27 | 6 | -121/+181 |
| | |||||
* | SONAR-2757 purge errors should not fail the build | Simon Brandhof | 2012-01-27 | 42 | -2484/+147 |
| | |||||
* | SONAR-2757 do not delete events on profile changes | Simon Brandhof | 2012-01-27 | 2 | -3/+3 |
| | |||||
* | DBCleaner : fix deletion of events + improve mybatis batch mode | Simon Brandhof | 2012-01-26 | 3 | -4/+3 |
| | |||||
* | SONAR-1960 DBCleaner properties should be expressed in weeks instead of months | Simon Brandhof | 2012-01-26 | 3 | -23/+19 |
| | |||||
* | SONAR-2807 + SONAR-3219 : improve the DBCleaner plugin | Simon Brandhof | 2012-01-26 | 31 | -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 Brandhof | 2012-01-25 | 8 | -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 Brandhof | 2012-01-25 | 10 | -281/+56 |
| | | | | requests on snapshots table | ||||
* | SONAR-2754 rename the parameter to sonar.dbcleaner.cleanDirectory | simonbrandhof | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 37 | -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 Brandhof | 2012-01-19 | 26 | -172/+172 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 27 | -192/+192 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 51 | -51/+51 |
| | |||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Fix PurgeUtils | Evgeny Mandrikov | 2011-12-29 | 2 | -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 resource | simonbrandhof | 2011-12-21 | 8 | -92/+26 |
| | |||||
* | SONAR-3090 Fix purge for MySQL | Evgeny Mandrikov | 2011-12-21 | 4 | -2/+4 |
| | |||||
* | SONAR-983 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 6 | -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.ID | Evgeny Mandrikov | 2011-12-19 | 3 | -17/+31 |
| | | | | | In order to do this - remove entity DuplicationBlock and use native query in PurgeUtils. | ||||
* | Fix some violations | Simon Brandhof | 2011-12-12 | 1 | -2/+3 |
| | |||||
* | SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵ | Simon Brandhof | 2011-12-12 | 12 | -90/+94 |
| | | | | REVIEWS.MANUAL_SEVERITY (boolean) |