aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4278 SQL Injection in measure filtersSimon Brandhof2013-06-241-0/+16
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-192-33/+49
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-183-0/+27
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-182-2/+97
* SONAR-3755 Revert usage of "or" in favour of "in" in SQL used to get issues b...Julien Lancelot2013-06-181-0/+14
* SONAR-4392 List and edit existing issues filterJulien Lancelot2013-06-171-1/+11
* SONAR-4321 Fix performance issue on Issues search SQLJulien Lancelot2013-06-141-7/+33
* SONAR-4301 Remove order by id desc because it generates an important overheadJulien Lancelot2013-06-131-24/+0
* SONAR-4383 Save issue filterJulien Lancelot2013-06-132-0/+89
* SONAR-4383 Replace user by userLogin in IssueFilters tableJulien Lancelot2013-06-131-2/+2
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-121-1/+17
* SONAR-4383 Replace userId by user in FilterDtoJulien Lancelot2013-06-111-6/+6
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-112-1/+103
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-071-5/+4
* 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
* Fix test on OracleSimon Brandhof2013-06-051-0/+1
* Fix some JDBC connection pbs in unit testsSimon Brandhof2013-06-055-5/+18
* SONAR-4309 fix detection of conflictsSimon Brandhof2013-06-041-0/+34
* Fix unit testJulien Lancelot2013-06-041-2/+10
* SONAR-4309 Support concurrent modifications on issues made by batch and simul...Simon Brandhof2013-06-042-0/+227
* 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-312-3/+46
* 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-301-0/+14
* Fix some quality flawsSimon Brandhof2013-05-291-0/+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 Modified author dao to allow author and developer creation in the ...Jean-Baptiste Vilain2013-05-282-19/+69
* 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