summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-1974 inject manual violations into batchsimonbrandhof2011-12-042-14/+34
* SONAR-3052 add dependency on Guava 10simonbrandhof2011-12-041-1/+1
* Add log to debug integration tests with OracleSimon Brandhof2011-12-021-2/+4
* Add missing header + remove hibernate logs when executing unit testsSimon Brandhof2011-12-022-0/+27
* Fix DaoTestCase for OracleSimon Brandhof2011-12-022-28/+65
* Table names are not correctly loaded in DaoTestCaseSimon Brandhof2011-12-021-1/+1
* Add logs to DaoTestCase in order to list the TRUNCATE commandsSimon Brandhof2011-12-022-4/+8
* Fix typo in RuleDaoTestSimon Brandhof2011-12-021-1/+1
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-0216-43/+606
* Allow criteria with null values in DatabaseSession#getResults(Class, Object.....Simon Brandhof2011-12-011-7/+14
* Escape the value of sonar.jdbc.schema on OracleSimon Brandhof2011-12-012-2/+2
* SONAR-3045 Guess the property sonar.jdbc.driverClassNameSimon Brandhof2011-11-3011-121/+204
* SONAR-1974 Add RULE_FAILURES.RESOURCE_IDSimon Brandhof2011-11-283-2/+4
* SONAR-1974 RULE_FAILURES.SNAPSHOT_ID must be nullableSimon Brandhof2011-11-283-2/+3
* SONAR-3029 API: allow to have different severities for violations related to ...Simon Brandhof2011-11-242-1/+2
* SONAR-2945 Synchronize review title&line with corresponding violationFabrice Bellingard2011-11-231-0/+24
* SONAR-3023 Increase the size for column "qualifier" in DBEvgeny Mandrikov2011-11-233-3/+4
* Reformat schema-derby.ddl and remove unused sonar-test.ddlEvgeny Mandrikov2011-11-231-86/+446
* SONAR-2975 fix typo in Oracle ALTER SESSION statementsimonbrandhof2011-11-142-2/+2
* SONAR-2975 refactor the activerecord configurationsimonbrandhof2011-11-144-41/+100
* SONAR-2975 Rename the property sonar.hibernate.default_schema to sonar.jdbc.s...Simon Brandhof2011-11-149-45/+105
* Remove HSQLDB from unit testsSimon Brandhof2011-11-106-218/+17
* MyBatis: prefix SQL requests with schema, when available.Simon Brandhof2011-11-1020-16/+509
* Minor: replace String#indexOf()<0 by String#contains()Simon Brandhof2011-11-101-1/+1
* Use Derby for unit tests instead of HSQL, remove unused codeEvgeny Mandrikov2011-11-103-18/+20
* Define mybatis version in root pomsimonbrandhof2011-11-101-3/+22
* Merge branch 'master' of github.com:SonarSource/sonarEric Hartmann2011-11-091-1/+2
|\
| * Improve EmbeddedDatabaseTestEvgeny Mandrikov2011-11-091-1/+2
* | Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|/
* fix violationssimonbrandhof2011-11-072-4/+8
* Fix some violationsSimon Brandhof2011-11-021-0/+4
* Simplify MyBatis tests by reusing AbstractDbUnitTestCaseEvgeny Mandrikov2011-11-024-248/+28
* Disable creation of derby.log during execution of unit testsEvgeny Mandrikov2011-11-022-1/+8
* 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 DuplicationDaoTestEvgeny Mandrikov2011-11-021-2/+14
* Improve DuplicationDaoTestEvgeny Mandrikov2011-11-014-12/+220
* Fix mybatis mapping of DUPLICATIONS_INDEX on Oraclesimonbrandhof2011-11-011-1/+1
* Improve insertion of rows in DUPLICATIONS_INDEX: use BATCH modesimonbrandhof2011-11-016-6/+86
* 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-318-89/+154
* 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-2726-994/+525
* Improve boolean parameters of Hibernate HQL queriesSimon Brandhof2011-10-2719-38/+21
* 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-2614-28/+177
* SONAR-2642 do not duplicate derby DDL filesSimon Brandhof2011-10-2610-23/+141
* SONAR-2642 improve unit test of mybatis mappersSimon Brandhof2011-10-255-27/+37
* SONAR-2642 add unit testsSimon Brandhof2011-10-2512-29/+599