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 | 1 | -87/+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 |
| | |||||
* | 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 complete database tables | Simon Brandhof | 2012-02-14 | 1 | -4/+4 |
| | | | | | * 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 |
| | |||||
* | 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 | 1 | -0/+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 | 12 | -447/+248 |
| | | | | | * Delete all the wasted data. Some snapshots have been ignored * Keep a single snapshot per day | ||||
* | 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 | 13 | -539/+8 |
| | | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Remove HSQLDB from unit tests | Simon Brandhof | 2011-11-10 | 1 | -2/+0 |
| | |||||
* | Use Derby for unit tests instead of HSQL, remove unused code | Evgeny Mandrikov | 2011-11-10 | 1 | -4/+4 |
| | |||||
* | SONAR-2961 Fail silently when deadlock happens during a purge | Simon Brandhof | 2011-11-03 | 1 | -3/+19 |
| | |||||
* | SONAR-2956 Support Boolean type with Derby | Evgeny Mandrikov | 2011-10-31 | 2 | -9/+15 |
| | | | | | | | | - Change DDL to use BOOLEAN instead of SMALLINT - Modify Hibernate dialect - Modify activerecord-jdbc-adapter (ideas were taken from arjdbc/postgresql/adapter.rb) - Use Derby for unit tests instead of HSQL and fix incorrect tests | ||||
* | SONAR-2919 Update purge mechanism | Fabrice Bellingard | 2011-10-26 | 1 | -1/+1 |
| | | | | Moved the event deletion from the PurgeEventOrphans class to the PurgeUtils class that centralizes everything linked to snapshots. | ||||
* | SONAR-2707 Some dependencies might miss in the Libraries, Dependencies and ↵ | Simon Brandhof | 2011-08-15 | 1 | -0/+9 |
| | | | | Design services when running several sonar analysis at same time | ||||
* | Fix merge of release 2.8 | simonbrandhof | 2011-05-19 | 1 | -0/+46 |
| | |||||
* | Remove useless purge | simonbrandhof | 2011-02-07 | 1 | -38/+0 |
| | |||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 22 | -22/+22 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 8 | -8/+8 |
| | |||||
* | dbcleaner plugin: rename the class IntegrationTest to DefaultPeriodCleanerTest | simonbrandhof | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | move org.sonar.plugins.dbcleaner.util.PurgeUtils to ↵ | simonbrandhof | 2010-11-19 | 1 | -1/+2 |
| | | | | org.sonar.plugins.dbcleaner.api |