aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests and fix some quality flawsSimon Brandhof2012-02-203-2/+57
|
* SONAR-3248 add unit tests and fix deletion of review commentsSimon Brandhof2012-02-175-2/+33
|
* Fix some quality flawsEvgeny Mandrikov2012-02-171-2/+3
|
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and ↵Simon Brandhof2012-02-159-30/+29
| | | | RULE_FAILURES
* Refactor PurgeDaoSimon Brandhof2012-02-141-13/+23
|
* SONAR-3208 complete database tablesSimon Brandhof2012-02-1420-44/+56
| | | | | * add PROJECTS.PERSON_ID * create the table AUTHORS
* Fix PurgeDao for SQLServer - second attemptSimon Brandhof2012-02-141-2/+6
|
* Fix PurgeDao for SQLServer - first attemptSimon Brandhof2012-02-141-0/+15
|
* Fix PurgeDao for MySQL - new attemptSimon Brandhof2012-02-141-2/+2
|
* Fix PurgeDao for MySQL - new attemptSimon Brandhof2012-02-141-2/+2
|
* Fix PurgeDao for MySQLSimon Brandhof2012-02-141-0/+0
|
* Fix PurgeDaoTestSimon Brandhof2012-02-141-1/+1
|
* SONAR-3120 Resources associated to a module which has been removed from a ↵Simon Brandhof2012-02-148-56/+129
| | | | multi-module project are never purged
* SONAR-3102 Fix issues on reviews when a user is deleted from the DBFabrice Bellingard2012-02-131-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_PLANSsimonbrandhof2012-02-138-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 fileFabrice Bellingard2012-02-131-1/+1
|
* SONAR-3258 No more delete users in the Sonar DB but deactivate themFabrice Bellingard2012-02-103-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 PurgeDaoTestSimon Brandhof2012-02-101-1/+1
|
* Fix mybatis integration tests for SQLServerSimon Brandhof2012-02-101-10/+10
| | | | dbunit column names are case sensitive on SQLServer
* Fix mybatis integration tests for Oracle/SQLServerSimon Brandhof2012-02-102-14/+14
|
* SONAR-2757 execute purges on all historical data after migrationSimon Brandhof2012-02-081-1/+0
|
* Fix indentation of XML fileSimon Brandhof2012-02-071-4/+4
|
* SONAR-2756 Purge measures related to quality model requirementsSimon Brandhof2012-02-075-42/+110
|
* Fix some quality flawsSimon Brandhof2012-02-066-7/+187
|
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-037-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 flawsSimon Brandhof2012-02-036-26/+9
|
* New try to fix Oracle batch modeSimon Brandhof2012-02-021-1/+1
|
* Fix JDBC batch mode in MyBatisSimon Brandhof2012-02-021-2/+2
|
* Experimental fix for purges on OracleSimon Brandhof2012-02-022-2/+2
|
* Experimental fix for purges on OracleSimon Brandhof2012-02-021-1/+1
|
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-019-7/+24
|
* Fix mybatis integration tests on MsSQLSimon Brandhof2012-01-312-3/+3
|
* Fix DashboardDaoTestSimon Brandhof2012-01-311-1/+1
|
* Fix compatibility of MyBatis integration tests with OracleSimon Brandhof2012-01-3119-80/+80
|
* Do not delete snapshots with eventsSimon Brandhof2012-01-306-31/+28
|
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-275-20/+20
|
* SONAR-2757 improve reentrance of project deletionsimonbrandhof2012-01-268-49/+170
|
* DBCleaner : fix deletion of events + improve mybatis batch modeSimon Brandhof2012-01-268-67/+166
|
* SONAR-1960 DBCleaner properties should be expressed in weeks instead of monthsSimon Brandhof2012-01-262-1/+2
|
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-268-23/+276
| | | | | * Delete all the wasted data. Some snapshots have been ignored * Keep a single snapshot per day
* Add lines accidentally removed by SimonFabrice Bellingard2012-01-261-0/+26
|
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-2513-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 testsSimon Brandhof2012-01-256-4/+227
|
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL ↵Simon Brandhof2012-01-2531-321/+841
| | | | requests on snapshots table
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-245-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 MyBatissimonbrandhof2012-01-2425-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 ruleFabrice Bellingard2012-01-234-2/+31
| | | | => DB stuff & Ruby models implemented
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-1912-31/+33
|
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-184-4/+7
|
* SONAR-2907 Fix loading of settings from database, when used property ↵Evgeny Mandrikov2012-01-181-2/+9
| | | | 'sonar.branch'