Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5628 - Compute Engine - Move DbCleaner | Teryk Bellahsene | 2014-10-27 | 7 | -522/+0 |
| | |||||
* | Fix UT | Julien Lancelot | 2014-06-20 | 1 | -1/+1 |
| | |||||
* | Improve unit test | Julien Lancelot | 2014-06-20 | 1 | -12/+22 |
| | |||||
* | Fix compatibility of hamcrest with java 6 | Simon Brandhof | 2014-06-20 | 3 | -44/+29 |
| | |||||
* | Upgrade hamcrest and fix conflicts with JUnit and Mockito | Simon Brandhof | 2014-06-20 | 2 | -4/+4 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 7 | -7/+7 |
| | |||||
* | Change order of DBCleaner properties | Simon Brandhof | 2013-06-06 | 2 | -4/+4 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2013-05-31 | 1 | -7/+12 |
| | |||||
* | SONAR-4308 Update the DBCleaner mechanism to purge closed issues after X weeks | Simon Brandhof | 2013-05-24 | 1 | -9/+27 |
| | |||||
* | Replace hamcrest by fest-assert | Simon Brandhof | 2013-05-03 | 1 | -3/+2 |
| | |||||
* | Revert Rename PropertyDefinitions to PropertyDefs and ↵ | Julien Lancelot | 2013-04-25 | 1 | -3/+3 |
| | | | | PropertyFieldDefinition to PropertyFieldDef | ||||
* | Rename PropertyDefinitions to PropertyDefs and PropertyFieldDefinition to ↵ | Julien Lancelot | 2013-04-24 | 1 | -6/+4 |
| | | | | PropertyFieldDef | ||||
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 7 | -28/+28 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 7 | -21/+21 |
| | |||||
* | SONAR-4147 Implemented profiling of purge | Julien HENRY | 2013-04-17 | 1 | -6/+26 |
| | | | | + minor changes like display of percents | ||||
* | Remove deprecated and unused API of dbcleaner plugin | Simon Brandhof | 2013-03-15 | 3 | -347/+0 |
| | |||||
* | Technical debt : Replace BaseMatcher with ArgumentMatcher | David Gageot | 2012-05-25 | 1 | -10/+10 |
| | |||||
* | Remove warnings | David Gageot | 2012-04-27 | 2 | -15/+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 | ||||
* | Improve batch execution of DELETE statements in PurgeDao | Simon Brandhof | 2012-03-05 | 1 | -2/+17 |
| | |||||
* | Improve purge tasks of DbCleaner | Simon Brandhof | 2012-03-05 | 1 | -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 flaws | Simon Brandhof | 2012-02-20 | 1 | -0/+77 |
| | |||||
* | 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 | 3 | -12/+12 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | Improve the component org.sonar.dbcleaner.api.PurgeTask | Simon Brandhof | 2012-02-14 | 1 | -3/+3 |
| | | | | | * 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 | 1 | -20/+5 |
| | | | | multi-module project are never purged | ||||
* | SONAR-2754 change default value of sonar.dbcleaner.cleanDirectory | Simon Brandhof | 2012-02-07 | 1 | -3/+3 |
| | |||||
* | Add column PROJECT_MEASURES.COMMITTER | Evgeny Mandrikov | 2012-02-01 | 2 | -0/+8 |
| | |||||
* | Do not delete snapshots with events | Simon Brandhof | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | SONAR-2807 fix support of period cleaner over multiple years | Simon Brandhof | 2012-01-30 | 1 | -5/+24 |
| | |||||
* | SONAR-2757 extract purge task into a dedicated component | Simon Brandhof | 2012-01-27 | 2 | -23/+12 |
| | |||||
* | SONAR-2757 purge errors should not fail the build | Simon Brandhof | 2012-01-27 | 39 | -2462/+91 |
| | |||||
* | SONAR-2757 do not delete events on profile changes | Simon Brandhof | 2012-01-27 | 1 | -2/+2 |
| | |||||
* | SONAR-2807 + SONAR-3219 : improve the DBCleaner plugin | Simon Brandhof | 2012-01-26 | 15 | -838/+248 |
| | | | | | * 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 | 1 | -1/+1 |
| | | | | requests on snapshots table | ||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 15 | -592/+83 |
| | | | | | 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 | 22 | -22/+22 |
| | |||||
* | Fix PurgeUtils | Evgeny Mandrikov | 2011-12-29 | 1 | -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 resource | simonbrandhof | 2011-12-21 | 3 | -11/+2 |
| | |||||
* | SONAR-3090 Fix purge for MySQL | Evgeny Mandrikov | 2011-12-21 | 3 | -1/+3 |
| | |||||
* | SONAR-983 resources are indexed during analysis | simonbrandhof | 2011-12-20 | 2 | -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 | ||||
* | SONAR-3090 Remove DUPLICATIONS_INDEX.ID | Evgeny Mandrikov | 2011-12-19 | 2 | -4/+4 |
| | | | | | In order to do this - remove entity DuplicationBlock and use native query in PurgeUtils. | ||||
* | SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵ | Simon Brandhof | 2011-12-12 | 12 | -90/+94 |
| | | | | REVIEWS.MANUAL_SEVERITY (boolean) | ||||
* | SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN) | Simon Brandhof | 2011-12-08 | 10 | -56/+60 |
| | | | | The name is not really sexy. If true, then the violation severity has been explicitly changed by user so it must not be reset when analyzing project. | ||||
* | Add RULE_FAILURES.COMMITTER | Evgeny Mandrikov | 2011-12-08 | 10 | -56/+56 |
| | | | | | Note that this field is experimental and should not be used by plugins, even if it can be accessed via API classes. | ||||
* | SONAR-1974 refactor tables RULE_FAILURES and REVIEWS | Simon Brandhof | 2011-12-02 | 12 | -107/+113 |
| | | | | | | | * Rollback the previous changes on RULE_FAILURES : SNAPSHOT_ID NULLABLE and new column RESOURCE_ID * Add the columns REVIEWS.RULE_ID (nullable) and MANUAL_VIOLATION (boolean) * Add experimental MyBatis mapper for reviews * Add the fields manualViolation (boolean) and permanentId to org.sonar.api.rules.Violation | ||||
* | SONAR-1974 Add RULE_FAILURES.RESOURCE_ID | Simon Brandhof | 2011-11-28 | 10 | -130/+268 |
| |