aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4301 Remove order by id desc because it generates an important overheadJulien Lancelot2013-06-131-2/+0
* SONAR-4383 Save issue filterJulien Lancelot2013-06-131-33/+52
* Fix some quality flawsSimon Brandhof2013-06-131-1/+1
* SONAR-4383 Replace if alias by filters in IssueFilterMapper because of MySQL ...Julien Lancelot2013-06-131-11/+17
* Fix null collections in org.sonar.api.issue.IssueQuerySimon Brandhof2013-06-131-12/+9
* SONAR-4383 Revert modification in IssueMapperJulien Lancelot2013-06-131-7/+7
* SONAR-4383 Replace ruby issue_filter Ruby by Java IssueQuery in issues search...Julien Lancelot2013-06-131-7/+7
* SONAR-4383 Replace user by userLogin in IssueFilters tableJulien Lancelot2013-06-134-17/+92
* SONAR-3755 Delete limitation of max number of issues when loading issue changesJulien Lancelot2013-06-123-8/+14
* SONAR-3755 Fix big performance issue on selectChildrenComponentIds queryJulien Lancelot2013-06-121-35/+39
* SONAR-3755 Fix big performance issue on selectChildrenComponentIds queryJulien Lancelot2013-06-121-15/+37
* SONAR-4368 Highly improve performance of the project deletion operationJulien HENRY2013-06-124-155/+266
* SONAR-4383 Replace userId by user in FilterDtoJulien Lancelot2013-06-116-23/+168
* SONAR-4383 Add IssueFilters db creation script and DAOJulien Lancelot2013-06-1111-26/+341
* Fix quality flawSimon Brandhof2013-06-091-4/+4
* SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule queryJulien Lancelot2013-06-071-11/+17
* SONAR-3755 Closed issues should be reopened only if manual issuesJulien Lancelot2013-06-071-0/+1
* SONAR-3755 Improve creation of manual issueJulien Lancelot2013-06-062-2/+2
* SONAR-3755 Removed useless security checkJulien Lancelot2013-06-061-1/+1
* Add @Nullable to IssueDtoSimon Brandhof2013-06-061-1/+1
* SONAR-3755 improve documentationSimon Brandhof2013-06-051-1/+1
* SONAR-3755 Fix issue on SQL to retrieve root projectJulien Lancelot2013-06-051-5/+6
* Fix quality flawsJulien Lancelot2013-06-052-3/+4
* SONAR-4309 fix detection of conflictsSimon Brandhof2013-06-041-1/+16
* SONAR-3755 Add security check on issues actionJulien Lancelot2013-06-041-1/+4
* SONAR-4309 Support concurrent modifications on issues made by batch and simul...Simon Brandhof2013-06-045-18/+157
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-046-27/+33
* SONAR-3755 Add security on action planJulien Lancelot2013-06-046-24/+24
* SONAR-4304 allow to flag manual issues as false-positiveSimon Brandhof2013-06-031-4/+1
* Do not send notifications on issue changes when no field diffSimon Brandhof2013-06-031-8/+12
* Fix some quality flawsSimon Brandhof2013-06-032-2/+5
* Fix some quality flawsSimon Brandhof2013-06-032-3/+4
* SONAR-3755 refactor rendering of issuesSimon Brandhof2013-06-033-0/+21
* SONAR-3755 improve email of issue changesSimon Brandhof2013-06-021-1/+1
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-3122-861/+29
* SONAR-4360 optimize memory when loading open issuesSimon Brandhof2013-05-312-8/+10
* Fix some quality flawsJulien HENRY2013-05-311-8/+3
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-311-1/+1
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-314-14/+38
* SONAR-4301 Load componentRoot, assignee and reporter from db instead of getti...Julien Lancelot2013-05-311-0/+5
* Fix some quality flawsSimon Brandhof2013-05-311-2/+2
* SONAR-4329 unconfirm transition should lead to REOPENED status instead of OPENJulien Lancelot2013-05-301-1/+1
* Fix ScanPerspectives when resource has a component keySimon Brandhof2013-05-301-2/+4
* SONAR-4301 Sort issues by id desc on selectByIds and selectIssuesJulien Lancelot2013-05-301-0/+2
* SONAR-4283 Add notification on new comment, and change emails subjectJulien Lancelot2013-05-301-15/+34
* SONAR-4310 update issue message during trackingSimon Brandhof2013-05-301-3/+30
* Fix quality flawsJulien Lancelot2013-05-301-1/+1
* Fix issue on mapper loading orderJulien Lancelot2013-05-301-2/+3
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-302-9/+1
* Fix quality flawsJulien Lancelot2013-05-303-5/+9