summaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
* Fix violationsFabrice Bellingard2012-03-271-2/+2
* SONAR-3352 Change boolean columns to non-nullable in migration scriptFabrice Bellingard2012-03-267-59/+6
* SONAR-3352 Fix issue linked to nullable boolean columnsFabrice Bellingard2012-03-266-9/+64
* Fix some quality flawsSimon Brandhof2012-03-231-6/+8
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-223-7/+7
* SONAR-3319 Extract code used for backward compatibility into a methodFabrice Bellingard2012-03-151-3/+13
* SONAR-3334 Drop the table RULES_CATEGORIESSimon Brandhof2012-03-155-10/+5
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-1512-24/+0
* Fix some quality flawsSimon Brandhof2012-03-143-2/+10
* SONAR-3319 Update one test methodFabrice Bellingard2012-03-141-2/+3
* SONAR-3319 Prevent conflicts in l10n of description for rulesFabrice Bellingard2012-03-142-6/+34
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-142-4/+2
* Do not log 'require upgrade' on fresh installsSimon Brandhof2012-03-142-3/+5
* Remove picocontainer stackstace from logsSimon Brandhof2012-03-122-11/+41
* Log a clean message when an exception is thrown during picocontainer startupSimon Brandhof2012-03-122-0/+114
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-122-44/+5
* Complete the MyBatis DAO for PROPERTIESSimon Brandhof2012-03-128-9/+185
* Fix indentationSimon Brandhof2012-03-121-48/+48
* Delete unused class DatabaseExceptionSimon Brandhof2012-03-071-33/+0
* Decrease the number of Hibernate initializations in unit testsSimon Brandhof2012-03-074-104/+117
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-0715-252/+261
* Commit instead of flush statements when changing preparedStatement of batchSimon Brandhof2012-03-0611-245/+290
* Improve usage of JDBC batch mode when deleting a project from UISimon Brandhof2012-03-054-42/+123
* Improve batch execution of DELETE statements in PurgeDaoSimon Brandhof2012-03-058-81/+224
* Improve purge tasks of DbCleanerSimon Brandhof2012-03-0512-94/+134
* Add unit tests, remove the hibernate model Review and improve ReviewPredicatesSimon Brandhof2012-03-025-190/+97
* Fix performance issues when processing reviewsSimon Brandhof2012-03-0211-488/+338
* 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 RULE_FA...Simon Brandhof2012-02-159-30/+29
* Refactor PurgeDaoSimon Brandhof2012-02-141-13/+23
* SONAR-3208 complete database tablesSimon Brandhof2012-02-1420-44/+56
* 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 mul...Simon Brandhof2012-02-148-56/+129
* SONAR-3102 Fix issues on reviews when a user is deleted from the DBFabrice Bellingard2012-02-131-1/+1
* SONAR-3248 purge REVIEW_COMMENTS and ACTION_PLANSsimonbrandhof2012-02-138-3/+41
* 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
* Fix PurgeDaoTestSimon Brandhof2012-02-101-1/+1
* Fix mybatis integration tests for SQLServerSimon Brandhof2012-02-101-10/+10
* 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