aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* MyBatis: prefix SQL requests with schema, when available.Simon Brandhof2011-11-1013-13/+69
* Minor: replace String#indexOf()<0 by String#contains()Simon Brandhof2011-11-101-1/+1
* fix violationssimonbrandhof2011-11-072-4/+8
* Fix some violationsSimon Brandhof2011-11-021-0/+4
* Simplify MyBatis tests by reusing AbstractDbUnitTestCaseEvgeny Mandrikov2011-11-021-2/+2
* SONAR-2962 Add an index on dependencies.project_snapshot_id to improve perfor...simonbrandhof2011-11-023-1/+4
* SONAR-2952 move integration test metrics from jacoco plugin to coresimonbrandhof2011-11-011-1/+1
* Fix mybatis mapping of DUPLICATIONS_INDEX on Oraclesimonbrandhof2011-11-011-1/+1
* Improve insertion of rows in DUPLICATIONS_INDEX: use BATCH modesimonbrandhof2011-11-015-6/+11
* SONAR-2642 Support Oracle DB for cross-project CPDEvgeny Mandrikov2011-10-311-1/+1
* SONAR-2642 Support MSSQL DB for cross-project CPDEvgeny Mandrikov2011-10-311-0/+24
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-315-53/+35
* SONAR-2642 Support Oracle DB for cross-project CPDEvgeny Mandrikov2011-10-291-0/+24
* SONAR-2642 use MyBatis ScriptRunner + improve unit test logs + prepare migrat...Simon Brandhof2011-10-2714-728/+349
* SONAR-2642 Use MyBatis instead of Hibernate for CPDEvgeny Mandrikov2011-10-277-132/+178
* SONAR-2642 add DAOs to picocontainer + improve unit testsSimon Brandhof2011-10-265-109/+62
* SONAR-2642 do not duplicate derby DDL filesSimon Brandhof2011-10-269-9/+104
* SONAR-2642 improve unit test of mybatis mappersSimon Brandhof2011-10-252-2/+5
* SONAR-2642 add unit testsSimon Brandhof2011-10-257-29/+307
* SONAR-2642 first step to integration mybatisSimon Brandhof2011-10-2515-0/+1102
* Fix violationsEvgeny Mandrikov2011-10-252-3/+0
* SONAR-2919 Alert/Profile/Version event sensors fill "created_at" col.Fabrice Bellingard2011-10-241-1/+1
* SONAR-2919 Update Events tableFabrice Bellingard2011-10-241-1/+1
* Fix violationsEvgeny Mandrikov2011-10-241-1/+1
* Remove some DEBUG logs when building plugin classloadersSimon Brandhof2011-10-191-2/+1
* SONAR-2861 Remove unused classes ResourceDatabaseConfiguration and ProjectCon...Simon Brandhof2011-10-101-88/+0
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-091-0/+76
* SONAR-2881 Do not rebuild the WAR file when changing conf/logback.xmlsimonbrandhof2011-10-091-3/+3
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-075-47/+147
* Fix NPE in CacheRuleFinderSimon Brandhof2011-09-211-6/+8
* Fix loading of Java configuration when Ruby on Rails inserts new rowsSimon Brandhof2011-09-151-0/+5
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-072-6/+6
* SONAR-2522 Improve the batch requests on the RULES tableSimon Brandhof2011-09-071-20/+15
* SONAR-2587 SONAR-2549 Fix schema conflicts on Oracle and PostgreSQLSimon Brandhof2011-09-067-0/+29
* SONAR-1091 CPD over different projectsEvgeny Mandrikov2011-09-021-9/+7
* SONAR-1091 Add CPD over different projectsEvgeny Mandrikov2011-09-013-1/+104
* Merge branch 'release-2.10'Simon Brandhof2011-08-181-11/+14
|\
| * SONAR-75 implement negative cache of rule descriptionsSimon Brandhof2011-08-181-11/+14
* | Merge branch 'release-2.10'Simon Brandhof2011-08-173-8/+29
|\|
| * SONAR-75 Add cache of rule descriptionsSimon Brandhof2011-08-173-8/+29
* | SONAR-2655 define toString() on all the hibernate modelsSimon Brandhof2011-08-164-10/+26
* | SONAR-2692 API: allow plugins to auto-disable on server startupsimonbrandhof2011-08-111-1/+1
|/
* Fix notifications with MySQLSimon Brandhof2011-08-042-7/+24
* Fix new violationsSimon Brandhof2011-08-022-14/+22
* SONAR-75 support GWT components integrated to coreSimon Brandhof2011-08-012-2/+89
* SONAR-75 rule search engine supports localized titlesSimon Brandhof2011-07-292-58/+95
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-291-2/+2
* SONAR-75 Improve i18n APISimon Brandhof2011-07-292-23/+229
* SONAR-75 refactor I18nManagerSimon Brandhof2011-07-281-0/+82
* SONAR-2596 Reduce number of arguments for NotificationService constructorEvgeny Mandrikov2011-07-281-3/+13