aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-3755 Revert usage of "or" in favour of "in" in SQL used to get issues b...Julien Lancelot2013-06-181-0/+14
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-144-7/+191
* SONAR-4301 Remove order by id desc because it generates an important overheadJulien Lancelot2013-06-131-24/+0
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-121-1/+17
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-072-6/+60
* SONAR-3755 Closed issues should be reopened only if manual issuesJulien Lancelot2013-06-071-0/+25
* SONAR-3755 improve documentationSimon Brandhof2013-06-051-2/+2
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-0/+11
* Fix test on OracleSimon Brandhof2013-06-052-1/+2
* Fix some JDBC connection pbs in unit testsSimon Brandhof2013-06-055-5/+18
* SONAR-4309 fix detection of conflictsSimon Brandhof2013-06-043-0/+138
* Fix unit testJulien Lancelot2013-06-041-2/+10
* SONAR-4309 Support concurrent modifications on issues made by batch and simul...Simon Brandhof2013-06-045-1/+283
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-045-39/+53
* SONAR-3755 Add security on action planJulien Lancelot2013-06-045-27/+27
* SONAR-4304 allow to flag manual issues as false-positiveSimon Brandhof2013-06-031-3/+6
* Do not send notifications on issue changes when no field diffSimon Brandhof2013-06-031-0/+17
* Fix some quality flawsSimon Brandhof2013-06-031-1/+15
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-031-0/+13
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-3118-330/+23
* SONAR-4360 optimize memory when loading open issuesSimon Brandhof2013-05-311-5/+9
* Fix some quality flawsJulien HENRY2013-05-311-22/+12
* Fix unit test on windowsSimon Brandhof2013-05-311-7/+7
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-314-3/+141
* SONAR-4301 Load componentRoot, assignee and reporter from db instead of getti...Julien Lancelot2013-05-311-0/+9
* SONAR-4329 unconfirm transition should lead to REOPENED status instead of OPENJulien Lancelot2013-05-301-2/+2
* SONAR-4301 Sort issues by id desc on selectByIds and selectIssuesJulien Lancelot2013-05-301-0/+23
* SONAR-4283 Add notification on new comment, and change emails subjectJulien Lancelot2013-05-301-0/+20
* SONAR-4310 update issue message during trackingSimon Brandhof2013-05-301-0/+64
* Improve unit testJulien Lancelot2013-05-301-4/+14
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-301-2/+0
* Fix quality flawsJulien Lancelot2013-05-301-0/+2
* SONAR-4301 Improve performance when searching component children ids from spe...Julien Lancelot2013-05-302-8/+22
* Fix some quality flawsSimon Brandhof2013-05-291-0/+19
* SONAR-4301 Replace snapshot by project in query used to select authorized roo...Julien Lancelot2013-05-296-23/+19
* SONAR-4304 close manual issues marked as resolvedSimon Brandhof2013-05-292-9/+136
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-5/+18
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-6/+6
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-291-5/+5
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-291-0/+10
* DEVACT-103 Added missing test resourcesJean-Baptiste Vilain2013-05-284-0/+20
* DEVACT-103 Modified author dao to allow author and developer creation in the ...Jean-Baptiste Vilain2013-05-288-33/+79
* SONAR-4355 new resolution "REMOVED"Simon Brandhof2013-05-283-14/+77
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-271-178/+0
* Fix conflictsSimon Brandhof2013-05-272-4/+4
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-275-4/+224
* SONAR-4292 Create a IssueStatsFinder to be used by UnresolvedIssuesPerAssigne...Julien Lancelot2013-05-272-0/+131
* SONAR-4301 Rename issues.resource_id by issues.component_id and issues.projec...Julien Lancelot2013-05-2740-194/+194
* SONAR-4301 Merge authorized projects search in issues searchJulien Lancelot2013-05-277-76/+332
* SONAR-4301 Remove project_id when querying issuesJulien Lancelot2013-05-271-34/+33