aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add column PROJECT_MEASURES.COMMITTEREvgeny Mandrikov2012-02-013-1/+3
* Do not delete snapshots with eventsSimon Brandhof2012-01-304-19/+19
* SONAR-2757 do not delete events on profile changesSimon Brandhof2012-01-274-15/+15
* SONAR-2757 improve reentrance of project deletionsimonbrandhof2012-01-264-46/+58
* DBCleaner : fix deletion of events + improve mybatis batch modeSimon Brandhof2012-01-265-44/+147
* SONAR-1960 DBCleaner properties should be expressed in weeks instead of monthsSimon Brandhof2012-01-262-1/+2
* SONAR-2807 + SONAR-3219 : improve the DBCleaner pluginSimon Brandhof2012-01-266-10/+155
* Add lines accidentally removed by SimonFabrice Bellingard2012-01-261-0/+26
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-256-15/+11
* SONAR-2757 close reviews when disabling resources + add unit testsSimon Brandhof2012-01-253-4/+15
* SONAR-2757 Refactor the purge mechanisms to prevent any fullscan SQL requests...Simon Brandhof2012-01-2520-110/+381
* SONAR-3181,SONAR-3139 Enable cross project CPD for all languagesEvgeny Mandrikov2012-01-243-3/+5
* Move some purge tasks to MyBatissimonbrandhof2012-01-2420-66/+687
* SONAR-1492 Allow notes per quality ruleFabrice Bellingard2012-01-234-2/+31
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-193-1/+3
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-183-1/+3
* SONAR-2907 Fix loading of settings from database, when used property 'sonar.b...Evgeny Mandrikov2012-01-181-2/+9
* Hardcode usage of SLF4J in MyBatisSimon Brandhof2012-01-131-0/+2
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-121-7/+15
* SONAR-3012 New widget to monitor the review activityFabrice Bellingard2012-01-125-44/+101
* Update copyright header for this new yearSimon Brandhof2012-01-1083-83/+83
* Remove unused importsSimon Brandhof2012-01-091-3/+0
* Add some unit testssimonbrandhof2012-01-093-66/+52
* Experimental refactoring to improve support of booleans in MyBatissimonbrandhof2012-01-0812-59/+55
* Fix some quality flawssimonbrandhof2012-01-011-1/+9
* Fix some quality flawssimonbrandhof2011-12-317-32/+19
* Fix some quality flawssimonbrandhof2011-12-312-14/+17
* SONAR-983 index the project from a dedicated post-job in order to optimize SQ...simonbrandhof2011-12-305-158/+171
* Indexation of resources during migration must be reentrantSimon Brandhof2011-12-292-2/+3
* Add missing index on DerbySimon Brandhof2011-12-291-0/+2
* Delete resource orphans in order to not index themsimonbrandhof2011-12-232-2/+3
* SONAR-983 add unit testsSimon Brandhof2011-12-231-1/+1
* 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-2274-115/+109
* Fix some quality flawssimonbrandhof2011-12-221-4/+0
* SONAR-983 i18n, better purge, fix NPE when deleted resourcesimonbrandhof2011-12-213-27/+0
* SONAR-983 Improve relevance of results and group them by qualifierSimon Brandhof2011-12-215-6/+43
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-205-52/+132
* SONAR-983 index existing projects during upgradeSimon Brandhof2011-12-198-97/+65
* SONAR-3090 Remove DUPLICATIONS_INDEX.IDEvgeny Mandrikov2011-12-198-119/+6
* SONAR-983 first implementation of the search engine of projects, directories ...Simon Brandhof2011-12-199-36/+221
* 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-1613-51/+26
* SONAR-983 create table RESOURCE_INDEXSimon Brandhof2011-12-1612-55/+252
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-169-107/+57
* Fix violation, add testEvgeny Mandrikov2011-12-161-8/+10
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-158-69/+39
* SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgetsSimon Brandhof2011-12-156-33/+13