aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* rename the constant ReviewDto.STATUS_OPENED to STATUS_OPENSimon Brandhof2011-12-141-1/+1
* Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuerySimon Brandhof2011-12-141-2/+2
* Sonar Persistence API refactoringFabrice Bellingard2011-12-1440-158/+151
* SONAR-1929 Fix problem with MyBatis on OracleFabrice Bellingard2011-12-144-10/+22
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-132-4/+4
* SONAR-2973 fix the severity of violations if manually set by end-usersSimon Brandhof2011-12-124-7/+69
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-1229-32/+1250
* Fix some violationsSimon Brandhof2011-12-121-2/+3
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-124-3/+31
* Fix integration tests of MyBatis on MsSQL. Table names must be lower-case.Simon Brandhof2011-12-091-2/+2
* Increase size of RULE_FAILURES.COMMITTER to 100Evgeny Mandrikov2011-12-081-1/+1
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-083-2/+4
* Add RULE_FAILURES.COMMITTEREvgeny Mandrikov2011-12-083-2/+4
* Fix iBatis ReviewMapper.xml for MsSQLsimonbrandhof2011-12-071-3/+3
* SONAR-1974 automatically close reviews that relate to resolved manual violationsSimon Brandhof2011-12-051-1/+11
* Fix some violationsSimon Brandhof2011-12-051-43/+43
* SONAR-1974 inject manual violations into batchsimonbrandhof2011-12-042-14/+34
* Add missing header + remove hibernate logs when executing unit testsSimon Brandhof2011-12-021-0/+19
* Fix DaoTestCase for OracleSimon Brandhof2011-12-021-0/+59
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-0213-37/+450
* 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-011-1/+1
* SONAR-3045 Guess the property sonar.jdbc.driverClassNameSimon Brandhof2011-11-307-42/+96
* 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-141-1/+1
* SONAR-2975 refactor the activerecord configurationsimonbrandhof2011-11-142-23/+40
* SONAR-2975 Rename the property sonar.hibernate.default_schema to sonar.jdbc.s...Simon Brandhof2011-11-147-41/+38
* Remove HSQLDB from unit testsSimon Brandhof2011-11-102-51/+1
* 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