aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-983 add unit testsSimon Brandhof2011-12-232-1/+66
* SONAR-3118 Remove property "sonar.useStructureDump"Evgeny Mandrikov2011-12-232-7/+3
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-234-2/+76
* Refactor the packages of sonar-coreSimon Brandhof2011-12-22146-215/+190
* Fix some quality flawssimonbrandhof2011-12-221-4/+0
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-216-75/+0
* SONAR-983 Improve relevance of results and group them by qualifierSimon Brandhof2011-12-2115-99/+136
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-2017-81/+334
* SONAR-983 index existing projects during upgradeSimon Brandhof2011-12-1915-210/+118
* SONAR-3090 Remove DUPLICATIONS_INDEX.IDEvgeny Mandrikov2011-12-1911-144/+13
* SONAR-983 first implementation of the search engine of projects, directories ...Simon Brandhof2011-12-1916-213/+297
* SONAR-2662 Add missing files linked to new table "action_plans"Fabrice Bellingard2011-12-193-0/+30
* SONAR-2662 Create action plans which are a set of manual reviewsFabrice Bellingard2011-12-191-1/+1
* Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor Dial...Simon Brandhof2011-12-1625-150/+92
* SONAR-983 create table RESOURCE_INDEXSimon Brandhof2011-12-1618-61/+375
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-1614-123/+101
* Fix violation, add testEvgeny Mandrikov2011-12-162-8/+23
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-1511-97/+55
* SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgetsSimon Brandhof2011-12-159-86/+58
* 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-142-7/+2
* Sonar Persistence API refactoringFabrice Bellingard2011-12-1469-342/+348
* SONAR-1929 Fix problem with MyBatis on OracleFabrice Bellingard2011-12-146-14/+26
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-134-13/+8
* SONAR-2973 fix the severity of violations if manually set by end-usersSimon Brandhof2011-12-126-9/+185
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-1243-32/+1643
* Fix some violationsSimon Brandhof2011-12-121-2/+3
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-125-42/+73
* Fix MyBatis integration tests with MsSQLSimon Brandhof2011-12-092-3/+3
* 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
* Try to fix DbUnit tests on MSSQLsimonbrandhof2011-12-072-7/+19
* Fix iBatis ReviewMapper.xml for MsSQLsimonbrandhof2011-12-071-3/+3
* Fix compatibility of DbUnit with Oracle (lack of boolean type)Simon Brandhof2011-12-063-5/+26
* Fix creation of Oracle sequences in integration tests of MyBatisSimon Brandhof2011-12-061-2/+4
* Try to fix Oracle testsSimon Brandhof2011-12-062-12/+20
* SONAR-1974 automatically close reviews that relate to resolved manual violationsSimon Brandhof2011-12-051-1/+11
* Remove INFO logs in unit tests and fix Oracle testsSimon Brandhof2011-12-052-5/+2
* Fix some violationsSimon Brandhof2011-12-051-43/+43
* 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