aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5389 Add InputDir concept in batch APIJulien HENRY2014-07-221-5/+5
* SONAR-5440 Remove the default "Hotspots" project dashboardJulien Lancelot2014-07-151-49/+0
* Update issue notification linkJulien Lancelot2014-07-075-7/+32
* SONAR-5207 Treemap as a metric widget skeletonStas Vilchik2014-07-041-2/+2
* SONAR-5439 Remove Most Violated Components widget from Hotspot dashboardJulien Lancelot2014-07-041-1/+1
* SONAR-5432 Remove RCI and Weighted issues metricsJulien Lancelot2014-07-032-202/+0
* Fix quality flawsSimon Brandhof2014-07-011-17/+0
* Ignore sonar.dynamicAnalysis in core coverage decoratorsSimon Brandhof2014-06-256-72/+0
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-202-3/+3
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-191-3/+3
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-191-3/+4
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-5/+5
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-123-6/+6
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-123-6/+6
* Separate bootstrap settings and task settingsJulien HENRY2014-06-101-5/+2
* SONAR-5216 Generate profile events for multi language projectsJulien HENRY2014-05-191-167/+0
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-073-6/+6
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-072-16/+8
* Revert "SONAR-5189 Reintroduce a memory cache for measure in decorators"Julien HENRY2014-05-072-8/+16
* SONAR-5189 Reintroduce a memory cache for measure in decoratorsJulien HENRY2014-05-072-16/+8
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-303-16/+39
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-253-39/+16
* SONAR-5189 Fix VariationDecorator to allow measure updatesJulien HENRY2014-04-241-5/+12
* SONAR-5189 Reintroduce check for duplicate measuresJulien HENRY2014-04-241-3/+4
* SONAR-5189 Fix UT of CountUnresolvedIssuesDecoratorJulien HENRY2014-04-241-3/+3
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-242-8/+23
* Remove some usage of TestUtilsSimon Brandhof2014-04-231-11/+19
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-181-1/+2
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-174-764/+4
* SONAR-5212 Fix tests metric in multi-language projectsJulien HENRY2014-04-111-1/+7
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-031-2/+2
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-031-10/+4
* SONAR-5154 A plugin should fail when using classes JavaFile or JavaPackageJulien HENRY2014-03-254-49/+57
* SONAR-4366 Move a core plugin component to batch (remove server dependency on...Jean-Baptiste Lievremont2014-03-201-198/+0
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-171-2/+2
* Renamed some debt classes to remove "Technical" wordJulien Lancelot2014-03-142-7/+7
* SONAR-5141 Minor improvementJulien Lancelot2014-03-141-6/+7
* Fix bad import edu.emory.mathcs.backport.java.util.CollectionsSimon Brandhof2014-03-141-1/+1
* SONAR-5141 Improve performance of technical debt measures decoratorJulien Lancelot2014-03-141-47/+56
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-131-15/+2
* SONAR-5056 Fix performance issue when converting new rule to old ruleJulien Lancelot2014-03-131-5/+11
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1167-67/+67
* SONAR-5056 Add migration to copy data on requirements from characteristics to...Julien Lancelot2014-03-111-6/+0
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-77/+74
* SONAR-5094 Trigger alert notifications when a quality gate is usedJean-Baptiste Lievremont2014-03-101-1/+10
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-053-28/+31
* Removed useless usage of WorkDurationFactoryJulien Lancelot2014-03-052-10/+2
* Move WorkDuration API to internal package as it will be refactored is 4.3Julien Lancelot2014-03-052-2/+2
* Fix drilldown page when project was analyzed before v4.2Simon Brandhof2014-02-281-1/+1
* SONAR-926 fix loading of quality profile alerts on multi-modules projectsSimon Brandhof2014-02-262-627/+0