aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix quality flawsJulien Lancelot2014-12-091-20/+4
* Fix some quality flawsJulien HENRY2014-12-041-3/+4
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-028-306/+179
* SONAR-5810 replace param componentRootUuids by projectUuidsSimon Brandhof2014-11-061-1/+1
* SONAR-5795 Move project indexation post job on server sideTeryk Bellahsene2014-10-311-53/+0
* Fix typoSimon Brandhof2014-10-301-1/+1
* Fix URL in notification email on issue changesSimon Brandhof2014-10-301-4/+5
* SONAR-5375 Do not load source in issue tracking when there is zero issueJulien HENRY2014-10-291-3/+19
* SONAR-5582 remove XRadar chartSimon Brandhof2014-10-241-49/+0
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-231-1/+1
* Fix merge with 4.5Julien Lancelot2014-10-091-1/+1
|\
| * SONAR-5712 Merge package_design widget into file_design widgetJean-Baptiste Lievremont2014-10-091-1/+1
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-034-3/+99
|\|
| * Code clean-upSimon Brandhof2014-10-024-3/+99
* | SONAR-5603 Replace rails usage of IssueFinder by IssueService in issue filter...Julien Lancelot2014-10-021-3/+3
* | SONAR-5531 Update IssueStorage to allow issue index modification on server sideJulien Lancelot2014-09-163-22/+21
* | SONAR-5389 New test API for batch 2.0Julien HENRY2014-09-051-6/+4
|/
* 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