aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* Fix PropertiesDao when updating a property with a null valueSimon Brandhof2012-04-102-2/+2
* Fix upgrade from version 2.13 with OracleSimon Brandhof2012-04-041-0/+1
* Complete MyBatis mapper for PROPERTIES : add insert and update operationsSimon Brandhof2012-04-042-5/+86
* Fix MyBatis AuthorMapper for OracleSimon Brandhof2012-04-031-2/+2
* Improve the way to add the new primary key RESOURCE_INDEX#ID.Simon Brandhof2012-04-023-0/+13
* Add primary key to the table RESOURCE_INDEXSimon Brandhof2012-04-015-2/+71
* Add AuthorDao#countDeveloperLogins()Simon Brandhof2012-03-302-2/+12
* Purge measures where PERSON_ID is not nullSimon Brandhof2012-03-301-2/+1
* Purge the table AUTHORSSimon Brandhof2012-03-291-0/+4
* Add MyBatis mapper to select rows from PROJECTSSimon Brandhof2012-03-291-3/+24
* SONAR-3359 Set default description for existing manual rulesFabrice Bellingard2012-03-291-0/+1
* Fix AuthorMapperEvgeny Mandrikov2012-03-291-1/+1
* Add MyBatis stuff for table AUTHORSEvgeny Mandrikov2012-03-272-0/+37
* Refactor the table AUTHORSSimon Brandhof2012-03-272-2/+6
* SONAR-3352 Change boolean columns to non-nullable in migration scriptFabrice Bellingard2012-03-262-2/+3
* SONAR-3352 Fix issue linked to nullable boolean columnsFabrice Bellingard2012-03-261-0/+1
* SONAR-3334 Drop the table RULES_CATEGORIESSimon Brandhof2012-03-152-8/+1
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-151-1/+0
* Complete the MyBatis DAO for PROPERTIESSimon Brandhof2012-03-121-0/+12
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-071-0/+11
* Improve usage of JDBC batch mode when deleting a project from UISimon Brandhof2012-03-051-1/+1
* Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-051-5/+4
* Improve purge tasks of DbCleanerSimon Brandhof2012-03-052-5/+17
* Add unit tests, remove the hibernate model Review and improve ReviewPredicatesSimon Brandhof2012-03-021-1/+0
* Fix performance issues when processing reviewsSimon Brandhof2012-03-021-65/+42
* SONAR-3208 use PERSON_ID instead of COMMITTER in PROJECT_MEASURES and RULE_FA...Simon Brandhof2012-02-152-4/+3
* SONAR-3208 complete database tablesSimon Brandhof2012-02-142-1/+12
* 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
* SONAR-3120 Resources associated to a module which has been removed from a mul...Simon Brandhof2012-02-143-8/+32
* SONAR-3248 purge REVIEW_COMMENTS and ACTION_PLANSsimonbrandhof2012-02-133-1/+17
* 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-102-1/+3
* 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-071-1/+6
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-031-0/+12
* Fix some quality flawsSimon Brandhof2012-02-031-3/+0
* Experimental fix for purges on OracleSimon Brandhof2012-02-021-1/+1
* Experimental fix for purges on OracleSimon Brandhof2012-02-021-1/+1
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-012-0/+2
* Do not delete snapshots with eventsSimon Brandhof2012-01-301-10/+10
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-271-6/+6
* SONAR-2757 improve reentrance of project deletionsimonbrandhof2012-01-261-7/+17
* SONAR-1960 DBCleaner properties should be expressed in weeks instead of monthsSimon Brandhof2012-01-261-0/+1
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-261-10/+28
* Add lines accidentally removed by SimonFabrice Bellingard2012-01-261-0/+26