Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests and fix some quality flaws | Simon Brandhof | 2012-02-20 | 3 | -2/+57 |
| | |||||
* | SONAR-3248 add unit tests and fix deletion of review comments | Simon Brandhof | 2012-02-17 | 5 | -2/+33 |
| | |||||
* | Fix some quality flaws | Evgeny Mandrikov | 2012-02-17 | 1 | -2/+3 |
| | |||||
* | SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵ | Simon Brandhof | 2012-02-15 | 9 | -30/+29 |
| | | | | RULE_FAILURES | ||||
* | Refactor PurgeDao | Simon Brandhof | 2012-02-14 | 1 | -13/+23 |
| | |||||
* | SONAR-3208 complete database tables | Simon Brandhof | 2012-02-14 | 20 | -44/+56 |
| | | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS | ||||
* | Fix PurgeDao for SQLServer - second attempt | Simon Brandhof | 2012-02-14 | 1 | -2/+6 |
| | |||||
* | Fix PurgeDao for SQLServer - first attempt | Simon Brandhof | 2012-02-14 | 1 | -0/+15 |
| | |||||
* | Fix PurgeDao for MySQL - new attempt | Simon Brandhof | 2012-02-14 | 1 | -2/+2 |
| | |||||
* | Fix PurgeDao for MySQL - new attempt | Simon Brandhof | 2012-02-14 | 1 | -2/+2 |
| | |||||
* | Fix PurgeDao for MySQL | Simon Brandhof | 2012-02-14 | 1 | -0/+0 |
| | |||||
* | Fix PurgeDaoTest | Simon Brandhof | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | SONAR-3120 Resources associated to a module which has been removed from a ↵ | Simon Brandhof | 2012-02-14 | 8 | -56/+129 |
| | | | | multi-module project are never purged | ||||
* | SONAR-3102 Fix issues on reviews when a user is deleted from the DB | Fabrice Bellingard | 2012-02-13 | 1 | -1/+1 |
| | | | | | | | It was not possible to see or update a review which had been created/ assigned/commented by a deleted user. => A migration script cleans the DB and the constraint on review author is now removed | ||||
* | SONAR-3248 purge REVIEW_COMMENTS and ACTION_PLANS | simonbrandhof | 2012-02-13 | 8 | -3/+41 |
| | | | | This commit includes the new index on REVIEWS.RESOURCE_ID and the renaming of ACTION_PLANS.DEAD_LINE to DEADLINE | ||||
* | SONAR-3258 Fix typo in Derby SQL file | Fabrice Bellingard | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | SONAR-3258 No more delete users in the Sonar DB but deactivate them | Fabrice Bellingard | 2012-02-10 | 3 | -2/+4 |
| | | | | | | | | | - When deleting: - user is deactivated ('active' set to false) - its roles are deleted - its properties are deleted - its filters & active filters are deleted - its dashbaords & active dashboards are deleted - Login is now not possible for deactivated users | ||||
* | Fix PurgeDaoTest | Simon Brandhof | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | Fix mybatis integration tests for SQLServer | Simon Brandhof | 2012-02-10 | 1 | -10/+10 |
| | | | | dbunit column names are case sensitive on SQLServer | ||||
* | Fix mybatis integration tests for Oracle/SQLServer | Simon Brandhof | 2012-02-10 | 2 | -14/+14 |
| | |||||
* | SONAR-2757 execute purges on all historical data after migration | Simon Brandhof | 2012-02-08 | 1 | -1/+0 |
| | |||||
* | Fix indentation of XML file | Simon Brandhof | 2012-02-07 | 1 | -4/+4 |
| | |||||
* | SONAR-2756 Purge measures related to quality model requirements | Simon Brandhof | 2012-02-07 | 5 | -42/+110 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-06 | 6 | -7/+187 |
| | |||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 7 | -7/+212 |
| | | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...) | ||||
* | Fix some quality flaws | Simon Brandhof | 2012-02-03 | 6 | -26/+9 |
| | |||||
* | New try to fix Oracle batch mode | Simon Brandhof | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Fix JDBC batch mode in MyBatis | Simon Brandhof | 2012-02-02 | 1 | -2/+2 |
| | |||||
* | Experimental fix for purges on Oracle | Simon Brandhof | 2012-02-02 | 2 | -2/+2 |
| | |||||
* | Experimental fix for purges on Oracle | Simon Brandhof | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Add column PROJECT_MEASURES.COMMITTER | Evgeny Mandrikov | 2012-02-01 | 9 | -7/+24 |
| | |||||
* | Fix mybatis integration tests on MsSQL | Simon Brandhof | 2012-01-31 | 2 | -3/+3 |
| | |||||
* | Fix DashboardDaoTest | Simon Brandhof | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Fix compatibility of MyBatis integration tests with Oracle | Simon Brandhof | 2012-01-31 | 19 | -80/+80 |
| | |||||
* | Do not delete snapshots with events | Simon Brandhof | 2012-01-30 | 6 | -31/+28 |
| | |||||
* | SONAR-2757 do not delete events on profile changes | Simon Brandhof | 2012-01-27 | 5 | -20/+20 |
| | |||||
* | SONAR-2757 improve reentrance of project deletion | simonbrandhof | 2012-01-26 | 8 | -49/+170 |
| | |||||
* | DBCleaner : fix deletion of events + improve mybatis batch mode | Simon Brandhof | 2012-01-26 | 8 | -67/+166 |
| | |||||
* | SONAR-1960 DBCleaner properties should be expressed in weeks instead of months | Simon Brandhof | 2012-01-26 | 2 | -1/+2 |
| | |||||
* | SONAR-2807 + SONAR-3219 : improve the DBCleaner plugin | Simon Brandhof | 2012-01-26 | 8 | -23/+276 |
| | | | | | * Delete all the wasted data. Some snapshots have been ignored * Keep a single snapshot per day | ||||
* | Add lines accidentally removed by Simon | Fabrice Bellingard | 2012-01-26 | 1 | -0/+26 |
| | |||||
* | SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false. | Simon Brandhof | 2012-01-25 | 13 | -22/+169 |
| | | | | | * New column METRICS.DELETE_HISTORICAL_DATA (boolean, nullable) * Hidden core metrics and some data metrics have this new field to true | ||||
* | SONAR-2757 close reviews when disabling resources + add unit tests | Simon Brandhof | 2012-01-25 | 6 | -4/+227 |
| | |||||
* | SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL ↵ | Simon Brandhof | 2012-01-25 | 31 | -321/+841 |
| | | | | requests on snapshots table | ||||
* | SONAR-3181,SONAR-3139 Enable cross project CPD for all languages | Evgeny Mandrikov | 2012-01-24 | 5 | -20/+29 |
| | | | | | sonar.cpd.minimumTokens can't be used, because for index in database tokens must be grouped by lines. | ||||
* | Move some purge tasks to MyBatis | simonbrandhof | 2012-01-24 | 25 | -66/+1068 |
| | | | | | SONAR-2754 add the parameter sonar.dbcleaner.cleanDirectoryHistory SONAR-2757 remove fullscan requests on the table SNAPSHOTS | ||||
* | SONAR-1492 Allow notes per quality rule | Fabrice Bellingard | 2012-01-23 | 4 | -2/+31 |
| | | | | => DB stuff & Ruby models implemented | ||||
* | SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER) | Simon Brandhof | 2012-01-19 | 12 | -31/+33 |
| | |||||
* | SONAR-1707 Add the column SNAPSHOTS.BUILD_DATE | Simon Brandhof | 2012-01-18 | 4 | -4/+7 |
| | |||||
* | SONAR-2907 Fix loading of settings from database, when used property ↵ | Evgeny Mandrikov | 2012-01-18 | 1 | -2/+9 |
| | | | | 'sonar.branch' |