aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4412 Completed users and groups roles management WS backendJean-Baptiste Vilain2013-06-275-0/+86
* Improve select global permission in authorization DAO to take into account us...Julien Lancelot2013-06-275-15/+67
* SONAR-4412 Extracted Role DAO to make it available to the upcoming ruby role ...Jean-Baptiste Vilain2013-06-262-10/+48
* SONAR-4411 Java implementation of user deactivationSimon Brandhof2013-06-265-5/+117
* SONAR-4399 Added support for issue filter ownership change (admins only)Jean-Baptiste Vilain2013-06-252-1/+2
* SONAR-4278 SQL Injection in measure filtersSimon Brandhof2013-06-241-0/+16
* SONAR-4394 shared issue filters name must be uniqueJulien Lancelot2013-06-193-33/+76
* SONAR-4394 Provide ability to share issue filtersJulien Lancelot2013-06-185-0/+49
* SONAR-4393 Manage favourite issue filtersJulien Lancelot2013-06-186-2/+199
* 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-172-2/+12
* 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-4383 Save issue filterJulien Lancelot2013-06-132-0/+89
* SONAR-4383 Replace user by userLogin in IssueFilters tableJulien Lancelot2013-06-136-13/+13
* 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-116-17/+17
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-117-1/+229
* 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