aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-016-6/+21
* Fix mybatis integration tests on MsSQLSimon Brandhof2012-01-312-3/+3
* Fix DashboardDaoTestSimon Brandhof2012-01-311-1/+1
* Fix compatibility of MyBatis integration tests with OracleSimon Brandhof2012-01-3119-80/+80
* Do not delete snapshots with eventsSimon Brandhof2012-01-302-12/+9
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-271-5/+5
* SONAR-2757 improve reentrance of project deletionsimonbrandhof2012-01-264-3/+112
* DBCleaner : fix deletion of events + improve mybatis batch modeSimon Brandhof2012-01-263-23/+19
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-262-13/+121
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-257-7/+158
* SONAR-2757 close reviews when disabling resources + add unit testsSimon Brandhof2012-01-253-0/+212
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL requests...Simon Brandhof2012-01-2511-211/+460
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-242-17/+24
* Move some purge tasks to MyBatissimonbrandhof2012-01-245-0/+381
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-199-30/+30
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-181-3/+4
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-122-16/+107
* Update copyright header for this new yearSimon Brandhof2012-01-1051-51/+51
* Add some unit testssimonbrandhof2012-01-094-15/+46
* Experimental refactoring to improve support of booleans in MyBatissimonbrandhof2012-01-081-4/+12
* Add unit tests to ResourceIndexerDaosimonbrandhof2011-12-317-0/+72
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-3011-119/+106
* SONAR-983 add unit testsSimon Brandhof2011-12-231-0/+65
* Refactor the packages of sonar-coreSimon Brandhof2011-12-2272-100/+81
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-213-48/+0
* SONAR-983 Improve relevance of results and group them by qualifierSimon Brandhof2011-12-2110-93/+93
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-2012-29/+202
* SONAR-983 index existing projects during upgradeSimon Brandhof2011-12-197-113/+53
* SONAR-3090 Remove DUPLICATIONS_INDEX.IDEvgeny Mandrikov2011-12-193-25/+7
* SONAR-983 first implementation of the search engine of projects, directories ...Simon Brandhof2011-12-197-177/+76
* Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor Dial...Simon Brandhof2011-12-1612-99/+66
* SONAR-983 create table RESOURCE_INDEXSimon Brandhof2011-12-165-6/+119
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-165-16/+44
* Fix violation, add testEvgeny Mandrikov2011-12-161-0/+13
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-153-28/+16
* SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgetsSimon Brandhof2011-12-153-53/+45
* Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuerySimon Brandhof2011-12-141-5/+0
* Sonar Persistence API refactoringFabrice Bellingard2011-12-1429-184/+197
* SONAR-1929 Fix problem with MyBatis on OracleFabrice Bellingard2011-12-142-4/+4
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-132-9/+4
* SONAR-2973 fix the severity of violations if manually set by end-usersSimon Brandhof2011-12-122-2/+116
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-1214-0/+393
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-121-39/+42
* Fix MyBatis integration tests with MsSQLSimon Brandhof2011-12-092-3/+3
* Try to fix DbUnit tests on MSSQLsimonbrandhof2011-12-072-7/+19
* 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
* Remove INFO logs in unit tests and fix Oracle testsSimon Brandhof2011-12-052-5/+2
* SONAR-3052 add dependency on Guava 10simonbrandhof2011-12-041-1/+1