aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3323 rename @RequiredMeasures attributes to allOf and anyOfSimon Brandhof2012-03-271-3/+3
* Fix some quality flawsSimon Brandhof2012-03-231-3/+36
* SONAR-3224 remove the need for server restartSimon Brandhof2012-03-2215-29/+28
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-225-4/+219
* SONAR-3323 Display tab/page/widget only when required measures existFabrice Bellingard2012-03-222-26/+107
* SONAR-3006 Remove ChartsControler and related codeFabrice Bellingard2012-03-201-85/+0
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-154-8/+2
* Fix quality flaws in tests: remove unused importsEvgeny Mandrikov2012-03-145-20/+6
* SONAR-3073 column sorting for 'key' does not work in filterFabrice Bellingard2012-03-132-1/+9
* Remove Hibernate from org.sonar.server.platform.ServerImplSimon Brandhof2012-03-122-16/+11
* Remove Hibernate from the component org.sonar.api.config.SettingsSimon Brandhof2012-03-122-8/+9
* SONAR-3305 NPE thrown when no description or title on a ruleFabrice Bellingard2012-03-091-19/+100
* SONAR-3292 improve messages when database is not up-to-dateSimon Brandhof2012-03-073-15/+68
* SONAR-3208 new extension point to declare tree of resource typesSimon Brandhof2012-02-221-41/+0
* SONAR-3208 complete database tablesSimon Brandhof2012-02-144-9/+9
* SONAR-2061 add the flag Metric#deleteHistoricalData. Default value is false.Simon Brandhof2012-01-258-14/+14
* SONAR-3138 Prevent possible security flawsEvgeny Mandrikov2012-01-241-6/+24
* SONAR-2757 add the column SNAPSHOTS.PURGE_STATUS (INTEGER)Simon Brandhof2012-01-193-10/+10
* SONAR-1707 Add the column SNAPSHOTS.BUILD_DATESimon Brandhof2012-01-184-18/+16
* SONAR-3179 Allow to declare resources which can be used for filtersEvgeny Mandrikov2012-01-181-1/+2
* SONAR-3179 Add API to define resourcesEvgeny Mandrikov2012-01-181-0/+40
* SONAR-3137,SONAR-2292 Add synchronization of groups, prepare API for future e...Evgeny Mandrikov2012-01-112-23/+24
* Update copyright header for this new yearSimon Brandhof2012-01-1060-60/+60
* SONAR-2416 Remove the internal Maven repository that is used by Sonar Mojo 1....Simon Brandhof2012-01-108-197/+0
* SONAR-3137,SONAR-2292 Fix startup failureEvgeny Mandrikov2012-01-101-0/+1
* SONAR-3137,SONAR-2292 Complete API for external security systemsEvgeny Mandrikov2012-01-103-113/+181
* SONAR-3138 Fallback to database from plugin authenticatorEvgeny Mandrikov2012-01-061-0/+10
* Indexation of resources during migration must be reentrantSimon Brandhof2011-12-291-68/+0
* SONAR-983 provide the component org.sonar.core.resource.ResourceIndexer that ...Simon Brandhof2011-12-231-11/+10
* Refactor the packages of sonar-coreSimon Brandhof2011-12-225-12/+11
* SONAR-983 resources are indexed during analysissimonbrandhof2011-12-201-12/+1
* SONAR-983 index existing projects during upgradeSimon Brandhof2011-12-191-0/+80
* Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor Dial...Simon Brandhof2011-12-161-2/+2
* SONAR-1929 do not register dashboards which name already exitsSimon Brandhof2011-12-161-58/+58
* SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.webSimon Brandhof2011-12-161-3/+3
* SONAR-1929 minor refactoring + add some testsSimon Brandhof2011-12-161-3/+3
* SONAR-1929 refactor the extension point to define dashboardsSimon Brandhof2011-12-151-10/+9
* SONAR-1929 refactoring of the extension point DashboardSimon Brandhof2011-12-151-67/+53
* SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgetsSimon Brandhof2011-12-151-5/+5
* SONAR-1929 Improve the Dashboard template APIFabrice Bellingard2011-12-141-2/+3
* Sonar Persistence API refactoringFabrice Bellingard2011-12-141-41/+41
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-131-100/+28
* SONAR-3063 Implement the hotspots page as a dashboardFabrice Bellingard2011-12-121-0/+70
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-121-0/+202
* SONAR-1974 add a page to manage manual rulessimonbrandhof2011-12-072-4/+4
* SONAR-1974 do not disable the rules of the repository "review" at startupSimon Brandhof2011-12-052-15/+34
* Remove deprecated calls to org.sonar.api.resources.ProjectSimon Brandhof2011-11-281-11/+11
* Improve EmbeddedDatabaseTestEvgeny Mandrikov2011-11-091-22/+13
* Fix unit testsimonbrandhof2011-11-011-2/+4
* SONAR-2956 Support Boolean type with DerbyEvgeny Mandrikov2011-10-317-11/+11